home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2002 April / GSSH42002.iso / MODS / JK2 / jk2mdl-vader.exe / glm-vader.pk3 / botfiles / vader.jkb
Text File  |  2002-05-11  |  3KB  |  133 lines

  1. //Vader personality
  2.  
  3. //Do not let this file exceed 131072 bytes.
  4.  
  5. //Do not let any group exceed 8192 bytes.
  6.  
  7. //Do not let the chat section exceed 8192 bytes.
  8.  
  9. //Some values are base values and changed by the in-game skill. The formula for reflex and accuracy
  10. //is basevalue/skill. So if you give a base reflex of 500ms, a nightmare bot will have a reaction time of
  11. //100ms. Other values, like turnspeed_combat (higher == faster), are multiplied by the skill number.
  12.  
  13. //Note also that depending on if the bot and the enemy are moving at the same time, the degrees the bot
  14. //aims off by can be greater than the maximum accuracy value. So if the bot and its enemy are both flying
  15. //through the air and accuracy is at 20, the bot could easily aim off by 25 degrees instead. That is,
  16. //unless perfectaim is 1. In this case the bot will aim perfectly at all times (as the name indicates).
  17.  
  18. GeneralBotInfo
  19. {
  20.     reflex            500
  21.                 //base reflex value, time in ms it takes the bot to react
  22.     accuracy        5
  23.                 //base accuracy, number of degrees bot can aim off by. Lower value == better aim.
  24.     turnspeed        0.01
  25.     turnspeed_combat    0.05
  26.     maxturn            360
  27.     perfectaim        1
  28.     chatability        1
  29.     chatfrequency        3
  30.     hatelevel        5
  31.     camper            0
  32.     saberspecialist        1
  33.                 //if 1, bot will not run just because it's forced to use a saber
  34.  
  35.     //don't exceed 20 force points total
  36.     forceinfo        7-2-011333302231023333
  37.     //                 hlspptglrpattdssss
  38.     //                 eepuueriarbeereaaa
  39.     //                 aveslliggosaaaebbb
  40.     //                 l ehlephetommi eee
  41.     //                   d    t erhfn rrr
  42.     //                        n cbeo  adt
  43.     //                        i t ar  teh
  44.     //                        n   lc  tfr
  45.     //                        g    e  aeo
  46.     //                                cnw
  47.     //                                kd
  48.     //rank-side-heal.lev.speed.push.pull.tele.grip.lightning.rage.protect.absorb.teamheal.teamforce.drain.see.saberattack.saberdefend.saberthrow
  49.     //1==light side 2==dark side
  50. }
  51.  
  52. //Weapons with a weight of 0 will be used in special cases outside of combat
  53.  
  54. BotWeaponWeights
  55. {
  56.     WP_STUN_BATON        0
  57.     WP_SABER        25
  58.     WP_BRYAR_PISTOL        5
  59.     WP_BLASTER        6
  60.     WP_DISRUPTOR        7
  61.     WP_BOWCASTER        8
  62.     WP_REPEATER        9
  63.     WP_DEMP2        10
  64.     WP_FLECHETTE        11
  65.     WP_ROCKET_LAUNCHER    12
  66.     WP_THERMAL        11
  67.     WP_TRIP_MINE        10
  68.     WP_DET_PACK        9
  69. }
  70.  
  71. // Vader has no emotional attachments, except to luke, his prodigal son, and his saviour.
  72.  
  73. EmotionalAttachment
  74. {
  75.     Luke            1
  76. }
  77.  
  78. //all groups below here will be read in as chat sections
  79. BEGIN_CHAT_GROUPS
  80.  
  81. Died
  82. {
  83.     The force is strong in this one.
  84.     Impressive, most impressive... but you are not a Jedi yet!
  85. }
  86.  
  87. Killed
  88. {
  89.     Observe the true power of the Force!
  90.     Only your hatred can destroy me.
  91.     If you only knew the power of the dark side!
  92. }
  93.  
  94. Hatred
  95. {
  96.     I find your lack of faith disturbing.
  97.     At last, the circle is complete.
  98. }
  99.  
  100. BelovedKilled
  101. {
  102.     Do you think that killing %s will matter to me?  %s was weak.
  103.     %s, you are not a Jedi yet! Come, join me, and we shall rule the galaxy together!
  104. }
  105.  
  106. KilledHatedOne
  107. {
  108.     Give in to your anger, only your hatred can destroy me.
  109. }
  110.  
  111. KilledOnPurposeByLove
  112. {
  113.     %s, if will not join us, then you will meet your destiny!
  114. }
  115.  
  116. GeneralGreetings
  117. {
  118.     You should not have come back, old man.
  119.     
  120. }
  121.  
  122. ResponseGreetings
  123. {
  124.     Prepare to attack!
  125.     %a, we would be honored if you would join us.
  126. }
  127.  
  128. OrderAccepted
  129. {
  130.     As you wish, my master.
  131.     Yes, my master.
  132. }
  133.