Skip to content

Commit ea097ce

Browse files
committed
Add new setting
1 parent cdd82f2 commit ea097ce

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

windrose.kvp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ App.WindowsCommandLineArgs=
3939
App.CommandLineArgs={{$PlatformArgs}} R5 {{$FormattedArgs}} -stdout -FullStdOutLogOutput
4040
App.UseLinuxIOREDIR=False
4141
App.AppSettings={}
42-
App.EnvironmentVariables={"SteamAppId":"3041230","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all","WINEDLLOVERRIDES":"dwmapi=n,b"}
42+
App.EnvironmentVariables={"SteamAppId":"3041230","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all","WINEDLLOVERRIDES":"dwmapi=n,b","WINDROSEPLUS_DISABLE_MULTIPLIER_PAK":"{{WINDROSEPLUS_DISABLE_MULTIPLIER_PAK}}"}
4343
App.CommandLineParameterFormat=-{0}={1}
4444
App.CommandLineParameterDelimiter=
4545
App.ExitMethod=OS_CLOSE

windroseconfig.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,21 @@
426426
"MultipleOf": "0.000001",
427427
"EnumValues": {}
428428
},
429+
{
430+
"DisplayName": "Skip/Remove Multiplier PAK",
431+
"Category": "Windrose:stadia_controller",
432+
"Subcategory": "WindrosePlus:extension:2",
433+
"Description": "If set, the multiplier PAK file generated by Windrose+ will be skipped/removed on server start",
434+
"Keywords": "multiplier,pak,disable,skip,remove,WINDROSEPLUS_DISABLE_MULTIPLIER_PAK",
435+
"FieldName": "WINDROSEPLUS_DISABLE_MULTIPLIER_PAK",
436+
"InputType": "checkbox",
437+
"ParamFieldName": "WINDROSEPLUS_DISABLE_MULTIPLIER_PAK",
438+
"DefaultValue": "0",
439+
"EnumValues": {
440+
"False": "0",
441+
"True": "1"
442+
}
443+
},
429444
{
430445
"DisplayName": "Install Windrose+",
431446
"Category": "Updates",

0 commit comments

Comments
 (0)