mooseknuckle2000
Member
there are several versions of gnuboy. Which one is the best (in your opinion)? Do any have fullscreen? Rom selector? Skins?
SiIV posted on Dec 29 2005 at 11:38 AM said:http://archive.gp2x.de/cgi-bin/cfiles.cgi?0,0,0,0,5,1007 this program will create launchers for each gb/gbc rom. Just put everything all in the same directory and run the .gpu file from applications. After that you load all of your roms from the games window and not an application.
SiIV posted on Dec 29 2005 at 03:18 PM said:I've tried that but it's so confusing that I cant use it. I've looked at the readme but the only one in the file that I see is in spanish
#!/bin/sh
./selector ./gnuboy_config <== Starts the selector here
sync
cd /usr/gp2x/
exec /usr/gp2x/gp2xmenu
#Selector configuration file
#Version 1.0
#Full path to skin files
skinPath=mnt/sd/skin
#List of full paths of command line options
cmdLine=/mnt/sd/roms/gameboy/gnuboy2x.gpe
cmdLine=/mnt/sd/roms/gameboy/gnuboy2x.gpe --no-sound
cmdLine=/mnt/sd/roms/gameboy/gnuboy2x.gpe --sound --samplerate=22050
#Full absolute path to base directory for file explorer
baseDir=/mnt/sd/roms/gameboy/
#File filters
fileFilter=gb
fileFilter=gbc
Lanman posted on Dec 29 2005 at 08:37 PM said:Igboo:
Thank you for the information. I have tried setting this up without luck.
My emulator is in: /Games/Gameboy/<emulator>
anmd roms are in: /roms/gameboy
Everytime i try to use the selector it simply flashes and goes back to the main menu. = (
Suggestions?
#Selector configuration file
#Version 1.0
#Full path to skin files
skinPath=mnt/sd/skin
#List of full paths of command line options
cmdLine=/mnt/sd/Games/Gameboy/gnuboy2x.gpe
cmdLine=/mnt/sd/Games/Gameboy/gnuboy2x.gpe --no-sound
cmdLine=/mnt/sd/Games/Gameboy/gnuboy2x.gpe --sound --samplerate=22050
#Full absolute path to base directory for file explorer
baseDir=/mnt/sd/roms/gameboy/
#File filters
fileFilter=gb
fileFilter=gbc
I see what happened... you took away the part of your path that specified the sd card.Lanman posted on Dec 29 2005 at 10:15 PM said:My config reads as follows:
#Selector configuration file
#Version 1.0
#Full path to skin files
skinPath=mnt/sd/skin
#List of full paths of command line options
cmdLine=/Games/GameBoy/gnuboy2x.gpe
cmdLine=/Games/GameBoy/gnuboy2x.gpe --no-sound
cmdLine=/Games/GameBoy/gnuboy2x.gpe --sound --samplerate=22050
#Full absolute path to base directory for file explorer
baseDir=/roms/gameboy/
#File filters
fileFilter=gb
fileFilter=gbc
----
Any ideas based on the above. I am fairly competent with computers but am totally new to gp2x and appreciate the assistance.
Thank you.
igboo posted on Dec 30 2005 at 09:47 PM said:Well Lanman, I'm pretty well stumped too.
The only suggestion I have is to start over by editing the files with Notepad instead of Wordpad. Wordpad does some kind of translation of LF to CR/LF which messes things up under Linux. In Notepad, just enter and delete the text you need to change without messing with the end of line characters. I found this out myself after a lot of frustration. Any script I've edited in Wordpad bombed on me.
Someone told me a while ago about a programmer's editor that would properly handle Linux text, but I just haven't had time to try it out yet.
Let me know how you make out. Meanwhile, I'll keep digging.
Igboo
Lanman posted on Dec 31 2005 at 10:23 AM said:Igboo!!!!! It seems I am a true newb to this unit and it truely was the simplest issue ... but it did not pop out until the end. You are absolutely correct ... I was using WORDpad instead of NOTEpad and that was causing the problem.
I deleted everything, reinstalled and edited with NOTEpad and it worked on the first shot. I feel a little embarressed for not knowing that.
I truely appreciate you taking the time to help me out. Thank you again.