DeckerMMIV / FarmSim_Mod_SoilMod

Farming Simulator modification - SoilMod
25 stars 14 forks source link

Ground dot area size #60

Open Dzi4d3k opened 9 years ago

Dzi4d3k commented 9 years ago

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.

DeckerMMIV commented 9 years ago

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.

Dzi4d3k commented 9 years ago

Great, these two parameters do exactly what I need. Can they be incorporated into modSettings mod?

DeckerMMIV commented 9 years ago

That should be doable to let SoilMod read those values from ModsSettings if they have been customized. - I will look into it.