unlucky
Chop sticks Chop sticks Chops sticks
Doh i was looking under puzzle not bust a move i will go try this soon that game is wawesome :Z I just get a black screen when it starts so i'm guessing i've got a bad bios
Doh i was looking under puzzle not bust a move i will go try this soon that game is wawesome :Z I just get a black screen when it starts so i'm guessing i've got a bad bios
Doh i was looking under puzzle not bust a move i will go try this soon that game is wawesome :Z I just get a black screen when it starts so i'm guessing i've got a bad bios
if you just get a black screen with absolutely nothing (nothing flash in the top left corner?) then your script is probably iffy. make sure you encode it in UNIX, and you've got the roms in the roms folder of the gngeo directory, and also that the script is actually right:
#/bin/sh
cd /mnt/sd/gngeo
exec /mnt/sd/gngeo/gngeo.gpe roms/mslug.zip
for metal slug. phew! ^_^
Doh i was looking under puzzle not bust a move i will go try this soon that game is wawesome :Z I just get a black screen when it starts so i'm guessing i've got a bad bios
if you just get a black screen with absolutely nothing (nothing flash in the top left corner?) then your script is probably iffy. make sure you encode it in UNIX, and you've got the roms in the roms folder of the gngeo directory, and also that the script is actually right:
#/bin/sh
cd /mnt/sd/gngeo
exec /mnt/sd/gngeo/gngeo.gpe roms/mslug.zip
for metal slug. phew! ^_^
or if you want to run the game with sound.
#/bin/sh
cd /mnt/sd/gngeo
exec /mnt/sd/gngeo/gngeo.gpe roms/nameofgame.zip --sound
I have 2 scripts for each game so I can run it with or without sound helps when testing and you want to be quick.
I am just wondering what "at a good speed" means. Everyones definition of that will be different. Some think "at a good speed" means 60% speed at FS2, while others would call 95% at FS0-1 "at a good speed".
Maybe someone could give a percentage of fullspeed and at what FS. Like "runs 90% speed at FS2" or something like that.
Also I am hoping that some sort of ROM selector is implemented, messing with scripts is a bit much for some.
On the subject of scripts if there are no objections I can post scripts for all the working titles currently on the wiki in a zip on the archive if it helps. I also got a couple more games not on the wiki to test and can add those to. I got to pop out but if it is something that will be useful I will post the scripts when I get back in.
I made mine by taking the .gpu that comes with the default skin and editing it in Windows notepad with the script instruction and saving it. I just changed the extension to .gpe and the resulting files work just fine, good thing as I don't have the other noetpad programs mention earlier in the thread.
On the subject of scripts if there are no objections I can post scripts for all the working titles currently on the wiki in a zip on the archive if it helps. I also got a couple more games not on the wiki to test and can add those to. I got to pop out but if it is something that will be useful I will post the scripts when I get back in.
I made mine by taking the .gpu that comes with the default skin and editing it in Windows notepad with the script instruction and saving it. I just changed the extension to .gpe and the resulting files work just fine, good thing as I don't have the other noetpad programs mention earlier in the thread.
is it really necessary? you just change the filename in the last line of the script..
but one of the main things i find that is annoying with creating scripts is clutter. now my root SD has about 7 or 8 .gpe files in it.. and its just a bit untidy really.
Yes it is, as you have to keep taking out the SD card out or connecting your GP2X to your PC/Mac to make any changes to the files. If you have a script written for each rom you are testing you don't have to mess about all the time.
As DaveC said some people are not comfortable writing scripts and to have one ready made for the title they wanted to run could prove helpful, but only if people want them, which it looks like they don't.
Am I missing something? Have any of you tried to set up kounch's selector? I've never worked with scipts before and I'm not usually too good with this kind of thing but looking through the examples managed to set it up for pretty much all of the GP2x emulators that accept a command line prompt over a couple of evenings, including Gngeo2x. It's actually fairly simple, give it a try
:lol: before i tried to run this emulator i had never written a script.. i just copied and pasted the example from the readme and put in the right filename. i have one for each rom i use.
also, with regards to some roms not working, would it be useful to try changing the region in the conf file to usa, or japan? i dont think europe is the most popular region, so many roms might not be european dumps..
Am I missing something? Have any of you tried to set up kounch's selector? I've never worked with scipts before and I'm not usually too good with this kind of thing but looking through the examples managed to set it up for pretty much all of the GP2x emulators that accept a command line prompt over a couple of evenings, including Gngeo2x. It's actually fairly simple, give it a try
#!/bin/sh
./selector ./gngeo2x_config
sync
cd /usr/gp2x/
exec /usr/gp2x/gp2xmenu
#Selector configuration file
#Version 1.0
#Full path to skin files
skinPath=./
#List of full paths of command line options
cmdLine=./gngeo
cmdLine=./gngeo --sound
cmdLine=./gngeo >log.txt
cmdLine=./gngeo --sound >log.txt
#Full absolute path to base directory for file explorer
baseDir=/mnt/sd/roms/neogeomvs/
#File filters
fileFilter=zip
I did exactly the same thing you did, and I get the following error...
No se pudo acceder al direct.
Babelfish is no help. Any ideas?
No problem, glad I can finally help someone else..Works well, thanks for the scripts.
Have you renamed you 'gnegeo.gpe' file to 'gngeo'? that's the only bit after selector, unless you don't have the bios?I used selector to launch my games, but when I select the game, it takes me to a black screen....I may be missing something, but I'm pretty sure my scripts so far are correct if I can get selector going and actually see my zips in the program.