Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 755 Bytes

modder_notes.md

File metadata and controls

28 lines (19 loc) · 755 Bytes

Party Orders Addon SC quick notes

Headers used:

  • animcomd.h -> Header file from Black Isle Official Mapper
  • dik.h -> DirectInput Keyboard Scan Codes (in decimal format)
  • sfall.h -> sfall header from sfall modders pack (1)
  • zcustom.h -> custom header used for common macros in my scripts. Plenty of 'useful' stuff there.

Scripts included:

  • gl_ptyop.ssl -> Party Orders Add-on global script (2)

Sfall global variables used (5):

  • "p_looter"
  • "p_corpse"
  • "p_gitem0"
  • "p_opti01"
  • "p_burst8"

Feel free to do whatever you want with this code. Contact info: PM to pelicano at No Mutants Allowed.

pelicano