mirror of
https://git.code.sf.net/p/quake/game-source
synced 2025-04-05 15:30:51 +00:00
mention the waypoint files
This commit is contained in:
parent
a695da4371
commit
2079867597
2 changed files with 12 additions and 0 deletions
|
@ -48,6 +48,12 @@ Place all included bot*.qc files in the subdirectory "frikbot"
|
|||
in your source folder, then...
|
||||
|
||||
* Add the following lines to progs.src right after the defs.qc line
|
||||
frikbot/map_dm1.qc
|
||||
frikbot/map_dm2.qc
|
||||
frikbot/map_dm3.qc
|
||||
frikbot/map_dm4.qc
|
||||
frikbot/map_dm5.qc
|
||||
frikbot/map_dm6.qc
|
||||
frikbot/bot.qc
|
||||
frikbot/bot_way.qc
|
||||
frikbot/bot_fight.qc
|
||||
|
|
|
@ -49,6 +49,12 @@ Place all included bot*.qc files in the subdirectory "frikbot"
|
|||
in your source folder, then...
|
||||
|
||||
* Add the following lines to progs.src right after the defs.qc line
|
||||
frikbot/map_dm1.qc
|
||||
frikbot/map_dm2.qc
|
||||
frikbot/map_dm3.qc
|
||||
frikbot/map_dm4.qc
|
||||
frikbot/map_dm5.qc
|
||||
frikbot/map_dm6.qc
|
||||
frikbot/bot_qw.qc
|
||||
frikbot/bot_way.qc
|
||||
frikbot/bot_fight.qc
|
||||
|
|
Loading…
Reference in a new issue