Page 1 of 1

IElib

Posted: Wed Mar 11, 2020 7:00 pm
by Magus
IElib is a collection of WeiDU defines, designed to ease mod development by abstracting commonly used magic numbers such as offsets. It's meant to be used with MLS, but it will work stanalone as well.
All you need to do is include it, and it'll provide a plethora of symbols to use: 

Code: Select all

ALWAYS
  OUTER_SPRINT BGFORGE_LIB_DIR "%MOD_FOLDER%/lib/bgforge"
  INCLUDE ~%BGFORGE_LIB_DIR%/main.tpa~
END  
example.png

Development is on github, contributions are welcome.