home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / u / uw2e23.zip / README.TXT < prev    next >
Text File  |  1993-02-13  |  1KB  |  41 lines

  1. Feb. 13, 1993
  2.  
  3. UW2E23.EXE Readme file.
  4.  
  5. UW2E23.EXE is a character editor for the Ultima Underworld II game.
  6.  
  7. Please send your feedback to me through compuserv 71140,633 Terry Orr.
  8.  
  9. HOW  TO USE IT:
  10.  
  11. Put the file UW2E23.EXE in the sub-directory where you have the PLAYER.DAT 
  12. file you want to edit (NOT THE DATA SUBDIRECTORY BUT RATHER THE SAVE1 OR 
  13. SAVE2 ETC). Run the program. That's it. Now run the game and your character 
  14. should be as you edited it. Always make a backup of you player.dat prior 
  15. to editing just for safety sake.
  16.  
  17. I sugest that you keep values down to a reasonable level since I don't 
  18. know what the game does if it sees super high values.
  19.  
  20. Items 68, 69 and 70 represent the Runes of Magic available in your Rune bag.
  21. These are 8 bit bytes which each bit representing a particulay Rune as the 
  22. following example for Item 68 (Runes A thru H):
  23.  
  24. Bit     Rune    Value
  25.  
  26. 7       A       128
  27. 6       B       64
  28. 5       C       32
  29. 4       D       16
  30. 3       E       8
  31. 2       F       4
  32. 1       G       2
  33. 0       H       1
  34.  
  35. So, if you want only the A Rune you would set the value to 128. All Runes 
  36. would be 255 (just add up the value for the Runes you want). Therefor, if
  37. you want all Runes (A thru Y) you would set rows 68 thru 70 to value 255.
  38.  
  39. Let me know if you figure out the "unknown" bytes so I can update the 
  40. editor.
  41.