OFPEC Forum

Addons & Mods Depot => OFP - Addons & Mods General => Topic started by: rozlander on 27 Oct 2003, 21:11:06

Title: how to change landgrid to 40?
Post 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.
Title: Re:how to change landgrid to 40?
Post by: Snake Man on 27 Oct 2003, 21:55:22
In my config.cpp the landgrid is just above class Grid {} part.
Title: Re:how to change landgrid to 40?
Post by: rozlander on 28 Oct 2003, 18:42:35
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.
Title: Re:how to change landgrid to 40?
Post by: Snake Man on 28 Oct 2003, 23:16:34
Put it between centerPosition[]={51200,51200,200}; and class Grid lines.

Like

centerPosition[]={51200,51200,200};
landGrid=50;
class Grid