home *** CD-ROM | disk | FTP | other *** search
/ Quaaake Level & Editor 2 / Quaaake_2.iso / Quake / botskin / BOTSKN20.TXT next >
Encoding:
Text File  |  1996-10-27  |  7.3 KB  |  232 lines

  1. Title    : BotSkin (for Quake 1.06)
  2. Filename : botskn20.zip
  3. Version  : 2.0
  4. Date     : Oct 27 1996
  5. Author   : WACko
  6. Email    : wac@intergate.bc.ca
  7. WWW      : http://www.nethosting.com/~wacko
  8. Credit   : Tony Tang - VictimBot- HELP ME! QCannon!
  9.            Punisher <punisher@trojan.neta.com>
  10.                 BGbot Code is used as base-now really mangled
  11.                 Not much left of it now...
  12.            BGBot: http://www.neta.com/~punisher/quakec.htm
  13.            Dennis Noordsij <lnoordsi@inter.NL.net> 
  14.                 Looked at Multiskin code to figure out how to do skins
  15.                 no code used anymore- but thanks for showing the world!
  16.            MultiSkin: http://web.inter.NL.net/users/L.J.Noordsij/qc.htm
  17.  
  18.  
  19. Type of Mod
  20. -----------
  21. Quake C  : yes
  22. Sound    : no
  23. MDL      : yes
  24.  
  25.  
  26. Format of QuakeC
  27. ----------------
  28. unified diff  : no
  29. context diff  : no
  30. .qc files     : no (they're on my Webpage!)
  31. progs.dat     : yes
  32.  
  33.  
  34. Description of the Modification
  35. -------------------------------
  36. Originally a BGBot(1.6) hack,  this little
  37. project started with the inclusion of
  38. skins to help distinguish between the bots.
  39. Now includes improved combat ai, fixed attack
  40. code, all the death animations, bodies that
  41. stay and MORE! Just added: Teamplay! Make a
  42. team of bots and go head to head with your
  43. HelperBots!
  44.  
  45. Info on the Project
  46. -------------------
  47. Just recently,  I managed to really destroy some
  48. of the code,  so i had to go back to an older version
  49. (backups,  backups)... so if something is broken again,
  50. tell me and I'll fix it.
  51.  
  52. WHAT! NO SOURCE CODE??!!  To simplify things
  53. for all the newbies out there, I'll be releasing
  54. just the compiled source.  Don't worry, you
  55. QuakeC programmers out there, the source is
  56. NOT being withheld.  It's available on the
  57. BOTSKIN HOMEPAGE(see bottom) and ME!! through
  58. e-mail.  Just ask.  All I'd like is a little
  59. recognition.
  60.  
  61. BTW,  it seems that lately, my typing has become
  62. quite atrocious so if something doesn't work,
  63. something looks wrong in this doc, IT PROBABLY
  64. IS.  (and I'd be really grateful if you pointed
  65. it out for me)
  66.  
  67. This has been a little doodling project when
  68. I'm not doing homework to learn C. Now 
  69. that I have 20 megs of ram,  I can't really 
  70. say whether it runs on 8 megs anymore so
  71. feedback would be appreciated!
  72. BTW, check out the TANGMASTA's VBOT!
  73. "Help me!  Don't shoot!"
  74. and the QCannon!
  75. "Wow.  Never noticed a rocket launcher there
  76. before..."
  77.  
  78. New in Version 2.0!
  79. -------------------
  80. -unimportant: # of bots running printed when
  81.         new bots created
  82. -should now use ALL POWERUPS!
  83. -attempts to check for lava before jumping...
  84. -strafing code is in...time for new tactics
  85. -bots will now strafe (at cl_sidespeed)
  86. -bots yaw at whatever speed in cl_yawspeed
  87. -bots now run at whatever speed in cl_forwardspeed
  88.  
  89. New in Version 1.9
  90. ------------------
  91. -Fix for teamplay:  you lose a frag for telefragging a teammate
  92. -Partial Fix - EDICT overload crash.  The bots now wait a
  93.         random time before coming back in...like players
  94.         instead of instantaneous respawn...so go for broke.
  95.     I can get around 80 or so without crashing
  96.     (but don't ask about playability)
  97. -Added fix for counting number of swimming monsters from 1.06a
  98. -New skin: the COWBOY!
  99. -Sorry Adam VARN (see below for incorrect spelling)
  100.  
  101. New in Version 1.8
  102. ------------------
  103. -THANK YOU ADAM VARNE... The Impulses were STILL wrong...
  104.         the CORRECT impulses should go from 100-103
  105.         Sorry to all those who just couldn't get this patch
  106.         to work.
  107.  
  108.  
  109. Impulses
  110. --------
  111.  
  112.  Impulse 100    creates 1 bot (for BOTS' Team in Teamplay)
  113.  Impulse 101    creates 1 bot - HelperBot for Your Team
  114.                 in Teamplay
  115.  Impulse 102    prints scores to console
  116.                 (hit the ~ to bring it down)
  117.                 (scroll using pgup pgdn if it is offscreen)
  118.                 (also printed to console on player death)
  119.  Impulse 103    Destroys ALL the bots
  120.  
  121.  Impulse 200    goes through skins forwards
  122.  Impulse 201    goes through skins backwards
  123.  
  124. To Deathmatch: Goto multiplayer.  Start a NEW GAME (any type)
  125.         and make sure the play type Deathmatch.  That's it!
  126. To Activate Teamplay: Set up as Dmatch but simply select
  127.         Teamplay ON when selecting options. 
  128. To Set Skill Level of Bots:  Simply change the skill level
  129.         in the menu.
  130.  
  131. How to Install the Modification
  132. -------------------------------
  133. ***Option 1) The Easy Way
  134. Make a new dir in your quake directory. (ie c:\quake\botskin)
  135. then unzip botskinXX.zip with -d option 
  136.  
  137. (ie pkunzip -d botskinXX.zip).  
  138.  
  139. It should automatically create the necessary directories. 
  140.  
  141. (ie quake -game botskin)
  142.  
  143. ***Option 2) The Hard Way
  144. Make a new dir in your quake directory. (ie c:\quake\botskin)
  145. then move this progs.dat into that directory and copy your
  146. *.cfg from c:\quake\id1 into the same directory. Make a subdir
  147. called "progs" and move the player.mdl file in there
  148.  
  149. ***After install - If you d/l src.zip (the source code)
  150. Make a new subdir for the source code (ie c:\quake\botskin\src).
  151. Unzip src.zip to that directory.  The source code MUST be compiled 
  152. to be used.  A zipped copy of QCC (QuakeC Compiler) should be 
  153. available on my homepage. Place the compiled progs.dat in the 
  154. main botskin directory (ie c:\quake\botskin\progs.dat)
  155.  
  156. Then from the c:\quake dir. type:
  157.         quake -game botskin
  158.  
  159. Bind a key to impulse 100, impulse 101, impulse 102,
  160. impulse 200 and impulse 201 if you want easy access
  161. to them.
  162.  
  163. From the console type:
  164.         bind KEYHERE "impulse 100"
  165.         bind KEYHERE "impulse 101"
  166.         bind KEYHERE "impulse 102"
  167.         bind KEYHERE "impulse 103"
  168.         bind KEYHERE "impulse 200"
  169.         bind KEYHERE "impulse 201"
  170.  
  171. Replace KEYHERE with any key you're not using.
  172.  
  173. Technical Details/Features in no particular order
  174. -------------------------------------------------
  175. -Teamplay,  Deathmatch, Single Player Support
  176. -No limit on # of bots created
  177. -moves while firing
  178. -updated to Quake 1.06
  179. -allows removal of bots
  180. -can set skill level
  181. -uses monster colormap to distinguish from player
  182. -jumps
  183. -uses all weapons 
  184. -takes damage in lava, slime, drowns
  185. -Uses multiple skins to tell bots apart (and for player use)
  186.         Currently ten skins available:
  187. (0)     QuakeGuy
  188. (2)     DukeNukem
  189. (3)     Terminator
  190. (4)     Crusader
  191. (5)     Stormtrooper
  192. (6)     JudgeDredd
  193. (7)     Spiderman
  194. (8)     Flash
  195. (9)     Batman
  196. (10)    C3P0
  197. (11)    Cowboy
  198.  
  199. STILL NEEDS SWIMMING! Maybe they're really heavy and always sink?
  200.  
  201.  
  202. Source should be included
  203. feel free to bug me about what i did and didn't comment <g>
  204. Donations are always welcome!
  205.  
  206.  
  207. Copyright and Distribution Permissions
  208. --------------------------------------
  209.  
  210. Authors MAY use these modifications as a basis for other
  211. publically available work.
  212.  
  213. You may do whatever you please with the contents of this archive.
  214.  
  215. Availability
  216. ------------
  217.  
  218. This modification is available from the following places:
  219.  
  220. Try this one - it's usually faster if it's up:
  221. WWW   : http://www.nethosting.com/~wacko/program/botskin.htm
  222.  
  223. Alternate site (Only updated if above is not working):
  224. WWW   : http://www.geocities.com/CollegePark/2458/botskin.html
  225.  
  226. or use FTP
  227. FTP   : ftp://ftp.cdrom.com/pub/idgrames2/quakec/bots/
  228.  
  229. Or bug me, send me fixes, send me skins, send me Fan Mail!
  230.  
  231. wac@intergate.bc.ca
  232.