Stationeers

Stationeers

View Stats:
glenn52 Oct 21, 2019 @ 4:14pm
World's Atmospheric Pressure (Kpa)
Can (which?) values in the *.xml files be altered to tweak atmospheric pressure?
Thanks.
Originally posted by Rocket:
The pressure is a product of the atmospheric composition. You need to change the molar values for "how much gas" and/or the temperature of said gases, and the pressure will change.

Atmosphere Composition

<AtmosphereComposition> <SpawnGas> <Type>CarbonDioxide</Type> <Quantity>5</Quantity> <Name>CarbonDioxide</Name> </SpawnGas> <SpawnGas> <Type>Volatiles</Type> <Quantity>10</Quantity> <Name>Volatiles</Name> </SpawnGas> <SpawnGas> <Type>Pollutant</Type> <Quantity>2</Quantity> <Name>Pollutant</Name> </SpawnGas> </AtmosphereComposition>

The above is the XML section for Vulcan. Note that three gases are defined, you can include a new type definition for as many unique gases as you would like.

The quantity values, when changed, would alter the pressure - how much depends on the temperature.

Temperature

This established a curve that, depending on the time of day, returns what temperature (in Kelvin) the world atmosphere is at. Without this, it is constant.

<Kelvin> <keys> <Keyframe> <time>0</time> <value>278.15</value> <inTangent>60</inTangent> <outTangent>60</outTangent> <tangentMode>34</tangentMode> </Keyframe> <Keyframe> <time>0.25</time> <value>293.15</value> <inTangent>-10</inTangent> <outTangent>-10</outTangent> <tangentMode>34</tangentMode> </Keyframe> <Keyframe> <time>0.5</time> <value>278.15</value> <inTangent>-192</inTangent> <outTangent>-192</outTangent> <tangentMode>34</tangentMode> </Keyframe> <Keyframe> <time>0.75</time> <value>197.15</value> <inTangent>10</inTangent> <outTangent>10</outTangent> <tangentMode>34</tangentMode> </Keyframe> <Keyframe> <time>1</time> <value>278</value> <inTangent>324</inTangent> <outTangent>324</outTangent> <tangentMode>34</tangentMode> </Keyframe> </keys> <preWrapMode>ClampForever</preWrapMode> <postWrapMode>ClampForever</postWrapMode> </Kelvin>
< >
Showing 1-2 of 2 comments
A developer of this app has indicated that this post answers the original topic.
Rocket  [developer] Oct 23, 2019 @ 1:00am 
The pressure is a product of the atmospheric composition. You need to change the molar values for "how much gas" and/or the temperature of said gases, and the pressure will change.

Atmosphere Composition

<AtmosphereComposition> <SpawnGas> <Type>CarbonDioxide</Type> <Quantity>5</Quantity> <Name>CarbonDioxide</Name> </SpawnGas> <SpawnGas> <Type>Volatiles</Type> <Quantity>10</Quantity> <Name>Volatiles</Name> </SpawnGas> <SpawnGas> <Type>Pollutant</Type> <Quantity>2</Quantity> <Name>Pollutant</Name> </SpawnGas> </AtmosphereComposition>

The above is the XML section for Vulcan. Note that three gases are defined, you can include a new type definition for as many unique gases as you would like.

The quantity values, when changed, would alter the pressure - how much depends on the temperature.

Temperature

This established a curve that, depending on the time of day, returns what temperature (in Kelvin) the world atmosphere is at. Without this, it is constant.

<Kelvin> <keys> <Keyframe> <time>0</time> <value>278.15</value> <inTangent>60</inTangent> <outTangent>60</outTangent> <tangentMode>34</tangentMode> </Keyframe> <Keyframe> <time>0.25</time> <value>293.15</value> <inTangent>-10</inTangent> <outTangent>-10</outTangent> <tangentMode>34</tangentMode> </Keyframe> <Keyframe> <time>0.5</time> <value>278.15</value> <inTangent>-192</inTangent> <outTangent>-192</outTangent> <tangentMode>34</tangentMode> </Keyframe> <Keyframe> <time>0.75</time> <value>197.15</value> <inTangent>10</inTangent> <outTangent>10</outTangent> <tangentMode>34</tangentMode> </Keyframe> <Keyframe> <time>1</time> <value>278</value> <inTangent>324</inTangent> <outTangent>324</outTangent> <tangentMode>34</tangentMode> </Keyframe> </keys> <preWrapMode>ClampForever</preWrapMode> <postWrapMode>ClampForever</postWrapMode> </Kelvin>
glenn52 Oct 23, 2019 @ 1:39am 
Thanks, appreciate it...
< >
Showing 1-2 of 2 comments
Per page: 1530 50

Date Posted: Oct 21, 2019 @ 4:14pm
Posts: 2