Useful map testing binds and config


(Ifurita) #1

I created a testserver.cfg file, which is launched every time I fire up the ET map testing environment. I have my most used binds assigned to the keypad so that I can quickly scroll thru r_speeds, tracemaps, showtris, etc. Here it is. Hope someone finds them useful:

— copy everything below into a new .cfg file —

//Map Development Config by Ifurita 10/13/03

//Server Settings

seta sv_pure “0”
seta g_gametype “2”
seta g_bluelimbotime “1000”
seta g_redlimbotime “1000”

Game Settings

seta con_drawnotify “1”
seta com_maxfps “0”

//Editor keys

bind KP_Home “editspeakers”
bind KP_uparrow “dumpspeaker”
bind KP_pgup “modifyspeaker”
bind KP_del “undospeaker”
bind KP_leftarrow “toggle r_speeds”
bind KP_5 “cycle r_showtris 0 2”
bind KP_rightarrow “toggle cg_draw2d”
bind KP_end “toggle noclip”
bind KP_downarrow “toggle developer”
bind KP_pgdn “generatetracemap”


(redfella) #2

I think you need to add a // in front of this.

n1.

:chef:


(BadIdea) #3

Ydnar.cfg from oryginal pk3 …


(GRouZER) #4

and what’s the command for god mode then, i tried seta god “1” and seta god, but that doesnt work.


(chavo_one) #5

/god


(GRouZER) #6

in a config file?


(rgoer) #7

in a config file?[/quote].cfg files are just strings of console commands that are executed en masse upon “/exec whatever.cfg”–so yeah, if you put “god” into a .cfg and cheats are enabled where you are playing, god mode will be activated when you exec that .cfg file.


(GRouZER) #8

I know that, but does “/god” works, like "seta gametype “2"” in a config?
Because “seta god” or "seta god “1"” doen’t work.


(chavo_one) #9

Haven’t tried it myself, but if you want it in a config file, try putting just “god” (no slash).