Dysterra

Dysterra

Not enough ratings
Custom Server: World Settings
By Dysterra
This guide is for users to understand the world settings commands for easier setup and administration of custom servers.
   
Award
Favorite
Favorited
Unfavorite
World Settings Guide
World Setting File
The path of the World Setting File is as follows.
If the file does not exist, you can create it by copying the Survival_Landscape_Template.json file in the same folder. (In Dysterra RC, it is possible with one click of a button)

The file is in JSON format and can be edited with Notepad, etc.


Property Descriptions
WorldName: The name of the server displayed in the server list.
WorldInfo: General information displayed when connecting to the server.
Password: The server access password. If not empty, players must enter this password when attempting to connect to the server from the lobby.
MaxPlayers: Maximum number of simultaneous connections.
ValueOverrides: Settings for various game environment variables (refer to the table below).
Server Properties
Property
Default Value
Description
GameStartTime
32400
In-game time (in seconds) when the server first starts
GameTimeMultiplier
24
Speed multiplier for game time vs. real world time
World_Lifetime
14515200
Server time when the server resets
World_MinLifetime
10368000
Minimum time the server will survive no matter how many base skills a player uses
World_MaxLifetime
30758400
Maximum amount of time the server will survive
World_FinalCountdownTime
259200
Final countdown time when Terrafire countdown begins
EscapeCoolTime
600
Escape command cooldown time (seconds)
ResourceRegenMultiplier
1
Resource regeneration time multiplier
DecayRespiteTime
3600
Degradation respite time (s)
AllowTutorial
1
Enable Tutorial (1 - Enable, 0 - Disable)
AllowBaseAttackEventByNPC
1
Enable Home Invasion Spot Event (1 - Enable, 0 - Disable)
Environment Properties
Property
Default Value
Description
Temperature_Default
15
Reference for environment temperature
Temperature_Day
25
Highest temperature during the day
Temperature_Night
10
Lowest temperature during the night
EnvironmentMinTemperature
-50
Maximum environment temperature that can be reduced
EnvironmentMaxTemperature
80
Maximum environment temperature that can be raised
Rain_TemperatureIncrease
0
Temperature change when it rains
Snow_TemperatureIncrease
-20
Temperature change when it snows
Weather_CyclePeriod
18
How often the weather changes (hours)
Rain_Probability
0
Precipitation probability (%)
TOD_SunRiseTime
400
Time of sunrise
TOD_SunSetTime
2330
Time of sunset
ResourceDropMultiplier
1
Resource gathering multiplier
Build Properties
Property
Default Value
Description
BuildPartDamageMultiplier
1
Housing damage multiplier
BuildPartCostRefundableTime
600
Housing material reclaimable time (seconds)
DemolishRefundMultiply
0.8
Resource return rate for demolish
OnlyOwnerUsableBuildPart
0
Setting for checking owner of any type of building
MaxCoreInviteCount
10
Maximum Building Core invite count
MaxAuthCoreCount
3
Maximum Building Core count
MaxSearchBuildPartRange
3000
Maximum building search range
RefineryMultiplier
1
Forge speed multiplier
RepeaterLimit
4
The maximum limit for repeaters
Player Properties
Property
Default Value
Description
Tree_HP
150
HP of trees
DeadCharacterDestroyTime
180
Character corpse disappearing time (seconds)
PVPDamageMultiplier
1
PvP damage multiplier
PVEDamageMultiplier
1
PvE damage multiplier
VehiclePlayerDamageMultiplier
1
Damage multiplier when vehicles hit players
PlayerHPMultiplier
1
Player HP multiplier
MaxDailyQuestCount
3
Maximum number of daily quests
AllowNPCLootingOnlyForTeam
0
Grant farming permission to the player who dealt the most damage to the NPC and their teammates for 30 seconds (0 - inactive, 1 - active)
NPCAbnormal_SleepDamagePercentage
200
(Status Effect - Sleep) When sleeping, increase NPC damage by %
NPCAbnormal_FreezeDamagePercentage
0.1
(Status effect - Frostbite) In case of frostbite, NPC damage (% of Max HP)
MaxTeamSize
4
Maximum number of members in a team
NotificationOtherPlayerDead
0
Whether other players should relay dead locations 0=don’t 1=do
CharacterProtectSlotCount
6
Character secure slot count
HungerDeathRespiteTime
180
Time from starvation to death
RootableOtherCharacter
1
Whether other characters (including corpses and keepsakes) can be looted 0=disabled 1=enabled
UseEquipmentProtectMode
1
Equipment protection system on or off
MaxRespawnPointSize
30
Maximum number of respawn points (0=unlimited)
NPCHPMultiplier
1
NPC’s HP multiplier
NPCCountMultiplier
1
NPC spawn multiplier
TreeHitDamageMultiplier
0.001
Damage multiplier when hitting a tree
TreeDamageCooldown
3
Tree damage cooldown
Items Settings
Items Settings
Insert the necessary data into the brackets.

Example) "Items": [ { "id" : "100110010", "bStackable" : true, "MaxStack" : 100 }, { "id" : "100110020", "bStackable" : true, "MaxStack" : 200 } ]
Speed Control
The speed of multiple items and actions can be controlled manually using the following code.

Forge Speed Control
id: Input the UID of the item into the forge list.
InclusiveMax: Maximum energy consumption value of the building core in the refinery (1 - 10,000)
TransMultiply: Reduction rate for processing time (can be reduced until the processing time becomes 1 second)
Refinery: Processing information that corresponds to each forge level must be included.


"Items": [ { "id": "100600001", "RefineTransData": { "Refinery1": { "InclusiveMax": 200, "TransMultiply": 2 }, "Refinery2": { "InclusiveMax": 200, "TransMultiply": 2 }, "Refinery3": { "InclusiveMax": 200, "TransMultiply": 2 } } }, { "id": "100100200", "RefineTransData": { "Refinery2": { "InclusiveMax": 150, "TransMultiply": 2 }, "Refinery3": { "InclusiveMax": 150, "TransMultiply": 2 } } } ]


Miner Speed Control
id: Enter the item UID of the respective mining machine type.
MiningCoolTime: The time it takes to mine once.

"Items": [ { "id": 170900001, "MiningCoolTime": 108 }, { "id": 170901001, "MiningCoolTime": 54 }, { "id": 170900002, "MiningCoolTime": 120 }, { "id": 170901002, "MiningCoolTime": 60 }, { "id": 170900003, "MiningCoolTime": 144 }, { "id": 170901003, "MiningCoolTime": 72 } ]


Reload Speed Control
id : This is where you put the UID of the gun in question.
ReloadTime : The time it takes to reload.

“Items”: [ { “id”:140300001, ReloadTime:2.85 } { “id”:140300002, ReloadTime:2.9 } { “id”:140300003, ReloadTime:3 } { “id”:140300004, ReloadTime:3.12 } ]
Facility Skills Properties


Chemochamber

Air Purification

Property
Default Value
Description
HealingGas_WaitTime
600
(Air Purification) Skill activation wait time (s)
HealingGas_EffectTime
600
(Air Purification) Skill duration (s)
HealingGas_EffectRange
45000
(Air Purification) Skill effect radius range (m)
HealingGas_TerraPower
43200
(Air Purification) Server time change (s)
HealingGas_EffectInterval
2
(Air Purification) Effect trigger interval (s)
HealingGas_HealHP
5
(Air Purification) HP recovery amount
HealingGas_AbnormalRecoveryPercentage
1000
(Air Purification) Status abnormal recovery increase (%)

Dust Storm
Property
Default Value
Description
ToxicGas_WaitTime
600
(Dust Storm) Skill activation wait time (s)
ToxicGas_EffectTime
600
(Dust Storm) Skill duration (s)
ToxicGas_EffectRange
45000
(Dust Storm) Skill effect radius range (m)
ToxicGas_TerraPower
-10800
(Dust Storm) Server time change (s)
ToxicGas_EffectInterval
1
(Dust Storm) Effect trigger interval (s)
ToxicGas_Radiation
5
(Dust Storm) Radiation increase



Geolab

Ground Stabilization
Property
Default Value
Description
DecreaseDecay_WaitTime
600
(Ground Stabilization) Skill activation wait time (s)
DecreaseDecay_EffectTime
60
(Ground Stabilization) Skill duration (s)
DecreaseDecay_EffectRange
30000
(Ground Stabilization) Skill effect radius range (m)
DecreaseDecay_TerraPower
50400
(Ground Stabilization) Server time change (s)
DecreaseDecay_EffectInterval
1
(Ground Stabilization) Effect trigger interval (s)
DecreaseDecay_RepairStructurePercentage
0.6
(Ground Stabilization) Housing parts durability repair amount (% of Max HP)

Seismic Waves
Property
Default Value
Description
Earthquake_WaitTime
600
(Seismic Waves) Skill activation wait time (s)
Earthquake_EffectTime
60
(Seismic Waves) Skill duration (s)
Earthquake_EffectRange
30000
(Seismic Waves) Skill effect radius range (m)
Earthquake_TerraPower
-14400
(Seismic Waves) Server time change (s)
Earthquake_EffectInterval
1
(Seismic Waves) Effect Trigger Interval (s)
Earthquake_EffectDamagePercentage
0.4
(Seismic Waves) Housing parts durability repair amount (% of Max HP)



Meteocenter
Thermal Equilibration
Property
Default Value
Description
Equilibration_WaitTime
600
(Thermal Equilibration) Skill activation wait time (s)
Equilibration_EffectTime
600
(Thermal Equilibration) Skill duration (s)
Equilibration_EffectRange
45000
(Thermal Equilibration) Skill effect radius range (m)
Equilibration_TerraPower
54000
(Thermal Equilibration) Server time change (s)
Equilibration_EffectInterval
2
(Thermal Equilibration) Effect trigger interval (s)
Equilibration_HealHP
5
(Thermal Equilibration) HP recovery amount

Thermal Cooling
Property
Default Value
Description
ThermalShock_WaitTime
600
(Thermal Cooling) Skill activation wait time (s)
ThermalShock_EffectTime
600
(Thermal Cooling) Skill duration (s)
ThermalShock_EffectRange
45000
(Thermal Cooling) Skill effect radius range (m)
ThermalShock_TerraPower
-18000
(Thermal Cooling) Server time change (s)
ThermalShock_TemperatureChange
-40
(Thermal Cooling) Environmental temperature change



Satellite Station

Energy Amplification
Property
Default Value
Description
EnergyAmplification_WaitTime
600
(Energy Amplification) Skill activation wait time (s)
EnergyAmplification_EffectTime
5
(Energy Amplification) Skill duration (s)
EnergyAmplification_EffectRange
30000
(Energy Amplification) Skill effect radius range (m)
EnergyAmplification_TerraPower
57600
(Energy Amplification) Server time change (s)
EnergyAmplification_EffectMaintenance
120
(Energy Amplification) Effect duration after skill ends (s)
EnergyAmplification_ChargeEnergyPercentage
100
(Energy Amplification) Player, building core energy charge (% of max energy)

EMP Shockwave
Property
Default Value
Description
EMPShock_WaitTime
600
(EMP Shockwave) Skill activation wait time (s)
EMPShock_EffectTime
5
(EMP Shockwave) Skill duration (s)
EMPShock_EffectRange
30000
(EMP Shockwave) Skill effect radius range (m)
EMPShock_TerraPower
-21600
(EMP Shockwave) Server time change (s)
EMPShock_EffectMaintenance
120
(EMP Shockwave) Effect duration after skill ends (s)



Delta Plant

Terrasite Decreaser
Property
Default Value
Description
DecreaseTerrasite_WaitTime
600
(Terrasite Decreaser) Skill effect radius range (m)
DecreaseTerrasite_EffectTime
1200
(Terrasite Decreaser) Skill duration (s)
DecreaseTerrasite_EffectRange
60000
(Terrasite Decreaser) Skill effect radius range (m)
DecreaseTerrasite_TerraPower
61200
(Terrasite Decreaser) Server time change (s)
DecreaseTerrasite_TerrasiteCollectPercentage
80
(Terrasite Decreaser) Terrasite collection reduction (%)
DecreaseTerrasite_EffectInterval
5
(Terrasite Decreaser) Effect activation internal (s)
DecreaseTerrasite_EffectMaintenance
10
(Terrasite Decreaser) Effect duration after skill ends (s)
Facility Skills: Chemochamber
Air Purification

Property
Default Value
Description
HealingGas_WaitTime
600
(Air Purification) Skill activation wait time (s)
HealingGas_EffectTime
600
(Air Purification) Skill duration (s)
HealingGas_EffectRange
45000
(Air Purification) Skill effect radius range (m)
HealingGas_TerraPower
43200
(Air Purification) Server time change (s)
HealingGas_EffectInterval
2
(Air Purification) Effect trigger interval (s)
HealingGas_HealHP
5
(Air Purification) HP recovery amount
HealingGas_AbnormalRecoveryPercentage
1000
(Air Purification) Status abnormal recovery increase (%)

Dust Storm
Property
Default Value
Description
ToxicGas_WaitTime
600
(Dust Storm) Skill activation wait time (s)
ToxicGas_EffectTime
600
(Dust Storm) Skill duration (s)
ToxicGas_EffectRange
45000
(Dust Storm) Skill effect radius range (m)
ToxicGas_TerraPower
-10800
(Dust Storm) Server time change (s)
ToxicGas_EffectInterval
1
(Dust Storm) Effect trigger interval (s)
ToxicGas_Radiation
5
(Dust Storm) Radiation increase
Facility Skills: Geolab
Ground Stabilization
Property
Default Value
Description
DecreaseDecay_WaitTime
600
(Ground Stabilization) Skill activation wait time (s)
DecreaseDecay_EffectTime
60
(Ground Stabilization) Skill duration (s)
DecreaseDecay_EffectRange
30000
(Ground Stabilization) Skill effect radius range (m)
DecreaseDecay_TerraPower
50400
(Ground Stabilization) Server time change (s)
DecreaseDecay_EffectInterval
1
(Ground Stabilization) Effect trigger interval (s)
DecreaseDecay_RepairStructurePercentage
0.6
(Ground Stabilization) Housing parts durability repair amount (% of Max HP)

Seismic Waves
Property
Default Value
Description
Earthquake_WaitTime
600
(Seismic Waves) Skill activation wait time (s)
Earthquake_EffectTime
60
(Seismic Waves) Skill duration (s)
Earthquake_EffectRange
30000
(Seismic Waves) Skill effect radius range (m)
Earthquake_TerraPower
-14400
(Seismic Waves) Server time change (s)
Earthquake_EffectInterval
1
(Seismic Waves) Effect Trigger Interval (s)
Earthquake_EffectDamagePercentage
0.4
(Seismic Waves) Housing parts durability repair amount (% of Max HP)
Facility Skills: Meteocenter
Thermal Equilibration
Property
Default Value
Description
Equilibration_WaitTime
600
(Thermal Equilibration) Skill activation wait time (s)
Equilibration_EffectTime
600
(Thermal Equilibration) Skill duration (s)
Equilibration_EffectRange
45000
(Thermal Equilibration) Skill effect radius range (m)
Equilibration_TerraPower
54000
(Thermal Equilibration) Server time change (s)
Equilibration_EffectInterval
2
(Thermal Equilibration) Effect trigger interval (s)
Equilibration_HealHP
5
(Thermal Equilibration) HP recovery amount

Thermal Cooling
Property
Default Value
Description
ThermalShock_WaitTime
600
(Thermal Cooling) Skill activation wait time (s)
ThermalShock_EffectTime
600
(Thermal Cooling) Skill duration (s)
ThermalShock_EffectRange
45000
(Thermal Cooling) Skill effect radius range (m)
ThermalShock_TerraPower
-18000
(Thermal Cooling) Server time change (s)
ThermalShock_TemperatureChange
-40
(Thermal Cooling) Environmental temperature change
Facility Skills: Satellite Station
Energy Amplification
Property
Default Value
Description
EnergyAmplification_WaitTime
600
(Energy Amplification) Skill activation wait time (s)
EnergyAmplification_EffectTime
5
(Energy Amplification) Skill duration (s)
EnergyAmplification_EffectRange
30000
(Energy Amplification) Skill effect radius range (m)
EnergyAmplification_TerraPower
57600
(Energy Amplification) Server time change (s)
EnergyAmplification_EffectMaintenance
120
(Energy Amplification) Effect duration after skill ends (s)
EnergyAmplification_ChargeEnergyPercentage
100
(Energy Amplification) Player, building core energy charge (% of max energy)

EMP Shockwave
Property
Default Value
Description
EMPShock_WaitTime
600
(EMP Shockwave) Skill activation wait time (s)
EMPShock_EffectTime
5
(EMP Shockwave) Skill duration (s)
EMPShock_EffectRange
30000
(EMP Shockwave) Skill effect radius range (m)
EMPShock_TerraPower
-21600
(EMP Shockwave) Server time change (s)
EMPShock_EffectMaintenance
120
(EMP Shockwave) Effect duration after skill ends (s)
Facility Skills: Delta Plant
Terrasite Decreaser
Property
Default Value
Description
DecreaseTerrasite_WaitTime
600
(Terrasite Decreaser) Skill effect radius range (m)
DecreaseTerrasite_EffectTime
1200
(Terrasite Decreaser) Skill duration (s)
DecreaseTerrasite_EffectRange
60000
(Terrasite Decreaser) Skill effect radius range (m)
DecreaseTerrasite_TerraPower
61200
(Terrasite Decreaser) Server time change (s)
DecreaseTerrasite_TerrasiteCollectPercentage
80
(Terrasite Decreaser) Terrasite collection reduction (%)
DecreaseTerrasite_EffectInterval
5
(Terrasite Decreaser) Effect activation internal (s)
DecreaseTerrasite_EffectMaintenance
10
(Terrasite Decreaser) Effect duration after skill ends (s)

Terrasite Increaser

Property
Default Value
Description
IncreaseTerrasite_WaitTime
600
(Enhanced Crystallization) Skill activation wait time (s)
IncreaseTerrasite_EffectTime
1200
(Terrasite Increaser) Skill duration (s)
IncreaseTerrasite_EffectRange
60000
(Terrasite Increaser) Skill effect radius range (m)
IncreaseTerrasite_TerraPower
-25200
(Terrasite Increaser) Server time change (s)
IncreaseTerrasite_TerrasiteCollectPercentage
200
(Terrasite Increaser) Terrasite collection increase (%)
IncreaseTerrasite_EffectInterval
5
(Terrasite Increaser) Effect activation interval (s)
IncreaseTerrasite_EffectMaintenance
10
(Terrasite Increaser) Effect duration after skill ends (s)