FarmSim_Mod_SoilMod
FarmSim_Mod_SoilMod copied to clipboard
Ground dot area size
Hello,
Is there a simple way to extend size of dotted square size. I't will help to approximate soil values from higher altitudes.
Regards.
You could try to modify the following two constants in fmcDisplay.lua:
fmcDisplay.gridSquareSize = 2
fmcDisplay.gridCells = 10
Just remember, that the more 'dots' that are to be shown, the more CPU/GPU has to work.
Great, these two parameters do exactly what I need. Can they be incorporated into modSettings mod?
That should be doable to let SoilMod read those values from ModsSettings if they have been customized. - I will look into it.