FredrikLindgren / aTweaks

PnP tweakpack for BG and BG2
http://www.spellholdstudios.net/ie/atweaks
10 stars 9 forks source link

EET compatibility #5

Closed K4thos closed 9 years ago

K4thos commented 9 years ago

aTweaks is one of my favorite mods, so I've decided to make it compatible myself instead of requesting EET support. Wisp's BG1 Platform-Abstraction Layer has been extended in this commit to cover EET too.

FredrikLindgren commented 9 years ago

BG1PAL has its own repository [1] and I've updated it with EET compatibility, largely based on the arrays and functions you submitted here. I have not been able to test it on EET, however. There is a test suite included, if you are so inclined. Simply copy fl#bg1pal.tpa into the directory fl#bg1pal_tests and install as a normal mod. If it installs with no warnings, all tests have been passed.

  1. https://github.com/FredrikLindgren/bg1pal
FredrikLindgren commented 9 years ago

EET compatibility is in. Thank you for your help.