How to run custom maps in ETQWpro server


(Ecano) #1

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.


(Susefreak) #2

http://www.splashdamage.com/forums/showthread.php?t=21763


(timestart) #3

Valhalla has the map files in a subdirectory for some reason so you have to spawn it as “TEvalhalla2_Final/TEvalhalla2_Final”.

In general you can do

spawnServer maps/<TAB>

to list all maps with the names you need to spawn them as.


(Ecano) #4

Working, many thanks!:slight_smile:

Second stage: How to change map without restart the server?

Changing between normal and custom maps, server restarts the first time that load a different custom map. Changes are done via CFGs called from the game console.

Is it way to change between normal maps and several custom maps without restart the server?

Many thanks.


(timestart) #5

[QUOTE=RE-L;245147]Working, many thanks!:slight_smile:

Second stage: How to change map without restart the server?

Changing between normal and custom maps, server restarts the first time that load a different custom map. Changes are done via CFGs called from the game console.

Is it way to change between normal maps and several custom maps without restart the server?

Many thanks.[/QUOTE]

See Susefreak’s guide.


(Ecano) #6

I’m on it.


(Apples) #7

I still have a cfg with comp maps + maridia and radar on it if you are interested… need to find it tho, and as I’m moving I cant turn my pc on for some time, but if you still have problems I may give it to you later.