modder_notes.md
August 1, 2023 ยท View on GitHub
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.
- sfall Modders pack downloadable from http://sourceforge.net/projects/sfall/files/
- Compiled with sfall Modders Pack v2.8
pelicano