mirror of
https://github.com/Teh-Dango/Sarge-AI.git
synced 2024-08-30 16:32:11 +00:00
c5e98f17e6
Epoch Update
33 lines
1.2 KiB
Plaintext
33 lines
1.2 KiB
Plaintext
// =========================================================================================================
|
|
// Sarge's AI System: - 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 Tanoa by Wyqer
|
|
// last modified: 15.07.2016
|
|
// ---------------------------------------------------------------------------------------------------------
|
|
|
|
// x coordinate of the first, bottom left grid center point
|
|
_startx=1600;
|
|
|
|
// y coordinate of the first, bottom left grid center point
|
|
_starty=1600;
|
|
|
|
// gridsize x (how many single squares in the grid) for the x-axis
|
|
_gridsize_x=10;
|
|
|
|
// gridsize y (how many single squares in the grid) for the y-axis
|
|
_gridsize_y=10;
|
|
|
|
// 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 = 600;
|