(Converted from FS22_TaxMod)
Adds realistic tax system to your farm.
Features:
• Daily tax deductions based on farm balance
• Monthly tax returns (percentage of taxes paid)
• Three tax rate levels: Low (1%), Medium (2%), High (3%)
• Configurable minimum balance threshold
• Tax history and statistics tracking
• Professional in-game notifications
• Fully configurable via console commands
• Multiplayer compatible
• Settings saved per savegame
• Type 'tax' in console for commands
Please be aware:
You need to have developer mode enabled in order for you to open the console.
This can be done in your FS game folder, then look for the "game.xml".
Change <development><controls> to "true"
Enjoy you farming experience with my Tax Mod <3
=========================================================
https://github.com/TheCodingDad-TisonK/FS25_TaxMod
=========================================================
COPYRIGHT NOTICE:
All rights reserved. Unauthorized redistribution, copying,
or claiming this mod as your own is strictly prohibited.
Original author: TisonK
=========================================================
- Corrected `nRows` count so the background panel fully contains all rendered rows including Recent Activity and the hint at the bottom
Changelog v1.1.3.1 -> https://github.com/TheCodingDad-TisonK/FS25_TaxMod/releases/tag/v1.1.3.0
- Taxes now work annually instead of per-transaction — more realistic farm business behaviour
- Tax accumulates throughout the year; the full bill is deducted each March
- In December you get an advisory notification showing your estimated tax bill, what % of your balance it is, and how much has accumulated — so you can plan your spending before year-end
- HUD now shows an estimated March payment row and a countdown to your next tax event
- New setting: Annual Tax Rate — choose Low (2%), Medium (5%), or High (10%)
- New console command: taxAnnualRate — accepts low/medium/high or a custom value (e.g. 0.08 for 8%)
- Bug fix: total taxes paid was being counted twice; now only the actual March deduction counts
- Bumped version
- Fixed issue since last HUD fix
The Tax HUD previously could only be toggled via the developer console. Now you can show or hide it with a single keypress while playing.
What's New
- Press T to toggle the Tax HUD on/off (rebindable in Controls settings)
- HUD hint text updated to reflect the new key
No save migration needed — existing saves work as-is.
This updates includes a complete rewrite of all code
- Changed from 1 single file to multiple files
- Settings have been rewritten to match correct FS25 behaviour
- Added a HUD overlay (same as Income Mod)