ref command! load conf
Hi guys is possible to set the command to load conf at ref?
i try:
conf
load conf
load conf/
conf/
and to do one crazy thing xp_config too
but no one work with ref!!!
can some one show me what is the right command to write in xp_referee line?
maybe this can help you too :
in xp_vote cvar u can also add the cfg you want only
[code:1]set xp_vote "conf plusN,conf plusc"[/code:1]
you can specify the values of a cvar such as xp_freezeStyle
suppose you want only values 0 and 2 then u make
[code:1]set xp_vote "xp_freezeStyle 0,xp_freezeStyle 2"[/code:1]
and for the camelots creation of 4.4 version
xp_freezestyle 0: items, falling damage, health regen
xp_freezestyle 1: items, no falling damage, no health regen
xp_freezestyle 2: items, no falling damage, health regen
xp_freezestyle 3: no items, no falling damage, no health regen
xp_freezestyle 4: no items, no powerups, only healths on the map, no falling damage, no health regen
Oh lol the right command is xp_config and ref can do change conf by \ref xp_config conf/and the cfg like conf/plusc conf/plusn etc etc Oo