On 4/15/2019 at 11:28 PM, Steve_Segreto said:
Hey, @Steve_Segreto, I got it working even more... I was looking through the code, changed a few things, and then got the game to render to the main menu. There, it crashes because of a "bad window size" error.
The other error I was having was because of corrupt image files I was using with the game.
Woo hoo! I got it working even more!
It even plays the animations in the main menu, but when the game actually starts, it is then when things start going downhill to the error.
The exact error is "Initialization error: code 117"
code 117 is defined with the line: "#define ERR_BADWINDOWSIZE 117" in ACK3D.H.
The other error was due to a game map reading error, because I had messed around with the map file to try to get it to work...
This is the last question. It is the only thing preventing me from ultimate victory over this engine...
(I just pulled it back out today).