HEAVYDUTY SNOWPLOW V1.0
https://youtu.be/gEKhumYDGYo
Heavyduty Snowplow
Color selectable on 2 parts
Custom frame-mount
Designed to be used with the Unimog U5023 (Can be used like any other plows)
Credits:
Expendables Modding
Farming simulator 2019 mods | FS19 mods | LS19 mods
https://youtu.be/gEKhumYDGYo
Heavyduty Snowplow
Color selectable on 2 parts
Custom frame-mount
Designed to be used with the Unimog U5023 (Can be used like any other plows)
Credits:
Expendables Modding
breaks the game when you touch snow
This mod has an issue with the “Just Snow” mod… here’s an easy fix to get you going again if using the “Just Snow” mod
Open the Mod Zip file and look in the SRC folder to find SnowPlow.lua with it notepad ++ then search for a line near 280 to 300 that says this
>>>> local dropSowHeight = g_seasons.snowHandler.height * 2 <<<<<< This line here is the culprit!
I'M NOT RESPONSIBLE FOR ANY PROBLEMS… So make a backup save of your game and the original MOD too!
just add this before and after to comment out this line like in the example below… this won’t delete the data just make the game ignore this specific line so just in case you still need the line if your having problems with the “Seasons” mod afterwards. Then save the SnowPlow.lua file rezip or say ok if done through zip program to resave it and this solution fixed the problem for me… I’m not sure about long term effects on “Seasons” or “Just Snow” mods but i’m not using Seasons I’m running “Just Snow” mod for snow an so far so good… you can also brute force snow using cheat mode
Example: Line to look at for and how to apply this edit
Hopefully down the road this issue gets fixed but you can now enjoy “Just Snow” mod and your Snowplows again! ENJOY:) 🙂 🙂
288
289 if fillLevelAfterPickup > 0 then
290
291 local outerRadius = DensityMapHeightUtil.getDefaultMaxRadius(FillType.SNOW)