Add an option to start the game automatically on host/connect.

This commit is contained in:
IQuant 2024-07-06 14:18:43 +03:00
parent 9b817b730b
commit c1ca8186d0
2 changed files with 36 additions and 13 deletions

View file

@ -16,6 +16,8 @@ connect_settings_wsv = World sync version to use:
connect_settings_player_tether = Player tether enabled
connect_settings_player_tether_desc = Player tether: Teleports clients to host if they get far enough.
connect_settings_player_tether_length = Tether length
connect_settings_local = Local settings
connect_settings_autostart = Start the game automatically
lang_picker = Choose a language
@ -74,4 +76,5 @@ launcher_already_started = Noita is already started.
launcher_no_command = Can't start noita: no launch command.
launcher_no_command_2 = Launch command can be specified with --launch-cmd <command> option.
launcher_no_command_3 = You can put `noita-proxy --launch-cmd "%command%"` in steam's launch options to intercept whatever command steam uses to start the game.
launcher_start_game = Start noita
launcher_start_game = Start noita
launcher_only_when_awaiting = Can only launch the game in "waiting for noita connection" state.