Actions

Editing Creative Mode

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 1: Line 1:
 
== Description ==
 
== Description ==
 +
Creative Mode will allow you to spawn in items.<br>
 +
It's good for testing things out and learning.
  
Creative Mode allows you to spawn in items. It's good for testing things out and learning.
+
Currently limited to space and mars, WorldType 0 and 1 respectivly.
 
 
The [[Authoring Tool]] is available in creative mode. It allows quick building without resources.
 
 
 
There are two ways to enable creative mode. The easiest is to create a new world and select Creative Mode in custom settings.
 
 
 
Creative mode can be enabled in existing saves by editing the save file with a text editor. First, make a backup of the save. Then modify worldsettings.xml and change GameMode to Creative.
 
 
 
<pre>
 
<WorldSettingData xmlns:xsd="http://www.w3.org/2001/XMLSchema"
 
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 
  <Name>Mars</Name>
 
  <IsDepreciated>false</IsDepreciated>
 
  <Description>NewWorldMarsShortDesc</Description>
 
  <GameMode>Creative</GameMode>
 
</pre>
 
 
 
The difficulty settings may also be changed. For example, thirst and hunger can be disabled.
 
 
 
<pre>
 
  <DifficultySetting>
 
    <HungerRate>0</HungerRate>
 
    <HydrationRate>0</HydrationRate>
 
    <OxygenRate>1</OxygenRate>
 
    <LungDamageRate>0.02</LungDamageRate>
 
    <LifeFunctionLoggedOut>0</LifeFunctionLoggedOut>
 
    <EatWhileHelmetClosed>true</EatWhileHelmetClosed>
 
    <DrinkWhileHelmetClosed>true</DrinkWhileHelmetClosed>
 
    <StartingCondition>Default</StartingCondition>
 
    <RespawnCondition>Easy</RespawnCondition>
 
  </DifficultySetting>
 
</pre>
 
  
 
== Controls ==
 
== Controls ==
Line 49: Line 20:
 
| Spawn selected item
 
| Spawn selected item
 
|-
 
|-
! \
+
! F5
| opens the debug menu
+
| Spawn airmix 25% O2, 75% N2, 20Celsius <!-- 1000 moles or so ?, hard to read since mol count is divided by roomsize-->
 
|}
 
|}
 
The F5 key no longer spawns a breathable environment. Spawn oxygen and nitrogen tanks to get breathable air.
 

Please note that all contributions to Unofficial Stationeers Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Unofficial Stationeers Wiki:Copyrights for details). Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel | Editing help (opens in new window)