Extensions unable to find save files if loaded from .iss
Posted: Thu Aug 10, 2006 1:49 pm
Since isxeq is best loaded once a character is already logged in, I use a small script, loadisxeq.iss to handle loading isxeq and the extensions I commonly use.
This script lives in the InnerSpace/Scripts directory and contains:
This works fine to load up the extensions.
However, extensions loaded in this manner can't seem to find their .xml configurations. They save configs in the InnerSpace/Scripts directory, but don't load the saved settings.
If I manually load the extensions using the console, they save/load their settings from .xml files located in the InnerSpace/ directory.
What am I doing wrong?
This script lives in the InnerSpace/Scripts directory and contains:
Code: Select all
function main()
{
ext -require isxeq
ext isxeqchatwnd
ext isxeqcustombinds
ext isxeqitemdisplay
ext isxeqlabels
ext isxeqmap
}However, extensions loaded in this manner can't seem to find their .xml configurations. They save configs in the InnerSpace/Scripts directory, but don't load the saved settings.
If I manually load the extensions using the console, they save/load their settings from .xml files located in the InnerSpace/ directory.
What am I doing wrong?