I released a game I've been writing the last couple weeks: Simon2X.
Enjoy!
LINK: http://archive.gp2x.de/cgi-bin/cfiles.cgi?0,0,0,0,1,2450
Enjoy!
LINK: http://archive.gp2x.de/cgi-bin/cfiles.cgi?0,0,0,0,1,2450
Make sure you use this link http://archive.gp2x.de/cgi-bin/cfiles.cgi, dont go through gp32x.deLINUX2X said:NOTE: I understand there is gp2x.de to upload stuff, but I'm getting page errors when trying register. Hopefully within 7 days It'll be fixed.
Sadly I don't have an F100 to play it on, and the only firmware I have is 4.0.0. The game works just fine on my end, and I even downloaded the same version you downloaded, so my guess would be the following:Mr 2X said:Just extract the folder on my SD, but when I press B on Play, the game quits and :gp2x goes back to default menu.
GP2X F100 MK2 - FW: 2.1.2
Make sure you use this link http://archive.gp2x.de/cgi-bin/cfiles.cgi, dont go through gp32x.deLINUX2X said:*
NOTE: I understand there is gp2x.de to upload stuff, but I'm getting page errors when trying register. Hopefully within 7 days It'll be fixed.
LINUX2X said:Sadly I don't have an F100 to play it on, and the only firmware I have is 4.0.0. The game works just fine on my end, and I even downloaded the same version you downloaded, so my guess would be the following:Mr 2X said:Just extract the folder on my SD, but when I press B on Play, the game quits and :gp2x goes back to default menu.
GP2X F100 MK2 - FW: 2.1.2
1) Older version of SDL? It may contain different button values (e.g. GP2X_VK_FB wouldn't exist, or be different.).
2) Corrupted download?
Sorry that isn't much, but there is not much I can do to help your from this end. Newer versions of this game, and my other games will contain system calls to echo error data to an output file.
(i.e. system ("echo 'etc.' >> file.txt");
Let me know if redownloading it help.
I've redownloaded but it's the same.
How can I update the SDL ? (Or where can I see the version of it ? )
Mr 2X said:LINUX2X said:Sadly I don't have an F100 to play it on, and the only firmware I have is 4.0.0. The game works just fine on my end, and I even downloaded the same version you downloaded, so my guess would be the following:Mr 2X said:Just extract the folder on my SD, but when I press B on Play, the game quits and :gp2x goes back to default menu.
GP2X F100 MK2 - FW: 2.1.2
1) Older version of SDL? It may contain different button values (e.g. GP2X_VK_FB wouldn't exist, or be different.).
2) Corrupted download?
Sorry that isn't much, but there is not much I can do to help your from this end. Newer versions of this game, and my other games will contain system calls to echo error data to an output file.
(i.e. system ("echo 'etc.' >> file.txt");
Let me know if redownloading it help.
I've redownloaded but it's the same.
How can I update the SDL ? (Or where can I see the version of it ? )
Usually the SDL libs are compiled in statically meaning they are part of the exe. Which means you cant update them unless you have the source. Im not certain its true in this case but most likely it is.
O, the reason why I have the following commented out:Pickle said:Well just for the heck of it, ive tried to compile your source.
I had to change a couple of things. In the current source you dont have the GP2X keys presses defined, it appears you commented them out in your global.h
I had to change the how main is defined, i think thats a mingw thing, as the devkit didnt care.
I changed the SDL path, this is expected.
No your prebuilt package is fine, my windows build ended up below in the source dir, so all of the images couldnt be seen. I just draged and droped the images folder next to it and it was fine.LINUX2X said:And there were images missing?
Make another one? I give up, what do I do?rokdcasbah said:... what do you do when you need more than 26 variables?