home *** CD-ROM | disk | FTP | other *** search
/ Cheet Sheets 1995 June / cheet41.zip / 4FHEX.TXT < prev    next >
Text File  |  1995-09-26  |  2KB  |  46 lines

  1. ~Dark Forces
  2.  
  3. Hex Editing, nabbed from the Internet from SRBAKER@nwoca.ohio.gov
  4.  
  5.  
  6. Okay, I've started Hex editing Dark Forces and here is what I have
  7. found so far (edit DARK.GOB):
  8.  
  9. The best place to start editing (I think) is around offset 198183.
  10.     
  11. The information following "LOGIC: " controls the logic level (and
  12. weapons) of the enemy.
  13.  
  14. The information following "DIFF: " controls the difficulty level the
  15. enemy appears on (0=easy, 1=medium, 2=hard).
  16.     
  17. The information following "DATA: " controls what the object looks
  18. like.
  19.  
  20. The information following "CLASS: " determines whether the object is a
  21. FRAME, SPRITE, OR 3DO.
  22.     
  23. "I_OFFICER" = The guys in brown (CLASS = SPRITE, DATA = 0).
  24. "TROOP" = Stormtroopers (CLASS = SPRITE, DATA = 4).
  25. "COMMANDO" = The guys in black (CLASS = SPRITE, DATA = 1).
  26. "G_GUARD" = Gammorrean Guards (CLASS = SPRITE, DATA =1).
  27. "REE_YEES" = The guy with detonators (CLASS = SPRITE, DATA = 7).
  28. "INT_DROID" = Interrogator droids (CLASS = SPRITE, DATA = 8).
  29. "REMOTE" = The remote thing Luke uses in ANH (CLASS = SPRITE, 
  30.        DATA = 9).
  31. "PROBE DROID" = Probe Droid (CLASS = SPRITE, DATA = 13).
  32. "BOBA_FETT" = Boba Fett (CLASS = SPRITE, THERE IS NO GRAPHIC 4 HIM).
  33. "MINE" = Mines (CLASS = FRAME, DATA = 2).
  34. "GOGGLES" = Infrared goggles (CLASS = FRAME, DATA = 1).
  35. "ITEM ENERGY" = 15 energy units (CLASS = FRAME, DATA = 0).
  36. "ITEM SHIELD" = 20 Shield units (CLASS = SPRITE, DATA = 3).
  37. "DETONATORS" = Thermal detonators (CLASS = FRAME, DATA = 5).
  38. "INVINCIBLE" = Limited invincibility (CLASS = SPRITE, NO GRAPHIC).
  39.     
  40. ~Advanced things to do:
  41.  
  42. Change one of the .FME listings (they start before the listings for
  43. the enemies and items) to "ICONCUS.FME" then change one of the items
  44. to a LOGIC of CONCUSSION.
  45.  
  46.