Community Forum

Change Tramlanes from Cultivator to Grass

Forum Overview >> Farming Simulator 19

CategoryFarming Simulator 19
Created08.05.2021 17:49


Jonas Graulund Hansen (Traktorjonas) 08.05.2021 17:49
Hello there
As it says in the title - I want my proseed to make grass ground instead of it being cultivated.

It says this

if spec.createPreMarkedTramLines then
FSDensityMapUtil.updateCultivatorArea(xs, zs, xw, zw, xh, zh, false, false, params.angle, nil)
else
FSDensityMapUtil.updateDestroyCommonArea(xs, zs, xw, zw, xh, zh, false, false, params.angle, nil)
end

And i guess if i change line 2 - It will make it grass ground - Just what is it called? I've searched for it without luck.

Bilbo Beutlin (BBeutlin) 08.05.2021 22:39
To get grass, you'll need to emulate a sowing machine:
FSDensityMapUtil.updateSowingArea() or FSDensityMapUtil.updateDirectSowingArea()
For the parameters see SowingMachine.lua


Note: Log in to post. Create a new account here.