This commit is contained in:
INeedBots 2020-09-26 22:31:43 -06:00
parent 7f43f20e83
commit d5789913e7
7 changed files with 51 additions and 0 deletions

View File

@ -1,3 +1,10 @@
/*
_bot
Author: INeedGames
Date: 09/26/2020
The entry point and manager of the bots.
*/
#include common_scripts\utility;
#include maps\mp\_utility;
#include maps\mp\gametypes\_hud_util;

View File

@ -1,3 +1,10 @@
/*
_bot_http
Author: INeedGames
Date: 09/26/2020
The HTTP module to use with IW4X's gsc funcs
*/
#include maps\mp\bots\_bot_utility;
/*

View File

@ -1,3 +1,11 @@
/*
_bot_internal
Author: INeedGames
Date: 09/26/2020
The interal workings of the bots.
Bots will do the basics, aim, move.
*/
#include common_scripts\utility;
#include maps\mp\_utility;
#include maps\mp\gametypes\_hud_util;

View File

@ -1,3 +1,11 @@
/*
_bot_script
Author: INeedGames
Date: 09/26/2020
Tells the bots what to do.
Similar to t5's _bot
*/
#include common_scripts\utility;
#include maps\mp\_utility;
#include maps\mp\gametypes\_hud_util;

View File

@ -1,3 +1,10 @@
/*
_bot_utility
Author: INeedGames
Date: 09/26/2020
The shared functions for bots
*/
#include common_scripts\utility;
#include maps\mp\_utility;
#include maps\mp\gametypes\_hud_util;

View File

@ -1,3 +1,10 @@
/*
_menu
Author: INeedGames
Date: 09/26/2020
The ingame menu.
*/
#include common_scripts\utility;
#include maps\mp\_utility;
#include maps\mp\gametypes\_hud_util;

View File

@ -1,3 +1,10 @@
/*
_wp_editor
Author: INeedGames
Date: 09/26/2020
The ingame waypoint editor.
*/
#include common_scripts\utility;
#include maps\mp\_utility;
#include maps\mp\gametypes\_hud_util;