
Posted:
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.

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

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