Winter-Deal Save 50% on your game server and get a free Teamspeak server included.

Language & Currency

Currency

Empyrion - Galactic Survival: Your game, your server

Empyrion - Galactic Survival Rent server
from 9.94
AUD /month
from 11.72
BGN /month
from 37.32
BRL /month
from 8.83
CAD /month
from 5.63
CHF /month
from 44.99
CNY /month
from 151.51
CZK /month
from 44.69
DKK /month
from 5.99
EUR /month
from 5.05
GBP /month
from 47.78
HKD /month
from 45.14
HRK /month
from 2,468.18
HUF /month
from 100,086.31
IDR /month
from 22.27
ILS /month
from 531.27
INR /month
from 867.95
ISK /month
from 968.16
JPY /month
from 8,963.38
KRW /month
from 126.59
MXN /month
from 27.65
MYR /month
from 70.20
NOK /month
from 10.98
NZD /month
from 360.57
PHP /month
from 25.57
PLN /month
from 29.80
RON /month
from 702.03
RUB /month
from 68.96
SEK /month
from 8.41
SGD /month
from 213.32
THB /month
from 217.82
TRY /month
from 6.14
USD /month
from 116.29
ZAR /month
from 6.90
date /month

Change the settings of your scenario in Empyrion

In this article we describe how you can change the settings for your desired scenario.
Tip: We recommend using a text editor with syntax highlighting like Notepad++.

For this you need the gameoptions.yaml of the respective scenario.
You will find this in your game installation under:
..\Steam\steamapps\common\Empyrion - Galactic Survival\Content\Scenarios\ folder of the scenario.

Copy this to another location and open it for editing.
For example, the file for the scenario Default Multiplayer looks like this:

    ## !! For latest info on available parameters and other details, see gameoptions_example.yaml, e.g. in Content\Scenarios\Default Random !!
    Options:
      - ValidFor: [ SP, Survival ]
        DecayTime: 0
        WipeTime: 0
        ProtectTime: 0
        ProtectDelay: 0
        MaxStructures: 255
        AntiGriefDistancePvE: 0
        AntiGriefDistancePvP: 0
        AntiGriefOresDistance: 0   
        ## AntiGriefOresZone: PvE      
        EnableTrading: Player2System   
        EnableMaxBlockCount: False
        ## EnableVolumeWeight: False         ## default value
        ## EnableCPUPoints: False            ## default value
        ## AutoMinerDepletion: True          ## default value
        GroundedStructureSpawn: False
        ## TurretUndergroundCheck: False     ## default value
        ## OriginDefault: Neutral            ## default value
        ## OriginAccessOthers: True          ## default value
        ## OriginAutoAlliance: True          ## default value
        ## FriendlyFireInPvP: True           ## default value
        ## MaxSpawnedEnemies: 60             ## default value
        ## DespawnEscapePod: False           ## default value
        ## RegeneratePOIs: False             ## default value
        ## FOWTransparency: 0                ## default value
        ## DSLUnloadSecs: 30                 ## default value
        ## DSLDistancePlanet: 1200           ## default value
        ## DSLDistanceSpace: 3000            ## default value
        ## ForcePvP: False                   ## default value
        ## OriginFactionStart: False         ## default value
        ## ThrustersNeedOpenSpace: False     ## default value

      - ValidFor: [ MP, Survival ]
        ## DecayTime: 24                     ## default value
        WipeTime: 720 
        ProtectTime: 24
        ProtectDelay: 1800
        MaxStructures: 500  
        ## AntiGriefDistancePvE: 30          ## default value
        ## AntiGriefDistancePvP: 300         ## default value
        ## AntiGriefOresDistance: 30         ## default value
        ## AntiGriefOresZone: PvE            ## default value  
        ## EnableTrading: All                ## default value
        ## EnableMaxBlockCount: True         ## default value
        ## EnableVolumeWeight: False         ## default value
        ## EnableCPUPoints: False            ## default value
        AutoMinerDepletion: False    
        ## GroundedStructureSpawn: True      ## default value
        TurretUndergroundCheck: True   
        ## OriginDefault: Neutral            ## default value
        ## OriginAccessOthers: True          ## default value
        ## OriginAutoAlliance: True          ## default value
        ## MaxSpawnedEnemies: 60             ## default value
        DespawnEscapePod: True 
        RegeneratePOIs: True               
        ## FOWTransparency: 0                ## default value
        ## DSLUnloadSecs: 30                 ## default value
        ## DSLDistancePlanet: 1200           ## default value
        ## DSLDistanceSpace: 3000            ## default value
        ## ForcePvP: False                   ## default value
        ## OriginFactionStart: False         ## default value
        ## ThrustersNeedOpenSpace: False     ## default value
        ## UndergroundBpSpawn: Always        ## Permission for spawning Blueprints below terrain [Always (default), PvE, Never]

        #### In local Coop, following parameter are ignored since they are taken from Difficulty Settings window ####
        ## FriendlyFireInPvP: True           ## default value
        ## DiffEscapePodContent: Medium      ## default value
        ## DiffPlayerProgression: Normal     ## default value
        ## DiffDegradationSpeed: Normal      ## default value
        ## DiffFoodConsumption: Normal       ## default value
        ## DiffOxygenConsumption: Normal     ## default value
        ## DiffRadiationTemperature: Normal  ## default value
        ## DiffAmountOfOre: Normal           ## default value
        ## DiffNumberOfDeposits: Normal      ## default value
        ## DiffAttackStrength: Medium        ## default value
        ## DiffEnemySpawnRate: Normal        ## default value
        ## DiffDronePresence: Normal         ## default value
        ## DiffDroneBaseAttack: Normal       ## default value
        ## DiffConstrCraftTime: Normal       ## default value
        ## DiffBpProdTime: Normal            ## default value

Note that the file consists of two blocks.
One block for single player and one for multiplayer.
You must enter the values below - ValidFor: [ MP, Survival ] in the file.
Upload your file to the following directory:
ConfigID/Content/Scenarios/Folder of the scenario.

Note: You can find the ConfigID or configuration ID for your server on our page under Gameserver.
For example, if your configID was 123456, it would look like this:/123456/Content/Scenarios/Folder of the scenario.
Restart your server. It should now take over the file you edited.

**Tip: For a description of the settings, please open the gameoptions_example.yaml.
You will find it in the directory of the respective scenario.