T
TelcoLou
Guest
So, in eager anticipation of my new toy, I've D/L'd the latest stuff, and see that the executables have the .GPE extension. So where do these files go on the SD card?
Yep, put them anywhere you like. With my stuff the main executable has to have it's data in the correct relative location (eg, quake.gpe must be in the same folder as id1), but the folder where those things are can be anywhere you like. The good thing about the gp2x using linux is that you can also use shell scripts, so if you want you can create shortcuts to apps by creating a text file with a .gpe extension which contains something like this -
cd /mnt/sd/full/path/to/the/actual/executable
./exename.gpe
Then you can put that text file into a games folder along with all your others to create a nice tidy menu. This is the method I'm currently using with things I'm working on, but I throw a few more commands in there to try and make sure data is written to the card (saved games etc) and to return to the menu when the app exits.
Yep, put them anywhere you like. With my stuff the main executable has to have it's data in the correct relative location (eg, quake.gpe must be in the same folder as id1), but the folder where those things are can be anywhere you like. The good thing about the gp2x using linux is that you can also use shell scripts, so if you want you can create shortcuts to apps by creating a text file with a .gpe extension which contains something like this -
cd /mnt/sd/full/path/to/the/actual/executable
./exename.gpe
Then you can put that text file into a games folder along with all your others to create a nice tidy menu. This is the method I'm currently using with things I'm working on, but I throw a few more commands in there to try and make sure data is written to the card (saved games etc) and to return to the menu when the app exits.
So, could we use the same folder set up as the GP32?
GAME
GPETC
GPMM
GPSYS
MOVIE
MP3
Or, can it be anything?