Unlock the Hidden Planet
*** WARNING YOU ARE EDITING BASE GAME FILES. MISTAKES CAN MEAN ERRORS**
There is a map on Stationeers called Low Earth Orbit. This map is what it sounds like, A space map with the earth rotating below it.
To access the map, we are going to have to edit a text file.
– Using windows explorer or similar apps, goto:
“C:\Program Files(x86)\Steam\steamapps\common\Stationeers\rocketstation_Data\StreamingAssets\Data\worldsettings.xml”
– Once there and the file is open, please look at the 4th line from the top.
– It should read “<World Id=”LowEarthOrbit” Hidden=”true”>”
– Please change only the true to false with no capitals, so it should now read.
“<World Id=”LowEarthOrbit” Hidden=”false”>”.
Restart or load up the game and in the new game screen, you will find the map. Enjoy and remember the map is hidden by the devs for a reason. Likely this map is not finished and bugs could be expected. I have tested and you do spawn as normal, in orbit with a lander behind you. I do see asteroids spawning so resources are present.
Enjoy
Ghost
Add new difficulties, after update
*** WARNING YOU ARE EDITING BASE GAME FILES. MISTAKES CAN MEAN ERRORS**
We are going to be using the unpreffered method here. I would advise looking at loading changes from the mod folder rather than base game data.
I will guide you in these steps but always backup your original file. Any mistakes taht cause crashes can be fixed with this backup or a complete re-install.
– First we need to navigate to the correct Txt file.
“C:\Program Files (x86)\Steam\steamapps\common\Stationeers\rocketstation_Data\StreamingAssets\Data\difficultySettings.xml”
– Once we are there and the file is open, we are going toadd the below code. Where we add it is important. so at the top you should see some code like this:
“<?xml version=”1.0″ encoding=”utf-8”?>
<GameData xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance”>
<DifficultySettings>”
– After clicking the end of the third line ( <DifficultySettings>) we can press enter.
– At this exact location we can paste the following code
” <DifficultySetting Id=”Title Here”>
<Description Value=”Difficulty discription here” />
<PreviewButton Path=”Interface/button_creative.png” />
<HungerRate Value=”0.5″/>
<HydrationRate Value=”0.5″/>
<BreathingRate Value=”1.0″/>
<JetpackRate Value=”0″/>
<LungDamageRate Value=”0.04″/>
<FoodDecayRate Value=”0.5″/>
<MiningYield Value=”10″/>
<OfflineMetabolism Value=”0.1″/>
<EatWhileHelmetClosed Value=”false”/>
<DrinkWhileHelmetClosed Value=”false”/>
<WeatherLanderDamageRate Value=”0.5″/>
<RespawnCondition Id=”Easy” />
<Creative Value=”true”/>
</DifficultySetting>”
– With this set of code you can change any of the values. The Jetpack entry is optional and this line can be deleted safely if you want to have the basic jetpack settings.
– Once you have done this, you can save the TXT file and either reload or startup the game. Under the Difficulties menu you will now see your new custom settings.
– You can add more than one by pressing enter at the end of the new txt and pasting again.
DO NOT COPY AND PASTE THE QUOTE MARKS, COPY WHATS INSIDE OF THEM!!!