Hello,
I am currently working on a small app that will give a host more control over his/her room.
When I have my room open it is constantly full, but I cannot be supervising it all day and starting the game every 10 min.
I set up a halo dedicated server using haloceded.exe
with the text file init.txt
Contents:
sv_name "Test"
sv_maxplayers 16
sv_public 1
sv_password
sv_mapcycle_timeout 15
sv_mapcycle_add sidewinder ctf
sv_mapcycle_begin
I run haloceded.exe and it says:
sv_name: Test
sv_maxplayers: 16
true
sv_password:
15
>> sidewinder ctf
sv_name: Test
sv_maxplayers: 16
sv_public_value: 1
dedicated server is running on map sidewinder(0/16 players)
use the "sv_end_game" command to stop the game.
Which all seems fine, but my server doesn't get listed and I cant find a way to join it.
What could be the problem.
Edit: extra info, I forwarded my ports so people could join me when I manually host a game.
I tried using the batch file method for starting the dedicated server:
Test.bat
start haloceded.exe -execinit.txt -port 2312
It runs it, but makes no diffrence.
Edited by SEGnosis on Mar 28, 2010 at 06:45 AM