msconfigs


(macbeth) #1

dont sure for the script
the default one is
set g_mapConfigs “msconfigs”
set g_misc “3”
set g_moverScale “1.1”

so how can i have it moved faster ,
set g_misc “3”
set g_moverScale “1.4”

so if i create a script named “map name …”
and
set g_misc “3”
set g_moverScale “1.4”

did you think it will work ?


(Patriotqube) #2

Make (atleast) 2 files in your msconfigs directory

1 called default.cfg
put these into that file, that way it will work on all maps for which you havent made a specific cfg
set g_misc “3”
set g_moverScale “1.1”

and then make a cfg for that map you wanna change like fueldump.cfg
and put the commands you wanna change in there.

and yeah it should work, just remember to name the cfg. correct