Language & Currency

Currency

Empyrion - Galactic Survival: Your game, your server

Empyrion - Galactic Survival Rent server
from 9.76
AUD /month
from 11.72
BGN /month
from 37.23
BRL /month
from 8.95
CAD /month
from 5.64
CHF /month
from 47.07
CNY /month
from 149.94
CZK /month
from 44.68
DKK /month
from 5.99
EUR /month
from 5.04
GBP /month
from 51.79
HKD /month
from 45.14
HRK /month
from 2,351.25
HUF /month
from 102,908.20
IDR /month
from 24.11
ILS /month
from 556.76
INR /month
from 915.87
ISK /month
from 965.53
JPY /month
from 8,856.81
KRW /month
from 130.33
MXN /month
from 28.69
MYR /month
from 69.86
NOK /month
from 10.61
NZD /month
from 373.23
PHP /month
from 25.62
PLN /month
from 29.81
RON /month
from 702.03
RUB /month
from 67.90
SEK /month
from 8.65
SGD /month
from 224.87
THB /month
from 226.21
TRY /month
from 6.64
USD /month
from 117.02
ZAR /month
from 53.98
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.