In Game Info XML Addon - Tough As Nails
9,920 Downloads
Last Updated: Sep 30, 2018
Game Version: 1.12.2
Adds tags for Tough As Nails to InGame Info XML.
Tags added:
- tancurrtemp - Returns the player's current temperature
- tantargettemp - Returns the temperature the player is currently trending to (capped at 0 and 25)
- tanseason - Returns the current sub-season (i.e. Early Spring, Mid Summer, Late Autumn) (as of 1.3, this tag needs Serene Seasons installed since that functionality was moved out of Tough As Nails)
Note: This does not add anything to the default configuration. These must be added to the XML (or JSON) file.
Example usage:
<line> <str>Temperature: $e{tancurrtemp}/{tantargettemp}$f</str> </line>
<line>
<str>Season: $e{tanseason}$f</str>
</line>
"TAN" no longer provide seasons
make this works with "Serene Seasons" then
In reply to Ilvrak:
This doesn't make sense at all. I don't understand what on Gods earth is to do with this information that you have given. Where do I put this? you say generate a file /igi. Do I manually do that ingame? When it generates it, where does it put it? Do I have to move the file or leave it there? You need to explain things and not just write something down as an example. This is someone without coding skills. Ya feel me?
In reply to ankido:
1.12.2?
Thx for Your work.
Do You plan upgrade to 1.11.2?
In reply to fiszka:
I was wondering if it's not too much trouble. Is their a way to color every single season and variation? Like make Early spring green and late spring dark green or Summer to transition from red to dark red.(I figured out temperatures just not the seasons).
Loading into a world, Nothing seems to be showing in XML.. Do i need to do something for it to work?
Regards, British
You need to edit the XML file that you generate via command /igi save <tab>. Please note the misspelled tancurrenttemp should be tancurrtemp. If I remember correctly
Thanks
Loading into a world, Nothing seems to be showing in XML.. Do i need to do something for it to work?
Regards, British
Note: This does not add anything to the default configuration. These must be added to the XML (or JSON) file.