That didn't worked or I did something wrong, I tried to put that into the main function of the script, but do I need to add other things as well?
What I mean is, in the (standard output)script you see that the starting resolution is defined as:
var video_mode = 6;
var video_depth = 16;
do I need to add these there too?
var video_mode = 7;
var video_depth = 16;
var video_mode = 8;
var video_depth = 16;
Furthermore do I need to add the IFDEF's in a particular place or can they be put in the main function of the game script?
Nemo