userJakbcancel
branchrust_reboot/main/server_default_configcancel

9 Commits over 92 Days - 0.00cph!

3 Months Ago
Exception logging change
3 Months Ago
Moved default config generation from Bootstrap to server command `server.writeserverdefaultconfig`. Run codegen. Tested in editor.
3 Months Ago
Clean up logging and include empty defaults in the cfg
3 Months Ago
Use Path.Join and log the path after cfg creation
3 Months Ago
Use StringBuilder to build the cfg
3 Months Ago
Improved logging for when a command isn't a variable, when a command is read-only, when command defaults are out of sync, when no default value was found
3 Months Ago
Exclude read-only commands from the default config
3 Months Ago
Merge from main
6 Months Ago
First pass on generating cfg/serverdefault.cfg on server startup. This is considerably bigger than serverauto.cfg so some more changes may need to be made