Skip to content

Releases: loki79uk/FS25_LumberJack

v1.0.0.0 - New ModHub Candidate

08 Dec 23:07
Compare
Choose a tag to compare

This is the actual fix for #24

  • Now updates the placement collision mask after deleting stumps or trees

v1.0.0.0 - ModHub Candidate2

08 Dec 10:53
Compare
Choose a tag to compare

Identical to previous with README file removed. See #29

v1.1.0.0

04 Dec 23:27
Compare
Choose a tag to compare

v1.1.0.0 - CANDIDATE for MODHUB RELEASE

  • Includes fix for bug #26

v1.0.0.5 - Fix for bug #21

02 Dec 18:31
Compare
Choose a tag to compare

Fix for warning messages in log - Issue #21

FarmsimTim already fixed it before I even had a chance to look at it #23

It wasn't actually an error, rather a false warning. It seems that the menu was working fine, but the message occured when opening the menu subsequent times, complaining that it was already registered.

v1.0.0.4 - Menu now fully working

01 Dec 23:57
Compare
Choose a tag to compare

v1.0.0.4

  • Another HUGE thanks to FarmSimTim (Timmeey86) for sorting out the menu once and for all!!
  • I have also added all of the language updates from #19 #18 #17 #16 #14 #13 and #8 - thanks to all!

Helping to sort out the new challenges introduced with FS25 has given me the time to work on UniversalAutoload this weekend!

v1.0.0.3 - MULTIPLAYER SUPERSTRENGTH

25 Nov 23:46
Compare
Choose a tag to compare

v1.0.0.3 - Huge thanks to Shad0wlife for this

  • Added Superstrength in MP
  • Added menus. Tested working in SP (some MP issues)
  • Updated existing language files. Used DeepL for the missing translations.

Notes:

  • In MP the game settings menu goes all white and looks broken after logging in as admin. Reset after open/close menu.
  • I did have the server event handle numbers and strings too, but neither maxWoodchips or destroyFoliageSize menu updated properly, needs more work..

v1.0.0.2 - Added Cutting Speed

23 Nov 12:27
Compare
Choose a tag to compare

Fix for #3

  • Added Cutting Speed to options
  • Set default for lumberjack to 3 seconds (game default is 4)

Sorry I don't know how I missed this!
In my defence I have not had very much sleep since FS25 came out..
😄

v1.0.0.1 - ModHub Hotfix

22 Nov 19:33
Compare
Choose a tag to compare

Hotfix for issue with mod not starting on Asian map

see: #2 Was due to missing LUA fields with one of the foliage layers on that map.

v1.0.0.0 - ModHub Release

22 Nov 17:45
Compare
Choose a tag to compare

v1.0.0.0 - MODHUB release for FS25

^^^ SEE HOTFIX ABOVE ^^^

NOTE: Super strength is currently disabled in MP.
I can't do everything at once. I'm currently working on releasing UAL, and then I'll come back and add this. I really need the menus working to set permissions anyway, and implementing menus in FS25 has turned out to be a HUGE timesink...

There is no in-game menu yet, but you can edit settings in the mod settings folder. They will be loaded when you next restart, or you can reload in game using the console command: lumberjackLoadSettings

<?xml version="1.0" encoding="utf-8" standalone="no"?>
<lumberjack>
    <cutAnywhere value="true"/>
    <createWoodchips value="true"/>
    <maxWoodchips value="2000.000000"/>
    <superStrengthValue value="1000.000000"/>
    <normalStrengthValue value="0.200000"/>
    <superDistanceValue value="12.000000"/>
    <normalDistanceValue value="3.000000"/>
    <maxCutDistance value="4.000000"/>
    <destroyFoliageSize value="2.000000"/>
    <longHoldThreshold value="1000.000000"/>
    <doubleTapThreshold value="500.000000"/>
    <showDebug value="true"/>
</lumberjack>