Commit Graph

18 Commits

  • Update Ark Survival Evolved Egg
    Updates Ark Survival Evolved egg to fix some common issues and requests.
    
    RCON Password is required for RCON to function and has been changed from nullable to required.
    
    The option to disable RCON is removed because RCON is required.
    
    Added additional arguments variable to resolve users' issues inserting them in the wrong place due to the complicated startup parameters.
    
    Removed deprecated userInteraction and logs location from the egg.
  • Add Authors / Contributors
    Added Authors / Contributors section, and added anchor links to specific sections.
  • Removed In-Dev update_url Feature
    To avoid issues in the future.
  • Update egg-arma3.json
    Changed main image to parkervcp's ghcr/yolks image for testing. Must be changed before final release.
  • Update egg-arma3.json
    - Added back depreciated variables so servers running the old Startup Command don't break.
  • Update README.md
    - Add "How to Update Egg" section to address updating concerns
  • Update egg-arma3.json
    - Added "backup" parkervcp image
  • egg-arma3.json Rewrite
    - Changed the image to the new Pterodactyl yolks image.
    - Removed the ability to specify custom server.cfg and basic.cfg file locations, because it only complicated things and was rarely changed from their default root location.
    - Added the ability to specify a custom basic.cfg URL location for installation (in case it updates in the future).
    - Added file parsing of the server.cfg to set the server password, max players, and ensure the headless client IPs are correct.
    - Fixed the stop code to actually kill the server
    - Adjusted the installation script to pull from the basic.cfg specified URL, and made the SteamCMD login command more robust against credentials with spaces or special characters.
    - Rearranged variables to be better grouped/ordered (will only apply if the egg is reinstalled on the panel).
    - Rewording of some variables' descriptions.
    - Added "Number of SteamCMD Retry Attempts" variable.
    - Added "Max Players" variable.
    - Added "Server Password" variable.
    - Added "Disable Mod Downloads/Updates" variable.
    - Added "Download Creator DLCs" variable.
    - Added "Modlist File" variable for defining an Arma 3 Launcher exported HTML modlist file for loading.
    - Renamed "Mods" to "Additional Mods"
    - Added "Validate Server Files" variable.
    - Added "HC Hide Console Output" variable.
    - Added "Clear HC Profiles Cache on Startup" variable.
  • Update server.cfg
    - New password default value
  • Update README.md
    - Small adjustments
  • Update README.md
    - Removed references to old/defunct Arma 3 eggs
    - Fixed title formatting
  • Update README.md
    - Added info on new Egg Capabilities
    - Added info on Recommended Egg Modifications
    - Rearranged topics in order of importance
    - Rewording to make things more clear
    - Grammar and spell checking
  • refactor: update all eggs to use new folder structure
    refactor: update all eggs to use new folder structuree