OFPEC Forum
Addons & Mods Depot => OFP - Addons & Mods General => Topic started by: rozlander on 27 Oct 2003, 21:11:06
-
What would be the correct syntax to change the default landgrid from 50m to 40m? Where would I place landGrid=40 in the config.ccp. I want to create maps of real locations as close to scale as possible.
-
In my config.cpp the landgrid is just above class Grid {} part.
-
Could you post a copy of your config.ccp file so I know where to place this? I'm using the 51k config.ccp example from wrptool.
-
Put it between centerPosition[]={51200,51200,200}; and class Grid lines.
Like
centerPosition[]={51200,51200,200};
landGrid=50;
class Grid