GP2X Utility .gpu

Previous topic - Next topic

kamakazieturtle

Is there a way to compile GP2X programs to not only the game extension .gpe but also for the utility extension .gpu?

Kitty Hello

just rename. The "gpe" I create is a simple script file (unix line endings!)

kamakazieturtle

#2
Also is there a way to rename the programs too. Whenever I rename the .gpe or .gpu it will not run. I tried changing the .prg files name to the same thing but that didn't work either.

Solved: Edit the .gpe or .gpu file in notepad. Change either of the .prg names to suite yours. Thank you Gernot.  :nw:

#!/bin/sh

if [ -e /sys ]
then
    ./gp2xwiz.prg
else
    ./autorun.prg
fi

cd /usr/gp2x
./gp2xmenu

Kitty Hello

Warning: Notepad will save with windows line endings -> it won't work then!!

kamakazieturtle

Its was working this morning before I left for work. I'll double check the program tonight.