Maybe you could remove the TGA-file from your project and start it again to see if it's really because of your TGA-file? Or maybe you could post your script here?
@Rei_Ayanami: He said he downloaded the demo yesterday, so I would bet all my money that he has 7.80 trial.
The version is 7.80. At first I thought that the error might be because I was importing a model from 3Ds Max.. but I created a new shape from within WED itself and even that does not work.. What I find interesting is that when I run the samples from the Lite-C workshop, they run fine without any problems.. But when I write my own script.. it does not work. The script is as follows :-
#include <acknex.h> #include <default.c>
function main() { video_mode = 7; level_load("Test3.wmp"); }
This is a .C file stored in the same folder as the WMP level file. There is an additional WDL script file associated with this level file (This was done through map properties in WED).
Re: Error 1115 while trying to run level...
[Re: HexineArts]
#303579 12/30/0903:1612/30/0903:16
This is a .C file stored in the same folder as the WMP level file. There is an additional WDL script file associated with this level file (This was done through map properties in WED).
you should not do that, it makes no sense. rather associate the .c file directly with you level. then you can also start it from WED.