Update Project-5-Sightseerconfig.json
This commit is contained in:
parent
1d3176b8e2
commit
eb8e972319
@ -1,7 +1,7 @@
|
||||
[
|
||||
{
|
||||
"DisplayName":"Server Name",
|
||||
"Category":"Windward Server Settings",
|
||||
"Category":"P5S Server Settings",
|
||||
"Description":"Server name as shown in the in-game browser",
|
||||
"Keywords":"server,name",
|
||||
"FieldName":"name",
|
||||
@ -10,12 +10,12 @@
|
||||
"ParamFieldName":"name",
|
||||
"IncludeInCommandLine":true,
|
||||
"SkipIfEmpty":true,
|
||||
"DefaultValue":"AMP Powered Windward Server",
|
||||
"DefaultValue":"AMP Powered Project 5: Sightseer Server",
|
||||
"EnumValues":{}
|
||||
},
|
||||
{
|
||||
"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",
|
||||
"Keywords":"public",
|
||||
"FieldName":"public",
|
||||
@ -30,22 +30,23 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"DisplayName":"World Name",
|
||||
"Category":"Windward 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",
|
||||
"Keywords":"world,name",
|
||||
"FieldName":"world",
|
||||
"DisplayName":"World Save Name",
|
||||
"Category":"P5S Server Settings",
|
||||
"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,save",
|
||||
"FieldName":"fn",
|
||||
"InputType":"text",
|
||||
"IsFlagArgument":false,
|
||||
"ParamFieldName":"world",
|
||||
"ParamFieldName":"fn",
|
||||
"IncludeInCommandLine":true,
|
||||
"SkipIfEmpty":true,
|
||||
"DefaultValue":"World",
|
||||
"DefaultValue":"World.dat",
|
||||
"Placeholder":"World.dat",
|
||||
"EnumValues":{}
|
||||
},
|
||||
{
|
||||
"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/)",
|
||||
"Keywords":"admins",
|
||||
"FieldName":"admins",
|
||||
@ -54,7 +55,7 @@
|
||||
"ParamFieldName":"admins",
|
||||
"IncludeInCommandLine":false,
|
||||
"DefaultValue":"",
|
||||
"Special":"listfile:./windward/server/ServerConfig/admin.txt",
|
||||
"Special":"listfile:./project5-sightseer/server/ServerConfig/admin.txt",
|
||||
"EnumValues": {}
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user