Valheim: remove defunct V+ source (#457)
This commit is contained in:
parent
66c2840ee8
commit
a3d3776594
@ -118,7 +118,7 @@
|
|||||||
},{
|
},{
|
||||||
"DisplayName":"Install Valheim Plus",
|
"DisplayName":"Install Valheim Plus",
|
||||||
"Category":"SteamCMD and Updates",
|
"Category":"SteamCMD and Updates",
|
||||||
"Description":"Installs Valheim Plus. Includes BepInEx. You can specify the desired \"Valheim Plus Source\" in the next field. NOTE: Update the server after enabling this option.",
|
"Description":"Installs Valheim Plus. Includes BepInEx. NOTE: Update the server after enabling this option.",
|
||||||
"Keywords":"Install,Valheim,Plus",
|
"Keywords":"Install,Valheim,Plus",
|
||||||
"FieldName":"valheim_plus_install",
|
"FieldName":"valheim_plus_install",
|
||||||
"InputType":"checkbox",
|
"InputType":"checkbox",
|
||||||
@ -130,21 +130,6 @@
|
|||||||
"False": "false",
|
"False": "false",
|
||||||
"True": "true"
|
"True": "true"
|
||||||
}
|
}
|
||||||
},{
|
|
||||||
"DisplayName":"Valheim Plus Source",
|
|
||||||
"Category":"SteamCMD and Updates",
|
|
||||||
"Description":"The desired GitHub repository from which to download Valheim Plus. NOTE: Update the server after editing this option.",
|
|
||||||
"Keywords":"Install,Valheim,Plus,Source,Repo",
|
|
||||||
"FieldName":"valheim_plus_source",
|
|
||||||
"InputType":"enum",
|
|
||||||
"IsFlagArgument":false,
|
|
||||||
"ParamFieldName":"valheim_plus_source",
|
|
||||||
"IncludeInCommandLine":false,
|
|
||||||
"DefaultValue":"valheimPlus",
|
|
||||||
"EnumValues":{
|
|
||||||
"valheimPlus":"Original valheimPlus repo (default)",
|
|
||||||
"Grantapher":"Forked Grantapher repo"
|
|
||||||
}
|
|
||||||
},{
|
},{
|
||||||
"DisplayName":"Please Read!",
|
"DisplayName":"Please Read!",
|
||||||
"Category":"Valheim Plus - Basic Settings",
|
"Category":"Valheim Plus - Basic Settings",
|
||||||
|
@ -55,7 +55,7 @@
|
|||||||
"UpdateStageName": "Fetch ValheimPlus from Github - Windows",
|
"UpdateStageName": "Fetch ValheimPlus from Github - Windows",
|
||||||
"UpdateSourcePlatform": "Windows",
|
"UpdateSourcePlatform": "Windows",
|
||||||
"UpdateSource": "GithubRelease",
|
"UpdateSource": "GithubRelease",
|
||||||
"UpdateSourceArgs": "{{valheim_plus_source}}/ValheimPlus",
|
"UpdateSourceArgs": "Grantapher/ValheimPlus",
|
||||||
"UpdateSourceData": "WindowsServer.zip",
|
"UpdateSourceData": "WindowsServer.zip",
|
||||||
"UpdateSourceConditionSetting": "valheim_plus_install",
|
"UpdateSourceConditionSetting": "valheim_plus_install",
|
||||||
"UpdateSourceConditionValue": "true",
|
"UpdateSourceConditionValue": "true",
|
||||||
@ -66,7 +66,7 @@
|
|||||||
"UpdateStageName": "Fetch ValheimPlus from Github - Linux",
|
"UpdateStageName": "Fetch ValheimPlus from Github - Linux",
|
||||||
"UpdateSourcePlatform": "Linux",
|
"UpdateSourcePlatform": "Linux",
|
||||||
"UpdateSource": "GithubRelease",
|
"UpdateSource": "GithubRelease",
|
||||||
"UpdateSourceArgs": "{{valheim_plus_source}}/ValheimPlus",
|
"UpdateSourceArgs": "Grantapher/ValheimPlus",
|
||||||
"UpdateSourceData": "UnixServer.zip",
|
"UpdateSourceData": "UnixServer.zip",
|
||||||
"UpdateSourceConditionSetting": "valheim_plus_install",
|
"UpdateSourceConditionSetting": "valheim_plus_install",
|
||||||
"UpdateSourceConditionValue": "true",
|
"UpdateSourceConditionValue": "true",
|
||||||
|
Loading…
Reference in New Issue
Block a user