ec- / Quake3e

Improved Quake III Arena engine
GNU General Public License v2.0
1.19k stars 154 forks source link

Q3e ded server running Painkeep Arena Mod with 2 Bots, rotation quits #203

Open jkr4m3r opened 1 year ago

jkr4m3r commented 1 year ago

If I join the server after it has sat for a day the server is stuck on the same map. I can callvote nextmap and it does go to the next map. Perhaps I'm missing something, or it's a simple cfg issue? This never happens if I run IOQuake3 as the ded server.

TIA

Awesome project.

ensiform commented 1 year ago

What do you mean rotation quits? Map rotating isn't really part of the engine. Its either just a part of your server startup script or a feature of said mod "Painkeep Arena", no? Would need to see the server config

jkr4m3r commented 1 year ago

When I leave the server its playing map A. When I return hours later it should continue the rotation in the server scripts and change to map B as soon as I re-join and hit fire. Instead it restarts the same map, map A.

If I remove the bots it seems to be fine. It also seems much more likely to happen the longer it sits between joining.

ensiform commented 1 year ago

Sounds like a problem with the mod without seeing the script or video of what is actually happening. The map rotation when end conditions like timelimit isn't a feature of the engine running but the server side gamecode mod qagame.qvm so in your case painkeep arena.

jkr4m3r commented 1 year ago

Thanks, figured as much since some teleporter visual "portals" are broke too, I see this with other engines like IOQ3. Time marches on I guess.