Page 2 of 8
Re: ManiaPlanet Server 2011-10-06
Posted: 07 Oct 2011, 19:28
by om23
hi, I just have a qustion about a start script or command,
if its possible.
situation is thet I run more than one server and it is hard to identify it on putty.
any solution to it?
I tryed to rename the maniaplanet server into my needs, it looked good,
but I don´t know if there are any requierments to the name of the server file?
and whats with the donwloadrate? is it working normally?
Code: Select all
<system_config>
<connection_uploadrate>2000</connection_uploadrate> <!-- KBps -->
<connection_donwloadrate>81920</connection_donwloadrate> <!-- KBps -->
thx
Re: ManiaPlanet Server 2011-10-06
Posted: 07 Oct 2011, 19:43
by Raxor
Nice work, Cheers XBX and crew

Re: ManiaPlanet Server 2011-10-06
Posted: 07 Oct 2011, 20:28
by TheBigG.
om23 wrote:hi, I just have a qustion about a start script or command,
if its possible.
situation is thet I run more than one server and it is hard to identify it on putty.
any solution to it?
I tryed to rename the maniaplanet server into my needs, it looked good,
but I don´t know if there are any requierments to the name of the server file?
and whats with the donwloadrate? is it working normally?
Code: Select all
<system_config>
<connection_uploadrate>2000</connection_uploadrate> <!-- KBps -->
<connection_donwloadrate>81920</connection_donwloadrate> <!-- KBps -->
thx
try a start script like this
Code: Select all
#!/bin/bash
cd /home/tm2/7001_test
/home/tm2/7001_test/ManiaPlanetServer /game_settings=MatchSettings/CanyonA.txt /dedicated_cfg=dedicated_cfg.txt /title=TMCanyon /noautoquit
7001 is here an example for the xmlrpc port so it won't be used 2 times
Re: ManiaPlanet Server 2011-10-06
Posted: 07 Oct 2011, 20:38
by om23
first. this should work for you, too
Code: Select all
#!/bin/bash
cd /home/tm2/7001_test
./ManiaPlanetServer /game_settings=MatchSettings/CanyonA.txt /dedicated_cfg=dedicated_cfg.txt /title=TMCanyon /noautoquit
but on this my putty shows me ManiaPlanetServ x 3!
ok, I go just rename it again, and see if it works.
Re: ManiaPlanet Server 2011-10-06
Posted: 07 Oct 2011, 21:16
by TheBigG.
om23 wrote:first. this should work for you, too
Code: Select all
#!/bin/bash
cd /home/tm2/7001_test
./ManiaPlanetServer /game_settings=MatchSettings/CanyonA.txt /dedicated_cfg=dedicated_cfg.txt /title=TMCanyon /noautoquit
but on this my putty shows me ManiaPlanetServ x 3!
becouse you did modify the script
i did not wrote
Code: Select all
#!/bin/bash
cd /home/tm2/7001_test
./ManiaPlanetServer /game_settings=MatchSettings/CanyonA.txt /dedicated_cfg=dedicated_cfg.txt /title=TMCanyon /noautoquit
with my script it shows me on putty
Code: Select all
XXXXX:XX /home/tm2/7001_test/ManiaPlanetServer /game_settings=
Re: ManiaPlanet Server 2011-10-06
Posted: 07 Oct 2011, 21:17
by jonthekiller
Or change le name of your dedicated.cfg
I use 3 servers in the same directory and I have change the name of the dedicated.cfg and I can see the server in putty.
Re: ManiaPlanet Server 2011-10-06
Posted: 07 Oct 2011, 21:38
by TheBigG.
jonthekiller wrote:Or change le name of your dedicated.cfg
I use 3 servers in the same directory and I have change the name of the dedicated.cfg and I can see the server in putty.
and they use the same tracklist.txt?

Re: ManiaPlanet Server 2011-10-06
Posted: 07 Oct 2011, 21:44
by jonthekiller
TheBigG. wrote:jonthekiller wrote:Or change le name of your dedicated.cfg
I use 3 servers in the same directory and I have change the name of the dedicated.cfg and I can see the server in putty.
and they use the same tracklist.txt?

I have ask for change some things in MLEPP for his config file and it will be better soon

Re: ManiaPlanet Server 2011-10-06
Posted: 07 Oct 2011, 22:08
by om23
ok, i just renamed the serverfile and it works good.
btw. I dont understand this cd /home/tm2/7001_test
7001_test is the directory?
but one problem i see.
IF the maps are loading with these ceiling light, but not all, then i have 100% cpu usage on the core 1 of 2.
have anyone the same?
addition: it results in a lag on score panel around 2 minutes and maybe disconnection for client.
log says nothing.
Re: ManiaPlanet Server 2011-10-06
Posted: 07 Oct 2011, 22:48
by Ouwe