Home   Help Search Login Register  

Author Topic: how to change landgrid to 40?  (Read 765 times)

0 Members and 1 Guest are viewing this topic.

rozlander

  • Guest
how to change landgrid to 40?
« 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.

Offline Snake Man

  • CWR
  • **
  • PMC since 1984
    • PMC Tactical
Re:how to change landgrid to 40?
« Reply #1 on: 27 Oct 2003, 21:55:22 »
In my config.cpp the landgrid is just above class Grid {} part.
PMC Tactical. ArmA, ArmA 2, ArmA 3, Falcon 4 and OFP.
http://www.pmctactical.org and http://pmc.editing.wiki
Snake Man, PMC.

rozlander

  • Guest
Re:how to change landgrid to 40?
« Reply #2 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.

Offline Snake Man

  • CWR
  • **
  • PMC since 1984
    • PMC Tactical
Re:how to change landgrid to 40?
« Reply #3 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
PMC Tactical. ArmA, ArmA 2, ArmA 3, Falcon 4 and OFP.
http://www.pmctactical.org and http://pmc.editing.wiki
Snake Man, PMC.