when i try a CMD (like noclip) while testing my map the console says cheating is diabled
howto fix it ?
when i try a CMD (like noclip) while testing my map the console says cheating is diabled
howto fix it ?
Works atleast with etpro (I only use Etpro for testing and stuff):
Use /map or /devmap, I use /map.
/forcecvar sv_cheats 1
when u use /devmap mapname to start your map cheats are enabled on default. Etmain as much as etpro
Yeah I know… But I still test on /map for several reasons I’m not gonna list here now, but that’s why I need that command. I have it binded anyway so np.
I have the same problem even on devmap
just do
/sv_pure 0
/devmap name
/sv_cheats 1
/noclip
That is automatic, game will send it into that gamemode-ish unless its got any of the worldspawn spawnflags on it.
Got the same problem. Just host a server from the main menu, select some map, and when that map is loaded, type /devmap “yourmap” in the console. Should work now.
Just make a shortcut to your ET and the following lines:
+set g_gametype 2 +set sv_pure 0 +set sv_cheats 1