Skip to content

Farming Simulator 22 mod, which gives the player control of the growth rate of each individual tree species.

Notifications You must be signed in to change notification settings

Beaver-Bois-Modding/fs22-tgm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tree Growth Manager

For Farming Simulator 22 Releases

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.

Distribution

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.

Installation / Releases

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.

Bugs

If you've found a bug, please open an issue and we'll have a look at it. Thank you!

Contributions

Translations

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 = Czech
  • da = Danish
  • de = German
  • ea = Spanish (Latin)
  • en = English
  • es = Spanish
  • fc = French (Canada)
  • fi = Finnish
  • fr = French
  • hu = Hungarian
  • it = Italian
  • jp = Japanese
  • kr = Korean
  • nl = Dutch
  • no = Norwegian
  • pl = Polish
  • pt = Portuguese
  • ro = Romanian
  • ru = Russian
  • sv = Swedish
  • tr = Turkish

Your contribution will have to be provided through a pull request from your own fork of this repository.

Other

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.