DynaMight posted on Dec 23 2005 at 07:58 PM said:I just get a small green screen for about a second then goes back to the menu.
Tried rom.ngc too.
#!/bin/bash
for i in *.ngp;
do
rm "${i/.ngp/.gpe}"
echo "./neopop \"$i\"" > "${i/.ngp/.gpe}"
echo "cd /usr/gp2x" >> "${i/.ngp/.gpe}"
echo "./gp2xmenu" >> "${i/.ngp/.gpe}"
done
for i in *.npc;
do
rm "${i/.npc/.gpe}"
echo "./neopop \"$i\"" > "${i/.npc/.gpe}"
echo "cd /usr/gp2x" >> "${i/.npc/.gpe}"
echo "./gp2xmenu" >> "${i/.npc/.gpe}"
done
cd /usr/gp2x
./gp2xmenu
ALL HAIL CARDFIGHTERS!!!!!!!Tippy posted on Dec 23 2005 at 12:46 PM said:I've probably spent more time playing Cardfighter's Clash than any other game. Ever. It's insanely addictive and absorbing.
thanks a million nickspoon. Ive searched the forums trying to find that app (the notepad that you can use on windows without getting that crappy windows stuff at the end of each line when saving .gpu's).
Link to postnickspoon said:Save that as a .gpu with Unix line endings (you can use Programmer's Notepad for that, just set line endings to "Unix(LF)") and it will create a .gpe for each rom. Then you can run them from the games menu. It's an altered version or chris_r's script for gnuboy.