Commit Graph

12 Commits

  • Updating for V Rising - Secrets of Gloomrot
    Adjusts egg to allow proper install of updated BepInEx as well as dotnet6 in the container.
  • Secrets of Gloomrot Update
    - Adds support for new settings in ServerHostSettings.json, including: ListOnSteam, ListOnEOS, CompressSaveFiles, and API Enabled.
    - Changes stop command to accommodate latest Wings version by force-stopping the server. This is not ideal, but utilizing the current image with `eval` OR `exec` (I tested it) still does not seem to pass the SIGINT correctly (or maybe it does and WINE just doesn't listen; I don't know).
    - Improved [SYSTEM] startup parameters.
    - Updated the install script to check for successful installation and use the default ServerHostSettings.json that ships with the server.
  • [V Rising] Change the console key to backtick from tilde (#1939)
    I don't know whether this was true in previous versions of the sever, but currently the key to open the admin console within the game is the backtick key, not tilde. I suggest we reflect that in the readme to avoid confusion.
  • ref: change variable permissions
    Changed:
    
    Do not SteamCMD validate files
    Do not allow users to modify RCON port
    Display the query port to users
    Use PTLD_V2
    
    Fixes #1700
  • Verbiage Fixes & Bug Accommodations
    - `adminlist.txt` and `banlist.txt` are not currently recognized from within the persistent data path, so they were removed from the installation script, and the README was updated to point users to the currently working file location.
    - "Game Mode" startup parameter was renamed to "Game Settings Preset" to avoid confusion, and it's default value set to null to match documentation.
    - V Rising was in the wrong alphabetical spot for all the directory READMEs and was fixed.
  • Fix typo in README
    Fixes table formatting in Server Ports section