WarmFluffyUK
The Big Wad Bolf.
Soz, what I meant is a version of GINGE that allows you to run GP2X software on the Caano
Mr 2X said:Hey Attenborough B)
OT: About FunGP
Does PC Manager (KOR version) work on your computer ?
Can you register your devices (Wiz or Caanoo) by FunGP (product number and such things) ?
We have some problems with FunGP.com, and I wonder if it's the same for FunGP.co.kr
[/OT]
Reo said:Cave Story is pretty much the only game I have for GINGE, so I GINGE'd it. I deleted all the GP2X menu resources and executable, and changed the launch script to call ginge_prep with the argument "dokutsu.gpe". Then, I stuck all the GINGE files with the Cave Story files. Now whenever ginge.gpe is called, it launches Cave Story. I love it.
/mnt/sd/where_ginge_is_on_sd/ginge_prep yourgame.gpe
/mnt/sd/emulators/ginge/ginge_prep dokutsu.gpe
notaz said:Create a file with a text editor that supports unix line endings (don't use notepad, notepad++/editplus/whatever would do; select unix/LF line endings). Name it whatyoulike.gpe, save it in the game's folder on SD card, with content like this:
Code:/mnt/sd/where_ginge_is_on_sd/ginge_prep yourgame.gpe
for example, save a .gpe file with this content in Cave Story folder:
Code:/mnt/sd/emulators/ginge/ginge_prep dokutsu.gpe
notaz said:paste full contents of your script here and I'll check.
/mnt/sd/game/Ginge/ginge_prep ./doukutsu.gpe
cd /usr/gp2x
exec ./gp2xmenu
/mnt/sd/game/Ginge/ginge_prep ./doukutsu.gpe > /mnt/sd/gingelog.txt 2>&1
sync
cd /usr/gp2x
exec ./gp2xmenu