22 Nov 10, 06:09PM
You don't even need that %1 %2 %3 %4 %5 stuff, since you don't supply any arguments anyway.
Other than that, how about completely dumping that script launcher? You could simply look for the core textures in packages/, and if it doesn't find them, try changing the working directory (chdir("../"), or chdir("..\\") on windows) and look again.
Other than that, how about completely dumping that script launcher? You could simply look for the core textures in packages/, and if it doesn't find them, try changing the working directory (chdir("../"), or chdir("..\\") on windows) and look again.