Terraria - Allow changing steamcmd beta branch (#335)

* Allow changing steamcmd beta branch
Use more readable update sources

* Update tmodloaderconfig.json

* Update tmodloader14config.json

* Update tmodloaderconfig.json

* Update tmodloader14config.json

---------

Co-authored-by: IceOfWraith <96364530+IceOfWraith@users.noreply.github.com>
This commit is contained in:
Jasper Borsboom
2023-04-28 20:03:03 +02:00
committed by GitHub
parent 1b631c7e51
commit aabfb433d3
6 changed files with 136 additions and 6 deletions

View File

@@ -96,7 +96,7 @@
},
{
"DisplayName": "Update Source",
"Category": "Terraria ModLoader Settings",
"Category": "SteamCMD and Updates",
"Keywords": "download,source,steam,github,tmodloader",
"Description": "Select where to obtain tModLoader. Steam requires you to own [Terraria](https://store.steampowered.com/app/105600/Terraria/) & [tModLoader](https://store.steampowered.com/app/1281930/tModLoader/) on your account and accept tModLoader's ToS by installing it as a game to a device you can login from.",
"FieldName": "Source",
@@ -108,6 +108,19 @@
},
"DefaultValue": "GitHub"
},
{
"DisplayName":"Server Branch",
"Category":"SteamCMD and Updates",
"Description":"Sets the beta branch to install. NOTE: Update Source MUST be Steam. Press update AFTER changing this setting.",
"Keywords":"branch,depot,beta,steam,version",
"FieldName":"BetaBranch",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"BetaBranch",
"IncludeInCommandLine":false,
"DefaultValue":"public",
"placeholder": "1.4.4-preview"
},
{
"DisplayName": "World Path",
"Category": "Terraria Server Settings",
@@ -522,4 +535,4 @@
"IncludeInCommandLine": false,
"DefaultValue": "2"
}
]
]