Actions

Difference between revisions of "Adding new worlds"

From Unofficial Stationeers Wiki

m (Gravity value unit corrected to m/s²)
m (Example world setting data expansion made more clear to the reader.)
Line 37: Line 37:
 
* Recycled from game files
 
* Recycled from game files
 
* Missing translation; so it will state <T:EN:NEWWORLDAREAMIMASCUSTOM> instead.
 
* Missing translation; so it will state <T:EN:NEWWORLDAREAMIMASCUSTOM> instead.
<div class="mw-collapsible mw-collapsed"><pre>
+
{| role="presentation" class="wikitable mw-collapsible mw-collapsed"
 +
|World Setting Data
 +
|-
 +
|<pre>
 
<WorldSettingData>
 
<WorldSettingData>
 
     <Name>Mimas Custom</Name>
 
     <Name>Mimas Custom</Name>
Line 86: Line 89:
 
     <NoTerrainLod>true</NoTerrainLod>
 
     <NoTerrainLod>true</NoTerrainLod>
 
   </WorldSettingData>
 
   </WorldSettingData>
</pre></div>
+
</pre>
 +
|}
 +
 
  
 
==== Titan ====
 
==== Titan ====
Line 94: Line 99:
 
* Europa terrain
 
* Europa terrain
 
* Missing translation
 
* Missing translation
 
+
{| role="presentation" class="wikitable mw-collapsible mw-collapsed"
<div class="mw-collapsible mw-collapsed"><pre>
+
|World Setting Data
<WorldSettingData>
+
|-
 +
|<pre>
 +
  <WorldSettingData>
 
     <Name>Titan Custom</Name>
 
     <Name>Titan Custom</Name>
 
     <Description>NewWorldMimasShortDesc</Description>
 
     <Description>NewWorldMimasShortDesc</Description>
Line 375: Line 382:
 
 
 
   </WorldSettingData>
 
   </WorldSettingData>
</pre></div>
+
</pre>
 +
|}
 +
 
  
  

Revision as of 15:18, 18 November 2019

Adding new worlds

There is two ways of adding new worlds to your game.


Adding a game file

  1. Navigate to your stationeers game folder. (For Steam this is usually C:\Program Files (x86)\Steam\steamapps\common\Stationeers\)
  2. From there navigate to rocketstation_Data\StreamingAssets\Data
  3. Create a new file there named "worldsettings-custom.xml"
  4. Edit your new file using an appropriate text editor.
  5. Copy and paste the following:
<?xml version="1.0" encoding="utf-8"?>
<GameData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<WorldSettings>

<!-- Your worlds go here -->

</WorldSettings>
</GameData>
  • Now you can insert your custom worlds where the placeholder is.


Notes

  • You can look up built-in worlds in a file called "worldsettings.xml"


Example Worlds

Mimas

Mimas View
  • Survival; 10% Gravity; 0 kPa; 18% Solar Power; 126° Inclination
  • Nice view on Saturn
  • Moon terrain, many craters
  • Recycled from game files
  • Missing translation; so it will state <T:EN:NEWWORLDAREAMIMASCUSTOM> instead.


Titan

Titan View
  • Survival; 14% Gravity; -201 to -161°C at 125 kPa; 18% Solar Power; 126° Inclination
  • Nice view on Saturn
  • Europa terrain
  • Missing translation


Adding a mod file

Todo


World Settings Attributes

( Maybe a new page for this info ? )

GameMode
Survival or Creative
MaxSunIntensity
Factor how bright lighting is on this world. No effect to solar panel power.
Value >= 0; Default is 1
Gravity
Value in m/s2. Has to be negative.
TimeOfDay
Time of day factor on world creation.
Value between 0.0 and 1.0
WorldOreDensity
Density of ore spawn. Higher values result in more ore spawn.
Default is 0.001; Vulcan is 0.005
SolarScale
Power factor to solar panels. Higher values result in increased solar panel output.