- Joined
- Sep 11, 2012
Wonderful, thank you very much.
One more thing: is it possible to add some code to change the value of bordersEnabled in the Settings.txt file (line 30) and set it to 0, so the Loader users won't need to edit their settings manually?
probably
Code:
function initl(l) : void
{
g = l.g; // Loader
finishinit();
l.borders.alpha = 0;
l.unloadMod();
}