In Game Info XML Addon - Tough As Nails Adapter
This addon expands the capabilities of InGame Info XML mod by adding special tags to display information from the popular Tough As Nails mod directly in the game interface.
What the Addon Displays
Using the new tags, you can track:
- Current character temperature - shows your player's current thermal state
- Current target temperature - displays the temperature level the character's body is trending toward (limited to range from 0 to 25 degrees)
- Current season - shows the sub-season of the year, such as "Early Spring", "Mid Summer", or "Late Autumn"
Important note: Starting from version 1.3, the season display functionality requires installation of Serene Seasons mod, since this feature was moved out of the base Tough As Nails.
How to Use
For the addon to work, you need to manually add the following tags to your XML or JSON configuration file:
<line>
<str>Temperature: $e{tancurrtemp}/{tantargettemp}$f</str>
</line>
<line>
<str>Season: $e{tanseason}$f</str>
</line>```
This addon does not make automatic changes to the default configuration - all settings need to be written manually.