From 2638cee0ad6e1d26b76d135a3e021e2927162f79 Mon Sep 17 00:00:00 2001 From: Greelan <53196309+Greelan@users.noreply.github.com> Date: Thu, 6 Apr 2023 06:15:34 +1000 Subject: [PATCH] ARK:SE: update ActiveEvent setting (#328) --- ark-seconfig.json | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/ark-seconfig.json b/ark-seconfig.json index f84fe9d..2141dc3 100644 --- a/ark-seconfig.json +++ b/ark-seconfig.json @@ -115,7 +115,7 @@ { "DisplayName":"Active Event", "Category":"ARK Server Settings", - "Description":"Sets the server's active event, if any. Some events may only work partially or not at all. Most special event assets are removed after the event", + "Description":"Sets the server's active event, if any. Some events may only work partially or not at all. Most special event assets are removed after the event. Use Custom and set Custom Event Name for an event not listed", "Keywords":"active,event,activeevent", "FieldName":"ActiveEvent", "InputType":"enum", @@ -127,17 +127,31 @@ "None":"None", "birthday":"ARK: 5th Anniversary", "ark7th":"ARK: 7th Anniversary", - "FearEvolved":"ARK: Fear Evolved 6", - "TurkeyTrial":"ARK: Turkey Trial 5", + "FearEvolved":"ARK: Fear Evolved", + "TurkeyTrial":"ARK: Turkey Trial", "Arkaeology":"ARK: ARKaeology", - "Easter":"ARK: Eggcellent Adventure 7", + "Easter":"ARK: Eggcellent Adventure (Easter)", "ExtinctionChronicles":"Extinction Chronicles", - "vday":"ARK: Love Evolved 3", + "vday":"ARK: Love Evolved (vday)", "PAX":"ARK: PAX Party", - "Summer":"ARK: Summer Bash 2021", - "WinterWonderland":"ARK: Winter Wonderland 7" + "Summer":"ARK: Summer Bash (Summer)", + "WinterWonderland":"ARK: Winter Wonderland", + "{{CustomEvent}}":"Custom" } }, + { + "DisplayName":"Custom Event Name", + "Category":"ARK Server Settings", + "Description":"Sets a custom active event name for the server. \"Custom\" type must be selected under Active Event", + "Keywords":"custom,active,event,activeevent", + "FieldName":"CustomEvent", + "InputType":"text", + "IsFlagArgument":false, + "ParamFieldName":"CustomEvent", + "IncludeInCommandLine":false, + "DefaultValue":"", + "EnumValues":{} + }, { "DisplayName":"Whitelisted Server Admins", "Category":"ARK Server Settings",