Hi, I'm trying to run my game in a custom resolution (1680x1050x32), and using video_set doesn't seem to help; just gives me an error.
"Keyword unknown video_set"
I am using 6.50 Commercial.
I have a main.wdl that first includes a fiile named video.wdl. In video.wdl I have the following:
video_set(1680,1050,32,1);
Any idea why i would be getting that error message?
Last edited by reptilezero; 04/22/07 15:16.