Skip to content

Added some missing settings to Ark Survival Evolved #705

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
144 changes: 144 additions & 0 deletions ark-seconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -1805,6 +1805,136 @@
"Placeholder":"1.000000",
"EnumValues":{}
},
{
"DisplayName":"Spoiling Time Multiplier",
"Category":"ARK Multiplier Settings",
"Description":"Sets how quickly food spoils, default is 1. Higher values increase the time.",
"Keywords":"food,spoil,GlobalSpoilingTimeMultiplier",
"FieldName":"GlobalSpoilingTimeMultiplier",
"InputType":"number",
"MinValue":"0",
"ParamFieldName":"/Script/ShooterGame.ShooterGameMode.GlobalSpoilingTimeMultiplier",
"DefaultValue":"1",
"Placeholder":"1",
"EnumValues":{}
},
{
"DisplayName":"Item Decomposition Multiplier",
"Category":"ARK Multiplier Settings",
"Description":"Sets how quickly items decompose, default is 1. Higher values increase the time.",
"Keywords":"item,decompose,decomposition,GlobalItemDecompositionTimeMultiplier",
"FieldName":"GlobalItemDecompositionTimeMultiplier",
"InputType":"number",
"MinValue":"0",
"ParamFieldName":"/Script/ShooterGame.ShooterGameMode.GlobalItemDecompositionTimeMultiplier",
"DefaultValue":"1",
"Placeholder":"1",
"EnumValues":{}
},
{
"DisplayName":"Corpse Decomposition Multiplier",
"Category":"ARK Multiplier Settings",
"Description":"Sets how quickly corpses decompose, default is 1. Higher values increase the time.",
"Keywords":"corpse,player,decompose,decomposition,GlobalCorpseDecompositionTimeMultiplier",
"FieldName":"GlobalCorpseDecompositionTimeMultiplier",
"InputType":"number",
"MinValue":"0",
"ParamFieldName":"/Script/ShooterGame.ShooterGameMode.GlobalCorpseDecompositionTimeMultiplier",
"DefaultValue":"1",
"Placeholder":"1",
"EnumValues":{}
},
{
"DisplayName":"Mating Interval Multiplier",
"Category":"ARK Multiplier Settings",
"Description":"Sets the scaling factor for time between dino mating, default is 1. Higher values increase the time.",
"Keywords":"dinosaur,dino,mating,mate,MatingIntervalMultiplier",
"FieldName":"MatingIntervalMultiplier",
"InputType":"number",
"MinValue":"0",
"ParamFieldName":"/Script/ShooterGame.ShooterGameMode.MatingIntervalMultiplier",
"DefaultValue":"1",
"Placeholder":"1",
"EnumValues":{}
},
{
"DisplayName":"Mating Speed Multiplier",
"Category":"ARK Multiplier Settings",
"Description":"Sets the scaling factor for the speed of dino mating, default is 1. Higher values increase the speed.",
"Keywords":"dinosaur,dino,mating,mate,MatingSpeedMultiplier",
"FieldName":"MatingSpeedMultiplier",
"InputType":"number",
"MinValue":"0",
"ParamFieldName":"/Script/ShooterGame.ShooterGameMode.MatingSpeedMultiplier",
"DefaultValue":"1",
"Placeholder":"1",
"EnumValues":{}
},
{
"DisplayName":"Egg Hatch Speed Multiplier",
"Category":"ARK Multiplier Settings",
"Description":"Sets the scaling factor for the speed of eggs hatching, default is 1. Higher values increase the speed.",
"Keywords":"dinosaur,dino,mating,mate,Egg,Speed,EggHatchSpeedMultiplier",
"FieldName":"EggHatchSpeedMultiplier",
"InputType":"number",
"MinValue":"0",
"ParamFieldName":"/Script/ShooterGame.ShooterGameMode.EggHatchSpeedMultiplier",
"DefaultValue":"1",
"Placeholder":"1",
"EnumValues":{}
},
{
"DisplayName":"Baby Mature Speed Multiplier",
"Category":"ARK Multiplier Settings",
"Description":"Sets the scaling factor for the speed of dino babies maturing, default is 1. Higher values increase the speed.",
"Keywords":"dinosaur,dino,mating,mate,baby,Egg,Speed,BabyMatureSpeedMultiplier",
"FieldName":"BabyMatureSpeedMultiplier",
"InputType":"number",
"MinValue":"0",
"ParamFieldName":"/Script/ShooterGame.ShooterGameMode.BabyMatureSpeedMultiplier",
"DefaultValue":"1",
"Placeholder":"1",
"EnumValues":{}
},
{
"DisplayName":"Crop Growth Speed Multiplier",
"Category":"ARK Multiplier Settings",
"Description":"Sets the scaling factor for the time for crops to grow, default is 1. Higher values increase the speed.",
"Keywords":"crop,food,grow,Speed,CropGrowthSpeedMultiplier",
"FieldName":"CropGrowthSpeedMultiplier",
"InputType":"number",
"MinValue":"0",
"ParamFieldName":"/Script/ShooterGame.ShooterGameMode.CropGrowthSpeedMultiplier",
"DefaultValue":"1",
"Placeholder":"1",
"EnumValues":{}
},
{
"DisplayName":"Dino Egg Lay Interval Multiplier",
"Category":"ARK Multiplier Settings",
"Description":"Sets the scaling factor for the time between dinosaurs laying eggs, default is 1. Higher values increase the time.",
"Keywords":"dinosaur,dino,mating,mate,baby,egg,Speed,LayEggIntervalMultiplier",
"FieldName":"LayEggIntervalMultiplier",
"InputType":"number",
"MinValue":"0",
"ParamFieldName":"/Script/ShooterGame.ShooterGameMode.LayEggIntervalMultiplier",
"DefaultValue":"1",
"Placeholder":"1",
"EnumValues":{}
},
{
"DisplayName":"Baby Food Consumption Speed Multiplier",
"Category":"ARK Multiplier Settings",
"Description":"Sets the scaling factor for the time between baby dinos feeding, default is 1. Higher values increase the time between feeds.",
"Keywords":"dinosaur,dino,mating,mate,baby,egg,Speed,BabyFoodConsumptionSpeedMultiplier",
"FieldName":"BabyFoodConsumptionSpeedMultiplier",
"InputType":"number",
"MinValue":"0",
"ParamFieldName":"/Script/ShooterGame.ShooterGameMode.BabyFoodConsumptionSpeedMultiplier",
"DefaultValue":"1",
"Placeholder":"1",
"EnumValues":{}
},
{
"DisplayName":"Enable Structure Stasis Grid",
"Category":"ARK Structure Settings",
Expand Down Expand Up @@ -1946,6 +2076,20 @@
"Placeholder":"100",
"EnumValues":{}
},
{
"DisplayName":"Enable Cryo-Sickness in PVE",
"Category":"ARK Gameplay Settings",
"Description":"Enable/Disable Cryopod cooldown timer when deploying a creature. If false, deployed creatures do not experience cryosickness.",
"Keywords":"pve,cryo,cryopod,sickness,EnableCryoSicknessPVE",
"FieldName":"EnableCryoSicknessPVE",
"InputType":"checkbox",
"ParamFieldName":"/Script/ShooterGame.ShooterGameMode.EnableCryoSicknessPVE",
"DefaultValue":"True",
"EnumValues":{
"False":"False",
"True":"True"
}
},
{
"DisplayName":"Platform Saddle Cost",
"Category":"ARK Structure Settings",
Expand Down
2 changes: 2 additions & 0 deletions ark-segame.ini
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,5 @@ CropGrowthSpeedMultiplier=1.00000
PoopIntervalMultiplier=1.00000
CropDecaySpeedMultiplier=1.00000
HairGrowthSpeedMultiplier=1.00000
MatingSpeedMultiplier=1.00000
EnableCryoSicknessPVE=True
8 changes: 6 additions & 2 deletions ark-semetaconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
{
"ConfigFile":"./ShooterGame/Saved/Config/LinuxServer/Game.ini",
"AutoMap":true,
"ConfigType":"ini"
"ConfigType":"ini",
"ConfigFormat":"{0}=\"{1}\"",
"ConfigFormatRegex":"^(?<key>.+?)=\"?(?<value>.+?)?\"?$"
},
{
"ConfigFile":"./ShooterGame/Saved/Config/WindowsServer/GameUserSettings.ini",
Expand All @@ -21,6 +23,8 @@
{
"ConfigFile":"./ShooterGame/Saved/Config/WindowsServer/Game.ini",
"AutoMap":true,
"ConfigType":"ini"
"ConfigType":"ini",
"ConfigFormat":"{0}=\"{1}\"",
"ConfigFormatRegex":"^(?<key>.+?)=\"?(?<value>.+?)?\"?$"
}
]