I haven't found any information on this here or elsewhere, so here goes:
I load UT2Vote51.UT2VoteX as the only mutator in my startup script. I then load mutators in the individual game type area in UT2Vote.
When I start the server and tail the log file, I see everything looking normal and it loads the game and I see this, which is normal:
Master server requests heartbeat 0 with code 36100
Master server requests heartbeat 1 with code 36100
Master server requests heartbeat 2 with code 36100
Master server assigned our MatchID: 20556633
Then, the server continues to cycle and runs everything again starting with this statement:
Server switch level:
So, for every map, the server is cycling twice, which takes a lot of time waiting for the map to load.
I think it does it because the only mutator loaded at startup is UT2Vote and it has to cycle again for all the mutators in UT2Vote to load. Maybe I'm wrong.
QUESTION: Am I doing something wrong? Is there a way to make it load only once?
I can provide more log information if required. Any help here is appreciated. It think UT2Vote is a great mutator. I love it, except for above.
Thanks,
[GO]Doc
I load UT2Vote51.UT2VoteX as the only mutator in my startup script. I then load mutators in the individual game type area in UT2Vote.
When I start the server and tail the log file, I see everything looking normal and it loads the game and I see this, which is normal:
Master server requests heartbeat 0 with code 36100
Master server requests heartbeat 1 with code 36100
Master server requests heartbeat 2 with code 36100
Master server assigned our MatchID: 20556633
Then, the server continues to cycle and runs everything again starting with this statement:
Server switch level:
So, for every map, the server is cycling twice, which takes a lot of time waiting for the map to load.
I think it does it because the only mutator loaded at startup is UT2Vote and it has to cycle again for all the mutators in UT2Vote to load. Maybe I'm wrong.
QUESTION: Am I doing something wrong? Is there a way to make it load only once?
I can provide more log information if required. Any help here is appreciated. It think UT2Vote is a great mutator. I love it, except for above.
Thanks,
[GO]Doc