Timmeey86 / FS22_ForestryHelper

A mod for Farming Simulator 22 which displays information about the quality and value of logs
Apache License 2.0
6 stars 3 forks source link

Feature Idea: Display info box while operating with a tree harvester #2

Closed Timmeey86 closed 7 months ago

vitalii2011 commented 7 months ago

"Info box" is not displayed with activated Wood Harvester Controls https://www.farming-simulator.com/mod.php?lang=en&country=ru&mod_id=263015&title=fs2022

vitalii2011 commented 7 months ago

This is probably not because of the mod, but due to the mechanics of the game, but the logic for determining the quality of logs is strange: fsScreen_2024_02_08_13_34_45 fsScreen_2024_02_08_13_35_08 fsScreen_2024_02_08_13_36_59 fsScreen_2024_02_08_13_37_27

Timmeey86 commented 7 months ago

"Info box" is not displayed with activated Wood Harvester Controls https://www.farming-simulator.com/mod.php?lang=en&country=ru&mod_id=263015&title=fs2022

Alright, I will look into this tonight

Timmeey86 commented 7 months ago

This is probably not because of the mod, but due to the mechanics of the game, but the logic for determining the quality of logs is strange:

The game pays you most money for logs which are between 6 and 11m long. If you split a 20m log into two 10m pieces you get way more money

I don't know why Giants made it this way, but my mod tries to at least make this fact more obvious

vitalii2011 commented 7 months ago

Thanks for clarifying. On the loading screen of the game, advice appears: ~ “the straighter and longer the log, the higher its price,” - this raised the question. )

Timmeey86 commented 7 months ago

@vitalii2011 It is as I suspected: Wood harvester system overrides the same method as me, but does not call the existing code, so my code gets skipped completely. I will have to think about some kind of ugly workaround for this as it's unlikely the other mod will get adapted.

vitalii2011 commented 7 months ago

You can chat with the author of WHC - Jamesxtreme here https://discord.com/channels/928667003835793460/1148672304373567581

Timmeey86 commented 7 months ago

@vitalii2011 I just uploaded a new version (on GitHub) which should fix this issue

vitalii2011 commented 7 months ago

1.0.3.1 - no problem. Thank you.