Mr. Groove 0 Report post Posted April 2, 2018 Hi, I need help with configuring Sarge AI for Arma 3 Exile. I am a total no brainer when it comes to Maths. So I can't figure out how to do this... I need to create a SAR_cfg_grid_<mapname>.sqf In this file I have to setup the following to get SARGE AI work on the map MALDEN: // x coordinate of the first, bottom left grid center point _startx=<number>; // y coordinate of the first, bottom left grid center point _starty=<number>; // gridsize x (how many single squares in the grid) for the x-axis _gridsize_x=<number>; // gridsize y (how many single squares in the grid) for the y-axis _gridsize_y=<number> // distance from the center of one square of the grid to the border of that square. so overall size of a square in the grid is 2x gridwidth / 2x gridwidth _gridwidth = <number>; Would i t be possible for someone to help me with this? Thanks allot! Mr. Groove Share this post Link to post Share on other sites