IElib

Multi-language server and extension for vscode-based editors. Supports various Infinity Engine and Fallout syntaxes.
Locked
User avatar
Magus
Site Admin
Posts: 474
Joined: Mon Nov 21, 2016 9:13 am
Contact:

IElib

Post 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.
Please do not PM or email me about my mods and projects. Use forums. Also, see our talk channels.
Locked