( search forums )
Server > ASE...
Soldat Forums - Server Talk - Server Help
Deleted User
May 8, 2006, 4:30 am
I set up 2 servers, both run on linux with soldat monitor...
When i look on ase, the servers dont appear, they just appear if i add manually, and, even doing this, the player number stays 0/14 (even when the server is full), game mode deathmatch and map name none...

Diginet TM+Survival: 200.241.106.5:23073
Diginet CTF: 200.241.106.5:23074
Screenshot: http://img77.imageshack.us/img77/3682/digiase3wm.png

FliesLikeABrick
May 9, 2006, 12:47 am
less spam and suck please, keep it on-topic

Deleted User
May 9, 2006, 7:20 am
Im guessing your running both the servers either:
a) Off the same configuration file
b) Off the same soldatmonitor.pl file (Did you 'ln' one to the other?)

If so:
a) Dont
b) Dont
else;
When you execute soldatmonitor.pl, it should state what port it is using for ASE Queries (Gameport + 123). Is this giving you the same port for both servers?

Tank
May 11, 2006, 11:43 am

The code for ASE works like this:
Set these defaults:
currentplayers = '0'
map = 'none'
gamemode = 'Deathmatch'
playersstarted = 0

Try to open logs/gamestat.txt (relative not absolute reference)
Look for line that starts with
Players: to determine current players
Map: to determine map name
Gamemode: to determine game mode.


So I would suggest from the directory you run soldatmonitor.pl from type
cat logs/gamestat.txt

And make sure those values are there.

If still no go. Let me know.