Forum Replies Created
-
AuthorPosts
-
peanutParticipant
If you wanna run metal slug you should just go for gngeo! Best performance and sound. Only metalslug 4 doesnt work on gngeo. Works on pifba but no sound.
peanutParticipantMake a prototype with Lego’s and from there make the case to your own liking!
peanutParticipantThnx I’ve got gngeo to work with the controller aswell: it ends up being really small screen but I added
effect scale2x which makes the screen twice as big and almost fullscreen
(wish there was a way to get proper fullscreen because fullscreen true doesnt seem to cut it)The joystick settings configuration I ran into something
I’ve posted this aswell in a different topic but I think it belongs here aswell:
# cp /home/pi/RetroPie-Setup/supplementary/settings.xml /home/pi/supplementary/supplementary/ES-config/
I’m not sure what is meant by that… where is the file located that needs to be edited?
I did some research: There seems to be a typo in two files
(im not sure if that is the thing gizmo98 pointed out)
First is located at:
/home/pi/RetroPie/supplementary/ES-config/settings.xml<changeConfigPath from="retroarch.cfg" to="/home/pi/RetroPie/configs/all/retroarch.cfg" /> <changeConfigPath from="dgen.cfg" to="/home/pi/RetroPie/configs/dgen/dgenrc" /> <changeConfigPath from="gngeo.rc" to="/homepi/.gngeo/gngeorc" />
as you can see there is a
/
missing between home and piThe same typo is is found in
/home/pi/RetroPie-Setup/supplementary/settings.xml<changeConfigPath from="retroarch.cfg" to="/home/pi/RetroPie/configs/all/retroarch.cfg" /> <changeConfigPath from="dgen.cfg" to="/home/pi/RetroPie/configs/dgen/dgenrc" /> <changeConfigPath from="gngeo.rc" to="/homepi/.gngeo/gngeorc" />
if both are changed you can fill in the Gngeo configuration
it overrides the file located in /home/pi/.gngeoBe carefull above configuration overrides the whole file leaving you with just the joysticksettings ;o
but the joystick settings are based on gngeo 0.7 version as the config settings joystick wise differ from the 0.85 version
(btw the es_systems seems to refer to neogeo
-
bios eventhough I made a folder neogeobios it works and not sure if I should change the emulationstation es_system.cfgpeanutParticipant# cp /home/pi/RetroPie-Setup/supplementary/settings.xml /home/pi/supplementary/supplementary/ES-config/
I’m not sure what is meant by that… where is the file located that needs to be edited?
I did some research: There seems to be a typo in two files
(im not sure if that is the thing gizmo98 pointed out)
First is located at:
/home/pi/RetroPie/supplementary/ES-config/settings.xml<changeConfigPath from="retroarch.cfg" to="/home/pi/RetroPie/configs/all/retroarch.cfg" /> <changeConfigPath from="dgen.cfg" to="/home/pi/RetroPie/configs/dgen/dgenrc" /> <changeConfigPath from="gngeo.rc" to="/homepi/.gngeo/gngeorc" />
as you can see there is a
/
missing between home and piThe same typo is is found in
/home/pi/RetroPie-Setup/supplementary/settings.xml<changeConfigPath from="retroarch.cfg" to="/home/pi/RetroPie/configs/all/retroarch.cfg" /> <changeConfigPath from="dgen.cfg" to="/home/pi/RetroPie/configs/dgen/dgenrc" /> <changeConfigPath from="gngeo.rc" to="/homepi/.gngeo/gngeorc" />
if both are changed you can fill in the Gngeo configuration
it overrides the file located in /home/pi/.gngeoBe carefull above configuration overrides the whole file leaving you with just the joysticksettings ;o
but the joystick settings are based on gngeo 0.7 version as the config settings joystick wise differ from the 0.85 version
peanutParticipantemulation station launches roms with gngeo-pi0.85 (I checked emulationstation systems.cfg)
roms are located in: /home/pi/RetroPie/roms/neogeoThe neogeorc seems not to be connected to the above event. The weird part is when I try and eddit the rompath which seems different it makes lauching from emulation station not work at all anymore :|
what can I do next? My brain is frying :'(
any suggestions plz I feel like im running out of options (maybe an idea if someome can post their neogeorc file based on latest retroarch img i’d be happy)peanutParticipantLaunching a game from emulation station works really smooth… the game loads and seems to work perfectly… only the escape button works and arrowkeys and enter to exit the emulator
I tried editing the /home/pi/.gngeo/gngeorc file
I figured removing the hashtags for the keyboard settings just to see if the keyboard controls workAfter editing even a tinybit of the neogeorc file the emulator stops working
what causes it to mess up?# GNGEO Sample resource file libglpath /usr/lib/libGL.so # Where your rom (and bios) are? rompath /home/pi/RetroPie/RetroPie/emulators/gngeo-0.7/installdir/share/gngeo/romrc.d # and the driver file (copy it from the gngeo archive) ? romrc /usr/games/lib/xmame/romrc # Play in fullscreen? fullscreen true # Which blitter? 'gngeo --blitter help' for a list # soft # opengl # yuv blitter soft # Which effect? 'gngeo --effect help' for a list # none # scanline # scanline50 # scale2x # scale2x50 # scale2x75 # doublex # sai # supersai # eagle effect scale2x # Enable the raster interrupt? raster false # scale the output image scale 1 # Have interpolation? interpolation false # Have sound? sound true # Shown FPS showfps false # autoframeskip control autoframeskip true sleepidle false # enable joystick support ? joystick true # enable the 68k inline debuger? (disable the sound) debug false # Use hardware surface for the screen? hwsurface false # Convert all tile at loading time (insted on the fly) convtile true # Use PAL timing? (buggy) pal false # invert joystick order ? invertjoy false # Sample rate samplerate 22050 # country? # japan, usa, europe country europe # system type? arcade or home system arcade # NRX-style hotkey configuration # Up to 4 hotkeys per player can be defined ( # Only fire buttons (A-D) can be combined # A = 1, B = 2, C = 4, D = 8 # Samples: # Map CD to P1 hotkey 0 p1hotkey0 4,8 # Map BC to P1 hotkey 1 p1hotkey1 2,4 #Map ABC to P1 hotkey 2 p1hotkey2 1,2,4 #p1hotkey3 #p2hotkey0 #p2hotkey1 #p2hotkey2 #p2hotkey3 # Joystick configuration # Joystick mapping # 0 <-> /dev/js0, 1 <-> /dev/js1, etc.. p1joydev 0 p2joydev 1 # Buttons/Axes configuration # order : A,B,C,D,START,COIN,AXE_X,AXE_Y,AXE_X_DIR,AXE_Y_DIR # AXE_X_DIR and AXE_Y_DIR is use to invert an axe # ex: some joystick have the Y axe inverted (up <-> down). For them, # use -1 for AXE_Y_DIR will solve the problem. # hotkeys are optional (ie need not be mapped to buttons) # use -1 to "unmap" a hotkey. # Samples: # hotkey0 = button 3, hotkey1 = button 0, # p1joy 4,1,5,2,9,8,0,1,1,1,3,0 # No hotkeys # p1joy 4,1,5,2,9,8,0,1,1,1 p1joy 2,3,0,1,5,4,0,1,1,1 p2joy 1,0,3,2,7,6,0,1,1,1 # Key configuration # order : A,B,C,D,START,COIN,UP,DOWN,LEFT,RIGHT # please see SDL_keysym.h for key definition # or push F4 during game : the keysym code of # keys will be printed (also work for joysticks) # same thing as joypads for hotkeys # Azerty configuration: # p1: w,x,q,s,&,",up,down,left,right # p2: l,m,o,p,é,',NUM 8,NUM 5,NUM 4,NUM 6 #p1key 119,120,113,115,38,34,273,274,276,275 #p2key 108,109,111,112,233,39,264,261,260,262 # Qwerty configuration: # p1: z,x,a,s,1,3,up,down,left,right # p2: l,;,o,p,2,4,NUM 8,NUM 5,NUM 4,NUM 6 p1key 122,120,97,115,49,51,273,274,276,275 p2key 108,59,111,112,50,52,264,261,260,262
peanutParticipantif I press left -32767 appears after 4
if I press right 32767 appears after 4if I press up -32767 appears after 5
if I press rdown 32767 appears after 5
6axes I sorta understand its basiclly up and down for the dpad and two thumbsticksbut how do I translate it to controls for the gngeo?
peanutParticipant[img]http://i.imgur.com/VqmReGr.jpg[/img]
http://i.imgur.com/VqmReGr.jpgI’m confused… is it just me or are the keys messed up or missing?
peanutParticipantI’ve been pulling my hair out its driving me mad :P finally got gngeo to work and now I cant get my joypad to work. Ive been running into other people having the problem and not any solutions to it either.
Am I one of the few that has this problem with configurating GNGEO and DGEN?
or do other people here suffer from it aswellso far keyboard wise only escape works and the configure option F4 I hear people use doesnt work for me. Nothing happens :(
peanutParticipantAnyone have an idea? or an easy way to avoid the problem and get the usb controller to work?
peanutParticipantDESCNAME=FinalBurn Alpha (this one laggs a lot but has sound on all games)
NAME=fba
PATH=/home/pi/RetroPie/roms/fba
EXTENSION=.zip .ZIP
COMMAND=/home/pi/RetroPie/supplementary/runcommand/runcommand.sh 1 “/home/pi/RetroPie/emulators/RetroArch/installdir/bin/retroarch -L /home/pi/RetroPie/emulatorcores/fba-libretro/fb_alpha_libretro.so –config /home/pi/RetroPie/configs/all/retroarch.cfg –appendconfig /home/pi/RetroPie/configs/fba/retroarch.cfg %ROM%”
# alternatively: COMMAND=/home/pi/RetroPie/supplementary/runcommand/runcommand.sh 1 “/home/pi/RetroPie/emulators/pifba/fba2x %ROM%”
PLATFORMID=23DESCNAME=NeoGeo (this one works smooth but missing sound on Metal Slug 4 and 5)
NAME=neogeo
PATH=/home/pi/RetroPie/roms/neogeo
EXTENSION=.zip .ZIP
COMMAND=/home/pi/RetroPie/supplementary/runcommand/runcommand.sh 1 “/home/pi/RetroPie/emulators/pifba/fba2x %ROM%”
# alternatively: COMMAND=/home/pi/RetroPie/supplementary/runcommand/runcommand.sh 1 “/home/pi/RetroPie/emulators/pifba/fba2x %ROM%”
PLATFORMID=24peanutParticipantinput_player1_joypad_index = 0
input_player1_b_btn = 1
input_player1_a_btn = 2
input_player1_y_btn = 0
input_player1_x_btn = 3
input_player1_l_btn = 4
input_player1_r_btn = 5
input_player1_start_btn = 9
input_player1_select_btn = 8
input_player1_up_btn = “h0up”
input_player1_down_btn = “h0down”
input_player1_left_btn = “h0left”
input_player1_right_btn = “h0right”input_enable_hotkey_btn = 9
input_exit_emulator_btn = 8input_enable_hotkey_btn = 9
input_save_state_btn = 4input_enable_hotkey_btn = 9
input_load_state_btn = 5input_player1_left_axis = -0
input_player1_right_axis = +0
input_player1_up_axis = -1
input_player1_down_axis = +1audio_out_rate = 44100
video_threaded = true# audio_enable = true
# audio_driver = sdl
# audio_sync = true
# rewind_enable = falseIve tried with the above settings and with the settings that are currently blocked off but the game just lags a lot. I’ve tried the max overclock aswell and still no effect… am i missing something?
peanutParticipantThe gngeo? That doesnt work at all (In my case) or the fba version that laggs in video and sound? What tweaks are necessary other then overclocking to make retroarch fba version work smoother/better?
peanutParticipantare the m1_decrypted.bin files somewhere so you can add them to the rom? if so where? ive tried one van emuparadise but I still get a “m1-rom error” for both ms 4 and 5
peanutParticipantI have the exact same problem… is there a solution other then using PiFBA because the metal slug games seem to lagg in video and sound even with the retroarch.cfg sound and videothreaded commands in FBA
peanutParticipantHi im trying to get the gngeo0.85 to work but the rom loads but the screen is distorted and I have no sound.
When I try and exit the game the raspberry pi freezes. Ive tried putting the file in the ‘share’ folder which located here I guess:
/home/pi/.local/share
but there is no neogeo folder. If I put the folder there what should it be named and does it need any underlying folders?
furthermore I’ve tried finding the gngeo_data zip but no luck googling it.. first link in google I renamed an gngeo-0.8.1-cmv….rpm file into a gngeo_data.zip :(
peanutParticipantI’ve inserted/replaced above shader but now nothing happens (No shaders anymore)
(also video_smooth = false)
btw any way of getting these shaders to work for mame4all aswell?
peanutParticipantTopic title is supposed to be Xin Mo Arcade adapter usb
-
AuthorPosts