maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Games (https://talk.maemo.org/forumdisplay.php?f=12)
-   -   [Announce] GnGeo-gui (https://talk.maemo.org/showthread.php?t=72574)

MiK546 2011-05-23 09:00

Re: [Announce] GnGeo-gui
 
Quote:

Originally Posted by disaznrush (Post 1013278)
Hi I having a problem with No roms found! in the blue box. i have roms in the folder, but it still say no roms found. Do i have to unzip or leave it as zip file? Does the content have to be .bin or .rom?

You have to unzip them and make sure the have a .bin extension. Also the roms have to be named right. For example double drgaon rom has to be named 082-(letter)(number).bin for the emulator to regognize it.

disaznrush 2011-05-23 18:06

Re: [Announce] GnGeo-gui
 
Ok so I have them already unzip to /home/user/MYDocs/roms with .bin extension. But I don't have gngeo install, is there a way to install? I tried to install gngeo_0.7.0-1_armel.deb from file manager, but once it goes app. manager it say unable to install gngeo.

ade 2011-05-23 18:11

Re: [Announce] GnGeo-gui
 
Quote:

Originally Posted by disaznrush (Post 1013278)
Hi I having a problem with No roms found! in the blue box. i have roms in the folder, but it still say no roms found. Do i have to unzip or leave it as zip file? Does the content have to be .bin or .rom?

No, do NOT unzip them! Gngeo will unzip it on the fly in a temporary location.

ade 2011-05-23 18:18

Re: [Announce] GnGeo-gui
 
Quote:

Originally Posted by disaznrush (Post 1013766)
Ok so I have them already unzip to /home/user/MYDocs/roms with .bin extension. But I don't have gngeo install, is there a way to install? I tried to install gngeo_0.7.0-1_armel.deb from file manager, but once it goes app. manager it say unable to install gngeo.

Could you give me an error message?
The best way is to get the error message should be by starting the x-terminal and then:
Code:

sudo gainroot
cd <location of the deb package>
dpkg -i gngeo_0.7.0-1_armel.deb


disaznrush 2011-05-23 20:03

Re: [Announce] GnGeo-gui
 
Quote:

Originally Posted by ade (Post 1013778)
Could you give me an error message?
The best way is to get the error message should be by starting the x-terminal and then:
Code:

sudo gainroot
cd <location of the deb package>
dpkg -i gngeo_0.7.0-1_armel.deb


dpkg: error processing gngeo_0.7.0-1arme1.deb (--install) : cannot access archive: No such file or directory
Errors were encountered while processing: gngeo_0.7.0-1_arme1.deb

ade 2011-05-23 20:38

Re: [Announce] GnGeo-gui
 
Quote:

Originally Posted by disaznrush (Post 1013868)
dpkg: error processing gngeo_0.7.0-1arme1.deb (--install) : cannot access archive: No such file or directory
Errors were encountered while processing: gngeo_0.7.0-1_arme1.deb

It is right about "no such file": it is gngeo_0.7.0-1_armel.deb (lowercase L), not gngeo_0.7.0-1_arme1.deb (number one)

disaznrush 2011-05-23 21:38

Re: [Announce] GnGeo-gui
 
D'oh I have the wrong gngeo .deb. Okay so it should look something like this right?

Code:

/home/user # dpkg -i gngeo_0.7.0-1_armel.deb
(Reading database ... 23953 files and directories currently installed.)
Unpacking gngeo (from gngeo_0.7.0-1_armel.deb) ...
Setting up gngeo (0.7.0-1) ...

If so thank a lots

Edit: Ok so after I done all that it still say no roms found! I have the rom gngeo-gui path configuration to /home/user/MYDocs/emu-romsneogeo since after I install gngeo it has change the directory of bios and roms only. I already extracted mslugx to the directory it should be in.

ade 2011-05-24 06:34

Re: [Announce] GnGeo-gui
 
Quote:

Originally Posted by disaznrush (Post 1013951)
D'oh I have the wrong gngeo .deb. Okay so it should look something like this right?

Code:

/home/user # dpkg -i gngeo_0.7.0-1_armel.deb
(Reading database ... 23953 files and directories currently installed.)
Unpacking gngeo (from gngeo_0.7.0-1_armel.deb) ...
Setting up gngeo (0.7.0-1) ...

If so thank a lots

Edit: Ok so after I done all that it still say no roms found! I have the rom gngeo-gui path configuration to /home/user/MYDocs/emu-romsneogeo since after I install gngeo it has change the directory of bios and roms only. I already extracted mslugx to the directory it should be in.

This output indicates a good installation.
Like I said, please do not unzip de gamerom content, just put the zip file in your neogeo rom directory. Could you test it that way?
And does gngeo-gui give you any other error messages (like no bios found...)? You could also test another zipped gamerom.

disaznrush 2011-05-24 17:40

Re: [Announce] GnGeo-gui
 
Great it work, thank you for helping me out. Is there a way to map the control figuration to use on ps3 sixaxis controller. When I go to config and hit save it said cannot write /home/user/.gngeo/gngeorc.

ade 2011-05-24 19:05

Re: [Announce] GnGeo-gui
 
Quote:

Originally Posted by disaznrush (Post 1014563)
Great it work, thank you for helping me out. Is there a way to map the control figuration to use on ps3 sixaxis controller. When I go to config and hit save it said cannot write /home/user/.gngeo/gngeorc.

if it says it cannot save, maybe the rights are not good. Could you try
in an x-terminal:
Code:

sudo gainroot
chown user:users /home/user/.gngeo/gngeorc

I have no experience with controllers. Joystick config is not possible in gngeo-gui, but perhaps I could add something like that if someone could test it...

disaznrush 2011-05-25 22:40

Re: [Announce] GnGeo-gui
 
Thanks a lot I was able to set the key configuration for the sixaxis controller.
Up = 273
Down = 274
Left = 276
Right = 275
Coin = 32
Start = 271
A = 122
B = 97
C = 120
D = 115

ade 2011-05-26 09:25

Re: [Announce] GnGeo-gui
 
Quote:

Originally Posted by disaznrush (Post 1015590)
Thanks a lot I was able to set the key configuration for the sixaxis controller.
Up = 273
Down = 274
Left = 276
Right = 275
Coin = 32
Start = 271
A = 122
B = 97
C = 120
D = 115

So there is no need to enable the joystick in the configuration, you just change the keyboard settings? That makes live easier... :)

disaznrush 2011-05-26 22:08

Re: [Announce] GnGeo-gui
 
Quote:

Originally Posted by ade (Post 1015896)
So there is no need to enable the joystick in the configuration, you just change the keyboard settings? That makes live easier... :)

Yup pretty much z = a, a= b, x = c, s = d, space = coin, enter = start and up, down, left, & right are your movement. ;)

gleydsonpr 2011-05-28 15:15

Re: [Announce] GnGeo-gui
 
Hey guys, I can see that some of you still have problems with gngeo. I'll explain what I know:
GNgeo files sometimes saty on home\user or opt\user, depennds of how the package was configurate to. Anyway to see where are your GNgeo files you should have Filebox installed or any other File Manager with root access. Roms are alwais in .zip, LEAVE THEM LIKE THAT, inside them usually have several files .rom .
To change key inputs, edit file ( gngeorc ) with Notes following asciitable values. Some games will not work. For example, XGngeo GUI app already recognizes the games that work by showing their full name while browsing. I have a Tutorial in another thread, maybe a video tutorial would be good. Will do it as soon as I get a camera. After that you see how easy is to have gngeo up and running full speed, I use to overclock to 800, 900 just to have more fps, sound is set to 44100 for a better stereo experience. I'm pasting the Tut below here, you can just skipp XGngeo part and install gngeo-gui application instead.


TUTORIAL for GNgeo (NeoGeo emulator)
I am following third parties instructions, so I am not responsable for any damage you may have. Try not using other apps while running GNgeo.

--Check your App Man to check if you have GNgeo installed, if you have, remove it.

--Download Emulator files from here:
http://hotfile.com/dl/108748653/a716...ry.tar.gz.html
Save it to your MyDocs folder (32GB) on N900,

--Using X Terminal type:
cd /home/user
tar xvzf MyDocs/gngeo-0.7-n900-binary.tar.gz

--Install XGngeo v. 16-2 from App Man (optional)

--create a folder 'Roms' on your MyDocs folder, drop all the bios you find (unziped) and your neogeo games in zip format.

--on X Terminal type 'gngeo/bin/gngeo yourgamename' press Enter.

--Install Filebox from App Man (You'll need it to access home\user\.gngeo\gngeorc file. long press on gngeorc, edit p1key line for keys mapping (According to the ascii table ( www.asciitable.com ), don't mess too much with this file or create a backup first if you want to try some configurations out.

Under important paths, the first line is your bios ( /home/user/MyDocs/Roms ), the second is your drives ( /home/user/gngeo/share/gngeo/romrc.d ), third is emulator itself 'executable' gngeo v 0.7 ( /home/user/gngeo/bin/gngeo ). Those paths should be the correct ones and all of them should be geen instead of red. If you've done everything right, you will be able to play Neogeo games on your N900 after it.

If the link is not working let me know, just tested and it's still working.
Good luck to all.

ade 2011-05-28 17:08

Re: [Announce] GnGeo-gui
 
Quote:

Originally Posted by gleydsonpr (Post 1017439)
Hey guys, I can see that some of you still have problems with gngeo. I'll explain what I know:
GNgeo files sometimes saty on home\user or opt\user, depennds of how the package was configurate to. Anyway to see where are your GNgeo files you should have Filebox installed or any other File Manager with root access. Roms are alwais in .zip, LEAVE THEM LIKE THAT, inside them usually have several files .rom .
To change key inputs, edit file ( gngeorc ) with Notes following asciitable values. Some games will not work. For example, XGngeo GUI app already recognizes the games that work by showing their full name while browsing. I have a Tutorial in another thread, maybe a video tutorial would be good. Will do it as soon as I get a camera. After that you see how easy is to have gngeo up and running full speed, I use to overclock to 800, 900 just to have more fps, sound is set to 44100 for a better stereo experience. I'm pasting the Tut below here, you can just skipp XGngeo part and install gngeo-gui application instead.


TUTORIAL for GNgeo (NeoGeo emulator)
I am following third parties instructions, so I am not responsable for any damage you may have. Try not using other apps while running GNgeo.

--Check your App Man to check if you have GNgeo installed, if you have, remove it.

--Download Emulator files from here:
http://hotfile.com/dl/108748653/a716...ry.tar.gz.html
Save it to your MyDocs folder (32GB) on N900,

--Using X Terminal type:
cd /home/user
tar xvzf MyDocs/gngeo-0.7-n900-binary.tar.gz

--Install XGngeo v. 16-2 from App Man (optional)

--create a folder 'Roms' on your MyDocs folder, drop all the bios you find (unziped) and your neogeo games in zip format.

--on X Terminal type 'gngeo/bin/gngeo yourgamename' press Enter.

--Install Filebox from App Man (You'll need it to access home\user\.gngeo\gngeorc file. long press on gngeorc, edit p1key line for keys mapping (According to the ascii table ( www.asciitable.com ), don't mess too much with this file or create a backup first if you want to try some configurations out.

Under important paths, the first line is your bios ( /home/user/MyDocs/Roms ), the second is your drives ( /home/user/gngeo/share/gngeo/romrc.d ), third is emulator itself 'executable' gngeo v 0.7 ( /home/user/gngeo/bin/gngeo ). Those paths should be the correct ones and all of them should be geen instead of red. If you've done everything right, you will be able to play Neogeo games on your N900 after it.

If the link is not working let me know, just tested and it's still working.
Good luck to all.

For people that are less comfortable with x-terminals and editing of files, this may be an alternative:
Yesterday, I uploaded a gngeo package to the extra devel repository, so gngeo can also be installed using the application manager. Combined with a gngeo-gui installation, it only needs the bios files and zipped roms in certain locations. Keys can be reconfigured in gngeo-gui using ascii codes.

@gleydsonpr:
In the latest version of gngeo-gui I dropped the (not usable?) joystick enable-button and replaced it with the sample rate option. First time I played with the different sound rates, and as you said, differences can clearly be noticed in sound quality.

ududud 2011-05-28 17:55

Re: [Announce] GnGeo-gui
 
where i can get the bios files?

ade 2011-05-28 18:31

Re: [Announce] GnGeo-gui
 
Quote:

Originally Posted by ududud (Post 1017552)
where i can get the bios files?

Google is your best friend ;)

K9999 2011-05-28 18:50

Re: [Announce] GnGeo-gui
 
2 Attachment(s)
Quote:

Originally Posted by gleydsonpr (Post 1017439)
Hey guys, I can see that some of you still have problems with gngeo. I'll explain what I know:
GNgeo files sometimes saty on home\user or opt\user, depennds of how the package was configurate to. Anyway to see where are your GNgeo files you should have Filebox installed or any other File Manager with root access. Roms are alwais in .zip, LEAVE THEM LIKE THAT, inside them usually have several files .rom .
To change key inputs, edit file ( gngeorc ) with Notes following asciitable values. Some games will not work. For example, XGngeo GUI app already recognizes the games that work by showing their full name while browsing. I have a Tutorial in another thread, maybe a video tutorial would be good. Will do it as soon as I get a camera. After that you see how easy is to have gngeo up and running full speed, I use to overclock to 800, 900 just to have more fps, sound is set to 44100 for a better stereo experience. I'm pasting the Tut below here, you can just skipp XGngeo part and install gngeo-gui application instead.


TUTORIAL for GNgeo (NeoGeo emulator)
I am following third parties instructions, so I am not responsable for any damage you may have. Try not using other apps while running GNgeo.

--Check your App Man to check if you have GNgeo installed, if you have, remove it.

--Download Emulator files from here:
http://hotfile.com/dl/108748653/a716...ry.tar.gz.html
Save it to your MyDocs folder (32GB) on N900,

--Using X Terminal type:
cd /home/user
tar xvzf MyDocs/gngeo-0.7-n900-binary.tar.gz

--Install XGngeo v. 16-2 from App Man (optional)

--create a folder 'Roms' on your MyDocs folder, drop all the bios you find (unziped) and your neogeo games in zip format.

--on X Terminal type 'gngeo/bin/gngeo yourgamename' press Enter.

--Install Filebox from App Man (You'll need it to access home\user\.gngeo\gngeorc file. long press on gngeorc, edit p1key line for keys mapping (According to the ascii table ( www.asciitable.com ), don't mess too much with this file or create a backup first if you want to try some configurations out.

Under important paths, the first line is your bios ( /home/user/MyDocs/Roms ), the second is your drives ( /home/user/gngeo/share/gngeo/romrc.d ), third is emulator itself 'executable' gngeo v 0.7 ( /home/user/gngeo/bin/gngeo ). Those paths should be the correct ones and all of them should be geen instead of red. If you've done everything right, you will be able to play Neogeo games on your N900 after it.

If the link is not working let me know, just tested and it's still working.
Good luck to all.


@ gleydsonpr
mate I was finally able to play KOF 2002 and at full speed by following ur tutorial u posted last time. yea this same tutorial I mean. My problem was missing bios required :) .. and so after I found it I created my own icon on desktop that executes the command
PHP Code:

gngeo/bin/gngeo kof2002 

though the full screen thingy still buggy and tend to exit sometimes. Next is connecting a usb joystick :)

gleydsonpr 2011-05-30 08:44

Re: [Announce] GnGeo-gui
 
Quote:

Originally Posted by K9999 (Post 1017570)
@ gleydsonpr
mate I was finally able to play KOF 2002 and at full speed by following ur tutorial u posted last time. yea this same tutorial I mean. My problem was missing bios required :) .. and so after I found it I created my own icon on desktop that executes the command
PHP Code:

gngeo/bin/gngeo kof2002 

though the full screen thingy still buggy and tend to exit sometimes. Next is connecting a usb joystick :)

Hi, glad my Tutorial helped you, after all, this site is meant to help all of us. Is your kof2002 rom the 'original' one like in the arcades or another version? My kof2002 rom doesn't load due to bios required missing, I have kof2004 working, the hack version, could you list your bios and share with me or send google, page link (if legal) or even upload, and how many kbs/mbs (exactly size of .zip file) . Or could you point me the 'rom sharing site' (if legal) ? I want to get other roms to work (Still didn't get kof2000 kof 2002 and other to work bios missing problem ) . Woul like to play them on my Videogame (N900)
So, probably you got the version with real fullscreen and not the 1/10 screen size of the OS2008 version, that's good, like mine aswell. As I posted before, if we mark 'enable joystick' we get bugs on keys configuations, better not to mark it, if it is checked we can use the analog joystick of PS3 controller, wich some people prefer, I don't, can't wait to post my youtube video. I have one on

http://www.youtube.com/watch?v=NLXOKyWgVuA

, but it is in small screen.

Kevstacey 2011-05-30 11:15

Re: [Announce] GnGeo-gui
 
i have installed gngeo and gngeo-gui from repos.
i have bios in /home/user/MyDocs/emu-roms/neogeo/bios
and roms in /home/user/MyDocs/emu-roms/neogeo

configuration saves fine but im still getting 'no roms found' in the blue box?

any ideas how to fix this?
cheers

JamesBond@ge 2011-05-30 12:03

Re: [Announce] GnGeo-gui
 
Quote:

Originally Posted by Kevstacey (Post 1018496)
i have installed gngeo and gngeo-gui from repos.
i have bios in /home/user/MyDocs/emu-roms/neogeo/bios
and roms in /home/user/MyDocs/emu-roms/neogeo

configuration saves fine but im still getting 'no roms found' in the blue box?

any ideas how to fix this?
cheers

Exactly the same problem as me and it's been driving me up the wall for days now.

I've even used the same BIOS that SamiPower posted earlier in this thread on a Megaupload link and I still get the same problem as you.

ade 2011-05-30 12:22

Re: [Announce] GnGeo-gui
 
JamesBond@ge and Kevstacey:

See also
http://talk.maemo.org/showpost.php?p...7&postcount=39

If this command gives correct output, I see no reason why it should not work.

@Kevstacey:
your exact command should be (in one line):
Code:

/opt/gngeo/bin/gngeo --scandir /home/user/MyDocs/emu-roms/neogeo
The output must show the rom-games in your folder

Kevstacey 2011-05-30 17:18

Re: [Announce] GnGeo-gui
 
ive tried:

/opt/gngeo/bin/gngeo --scandir /home/user/MyDocs/emu-roms/neogeo/kof2k4se.zip

and get:
ShortName:LongName:Filename

if i had a list of the exact files i need and where they go, it may help more.

cheers ade :)

@jamesbond@ge: its been a pain in the orofice for me too pal lol especially when i dont usually have problems following guides on here even using xterm! we'll get there in the end pal ha :D

ade 2011-05-30 17:45

Re: [Announce] GnGeo-gui
 
Quote:

Originally Posted by Kevstacey (Post 1018771)
ive tried:

/opt/gngeo/bin/gngeo --scandir /home/user/MyDocs/emu-roms/neogeo/kof2k4se.zip

and get:
ShortName:LongName:Filename

if i had a list of the exact files i need and where they go, it may help more.

cheers ade :)

@jamesbond@ge: its been a pain in the orofice for me too pal lol especially when i dont usually have problems following guides on here even using xterm! we'll get there in the end pal ha :D

No, no, try without the zip filename, just type what I asked you to.
Try to put serveral zipped roms in this folder, this one might not work.

I think we are very close to the solution now... ;)

K9999 2011-05-30 18:21

Re: [Announce] GnGeo-gui
 
Quote:

Originally Posted by gleydsonpr (Post 1018385)
Hi, glad my Tutorial helped you, after all, this site is meant to help all of us. Is your kof2002 rom the 'original' one like in the arcades or another version? My kof2002 rom doesn't load due to bios required missing, I have kof2004 working, the hack version, could you list your bios and share with me or send google, page link (if legal) or even upload, and how many kbs/mbs (exactly size of .zip file) . Or could you point me the 'rom sharing site' (if legal) ? I want to get other roms to work (Still didn't get kof2000 kof 2002 and other to work bios missing problem ) . Woul like to play them on my Videogame (N900)
So, probably you got the version with real fullscreen and not the 1/10 screen size of the OS2008 version, that's good, like mine aswell. As I posted before, if we mark 'enable joystick' we get bugs on keys configuations, better not to mark it, if it is checked we can use the analog joystick of PS3 controller, wich some people prefer, I don't, can't wait to post my youtube video. I have one on

http://www.youtube.com/watch?v=NLXOKyWgVuA

, but it is in small screen.

Yea sure, as I remember I was missing three files from the bios, one of them was "000-lo.lo" and I can't recall the other 2. Downloaded them from a torrent, it was around 38 files. it pretty much incuded everything.
Anyway, I zipped my goody file Here :)

And yea I was still thinking to use PS3 controller but I haven't got the chance to try it since I have Xbox instead. But I can tell "It's gonna be AWESOME!!" :D

Kevstacey 2011-05-30 18:25

Re: [Announce] GnGeo-gui
 
Quote:

Originally Posted by ade (Post 1018795)
No, no, try without the zip filename, just type what I asked you to.
Try to put serveral zipped roms in this folder, this one might not work.

I think we are very close to the solution now... ;)

tried this pal, getting the same showing up :(

ade 2011-05-30 18:48

Re: [Announce] GnGeo-gui
 
Quote:

Originally Posted by Kevstacey (Post 1018826)
tried this pal, getting the same showing up :(

kof2k4se.zip doesn't work for me either (Unknow or unsupported romset.)

Start with zipped games like Metal Slug, Last Resort, King of Fighters of Shock Troopers. They work for me.

Kevstacey 2011-05-30 21:44

Re: [Announce] GnGeo-gui
 
tried some other games (metalslug,kof) but still not working so uninstalled until it is more straight forward to get working

thanks for the help anyway tho ade :D

ade 2011-05-30 22:03

Re: [Announce] GnGeo-gui
 
Quote:

Originally Posted by Kevstacey (Post 1018955)
tried some other games (metalslug,kof) but still not working so uninstalled until it is more straight forward to get working

thanks for the help anyway tho ade :D

I'm afraid it won't get more straight forward then this. It must have something to do with your bios or roms.

Best way is to get it working from the x-terminal first. A pity it did not work for you and hope it will someday in the future.

MiK546 2011-05-31 12:17

Re: [Announce] GnGeo-gui
 
Quote:

Originally Posted by Kevstacey (Post 1018955)
tried some other games (metalslug,kof) but still not working so uninstalled until it is more straight forward to get working

thanks for the help anyway tho ade :D

I had a similar problem (the emulator not recognizing many games) and the problem was that the files in the zip-file were wrongly named. You have to make sure that every file in the zip is named exactly like in /opt/gngeo/share/gngeo/romrc.d/(the zip files name).rc. Also possible readme's and other non related files must be removed from the zip. After that the game should be recognized by the emulator.

Kevstacey 2011-05-31 12:54

Re: [Announce] GnGeo-gui
 
ah i see :) thanks pal, i may give it another try later in that case. I know the names of the games was fine but didnt remove the read me files from within the zips :)

i will post progress later, cheers :D

Megaltariak 2011-05-31 13:27

Re: [Announce] GnGeo-gui
 
This GUI is good and simple to use. The only drawback is the keyboard mapping screen: could be easier to remap and add 2players support (for thoses using Ps3 controller/external keyboard...)
I also noticed that the gngeo binary itself segfault when it switch from windowed to fullscreen (like when you minimize then maximize)

ade 2011-05-31 14:39

Re: [Announce] GnGeo-gui
 
Quote:

Originally Posted by Megaltariak (Post 1019385)
This GUI is good and simple to use. The only drawback is the keyboard mapping screen: could be easier to remap and add 2players support (for thoses using Ps3 controller/external keyboard...)
I also noticed that the gngeo binary itself segfault when it switch from windowed to fullscreen (like when you minimize then maximize)

Thanks for the compliment...
I had the remark about the key config before. I will put it on my todo list (including the 2 player config). Now all I have to do is find spare time for this :(

gleydsonpr 2011-05-31 15:15

Re: [Announce] GnGeo-gui
 
Quote:

Originally Posted by Kevstacey (Post 1018771)
ive tried:

/opt/gngeo/bin/gngeo --scandir /home/user/MyDocs/emu-roms/neogeo/kof2k4se.zip

and get:
ShortName:LongName:Filename

if i had a list of the exact files i need and where they go, it may help more.

cheers ade :)

@jamesbond@ge: its been a pain in the orofice for me too pal lol especially when i dont usually have problems following guides on here even using xterm! we'll get there in the end pal ha :D

I think you should not include the zp file on this comand
/opt/gngeo/bin/gngeo --scandir /home/user/MyDocs/emu-roms/neogeo/kof2k4se.zip
Go just until neogeo, this comand is to show the roms you have 'scandir' means scan directory I think.
Also I put my roms on MyDocs/roms folder, bios stay unzziped in this same folder, follow my Tutorial, it's the easiest thing to do. Problem is that are many different kind of roms versions etc and bios , you must find the right combinations, some games I can't get to work, other I can. BTW, I leave the games on MyDocs/roms because some of them I can use for Mame or SDLmame programs and not waste my N900's memory.
And, if you have installed Gngeo following my Tutorial and start from the X-Terminal your roms and bios must be on MyDocs/Roms otherwise you will get 'romset not supported' or similar.

gleydsonpr 2011-05-31 15:25

Re: [Announce] GnGeo-gui
 
Quote:

Originally Posted by ade (Post 1018840)
kof2k4se.zip doesn't work for me either (Unknow or unsupported romset.)

Start with zipped games like Metal Slug, Last Resort, King of Fighters of Shock Troopers. They work for me.

Strange, this rom works for me, try to get more bios or check your drives file, see if it has 'kof2k4se.rc' on romrc file.

ade 2011-05-31 23:12

Re: [Announce] GnGeo-gui
 
Quote:

Originally Posted by gleydsonpr (Post 1019478)
Strange, this rom works for me, try to get more bios or check your drives file, see if it has 'kof2k4se.rc' on romrc file.

I found another kof2k4se.zip that works (and therefore shows up in gngeo-gui). So in this case it's a matter of the correct gameroms.

pcekper 2011-06-01 04:15

Re: [Announce] GnGeo-gui
 
anyone got working mslug 3-5?,


I cannot nail the correct rom sets, tried everything already (decrypting roms with different programs, repack them, different settings in romrc).

ade 2011-06-01 08:03

Re: [Announce] GnGeo-gui
 
Quote:

Originally Posted by pcekper (Post 1019898)
anyone got working mslug 3-5?,


I cannot nail the correct rom sets, tried everything already (decrypting roms with different programs, repack them, different settings in romrc).

Just did some testing. I got mslug 4 en 5 working. Mslug 3 is still a problem in gngeo I guess.

P.s. any plans to restart your work on the N900 gngeo version :) ?

K9999 2011-06-01 16:17

Re: [Announce] GnGeo-gui
 
Then I guess I need to download another rom set of Metal Slug 4 & 5 :)

ade 2011-06-09 18:24

Re: [Announce] GnGeo-gui
 
Just pushed version 0.0.3-1 to the autobuilder.

For the people who asked for the option to configure the buttons by pressing them: next to the "old" methode you can now press the desired key. The related new ASCII value will also be shown when a keyboard-key is pressed.


All times are GMT. The time now is 09:18.

vBulletin® Version 3.8.8