Hi, friends developers of Gamestudio....
Sorry for my English bad, but I have a question for my game in WDL Scripts.
I'm make a menu for my game. I make a Option Game with options:
-> Control Music Volume;
-> Control Sound Volume;
-> Resolution Screen(with options to 800x600 and 1024x768);
-> Color Screen(with option to 16 and 32 Bit Color);
-> Button OK for confirm changes definided for player;
-> Button Cancel for back the default values. My default values are: Music and Sound, 100; Resolution Default, 800x600 and 16 Bit Color....
My script work OK, but when I selected 1024x768 of resolution or I selected 32 Bits Color, the Gamestudio active a message box with the string:
"3D Card Internal Failure 761"....
On the WDL Manual Documentation, a message explication is : "Your video card is weak. Run this software in weak mode."
I used the comand -w3d on the line command, but the MessageBox show continue in execution of the program...........................
My question is... What make for not show the MessageBox with message up..................................???????????????????????????????????????????