Hi there,
I’m looking for help to run custom maps in ETQWpro server.
First question is who to find out the map name to spawn it?
Unthil now I’ve achieved to spawn Maridia map unisng the name in the map.script, but doesnt work with LNA1vs1 and Valhalla.
This CFG works:
say “^2Config for Maridia loaded”
si_rules sdGameRulesStopWatch
g_nextmap “si_rules sdGameRulesStopWatch;spawnServer Maridia”
spawnserver Maridia
This CFG doesn’t work:
say “^2Config for Valhalla loaded”
si_rules sdGameRulesStopWatch
g_nextmap “si_rules sdGameRulesStopWatch;spawnServer TEvalhalla2_Final”
spawnserver TEvalhalla2_Final
Booth CFGs in usergroups.dat property addressed.
Many thanks.