Difference between revisions of "Creative Mode"
From Unofficial Stationeers Wiki
(Added a note explaining the procedure for recent versions of the game) |
|||
(8 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
== Description == | == Description == | ||
− | |||
− | |||
− | + | Creative Mode allows you to spawn in items. It's good for testing things out and learning. | |
− | The [[Authoring Tool]] is available in creative mode | + | 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> | ||
+ | |||
+ | |||
+ | '''''Note''': In recent versions of Stationeers, the team moved the save folder worldsettings.xml file to a global one. In order to change the difficulty to creative, open the console (F3 Key) and write "difficulty Creative". If you want to go back to Normal, type "difficulty Normal" (Or the desired difficulty).'' | ||
== Controls == | == Controls == | ||
Line 22: | Line 52: | ||
| Spawn selected item | | Spawn selected item | ||
|- | |- | ||
− | ! | + | ! \ |
− | | | + | | opens the debug menu |
|} | |} | ||
+ | |||
+ | The F5 key no longer spawns a breathable environment. Spawn oxygen and nitrogen tanks to get breathable air. |
Latest revision as of 10:23, 25 July 2024
Description[edit]
Creative Mode allows you to spawn in items. It's good for testing things out and learning.
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.
<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>
The difficulty settings may also be changed. For example, thirst and hunger can be disabled.
<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>
Note: In recent versions of Stationeers, the team moved the save folder worldsettings.xml file to a global one. In order to change the difficulty to creative, open the console (F3 Key) and write "difficulty Creative". If you want to go back to Normal, type "difficulty Normal" (Or the desired difficulty).
Controls[edit]
F4 | Version, connected clients and current spawn selection |
---|---|
[ and ] | Backward and forward scroll of spawn selection |
/ | Search for item |
F9 | Spawn selected item |
\ | opens the debug menu |
The F5 key no longer spawns a breathable environment. Spawn oxygen and nitrogen tanks to get breathable air.