Page 1 of 1

Updating old code to latest pre-release

PostPosted: Oct 17, 2005 @ 4:30pm
by sponge

PostPosted: Oct 18, 2005 @ 1:32am
by mmtbb
Is this for the PC or PPC? It is supposed to run in fullscreen on the PPC because of coding in PocketHAL/FROG. It doesn't support anything else.
However, PPL uses:

InitGameAPIEx(h$, &GameProc, 240, 320, true, 20, 0);

the fifth parameter is for fullscreen. However, it shouldn't matter on the PC. It won't go fullscreen. You can, however, set the resolution to other resolutions and it will work.

PostPosted: Oct 18, 2005 @ 2:10am
by mmtbb
the 6th is AI speed and the 7th is a limiter on the FPS

PostPosted: Oct 18, 2005 @ 5:37am
by sponge
Got kornalius to help me with this, thanks anyway! :)

PostPosted: Oct 18, 2005 @ 9:02pm
by mmtbb

PostPosted: Oct 19, 2005 @ 4:27am
by sponge