Make forrestry on your farm more enjoyable and cost effective, by taking control of the amount of time it takes each species of tree to fully grow to maturity. TGM gives you the ability to change the growth rate of a particular tree species from 100% up to 195% - or even down to 5% if you so desire.
TGM provides a custom settings menu, which can be accessed by the default keybind of LEFT ALT + 1. In a multiplayer setting, this menu will only be accessible by admins.
The source for this mod is only provided here for educational and historic purposes, and to allow for potential collaboration. Under no circumstances are you allowed to upload/publish/share this to any mod/file sharing site/service. If you paid for this mod, you were ripped off. If you happen to notice this uploaded to anywhere but the official ModHub, please use and encourage others to use the official download instead, thank you.
Our recommendation will be to get the mod from the official ModHub, either downloaded through their web interface or using the in-game interface. There will be times where a new version will be awaiting testing by Giants, but would already be published here. If you can't wait or want to use an older version, go to the releases page and download the attached FS22_treeGrowthManager.zip
file on the particular release.
If you've found a bug, please open an issue and we'll have a look at it. Thank you!
If you'd like to provide a translation for this mod in your language, that'd be very much appreciated.
The mod name and description are located within src/FS22_treeGrowthManager/modDesc.xml
. To translate these, you'll need to provide a new subsection named after your locale to the <title>
and <description>
sections respectively. E.g. if your locale is de
, it should end up looking something like the following.
<title>
<en>Tree Growth Manager</en>
<de>german title goes here</de>
</title>
<description>
<en>
<![CDATA[
Make forrestry on your farm more enjoyable and cost effective...
]]>
</en>
<de>
<![CDATA[
german description goes here
]]>
</de>
</description>
You can find all other strings in the English translation file in src/FS22_treeGrowthManager/data/l10n/locale_en.xml
. To make a translation file for your language, copy the English file and rename it to locale_<your locale>.xml
(e.g. if your locale is de
, the filename should be locale_de.xml
). In this file you can place your own name in the <translationContributors>
tag, and otherwise translate any text within a text=""
attribute.
The languages supported by FS22 are as follows:
br
= Portuguese (Brazil)cs
= Chinese (Simplified)ct
= Chinese (Traditional)cz
= Czechda
= Danishde
= Germanea
= Spanish (Latin)en
= Englishes
= Spanishfc
= French (Canada)fi
= Finnishfr
= Frenchhu
= Hungarianit
= Italianjp
= Japanesekr
= Koreannl
= Dutchno
= Norwegianpl
= Polishpt
= Portuguesero
= Romanianru
= Russiansv
= Swedishtr
= Turkish
Your contribution will have to be provided through a pull request from your own fork of this repository.
Any other desire to collaborate would also be appreciated, but unless it's an exceptional fix for something that's broken, it's unlikely to be accepted.