mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
Added prefix launcher option to launcher arguments.
This commit is contained in:
parent
dd69808b24
commit
09938ce932
11 changed files with 122 additions and 228 deletions
|
|
@ -1213,6 +1213,8 @@
|
|||
<sys:String x:Key="ServerSettings_LauncherArgsTooltip">Additional command-line args for the server launcher. Use this with caution! For more information search 'Microsoft Start Command' on the internet.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_LauncherArgsOverrideLabel">Override Launcher</sys:String>
|
||||
<sys:String x:Key="ServerSettings_LauncherArgsOverrideTooltip">If enabled, the RunServer.cmd file will only contain what is included in the Launcher Args field.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_LauncherArgsPrefixLabel">Prefix Launcher</sys:String>
|
||||
<sys:String x:Key="ServerSettings_LauncherArgsPrefixTooltip">If enabled, the RunServer.cmd file will include the Launcher Args field before the server start (will allow other files to be executed before the server is started).</sys:String>
|
||||
<sys:String x:Key="ServerSettings_ServerArgsLabel">Server Args:</sys:String>
|
||||
<sys:String x:Key="ServerSettings_ServerArgsTooltip">Additional command-line args for the server. If you specify this, add the args which start with ?'s first, followed by any other args. For example: ?MaxPlayers=5?QueryPort=9999 -nosteamclient</sys:String>
|
||||
<sys:String x:Key="ServerSettings_ShowCommandButtonLabel">Show Command...</sys:String>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue