Results 1 to 3 of 3

Thread: Enabling Cheats and Developer

  1. #1

    Default Enabling Cheats and Developer

    I have two problems.
    1. How do I enable cheats on my own private game?
    2. Should adding "+set developer 1" on the shortcut cause localization problems?

    To explain:

    I am using Revival, and trying to play on my own map to practice trick nades.
    I wanted to enable infinite nades and such but it says "Cheats need to be enabled by the server"
    I researched and found I need to add "+set developer 1 +set thereisnomonkey 1 +set cheats 1 +set ui_console 1" to my shortcut.

    When the game initially starts and I am on the main screen. If I type "cheats" in the console it says "Cheats 1, default 1"
    I join my game and try the command "wuss" and get "cheats are not enabled on this server". I type "cheats" and get "Cheats 0, default 1"
    If I try to enable cheats in game, it says I need to restart the server.

    Now that I added "+set developer 1", it really screws up my game and causes LOTS of localization problems in the console which dont seem to be related to the cheats issue.
    To fix this I just need to remove the line "developer 1" from my 'unamedsoldier.cfg' file, the problems go away.

    Thanks

  2. #2

    Default

    Go to your main folder and open the pak0.pk3
    extract the global/ambient.scr file
    make a new "global" folder inside your "main" folder
    place the ambient.scr file inside the new "global" folder you just made
    open the ambient.scr file with a text editor
    add this on the second line (after main local.music: )

    Code:
    setcvar "cheats" "1"
    setcvar "thereisnomonkey" "1"
    Save it and you will get cheats enabled on your game


    And developer 1 is not necessary

  3. #3

    Default

    Also, if it's purely for infinite ammo/nades, you can use the 'dmflags' command for that, without the need of having 'cheats' activated.
    Just open console and type in:
    "rcon dmflags -1" (if it's an online server)
    "dmflags -1" (if it's your own dedicated server)
    "seta dmflags -1" (if you want to activate it via your server.cfg)
    (without quotation marks of course)

    If you set it back to 0, it'll all be normal/default again.
    Also, next to infinite ammo, you'll have no fall damage with this command.
    If you do want fall damage, just use dmflags 16384 instead (just tougher to remember that number haha).

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •