v5 is back in LTS! Added .save and new systems support and various other awesome features merged from SteamServerUI (and fixes) - #70
Merged
Conversation
… dir of the worldFolder atm technically supports old system too
…fig), enhance .save file handling
… UI and paths accordingly
…writes and improve file naming conventions
…ons to config; update UI and command argument handling accordingly to handle both old and new system
…it has a broader use now
…config page with restart notice
-added SSUICLI (and some runtime commands), default is disabled, config -> IsConsoleEnabled -added fancy startup message -added setup.RestartMySelf(), can be triggered via SSUICLI -updated isFirstTimeSetup message
…ctly. reduces github api requests significantly
…led into the executable. Left functionality intact for later use, if needed
…other execution flow
…or quite a while now
…ions.json to new location if it exists to persist user config
…tion, add CleanUpOldExecutables function that renames old executables to _old<filename>
… options, everything saves and loads. but I will leave this on the branch for later use - DO NOT MERGE YET
… gameserver on startup of SSUI
switched positions of AdminPassword and ServerAuthSecret in UI
…bilty with new dotsave system (saving head save on auto save, also just a nice feature to default to imho)
…and fulfill an autostart for SSUI. Windows implementation works, linux not implemented. Firstpass!
-Allows easier management of localizaton files for the person writing them
…E with improved structure and new entries for UI elements
…and servervisible from flow
…dded placeholder texts and removed obsolete information
- updated gitignore
…old approach sometimes did not sucessfully swtich from beta back to stable
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Full support for OLD and NEW Terrain System!
Important
To use SSUI with the current Stationeers Beta, visit Config -> Beta Settings -> Use New Terrain and Save System -> True.
Most importantly: SSUI is back in LTS until end of 2026!
This update focuses on boosting performance, enhancing usability, and ensuring compatibility with Stationeers' upcoming terrain rework. Here are the key changes:
It introduces several significant enhancements to the StationeersServerUI project, updating backup management to handle the new and old system side by side with the switch of a config value, embedding web UI assets to eliminate excessive GitHub API requests , and introducing a command-line interface (SSUICLI).
The changes aim to improve QOL, usability, and full compatibility with Stationeers' upcoming terrain rework.
Changes:
🗺️ Full New Terrain and Save System Support
Core Compatibility Features
Ensure
IsNewTerrainAndSaveSystemis set toTruein Config -> Beta Settings for Stationeers Beta compatibility.IsNewTerrainAndSaveSystemconfig optionAdded configuration options for Difficulty, StartCondition, and StartLocation to support the new terrain systems file start command fully
💾 Backup Manager Enhancements
New Features & Improvements
.savefile support: Full compatibility with new backup format alongside legacy system📦 Performance & Asset Optimization
Web UI Asset Bundling
🖥️ Introducing SSUICLI: The Command-Line Powerhouse:
help- Display available commandsreloadbackend- Reload backend systemsreloadconfig- Reload backend config onlyrestartbackend- Restart backend completelystartserver- Start game serverstopserver- Stop game serverdeleteconfig- Remove configurationrunsteamcmd- Execute SteamCMD operationsSteamCMD integration:
API infobutton asUpdate Serverbutton🎮 SSCM (Stationeers Server Command Manager)
Out of Beta & Enabled by default
🌍 Localization System
Multi-Language Support (Public Beta)
🛠️ System Improvements & Bug Fixes
Configuration & Backend
User Experience
LogClutterToConsoleconfig option to suppress unnecessary game server messagesDevelopment & Maintenance
_old<filename>for better startup scripting🛠️ Miscellaneous:
Important
To use SSUI with the current Stationeers Beta, visit Config -> Beta Settings -> Use New Terrain and Save System -> True.