| View previous topic :: View next topic |
| Author |
Message |
konn

Joined: 10 Jan 2004 Posts: 50 Location: Switzerland
|
Posted: Sun Apr 02, 2006 5:19 am Post subject: How to enable Cheats permanently |
|
|
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 |
|
| Back to top |
|
 |
the_cre8or
Joined: 06 May 2005 Posts: 13
|
Posted: Sun Apr 02, 2006 5:50 am Post subject: |
|
|
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. |
|
| Back to top |
|
 |
=FF=im2good4u

Joined: 05 Feb 2003 Posts: 3924 Location: The Netherlands, HOLLAND
|
Posted: Sun Apr 02, 2006 7:47 am Post subject: |
|
|
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 _________________
  |
|
| Back to top |
|
 |
EagleReloaded

Joined: 19 Nov 2004 Posts: 278 Location: Sydney, Australia
|
Posted: Sun Apr 02, 2006 3:36 pm Post subject: |
|
|
configname "TJ"
init
{
setl sv_cheats "1"
}
Works perfectly on my server. _________________ Some people play tennis, I erode the human soul. |
|
| Back to top |
|
 |
konn

Joined: 10 Jan 2004 Posts: 50 Location: Switzerland
|
Posted: Mon Apr 03, 2006 12:28 am Post subject: |
|
|
| 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 |
|
| Back to top |
|
 |
Padilha
Joined: 10 Jun 2005 Posts: 2
|
Posted: Thu Apr 13, 2006 6:42 pm Post subject: |
|
|
Just to chek...
Where do I put this command line ?
Tks
Padilha |
|
| Back to top |
|
 |
deej

Joined: 19 Mar 2004 Posts: 743 Location: Belgium!
|
Posted: Thu Apr 13, 2006 11:21 pm Post subject: |
|
|
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 |
|
| Back to top |
|
 |
Deus

Joined: 12 Mar 2004 Posts: 1053 Location: Germany
|
|
| Back to top |
|
 |
|