Update Project-5-Sightseerconfig.json

This commit is contained in:
Julian Thelen AKA DARKACE 2023-05-03 09:14:25 +02:00 committed by GitHub
parent 1d3176b8e2
commit eb8e972319
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
[ [
{ {
"DisplayName":"Server Name", "DisplayName":"Server Name",
"Category":"Windward Server Settings", "Category":"P5S Server Settings",
"Description":"Server name as shown in the in-game browser", "Description":"Server name as shown in the in-game browser",
"Keywords":"server,name", "Keywords":"server,name",
"FieldName":"name", "FieldName":"name",
@ -10,12 +10,12 @@
"ParamFieldName":"name", "ParamFieldName":"name",
"IncludeInCommandLine":true, "IncludeInCommandLine":true,
"SkipIfEmpty":true, "SkipIfEmpty":true,
"DefaultValue":"AMP Powered Windward Server", "DefaultValue":"AMP Powered Project 5: Sightseer Server",
"EnumValues":{} "EnumValues":{}
}, },
{ {
"DisplayName":"Make Server Public", "DisplayName":"Make Server Public",
"Category":"Windward Server Settings", "Category":"P5S Server Settings",
"Description":"If enabled, the server will be registered to the public lobby and be publicly visible in the in-game browser", "Description":"If enabled, the server will be registered to the public lobby and be publicly visible in the in-game browser",
"Keywords":"public", "Keywords":"public",
"FieldName":"public", "FieldName":"public",
@ -30,22 +30,23 @@
} }
}, },
{ {
"DisplayName":"World Name", "DisplayName":"World Save Name",
"Category":"Windward Server Settings", "Category":"P5S Server Settings",
"Description":"Sets the name of the world to load (if it already exists) or to create. If the world does not already exist in the Worlds directory, an admin must create it in-game after connecting to the server", "Description":"Sets the name of the world save to load (if it already exists) or to create. If the world save does not already exist, an admin must create it in-game after connecting to the server",
"Keywords":"world,name", "Keywords":"world,name,save",
"FieldName":"world", "FieldName":"fn",
"InputType":"text", "InputType":"text",
"IsFlagArgument":false, "IsFlagArgument":false,
"ParamFieldName":"world", "ParamFieldName":"fn",
"IncludeInCommandLine":true, "IncludeInCommandLine":true,
"SkipIfEmpty":true, "SkipIfEmpty":true,
"DefaultValue":"World", "DefaultValue":"World.dat",
"Placeholder":"World.dat",
"EnumValues":{} "EnumValues":{}
}, },
{ {
"DisplayName":"Server Admins", "DisplayName":"Server Admins",
"Category":"Windward Server Settings", "Category":"P5S Server Settings",
"Description":"List of Steam64 IDs for server admins. [Find Steam64 IDs](https://steamidfinder.com/)", "Description":"List of Steam64 IDs for server admins. [Find Steam64 IDs](https://steamidfinder.com/)",
"Keywords":"admins", "Keywords":"admins",
"FieldName":"admins", "FieldName":"admins",
@ -54,7 +55,7 @@
"ParamFieldName":"admins", "ParamFieldName":"admins",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"", "DefaultValue":"",
"Special":"listfile:./windward/server/ServerConfig/admin.txt", "Special":"listfile:./project5-sightseer/server/ServerConfig/admin.txt",
"EnumValues": {} "EnumValues": {}
} }
] ]