Skip to content

Commit a43e33f

Browse files
committed
SCUM: add additional command line arguments box
1 parent ce4fbb2 commit a43e33f

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

scum.kvp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Meta.Prerequisites=[]
2121
Meta.ExtraContainerPackages=[]
2222
Meta.ConfigReleaseState=NotSpecified
2323
Meta.NoCommercialUsage=False
24-
Meta.ConfigVersion=3
24+
Meta.ConfigVersion=4
2525
Meta.ReleaseNotes=
2626
Meta.BreakingReleaseNotes=
2727
Meta.AppConfigId=721f4476-0b57-4765-9f36-21cbae019e46
@@ -36,7 +36,7 @@ App.ExecutableLinux=.proton/proton
3636
App.WorkingDir=3792580
3737
App.LinuxCommandLineArgs=runinprefix "{{$FullBaseDir}}SCUM/Binaries/Win64/SCUMServer.exe"
3838
App.WindowsCommandLineArgs=
39-
App.CommandLineArgs={{$PlatformArgs}} SCUM -Port={{$ServerPort}} -QueryPort={{$QueryPort}} -MaxPlayers={{$MaxUsers}} {{nobattleye}}{{$FormattedArgs}}
39+
App.CommandLineArgs={{$PlatformArgs}} SCUM -Port={{$ServerPort}} -QueryPort={{$QueryPort}} -MaxPlayers={{$MaxUsers}} {{nobattleye}}{{$FormattedArgs}} {{CustomArgs}}
4040
App.UseLinuxIOREDIR=False
4141
App.AppSettings={}
4242
App.EnvironmentVariables={"SteamAppId":"513710","STEAM_COMPAT_DATA_PATH":"{{$FullRootDir}}.proton/compatdata","STEAM_COMPAT_CLIENT_INSTALL_PATH":"{{$FullBaseDir}}.steam/steam","HOME":"{{$FullBaseDir}}","XDG_RUNTIME_DIR":"/tmp"}

scumconfig.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,18 @@
9898
"True": "-nobattleye "
9999
}
100100
},
101+
{
102+
"DisplayName": "Additional Command Line Arguments",
103+
"Category": "SCUM:stadia_controller",
104+
"Subcategory": "Server:dns:1",
105+
"Description": "Specifies additional command line arguments (anything that begins with a - ) that are not otherwise set by AMP. Use with care",
106+
"Keywords": "custom,server,arguments,parameters",
107+
"FieldName": "CustomArgs",
108+
"InputType": "text",
109+
"ParamFieldName": "CustomArgs",
110+
"DefaultValue": "",
111+
"EnumValues": {}
112+
},
101113
{
102114
"DisplayName": "Proton GE Release Version (Linux)",
103115
"Category": "Updates",

0 commit comments

Comments
 (0)