Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server Variable Features #195

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Commits on Oct 26, 2021

  1. add gameplay cvars that override multiplayer overrides, allowing you …

    …to once again have control over damage values
    ValeTheVioletMote committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    c4e8a13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfbfb83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad280e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8320756 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1f8a4b8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    db657cc View commit details
    Browse the repository at this point in the history
  7. not needed either

    ValeTheVioletMote committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    0336dd8 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. add elevated privilege commands. sv_cheats 2 = whitelist mode, only p…

    …romoted users can run cheats.
    ValeTheVioletMote committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    7bb1ac9 View commit details
    Browse the repository at this point in the history
  2. add give command parameter to spawn the object facing your direction …

    …and as far away as you'd like
    ValeTheVioletMote committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    706fd62 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. don't lock out a monster in a scripted sequence that has nothing left…

    … to do. Complete the scripted sequence.
    ValeTheVioletMote committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    1ef7adf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55d8de3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d81d643 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c9b69c6 View commit details
    Browse the repository at this point in the history
  5. Revert "don't lock out a monster in a scripted sequence that has noth…

    …ing left to do. Complete the scripted sequence."
    
    This reverts commit 1ef7adf.
    ValeTheVioletMote committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    6d698b5 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2021

  1. sv_cheats 2 let unpriveleged users use baked-in cheat commands. Recre…

    …ated those here under different names. Promote doesn't need sv_cheats anymore.
    ValeTheVioletMote committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    a72c2c2 View commit details
    Browse the repository at this point in the history