home *** CD-ROM | disk | FTP | other *** search
/ Game Help / GameHelpVolume1_1994 / GAMEHELP.ISO / cheats / trazed.bgd < prev    next >
Encoding:
Text File  |  1994-05-24  |  18.5 KB  |  450 lines

  1.                         CRYSTALS OF TRAZERE                       
  2.  
  3.                        
  4.                        DO IT YOURSELF STEP-BY-STEP 
  5.                           4 CRYSTALS OF TRAZERE 
  6.                             CHARACTER EDITOR
  7.                    ------------------------------------
  8.  
  9.         Why do it yourself character editor? Well, for a couple of reasons. 
  10. I have all the "hacking" skills necessary to make a character editor, but i 
  11. am not a programmer, and at this stage i don't know anyone that knows enough
  12. programming to put a quality character editor together, who is close to my 
  13. home. And two, it enables me to get the material out to the general public a 
  14. lot faster, and it should be very easy for even novice computer users to edit
  15. the game(at least most of them, anyway) because i tried to make the 
  16. instructions as easy to comprehend and follow as possible.
  17. And i feel that having the character editor as quickly as possible is 
  18. important, mainly because some of the material (such as a needed key) can help 
  19. you past a part you are truly stuck on, and after being stuck for a while you 
  20. generally lose the addictive fire towards the game. So, for these two reasons, 
  21. you are going to have to edit the character yourself, which could be an 
  22. adventure in itself, depending on your sucess or lack of it.
  23. All the data presented should be accurate(i will put a notice out if any bugs
  24. are found) and if you do not get it at first, try, try again. 
  25. REMEMBER TO EITHER ZIP YOUR SAVE GAMES UP INTO A ZIP FILE, OR COPY THEM INTO 
  26. A SEPERATE DIRECTORY, FOR COPYING OVER THE HACKED SAVE GAMES IF SOMETHING
  27. GOES WRONG!!!! This can be very important, as if you insert the data into the 
  28. wrong place, bad things can happen(such as the game not loading). This is
  29. very unlikely, but a possibility. You are most likely going to need a good 
  30. utilities program, or a text editor with the HEX EDIT function, as this is in
  31. which we are going to be performing the hacking. There is information included
  32. in this text file for editing your items(and that means EVERYTHING, including
  33. all the keys, weapons, armor, and even weird stuff like the corpses, and the 
  34. Four Crystals of Trazere!!), money(up to the hundreds of millions), 
  35. & more experience than you'll know what to do with! I didn't include things 
  36. like the magic runes, and stats(str, dex) because these can be easily affected 
  37. by the others, as in with money you can buy the runes, and with experience & 
  38. then training your character, your stats will go up. Remember to try not to 
  39. make a "super character" from the start unless you haven't finished it yet and 
  40. are starting over, as quite a bit of the fun and challenge will go out of the 
  41. game. I'm providing this material mainly for helping characters past tough 
  42. spots, but in any case its up to you what you wish to do with it. If you find 
  43. this material of some use and you are not a "hacker" then please make a small 
  44. donation($5 or so) to the address at the end of the file to cover some of the 
  45. time i spent working on this to give to you. And I invite fellow hackers to 
  46. send a disk or whatever with your latest hack description in the same detail 
  47. to me instead of a contribution. Thanks, and enjoy! 
  48. Remember, perserverance is the key to excellence! 
  49.  
  50.                               STARTING OFF
  51.                           --------------------
  52. *NOTE: The names of the characters i will be using are the generic computer
  53. generated ones that you get when you first start off, before you name change
  54. if you wish. Here is a translation of names to classes:
  55. Slyzaar: Barbarian
  56. Tunarle: Troubadour
  57. Thai-Chai: Assasin
  58. Zothen: Runemaster
  59.  
  60. First of all, you novice hackers are going to need to know a few basic things
  61. about hex editing & hacking, and i'll teach it in as basic terms as i can 
  62. manage.
  63.  
  64. FIRST THINGS FIRST: Copy your save-games onto a floppy disk, subdirectory, or 
  65. just zip them up, as a backup just in case!!!!! Then, enter a utilities or 
  66. text-editing program that has a HEX-EDIT feature(MS-DOS's 5.0 is NOT one, 
  67. PC-Tool's PC-Shell, and probably Norton Utilities are). While in the program 
  68. select the Trazere directory, and a list of Trazere's files should show up, 
  69. among them your original save games(eg:Legend07.sav). Select the save game you 
  70. wish to edit, then select the Hex-Edit command. It doesn't matter which save 
  71. game, any one will do, as all store the data in the same place. Now that you 
  72. are Hex-Editing the program, a new screen should pop up with rows of "hex" 
  73. numbers and letters two by two, and a side screen may be there as well, with 
  74. "text" in it. Sometimes the text-screen may contain actual words and sentences
  75. ,but more often then not it will be "machine language", which looks like 
  76. garbage to the uninitiated. (CAUTION, if you are far enough in the game, when 
  77. looking down the text column you may see some answers to puzzles in the game) 
  78. If you see the Hex portion then you are on the right track. It may look some 
  79. what like this(as in PC-Shell)
  80.                                File Edit
  81. (name of file) Relative Sector 0000000 Clust 00068 Disk Abs Sec 000062
  82.  
  83. 0000(0000) 1F 2E 3D 4C 07 (and so on with the hex)   (machine language, 
  84.                                                       mostly ASCII characters)
  85.          If it looks somewhat like this(the hex characters doen't matter) then 
  86. you are ready to go!
  87.  
  88. SECTORS & OFFSETS: Right about now a few of you are probably saying "What?".
  89. That is understandable because there are no reasons you would have to know 
  90. about this, unless you are a hacker or just enjoy looking at file innards in 
  91. machine language. The relative sectors of a file is how the file is split up 
  92. initially, then into smaller components with the offsets. Somewhere on your
  93. screen, (up top with PC-Shell as in example) you will see the words 
  94. "Relative Sector" or something close, followed by seven digits. The beginning
  95. of a program always starts at sector 0000000, going up as you progress through 
  96. the program. We will be doing the hacking in sector 0000000, which means you
  97. will not have to move down a screen if you are only hacking Slyzaar & Tunarle
  98. and only down one screen(but still in sector 0000000) if you wish to edit
  99. Thai-Chai and Zothen. The Offset is a set of two hex characters. The beginning 
  100. offset in the example is 1F. The next offset is 2E. The data we will be 
  101. changing, and therefore editing is the offsets. The changes will be very 
  102. unremarkable while you are hex-editing, a digit or two changed. But when you
  103. enter Trazere you will certainly notice the difference! As they say, the 
  104. proof is in the pudding. The offsets are numbered in the program, so you know
  105. which offset you need to change. The offset "number" i give you is NOT the 
  106. data you need to change, it is simply the location of the offset you need to
  107. insert the data to. The example offsets below show what i mean,
  108.  
  109. The offset below(0016, where the arrow is pointing) is the starting offset in
  110.    |             the row, thus 1F is offset 16, 2E is offset 17, 3D is offset
  111.  \ | /           18 and so on. To find the offset i am referring to, simply 
  112.    |             count across the row. Remember to be careful and double-check
  113.   \|/            as if you are mistaken then the result will not be the one
  114.    |             desired.
  115.   \ /
  116. 0016(0010) 1F 2E 3D 4C 07 
  117.  
  118. To edit the offsets, simply select the edit command from the Hex-Edit screen
  119. (in PC-Shell, at the bottom of the screen, F5 i believe, or you can click on
  120. it with your mouse, it may be different with other programs. Now, you have 
  121. enough to start, i will be helping you as we go along...
  122.  
  123.                               
  124.                                  MONEY
  125.                               -------------
  126. Ok, you will need to be in sector 0000000, as always. 
  127. First off, i will give you the list of the offsets you will need to change, 
  128. and their function...
  129. THE OFFSETS: The different player-characters have different offsets you will 
  130. be required to change, here is the list:
  131. Slyzaar(Beserker): His offsets are 70,71,72, and 73.
  132. Tunarle(Troubadour): Offsets 198, 199, 200, 201 
  133. Thai-Chai(Assasin): Offsets 326, 327, 328, 329
  134. Zothen(Runemaster): Offsets 454, 455, 456, 457
  135.  
  136. THE OFFSETS FUNCTIONS: We will use the Berserker as an example:
  137.  
  138. Offsets:   70, 71, 72, 73: 
  139. Money Data:12  34  56  78  (yours may differ, probably will) 
  140.  
  141. The first digit of offset 70 is 1 in this case. This is the one dollars column
  142. The second digit of offset 70 is 2 again. These are the tens of dollars.
  143. The first digit of offset 71 is 3. These are the hundreds of dollars.     
  144. The second digit of offset 71 is 4. These are the thousands of dollars.
  145. The first digit of offset 72 is 5. These are the tens of thousands. 
  146. The second digit of offset 72 is 6. These are the hundreds of thousands.
  147. The first digit of offset 73 is 7. These are the millions.
  148. The second digit of offset 73 is 8. These are the tens of millions.
  149.  
  150. If you are brave, you may experiment with these, inserting random numbers 
  151. into the offsets. You may not get the desired result, but nothing bad will
  152. happen as long as you stay within the given offsets. But one word about this,
  153. the numbers you insert into the offset will be different than the amount of
  154. money you then have in the game. For example, the berserker above will not
  155. necesarily have 87,564,321 dollars. Sometimes even letters are used! But for
  156. the people who want a specific amount of money, here are some examples that
  157. will work:
  158. (the examples are rounded off, if you are close, you've done it right) 
  159.  
  160. For $12,000: Insert C3(select edit, move over to the correct offset, type in,
  161.              no capitals needed, done automatically)                    
  162.              into the first offset given(in this case, 70), and 30 into the
  163.              second offset given(in this case 71).(Same rules apply for the
  164.              other amounts of money)
  165.  
  166. For $25,000: Insert 86 into the first offset, and insert 61 into the second
  167.              offset.
  168.  
  169. For $50,000: Insert 0C into the first offset, and then insert 32 into the 
  170.              second offset. 
  171.              
  172. For 70,000,000+: Insert 38 into the first offset, 96 into the second offset,
  173.              5C into the third offset, and 04 into the final offset. 
  174.              If you entered this above money amount into your berserker, the
  175.              offsets would look like this:
  176.              38 96 5C 04   the first offset being 70, second 71, third 72, and
  177.                            the fourth being 73. 
  178.  
  179.    Now load up your game and see the results(keep your fingers crossed!)
  180.  
  181.                                EXPERIENCE
  182.                              --------------
  183. The next topic we'll tackle is that of experience. You will not get extra 
  184. levels immediatly after adding experience, you will have to train as normal
  185. in the game(bring LOTS of money if you gave yourself a lot of experience)
  186. The format and technique is basically the same as in the Money section.
  187. If you have not already read the Money section, please do.
  188. OFFSETS: Slyzaar(Berserker) 74,75,76, and 77
  189.          Tunarle(Troubadour) 202, 203, 204, and 205
  190.          Thai Chai(Assasin) 330, 331, 332, and 333
  191.          Zothen(Runemaster) 458, 459, 460, and 461
  192. If you haven't noticed, these offsets are immediatly after the fourth money
  193. offset. Now, same basic technique and format in this as in with Money:
  194.  
  195. First digit, First Offset: Tens of experience points
  196. Second digit, First Offset: Hundreds of experience points
  197. First digit, Second Offset: Thousands of experience points
  198. Second digit, Second Offsets: Tens of Thousands experience points
  199. First digit, Third Offset: Hundreds of Thousands
  200. Second digit, Third Offset: Millions
  201. First digit, Fourth Offset: Tens of Millions
  202. Second digit, Fourth Offset: Hundreds of Millions
  203.  
  204. So you brave ones can explore and experiment again,but remember to stay within
  205. the offsets! And for you less adventuresome people, here are some 
  206. pre-fabricated examples, enjoy!:
  207.  
  208. 133,053 experience points for Slyzaar: 
  209. Offset 74: EE  Offset 75: 3D  Offset 76: 10  Offset 77: 00
  210.  
  211. 33,685,995 experience points for Slyzaar:
  212. Offset 74: 5F  Offset 75: 0F  Offset 76: 10  Offset 77: 10
  213.  
  214. If you people who are using the examples are feeling a bit more confident now, 
  215. you may want to experiment to try and get near where you want the total to be.
  216.  
  217.  
  218.                                  ITEMS
  219.                               -----------
  220. If you have not already read the Money portion, please do, same technique 
  221. applies here. We come now to the most lengthy part of the file, the items list
  222. ,and where to put them. I will give an explanation and example at the begining
  223. , then start the list. The original programmers have it arranged already in 
  224. order, so it should not be hard to find what you wish. This items list is 
  225. complete, you cannot get anything more than what is on here(except if you 
  226. tinker past the hex characters i give you, that can produce some humorous 
  227. although somewhat disformed results, although not actual items to be used, 
  228. just mutations and the like that do nothing except look and sound weird, 
  229. you cannot get these items in the game).
  230.  
  231. OFFSETS: Each Character has a total of 16 offsets, one for each item, the 1st
  232. offset = the 1st item carried, 2nd offset = 2nd item carried and so on.
  233.  
  234. Berserker: Offsets 42 up to & including 57
  235. Troubadour: Offsets 170 up to & including 185
  236. Assasin: Offsets 298 up to & including 313
  237. Runemaster: Offsets 426 up to & including 441
  238.  
  239. All you have to do to give yourself a certain item is:
  240. 1. Find the item
  241. 2. Insert the hex characters that are given beside the item, as done before in 
  242. the money & or experience sections into one of the offsets given. You may wish 
  243. to try and find and offset among those given which is blank(a 00)so you do not 
  244. overwrite the original item.
  245. EXAMPLE: To give your Berserker a Golden Helm(hex 02 on the list) in the first
  246. item slot, insert 02 into offset 42(the first offset). 
  247.                                
  248.                                Items List
  249.                             
  250.                             ----------------
  251. Hex           Item        
  252. ---     ----------------  
  253. 01      Helm              
  254. 02      Golden Helm            
  255. 03      Frost Helm
  256. 04      Mithril Helm
  257. 05      Blood Helm
  258. 06      Cloud Helm
  259. 07      Angel Helm
  260. 08      Dragon Helm
  261. 09      Holy Helm
  262. 0A      Winged Helm
  263. 0B      Serpent Helm
  264. 0C      Hero(n?) Helm
  265. 0D      War Helm
  266. 0E      Doom Helm
  267. 0F      Chaos Helm
  268. 10      Death Helm
  269. 11      Sun amulet
  270. 12      Moon amulet
  271. 13      Serpent amulet
  272. 14      Amber amulet
  273. 15      Dragon amulet
  274. 16      Cloud amulet
  275. 17      Leather boots
  276. 18      Iron boots
  277. 19      Elf boots
  278. 1A      Golden boots
  279. 1B      Crystal boots
  280. 1C      Cloud boots
  281. 1D      Leather buckler
  282. 1E      Buckler
  283. 1F      Arc Shield
  284. 20      Battle Bane
  285. 21      Iron Shield
  286. 22      Golden Shield
  287. 23      Bane Shield
  288. 24      Dragon Shield
  289. 25      War Shield
  290. 26      Serpent Shield
  291. 27      Heron Shield
  292. 28      Robes
  293. 29      Leathers
  294. 2A      Chain Mail
  295. 2B      Plate Mail
  296. 2C      Bracers
  297. 2D      Arcane Bracers
  298. 2E      Mithril Chain
  299. 2F      Mithril Plate
  300. 30      Stealth Bracers
  301. 31      Blood Leathers
  302. 32      Crystal Chain
  303. 33      Crystal Plate
  304. 34      Holy Crystal
  305. 35      Leather Gloves
  306. 36      Amber Ring
  307. 37      Gauntlets
  308. 38      Chaos Gloves
  309. 39      Serpent Ring
  310. 3A      Cloud Ring
  311. 3B      Dragon Ring
  312. 3C      Blood Ring
  313. 3D      Stealth Gloves
  314. 3E      Sun Ring
  315. 3F      Moon Ring
  316. 40      Mithril Gloves
  317. 41      Battle Gloves
  318. 42      Dagger
  319. 43      Shortsword
  320. 44      Staff
  321. 45      Broad Sword
  322. 46      Mithril Dagger
  323. 47      Battle Staff
  324. 48      Battle Axe
  325. 49      Mithril Blade
  326. 4A      Mithril Sword
  327. 4B      Mithril Axe
  328. 4C      Broad Axe
  329. 4D      Hero Staff
  330. 4E      Heron Blade
  331. 4F      Death Axe
  332. 50      Stealth Blade
  333. 51      Death Blade
  334. 52      Arcane Sword
  335. 53      Doom Blade
  336. 54      Blood Axe
  337. 55      Vorpal Blade
  338. 56      Slugger
  339. 57      Crystal Blade
  340. 58      Ancient Staff
  341. 59      Mystic Axe
  342. 5A      Mystic Sword
  343. 5B      Mystic Dagger
  344. 5C      Mystic Staff
  345. 5D      Bag of Gold
  346. 5E      Bag of Batwings
  347. 5F      Bag of Sulphur
  348. 60      Bag of Roots    
  349. 61      Bag of Crystals
  350. 62      Bag of Venom Sacs
  351. 63      Bag of Ugly Teeth
  352. 64      Bag of berries  
  353. 65      Bag of Fiery claws
  354. 66      Amber Staff
  355. 67      Moon Staff
  356. 68      Crystal Staff
  357. 69      Serpent Staff
  358. 6A      Sun Staff
  359. 6B      Dragon Staff
  360. 6C      Amber Wand
  361. 6D      Moon Wand
  362. 6E      Cloud Wand
  363. 6F      Dragon Wand
  364. 70      Serpent Wand
  365. 71      Sun Wand
  366. 72      Crystal Wand
  367. 73      Scroll(small heal)
  368. 74      Scroll(forward, dispell)
  369. 75      Scroll(surround, thrall)    
  370. 76      Scroll(make weapon)
  371. 77      Scroll(surround, 
  372.         paralyze)
  373. 78      Scroll(forward, 
  374.         paralyze)
  375. 79      Scroll(medium heal)
  376. 7A      Scroll(surround, damage)
  377. 7B      Scroll(Hero Scroll)
  378. 7C      Scroll(antimage, 
  379.         surround, antimage)
  380. 7D      Scroll(forward, damage)
  381. 7E      Scroll(major heal)
  382. 7F      Scroll(regeneration,
  383.         surround,regeneration)
  384. 80      Scroll(forward, disrupt)
  385. 81      Scroll(heal, surround, 
  386.         heal)
  387. 82      Scroll(forward, vivify)
  388. 83      Craven Image
  389. 84      Holy Relic
  390. 85      Skull Key
  391. 86      Iron Key
  392. 87      Silver Key
  393. 88      Bronze Key
  394. 89      Gold Key
  395. 8A      Diamond Key
  396. 8B      Crystal Key
  397. 8C      Azure Key
  398. 8D      Emerald Key
  399. 8E      Ruby Key
  400. 8F      Topaz Key
  401. 90      Ornate Key
  402. 91      Dark Key
  403. 92      Moon Key
  404. 93      UnKey
  405. 94      Permit
  406. 95      Serpent Crystal
  407. 96      Moon Crystal
  408. 97      Dragon Crystal
  409. 98      Chaos Crystal
  410. 99      Slyzaar's Corpse
  411. 9A      Tunarle's Corpse
  412. 9B      Thai-Chai's Corpse
  413. 9C      Zothen's Corpse
  414. 9D      Serpent Potion(weak)
  415. 9E      Power Potion
  416. 9F      Cloud Potion
  417. A0      Moon Potion
  418. A1      Amber Potion
  419. A2      Serpent Potion(medium)
  420. A3      Hero Potion
  421. A4      Golden Potion
  422. A5      Serpent Potion(strong)
  423. A6      Bronze Potion
  424. A7      Serpent Potion
  425.         (strongest)
  426. A8      Dragon Potion
  427. A9      Horn
  428. AA      Lyre
  429. AB      Mandolin
  430. AC      Harmonic Lyre
  431. AD      Crystal Mandolin
  432. AE      Diamond Horn
  433. AF      Battle Horn
  434. B0      Arcane Mandolin
  435. B1      Angel Harp
  436. B2      Mixing Bowl
  437.                 
  438.         Thats all folks! Hope you had a blast, and remember to please send
  439. around $5 or so to the following address, or some of your own hacking text!
  440. Thanks! 
  441.         Send to:
  442.                 Geoff Northcott
  443.                 46003 Ivy Ave.
  444.                 Sardis B.C.
  445.                 Canada
  446.                 V2R 2C5
  447.  
  448.                 And feel free to leave any correspondence on Compuserve!
  449.                 Compuserve Address: 71511,514
  450.