PDA

View Full Version : Is it possible to control the order of loading extensions?



Magnimost
May 21st, 2020, 01:48
I have a background image replacement extension which works fine with WOIN ruleset when the NEW theme (extension) is not selected. But when I use the same background extension along with the NEW theme, the latter overrides my background extension.

Is it possible to to force FG to load the background image extension last so it would replace the default NEW theme/extensions background image?

LordEntrails
May 21st, 2020, 06:40
Yes, the extensions can be specified internally with a tag called loadorder.

BUT, their is currently a but in FGU and I think FGC that the tag is not working. Expect it to be fixed. Until it does, extensions appear to be loading in alphabetical filename order.

Magnimost
May 21st, 2020, 11:17
Yes, the extensions can be specified internally with a tag called loadorder.

BUT, their is currently a but in FGU and I think FGC that the tag is not working. Expect it to be fixed. Until it does, extensions appear to be loading in alphabetical filename order.

Filename was easy enough to change so that my extension loads last - now it works.

Thank you!