mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-10 14:41:57 +00:00
update instructions for adding bot
This commit is contained in:
parent
c0a7b045f4
commit
1408ef7253
1 changed files with 1 additions and 6 deletions
|
@ -54,13 +54,8 @@ BotInit(); // FrikBot
|
|||
* add this line to StartFrame() in world.qc, at the very top
|
||||
BotFrame(); // FrikBot
|
||||
--------------------------------------
|
||||
* Add these two lines to PlayerPreThink in client.qc at the very top
|
||||
if (BotPreFrame()) // FrikBot
|
||||
return;
|
||||
--------------------------------------
|
||||
* Add this line to PlayerPostThink in client.qc at the very top
|
||||
if (BotPostFrame()) // FrikBot
|
||||
return;
|
||||
BotImpulses (); // FrikBot
|
||||
--------------------------------------
|
||||
* Add the following line to the very top of Client Connect in client.qc
|
||||
ClientInRankings(); // FrikBot
|
||||
|
|
Loading…
Reference in a new issue