How to enable Cheats permanently

Discussion about specific ET servers

Moderators: Forum moderators, developers

Post Reply
User avatar
konn
Posts: 50
Joined: Sat Jan 10, 2004 1:22 pm
Location: Switzerland

How to enable Cheats permanently

Post by konn »

Hi,

I'm running a Trickjump server and I wanna have cheats enabled in all maps (even when a user changes it).

Don't come up with forcecvar sv_cheats 1

yes, this works, but only for the running map. When the maps changes the cheats are disabled again.
I tried to put this command into server.cfg and into a tj.config - none of them works permanently.

Any help appreciated.
The dvorak keyboard layout is very user-friendly. It's just a bit selective about its friends! http://www.mwbrooks.com/dvorak
the_cre8or
Posts: 13
Joined: Fri May 06, 2005 1:23 pm

Post by the_cre8or »

Not sure how to do it if editing your main config file won't work.

I would try making a program that checks periodically, but that isn't a sensible way to go about it.
User avatar
=FF=im2good4u
Posts: 3821
Joined: Wed Feb 05, 2003 7:30 am
Location: The Netherlands, HOLLAND
Contact:

Post by =FF=im2good4u »

if u have access to the server startup dstuff then add +set sv_cheats 1

yes normal its cheat protected cvar but u can chance it on server startup

an other way would probely be adding forcecvar sv_cheats 1 to the mapdefault.cfg file so it gets foced every map
User avatar
EagleReloaded
Posts: 278
Joined: Fri Nov 19, 2004 9:15 pm
Location: Sydney, Australia

Post by EagleReloaded »

configname "TJ"

init
{
setl sv_cheats "1"
}

Works perfectly on my server.
Some people play tennis, I erode the human soul.
User avatar
konn
Posts: 50
Joined: Sat Jan 10, 2004 1:22 pm
Location: Switzerland

Post by konn »

EagleReloaded wrote:configname "TJ"

init
{
setl sv_cheats "1"
}

Works perfectly on my server.
yeah... that works perfectly. Thank you very much!

Jessica
The dvorak keyboard layout is very user-friendly. It's just a bit selective about its friends! http://www.mwbrooks.com/dvorak
Padilha
Posts: 2
Joined: Fri Jun 10, 2005 4:20 pm

Post by Padilha »

Just to chek...
Where do I put this command line ?

Tks

Padilha
User avatar
deej
Posts: 743
Joined: Fri Mar 19, 2004 12:44 am
Location: Belgium!
Contact:

Post by deej »

In a .config file you save in the etpro/configs folder and load through the command:

config <yourconfig> (without the .config at the end!)
Our servers now run on 64 bit steroids. Point your ET to:
- Forgotten Ground StopWatch Server with occasional wolfrof 1
- Fraggle Rock ETPub Server - Mix up ET/UT & Duke Nukem
User avatar
Deus
Posts: 1053
Joined: Fri Mar 12, 2004 2:24 am
Location: Germany
Contact:

Post by Deus »

EagleReloaded wrote:configname "TJ"

init
{
setl sv_cheats "1"
}

Works perfectly on my server.
setl sv_cheats 1

without ""
but it should work either way.
Post Reply