home *** CD-ROM | disk | FTP | other *** search
/ Igromania 2000 September / Igromania_09.iso / GameZone / Vampire / Mods / Abilities / Abilitiesmod.exe / abilities.txt < prev    next >
Text File  |  2000-07-25  |  4KB  |  98 lines

  1. Readme file for Abilities MOD 1.0 - By BigVinny
  2.  
  3. 1. Install -      
  4.     
  5.         A. Create a directory in your main vampire folder named Abilities.
  6.  
  7.         B. Copy the Codex.nob file and Abilities.nob file from AbilitiesMOD.zip file into the
  8.         Abilities subdir.
  9.  
  10.         C. Add the following parameter to your vampire shortcut:
  11.             -user Abilities
  12.  
  13.         D. Restart Vampire.
  14.  
  15.         E. Once in game you should be able to add the following items:
  16.  
  17.                 TomeTalents
  18.                 TomeSkills
  19.                 TomeKnowledges
  20.  
  21.              These tomes will give your character all of the abilities from
  22.             Vampire: The Masquerade Revised, except Dodge, Brawl, Melee and Firearms.
  23.             I left those out because they are handled by in game mechanics.
  24.         
  25.         F. You can also do an adddiscipline <disciplinename> from the console just like
  26.            any other discipline.
  27.  
  28. 2. What it does -
  29.         
  30.         A. All that this MOD does is add the abilities from V:TM Revised (Pen and Paper).
  31.            Once you have bought a dot in an Ability, you can then 'cast' it.  
  32.     
  33.         B. Casting it results in a message being printed out that your character rolled a certain
  34.                      number of dice.
  35.  
  36.         C. Obviously the only application for this mod is in a Multiplayer game where
  37.            the Storyteller has asked you to make a check.
  38.  
  39. 3. What it doesn't do -
  40.     
  41.         A. Something Pretty.
  42.  
  43.         B. Allow STs to dictate what STAT you roll with the ABILITY.  This would have taken
  44.            270 combinations (well, less because I left out 4 abilities, but nonetheless)
  45.  
  46. 4. How does it work -
  47.     
  48.         A. The value of _Player.GetPlayerStat(); (using the correct stat) 
  49.            is cast into an integer named stat.  Then I do a stat%10 putting the result
  50.            in an integer named remainder.  I then do a stat=stat-remainder.  Then stat=stat/10.
  51.            Then stat=stat-1.  That tells me the number of attribute dice we will be rolling.
  52.  
  53.         B. The value of _Player.GetDisciplineLevel(%disciplineinquestion%) is put in
  54.            an integer name abililty.  Those 2 values are added together which is the value
  55.            of the variable int dienum.  Then your started for loop to iterate through a random
  56.            function and voila, we have rolled X number of D10s.  
  57.  
  58.         C. The results are placed in a string with the player's name using _Player.GetPlayerName()
  59.            and printed using CodexConsole.Print(casterGuid,0x2, stringvariable); (0x2 is the flag
  60.            that tells CodexConsole.Print to print the message to everyone's screen.)
  61.  
  62.         D. I am not a professional programmer, and my java experience started (And I mean it) 2 1/2
  63.            days ago.  I am used to dealing with Visual Basic and Perl, but I was never formally trained.
  64.            Why am I telling you this?  Well, simple really, if you feel compelled to tell me how I suck
  65.            at java, at least you will know why.
  66.            
  67.  
  68. 5. What may be in future revisions -
  69.     
  70.         A. Nothing
  71.  
  72.         B. More custom/different sounds.
  73.         
  74.         C. Custom Icons.  Depends on how many people say they like it, and how easily (read freely)
  75.            I can get a program to edit TGA files.
  76.  
  77. 6. Acknowledgements -
  78.  
  79.         A. This MOD would not have made it into existance without the help of the following people
  80.            from the WON and NIHILISTIC message board community:
  81.  
  82.             1. Aganon.  This is the person who first thought of the idea of using discipline
  83.                groups for Abilities.  I added the dice rolling idea on my own, but a search 
  84.                reveals that others thought of it too.  Here is the link: 
  85.                  http://www.nihilistic.com/mboard/Forum10/HTML/000422.html
  86.             2. Jack9.  Too bad he split the community, I found his discipline tutorials 
  87.                to be immensly valuable.
  88.             3. Spiritwolf.  Helped on several questions I had via the Nihilistic Message Board.
  89.             4. NSI_Magicman. Ditto
  90.             5. Yith.  Ditto
  91.             6. The following testers: Mikarus, Shadowcross, Nightwolf.
  92.  
  93.             If I left out anyone, screwed up your name or somesuch, let me know, credit is due.
  94.  
  95. 7. Technical Support -
  96.         
  97.         A. Nihilistic Message Board http://www.nihilistic.com (hearsay link)
  98.         B. Email, though I can't promise I will respond: fnord@mailroom.com