It seems regardless of my map rotation, the server will only play Station. Station is the default map set in the .bat file, but I assumed it would start the map rotation after playing through that map. Yet it just loads station again. Station isn't the first map in the rotation, so it should be switching to Spartanovka after the default map, correct?
I'll admit I've only let it switch maps once from the default, and not three times. I was just testing it out solo and haven't gotten any players on yet because of this problem. So I'm not sure if it'll play Station three times in a row, but twice is a problem anyways.
Tried posting this in the Tripwire forums to no avail.
RO2 Map Issue
-
- A regular
- Posts: 38
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Wed Nov 17, 2010 11:40 pm
Re: RO2 Map Issue
What do your server command line and mapcycle lines look like?
Re: RO2 Map Issue
Mapcycle:
TE-Spartanovka
TE-PavlovsHouse
TE-CommissarsHouse
TE-Station
Startup Batch File:
start .\Binaries\win32\rogame te-station?minplayers=0?maxplayers=32?port=7778? -seekfreeloadingserver
TE-Spartanovka
TE-PavlovsHouse
TE-CommissarsHouse
TE-Station
Startup Batch File:
start .\Binaries\win32\rogame te-station?minplayers=0?maxplayers=32?port=7778? -seekfreeloadingserver
Re: RO2 Map Issue
I'm sorry, I meant the mapcycle line itself, from the UTGame.ini file.
Have you also tried hldsupdatetool with -verify_all?
Have you also tried hldsupdatetool with -verify_all?
Re: RO2 Map Issue
bUseMapList=False
ActiveMapCycle=0
GameMapCycles=(Maps=("TE-Spartanovka","TE-PavlovsHouse","TE-CommissarsHouse","TE-Station"),RoundLimits=(0,0,0,0))
Included a few of the lines above it since they look odd. I've been setting everything through the webadmin tool and I'm certain it's enabled. Map voting is also off.
-verify_all didn't give me any new files except a .dll that seems to be related to punkbuster.
ActiveMapCycle=0
GameMapCycles=(Maps=("TE-Spartanovka","TE-PavlovsHouse","TE-CommissarsHouse","TE-Station"),RoundLimits=(0,0,0,0))
Included a few of the lines above it since they look odd. I've been setting everything through the webadmin tool and I'm certain it's enabled. Map voting is also off.
-verify_all didn't give me any new files except a .dll that seems to be related to punkbuster.
Re: RO2 Map Issue
bUseMapList should definitely be set to "True".
Re: RO2 Map Issue
Setting that to true fixed it. I guess the webadmin doesn't correctly write to the .ini files sometimes. Thanks for the help!