From aeaba986e452d7859748f32508744a8011381355 Mon Sep 17 00:00:00 2001 From: Teh Dango Date: Tue, 15 Mar 2016 15:06:02 -0500 Subject: [PATCH] Delete SAR_cfg_grid_fallujah.sqf --- SAR_cfg_grid_fallujah.sqf | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 SAR_cfg_grid_fallujah.sqf diff --git a/SAR_cfg_grid_fallujah.sqf b/SAR_cfg_grid_fallujah.sqf deleted file mode 100644 index 2070e36..0000000 --- a/SAR_cfg_grid_fallujah.sqf +++ /dev/null @@ -1,32 +0,0 @@ -// ========================================================================================================= -// SAR_AI - DayZ AI library -// Version: 1.0.0 -// Author: Sarge (sarge@krumeich.ch) -// -// Wiki: to come -// Forum: to come -// -// --------------------------------------------------------------------------------------------------------- -// Required: -// UPSMon -// SHK_pos -// -// --------------------------------------------------------------------------------------------------------- -// grid cfg file for Fallujah -// last modified: 5.3.2013 -// --------------------------------------------------------------------------------------------------------- - -// x coordinate of the first, bottom left grid center point -_startx=2500; - -// y coordinate of the first, bottom left grid center point -_starty=2800; - -// gridsize x (how many single squares in the grid) for the x-axis -_gridsize_x=6; - -// gridsize y (how many single squares in the grid) for the y-axis -_gridsize_y=6; - -// 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 = 1000; \ No newline at end of file