home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 209.img / MEGACHT.ZIP / MEGACHT.NAP next >
Text File  |  1990-06-20  |  7KB  |  150 lines

  1.            ────[ An Official ]────
  2.  
  3.  
  4.           ≡≡    ≡≡      ≡≡≡≡      ≡≡≡≡≡≡≡      ≡≡   ≡≡≡≡≡≡≡       ≡≡≡≡
  5.          ≡≡≡   ≡≡     ≡≡  ≡≡     ≡≡    ≡≡    ≡≡    ≡≡    ≡≡     ≡≡  ≡≡
  6.         ≡≡ ≡≡ ≡≡    ≡≡≡≡≡≡≡≡    ≡≡≡≡≡≡≡    ≡≡     ≡≡≡≡≡≡≡     ≡≡≡≡≡≡≡≡
  7.        ≡≡   ≡≡≡    ≡≡    ≡≡    ≡≡        ≡≡      ≡≡          ≡≡    ≡≡
  8.       ≡≡    ≡≡    ≡≡    ≡≡    ≡≡       ≡≡       ≡≡          ≡≡    ≡≡
  9.  
  10.  
  11.                                        ────[ Release ]────
  12.  
  13.  
  14.      Dr. Insanity  Mr. Sike  Blind Justice  Darkstar  Jenetic Bytemare
  15.           Invisible Stalker  Draconis  Elrond Halfelven  Baby Doc
  16.                           The Jet  General Zennor
  17.  
  18. ____________________________________________________________________________
  19.  
  20.                         MegaTraveller  Cheat File
  21.                              By Dr. Insanity
  22.  
  23.     Ok, here is a follow up to Darkstar's MegaTraveller QuikDoc.  Mine
  24. will go in depth on how to edit stats, skills, and money.
  25.  
  26.     Requirements : Norton Utility or similar Hex editor
  27.  
  28.     Procedure: Play MegaTraveller, and make a few test characters.  Save
  29.                the characters file.  Quit, and open up the file
  30.                Uchars.dat with your hex editor.
  31.  
  32.     Ok, what I've done is completely mapped out the entire player hex
  33. code.  There are 256 hex characters (Ie - 00 is ONE hex character which
  34. is also equal to a ascii '.' period.)           ^^^
  35.     Every player you make starts with 00 and then 20 hex characters
  36. left over for your player's name AND series of 00s.
  37. Any spaces which are not used by your player's name is left as 00
  38. ('.' in ascii).
  39.  
  40.   Example:  00000000 0000000 00000000 000000000 00000000 00
  41.             **------ ------- --------
  42.     ** - Beginning of each new player
  43.     -- - Space for player's name
  44.     00 - Empty space between name and stats
  45.  
  46.     Right after the 00s following the player's name, the stats come
  47.  in.  There are 12 hex characters set up for the stats.  There are 6
  48.  different stats (Str, Dex, End, Int, Edu, Soc), each one taking up 1
  49.  hex characters.  Ah, but then what do you do with the remaining 6 hex
  50.  characters?  Well, for some reason MegaTraveller wants to have the
  51.  stats in the uchars.dat file twice.  Both are identical, so if you are
  52.  going to change your player's stats, be sure to change them both the
  53.  same in the first and second listing.
  54.  
  55.    Example: 00050708 09040505 07080904 05
  56.             **xxxxxx xxxxxxyy yyyyyyyy yy
  57.      ** - 00s after player name
  58.      xx - first stats
  59.      yy - identical second stats
  60.  
  61.     After the stats comes some misc info on your character that I
  62.  haven't quite figured out.  It includes whether your TAS certified,
  63.  your rank, and I think your age as well.
  64.  
  65.     Anyhow, at the 45th hex character from the players first 00 and
  66.  name comes the skills.  There are 70 different skills, using up 70 hex
  67.  characters.  I dont know what the limit on each skill is, but you can
  68.  try anything from 00 to 0F I would suppose.
  69.  
  70.  Here is a map of all the skills and where they are:
  71.  
  72.  Starting at the 45th HEX character (ie 45Hex = #1 in chart; 46Hex = #2)
  73.                  ^^^^^^^^^^^^^^^^^^
  74.   Hex #  Skill                        Hex #  Skill
  75.     1 - Aircraft                       36 - Jet Aircraft
  76.     2 - Archaic Wpn                    37 - Laser Wpn
  77.     3 - Asslt Rfl                      38 - Leader
  78.     4 - ATV                            39 - Liason
  79.     5 - Btl Dress                      40 - Linguistics
  80.     6 - Brawling                       41 - Mechanical
  81.     7 - Bribery                        42 - Medical
  82.     8 - Carousing                      43 - Navigation
  83.     9 - Cmbt Eng                       44 - Neural Wpn
  84.    10 - Cmbt Rflmn                     45 - Pilot
  85.    11 - Comm                           46 - Prospecting
  86.    12 - Computer                       47 - Recon
  87.    13 - Cudgel                         48 - Recruiting
  88.    14 - Dagger                         49 - Rifleman
  89.    15 - Demolitions                    50 - Robot Ops
  90.    16 - Electronics                    51 - Robotics
  91.    17 - Energy Wpn                     52 - Science
  92.    18 - Engineering                    53 - Screens
  93.    19 - Flt Tactics                    54 - Sensor Ops
  94.    20 - Forgery                        55 - Shp Tactics
  95.    21 - Fwd Obsrvr                     56 - Ships Boat
  96.    22 - Gambling                       57 - Spinal Wpn
  97.    23 - Gauss Rfl                      58 - Stealth
  98.    24 - Grav Belt                      59 - Steward
  99.    25 - Grav Vhcl                      60 - Streetwise
  100.    26 - Gravitics                      61 - Sub Machinegun
  101.    27 - Handgun                        62 - Survey
  102.    28 - Heavy Wpn                      63 - Survival
  103.    29 - Hi Energy Wpn                  64 - Sword
  104.    30 - Hi G Environment               65 - Tactics
  105.    31 - Hunting                        66 - Trader
  106.    32 - Interrogation                  67 - Turret Wpn
  107.    33 - Interview                      68 - Vacc Suit
  108.    34 - Intrusion                      69 - Watercraft
  109.    35 - Jack of all Trades             70 - 0 G Environment
  110.  
  111.   Example: 45th Hex = 02  Means you have Aircraft Skill-level 2
  112.            46th Hex = 05  Means you have Archaic Wpn Skill-level 5
  113.              ETC. . .
  114.  
  115.       ** NOTE - Be careful NOT to edit past HEX 70 (exception money) or
  116.       it will mess up your player.
  117.  
  118.     From 71Hex to 248Hex is a bunch of 00s and other characters to
  119. tell the game WHERE you are, what you have done so far, and what
  120. equipment you have.  This is pretty complicated, so I haven't figured it
  121. all out yet.  71Hex and 72Hex is whether you were drafted or enlisted or
  122. something, and 73 is your sector or something.  There's no real need to
  123. mess with this area really.
  124.  
  125.     Finally you want to know how to edit your MONEY!!  Yes, this can
  126. REALLY help out in this game.  In the last 4 Hex characters of your
  127. player (or the 4 hex characters before the next player's 00 and name)
  128. contains your money.  Just change whatever is there to FF00FFF1 and
  129. you'll have enough money to last forever!!
  130.  
  131.  
  132.     FINAL NOTE  -  I wouldn't make your character have ALL the skills
  133.     because I dont think there is enough room in the 'view character'
  134.     section to display all the skills there are.  Not quite sure, but
  135.     thats what I think.
  136.  
  137. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  138.  
  139.  NAP/PA News :
  140.  
  141.     Soon to come, the NAP/PAnet Newsletter!!
  142.  
  143.     We are looking for people who can supply us with originals!!  We
  144.     can't release more files without originals!!
  145.  
  146.     We are also looking for a few good 9600+ couriers.  Apply at The
  147.     Digital Underground.
  148.  
  149.                                                 - Dr. Insanity
  150.