View Single Post
  #1  
Old 08-14-2009, 04:53 AM
pcbun pcbun is offline
Approved Member
 
Join Date: May 2009
Posts: 51
Default Loading sequence of "LUA" file

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)
Reply With Quote