Solved Problem when adding new system to recalbox 6.0
-
@paradadf The same symptom appears in the menu but does not load the games.
they only work by modifying the systems already added.
but keeping this line specific to any system.<name> *** </ name>
Example.
<system>
<fullname>SNES MSU-1</fullname>
<name><name>satellaview</name>
<path>/recalbox/share/roms/snesmsu1</path>
<extension>.bs .BS .smc .SMC .sfc .SFC .zip .ZIP</extension>
<command>python /usr/lib/python2.7/site-packages/configgen/emulatorlauncher.pyc %CONTROLLERSCONFIG% -system %SYSTEM% -rom %ROM% -emulator %EMULATOR% -core %CORE% -ratio %RATIO% %NETPLAY%</command>
<platform>snesmsu1</platform>
<theme>snesmsu1</theme>
<emulators>
<emulator name="libretro">
<cores>
<core>snes9x</core>
</cores>
</emulator>
</emulators>
</system> -
@jaimebm1229 you must change the name too (snesmsu1). That line looks weird though... it starts with something double; you must have copied it wrongly.
Which extension do msu1 games have? What’s the launcher? You‘ll need to change that too.
What happen when you edit metadata on the gane you want to start and you try to force the emulator and core to libretro and snes9x respectively?
If the previous steps don‘t work, try adding the following lines to recalbox.conf:
snesmsu1.emulator=libretro snesmsu1.core=snes9x
Double-check those lines are only present once in recalbox.conf.
-
@paradadf something like this appears
Configurations generated by Recalbox
snesmsu1.emulator=libretro
snesmsu1.core=snes9x
snesmsu1.flatfolder=0
snesmsu1.sort=0 -
@jaimebm1229 that looks good.
-
@paradadf But still, the games do not load me. I mean if I move the roms from snesmsu1 to snes if they work. or from cps1 to fba_libreto also work.
-
-
@jaimebm1229 did you correct the name? And for the third time... which file extension do the msu1 games use?
-
@paradadf thank you very much for the time spent I could solve it, just reinstall recalbox again and start with the process from scratch. now if I load the games in the separate system "SNES MSU-1"
-
@jaimebm1229 glad it worked. Have fun playing!
-
@jaimebm1229 Can you demonstrate how you did to add the system? thx
-
@paradadf said in Thanks again
-
@ricardo-d**ky
I did a clean install of recalbox
Use the putty program to stop recalboxIP: ***
Login: root
Password: recalboxrootStop or start Emulationstation
/etc/init.d/S31emulationstation stop
then enter
mount -o remount, rw /then run WinSCP
IP: ***
Login: root
Password: recalboxrootget on the route
/recalbox/share_init/system/.emulationstation
and extract to the PC es_systems.cfg
create the systems you want to add
and copy it on this route
/recalbox/share/system/.emulationstationlast since putty starts recalbox
Start start Emulationstation
/etc/init.d/S31emulationstation startPossibly this badly written since I use the translator
-
@jaimebm1229 thx man...