PDA

View Full Version : Loading sequence of "LUA" file


pcbun
08-14-2009, 04:53 AM
Does anyone know the loading sequence of *.lua file?
At first I think that they should be load by character order
And I am happy by using !!!setting.lua as the first file.
And most work, but with a file name cabalistsk.lua, I find that it will load before !!!setting.lua, and it make the mod crash....

(I need to load that file first because I need to make the mod to be compatible with mod from difference modder)

pcbun
08-15-2009, 02:25 AM
nobody know the answer?
Or it's totally random???
I have try, cabalistsk.lua will load before !!!setting.lua, while cabalistsl.lua load after !!!setting.lua:confused::confused: