v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

Difference between revisions of "v0.34:Temperature"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
(→‎Temperature scale: look at the formulas - Urist degrees are Fahrenheit degrees with an offset, only related to Celsius through the usual conversion)
(5 intermediate revisions by 5 users not shown)
Line 6: Line 6:
  
 
==Temperature scale==
 
==Temperature scale==
Temperatures in Dwarf Fortress are measured in the game's own, unnamed temperature scale, since termed "Degrees [[Main:Urist|Urist]]" by the community. Temperatures in Dwarf Fortress are stored as sixteen-bit unsigned integers, which translates into a minimum value of 0&nbsp;°U and a technical maximum of 65535&nbsp;°U (2<sup>16</sup>-1), although this is internally limited to 60000&nbsp;°U&mdash;60001&nbsp;°U is used for temperatures which have been set to {{tt|NONE}}. Floating point values are not considered, and when they appear any decimals are either sheared off or rounded away by the game. Urists are scaled logically against the Fahrenehit scale, so conversions are simple, if non-intuitive:
+
Temperatures in Dwarf Fortress are measured in the game's own, unnamed temperature scale, since termed "Degrees [[Main:Urist|Urist]]" by the community. Temperatures in Dwarf Fortress are stored as sixteen-bit unsigned integers, which translates into a minimum value of 0&nbsp;°U and a technical maximum of 65535&nbsp;°U (2<sup>16</sup>-1), although this is internally limited to 60000&nbsp;°U&mdash;60001&nbsp;°U is used for temperatures which have been set to {{tt|NONE}}. Floating point values are not considered, and when they appear any decimals are either sheared off or rounded away by the game. Urists are scaled logically against the Fahrenheit scale, so conversions are simple, if non-intuitive:
  
 
:{{tt|[URIST]}} = {{tt|[FAHRENHEIT]}} + 9968
 
:{{tt|[URIST]}} = {{tt|[FAHRENHEIT]}} + 9968
Line 104: Line 104:
 
| [[Water]] boils
 
| [[Water]] boils
 
| {{ct|10180}}
 
| {{ct|10180}}
 +
|-
 +
| [[Wood]] [[fire]] (max)
 +
| {{ct|10708}}
 
|-
 
|-
 
| Material is [[fire-safe]]
 
| Material is [[fire-safe]]
Line 111: Line 114:
 
| {{ct|11500}}
 
| {{ct|11500}}
 
|-
 
|-
| Items on [[fire]] (max)
+
| [[Coal]] [[fire]] (max)
 
| {{ct|11640}}
 
| {{ct|11640}}
 
|-
 
|-
Line 123: Line 126:
 
| {{ct|14000}}
 
| {{ct|14000}}
 
|-
 
|-
| <span style="border-bottom: 1px #0000CC dotted;cursor:help;" title="Yes, dragonfire is roughly four times hotter than the surface of the sun. Nether-cap is the only usable dragonfire-safe material in the game, due to its fixed temperature.">[[Dragon]]fire</span>
+
| <span style="border-bottom: 1px #0000CC dotted;cursor:help;" title="Yes, dragonfire is roughly four times hotter than the surface of the sun.">[[Dragonfire]]</span>
 
| {{ct|50000}}
 
| {{ct|50000}}
 
|-
 
|-
Line 137: Line 140:
 
* {{tt|[COLDDAM_POINT:#]}} — This is the temperature below which the material will begin to take frost [[wear|damage]].
 
* {{tt|[COLDDAM_POINT:#]}} — This is the temperature below which the material will begin to take frost [[wear|damage]].
 
* {{tt|[SPEC_HEAT:#]}} — This determines how long it takes the material to heat up or cool down. A material with a high specific heat capacity will hold more heat and affect its surroundings more before cooling down or heating up to equilibrium. The input for this token is not temperature, but rather the [[wikipedia:Specific heat capacity|specific heat capacity]] of the material.
 
* {{tt|[SPEC_HEAT:#]}} — This determines how long it takes the material to heat up or cool down. A material with a high specific heat capacity will hold more heat and affect its surroundings more before cooling down or heating up to equilibrium. The input for this token is not temperature, but rather the [[wikipedia:Specific heat capacity|specific heat capacity]] of the material.
* {{tt|[MAT_FIXED_TEMP]}} — A material's temperature can be forced to always be a certain value via the MAT_FIXED_TEMP [[material definition token]].  The only standard material which uses this is [[nether-cap]] wood, whose temperature is always at the melting point of water.  If a material's temperature is fixed to between its cold damage point and its heat damage point, then items made from that material will never suffer cold/heat damage.  This makes nether-caps [[fire-safe]], [[magma-safe]], and even [[dragon|dragonfire-safe]] despite being a type of [[wood]].<br/>Due to the way fixed temperature is handled, giving a material a fixed temperature will not cause its actual temperature to change accordingly &mdash; instead, its temperature will simply be permanently locked at whatever it was previously. Removing a material's fixed temperature, however, will cause all items made of it to heat or cool until reaching equilibrium with their surroundings. The fixed temperature of a [[container]] does affect its contents, but you can't freeze [[water]] by putting it into a [[bucket]] made from nether-cap because water will not freeze until it cools ''below'' {{ct|10000}}. The fixed temperature of an inorganic material has no effect on unmined walls made from that material, though boulders '''will''' take on that temperature as they are produced via mining.
+
* {{tt|[MAT_FIXED_TEMP]}} — A material's temperature can be forced to always be a certain value via the MAT_FIXED_TEMP [[material definition token]].  The only standard material which uses this is [[nether-cap]] wood, whose temperature is always at the melting point of water.  If a material's temperature is fixed to between its cold damage point and its heat damage point, then items made from that material will never suffer cold/heat damage.  This makes nether-caps [[fire-safe]] and [[magma-safe]] despite being a type of [[wood]].<br/>Due to the way fixed temperature is handled, giving a material a fixed temperature will not cause its actual temperature to change accordingly &mdash; instead, its temperature will simply be permanently locked at whatever it was previously. Removing a material's fixed temperature, however, will cause all items made of it to heat or cool until reaching equilibrium with their surroundings. The fixed temperature of a [[container]] does affect its contents, but you can't freeze [[water]] by putting it into a [[bucket]] made from nether-cap because water will not freeze until it cools ''below'' {{ct|10000}}. The fixed temperature of an inorganic material has no effect on unmined walls made from that material, though boulders '''will''' take on that temperature as they are produced via mining.
  
 
==Bugs==
 
==Bugs==
* A calculation error in the game causes objects in containers to maintain a 1 degree difference from the container, resulting in constant recalculation of temperature values.{{bug|6012}} This incurs a high cost on your processor, and is thus a large drag on your [[frames per second]]. [[Utility:DFHack|DFhack]] provides a tweak to stabilize the temperature of such objects and improve frame rate.<br/>If [[maximizing framerate]] is a concern, you can even disable temperatures entirely through an option in the [[D init.txt]]. With this option toggled off, being adjacent to lava will not cause objects (or creatures) to burn, nor will dwarves have any problems running around on top of glaciers naked if they so desire; however more direct tile temperature calculations are still preserved, so contact with magma or dragonfire is still plenty lethal.
+
* A calculation error in the game causes objects in containers to maintain a 1 degree difference from the container, resulting in constant recalculation of temperature values.{{bug|6012}} This incurs a high cost on your processor, and is thus a large drag on your [[frames per second]]. [[Utility:DFHack|DFhack]]'s "fix/stable-temp" stabilizes the temperature of such objects and improves frame rate (though not enabled by default).<br/>If [[maximizing framerate]] is a concern, you can even disable temperatures entirely through an option in the [[D init.txt]]. With this option toggled off, being adjacent to lava will not cause objects (or creatures) to burn, nor will dwarves have any problems running around on top of glaciers naked if they so desire; however more direct tile temperature calculations are still preserved, so contact with magma or dragonfire is still plenty lethal.
 
* When temperature calculations are disabled, dwarves will refuse to set foot in a cast [[obsidian]] tile (or other tiles previously occupied by [[magma]]).{{bug|6033}}
 
* When temperature calculations are disabled, dwarves will refuse to set foot in a cast [[obsidian]] tile (or other tiles previously occupied by [[magma]]).{{bug|6033}}

Revision as of 15:28, 9 May 2014

This article is about an older version of DF.

For temperature as it relates to choosing an embarkation site, see Climate.

Temperature scale

Temperatures in Dwarf Fortress are measured in the game's own, unnamed temperature scale, since termed "Degrees Urist" by the community. Temperatures in Dwarf Fortress are stored as sixteen-bit unsigned integers, which translates into a minimum value of 0 °U and a technical maximum of 65535 °U (216-1), although this is internally limited to 60000 °U—60001 °U is used for temperatures which have been set to NONE. Floating point values are not considered, and when they appear any decimals are either sheared off or rounded away by the game. Urists are scaled logically against the Fahrenheit scale, so conversions are simple, if non-intuitive:

[URIST] = [FAHRENHEIT] + 9968
   [CELSIUS] * 9/5 + 10000
   [KELVIN] * 9/5 + 9508.33
   [RANKINE] + 9508.33

Some reference numbers:

Significance DF Scale Fahrenheit Celsius Kelvin Rankine
Boiling Point of Water 10180 212 100 373.15 671.67
Human Body Temperature 10067round 98.6 37.0 310.15 558.27
Freezing Point of Water 10000 32 0 273.15 491.67
Absolute Zero 9508round -459.67 −273.15 0 0
Zero Degrees Urist 0 -9968 -5555.5 -5282.405 -9508.33

Values designated with round have been rounded internally to avoid decimals: for instance, the human body temperature is technically 10066.6, but has been rounded up to 10067 °U in the raws. Also interesting is the fact that temperatures in Dwarf Fortress can go far, far below absolute zero, which is physically impossible; considering Dwarf Fortress also allows perpetual motion, sometimes it's best not to ask questions.

Urist asks... I'm a modder who needs to work with temperature conversions all the time. Is there any tool I can use to lessen the amount of work involved?

Temperature conversions are usually only useful when modding, and can be annoying to do manually; luckily a simple temperature conversion utility has been created for those who find themselves having to convert a lot of temperatures to and/or from degrees Urist often.

Examples of some temperatures encountered in DF, the most important ones in bold:

Event / location Temperature
Alcohol freezes 09850 °U
Lowest survivable temperature 09900 °U
Outside, freezing climate (varies) 09960 °U
Underground, glacier ice 09990 °U
Water freezes 10000 °U
Nether-cap 10000 °U
Underground 10015 °U
Dwarf/human homeotherm 10067 °U
Tiles next to magma (warm stone) 10075 °U
Highest survivable temperature 10078 °U
Outside, scorching climate (varies) 10080 °U
Water boils 10180 °U
Wood fire (max) 10708 °U
Material is fire-safe 11000 °U
Common stone melts (varies) 11500 °U
Coal fire (max) 11640 °U
Magma 12000 °U
Material is magma-safe 12000 °U
Creatures made of flame/fire 14000 °U
Dragonfire 50000 °U

Material values

Temperature has important constraints on the materials in the game, and dictates a number of material properties related to states of matter and heat/cold damage. These are defined by material definition tokens in the material raw files, most of which use temperature as an input field:

  • [MELTING_POINT:#] — This is the temperature at which a liquid material will freeze, or a solid material will melt. In Dwarf Fortress the melting point and freezing point coincide exactly; this is contrary to many real-life materials, which can be supercooled.
  • [BOILING_POINT:#] — This is the temperature at which the material will boil or condense. Water boils at 10180 °U .
  • [IGNITE_POINT:#] — This is the temperature at which the material will catch fire.
  • [HEATDAM_POINT:#] — This is the temperature above which the material will begin to take heat damage. Burning items without a heat damage point (or with an exceptionally high one) will take damage very slowly, causing them to burn for a very long time (9 months and 16.8 days) before disappearing.
  • [COLDDAM_POINT:#] — This is the temperature below which the material will begin to take frost damage.
  • [SPEC_HEAT:#] — This determines how long it takes the material to heat up or cool down. A material with a high specific heat capacity will hold more heat and affect its surroundings more before cooling down or heating up to equilibrium. The input for this token is not temperature, but rather the specific heat capacity of the material.
  • [MAT_FIXED_TEMP] — A material's temperature can be forced to always be a certain value via the MAT_FIXED_TEMP material definition token. The only standard material which uses this is nether-cap wood, whose temperature is always at the melting point of water. If a material's temperature is fixed to between its cold damage point and its heat damage point, then items made from that material will never suffer cold/heat damage. This makes nether-caps fire-safe and magma-safe despite being a type of wood.
    Due to the way fixed temperature is handled, giving a material a fixed temperature will not cause its actual temperature to change accordingly — instead, its temperature will simply be permanently locked at whatever it was previously. Removing a material's fixed temperature, however, will cause all items made of it to heat or cool until reaching equilibrium with their surroundings. The fixed temperature of a container does affect its contents, but you can't freeze water by putting it into a bucket made from nether-cap because water will not freeze until it cools below 10000 °U . The fixed temperature of an inorganic material has no effect on unmined walls made from that material, though boulders will take on that temperature as they are produced via mining.

Bugs

  • A calculation error in the game causes objects in containers to maintain a 1 degree difference from the container, resulting in constant recalculation of temperature values.Bug:6012 This incurs a high cost on your processor, and is thus a large drag on your frames per second. DFhack's "fix/stable-temp" stabilizes the temperature of such objects and improves frame rate (though not enabled by default).
    If maximizing framerate is a concern, you can even disable temperatures entirely through an option in the D init.txt. With this option toggled off, being adjacent to lava will not cause objects (or creatures) to burn, nor will dwarves have any problems running around on top of glaciers naked if they so desire; however more direct tile temperature calculations are still preserved, so contact with magma or dragonfire is still plenty lethal.
  • When temperature calculations are disabled, dwarves will refuse to set foot in a cast obsidian tile (or other tiles previously occupied by magma).Bug:6033