Add dedicated server runtime

This commit is contained in:
Alexander Sellite 2026-08-10 13:56:03 -04:00
parent e204279b09
commit 74c82696fe
14 changed files with 595 additions and 47 deletions

View file

@ -169,6 +169,13 @@ func use_existing_root(path: String) -> bool:
return true
func activate_process_root(path: String) -> bool:
_load_bootstrap_identity()
override_active = true
mode = Mode.COMMAND_LINE_OVERRIDE
return _activate_existing(path, "", false)
func path_for(store_owner: StringName) -> String:
var relative: String = {
&"player_save": "player/player_save.json",