From eb8e9723192b9110496f180b1dc502811b4c648c Mon Sep 17 00:00:00 2001 From: Julian Thelen AKA DARKACE <32885015+darkace1998@users.noreply.github.com> Date: Wed, 3 May 2023 09:14:25 +0200 Subject: [PATCH] Update Project-5-Sightseerconfig.json --- Project-5-Sightseerconfig.json | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/Project-5-Sightseerconfig.json b/Project-5-Sightseerconfig.json index 7647771..5ba3ab8 100644 --- a/Project-5-Sightseerconfig.json +++ b/Project-5-Sightseerconfig.json @@ -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": {} } ]