Overlay PS1 is .JPG
Latest posts made by Jaimebm1229
-
RE: Problem when adding new system to recalbox 6.0
@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
-
RE: Problem when adding new system to recalbox 6.0
@paradadf said in Thanks again
-
RE: Problem when adding new system to recalbox 6.0
@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"
-
RE: Problem when adding new system to recalbox 6.0
@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.
-
RE: Problem when adding new system to recalbox 6.0
@paradadf something like this appears
Configurations generated by Recalbox
snesmsu1.emulator=libretro
snesmsu1.core=snes9x
snesmsu1.flatfolder=0
snesmsu1.sort=0 -
RE: 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> -
RE: Problem when adding new system to recalbox 6.0
@paradadf Ok I'm going to do that. What line do I have to edit in recalbox.conf?
-
RE: Problem when adding new system to recalbox 6.0
@paradadf With MSU-1 I made a clone of the SNES entry by varying fields like "snes" with "snesmsu1". it also happens to me with CPS
I take this line as a referenceORIGINAL
<system>
<fullname>FinalBurn Alpha</fullname>
<name>fba_libretro</name>
<path>/recalbox/share/roms/fba_libretro</path>
<extension>.zip .ZIP .fba .FBA .7z .7Z</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>arcade</platform>
<theme>fba_libretro</theme>
<emulators>
<emulator name="libretro">
<cores>
<core>fbalpha</core>
</cores>
</emulator>
</emulators>
</system>CPS MODIFICADA
<system>
<fullname>CPS</fullname>
<name>cps</name>
<path>/recalbox/share/roms/cps</path>
<extension>.zip .ZIP .fba .FBA .7z .7Z</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>cps</platform>
<theme>cps</theme>
<emulators>
<emulator name="libretro">
<cores>
<core>fbalpha</core>
</cores>
</emulator>
</emulators>
</system>But it gives me the same result, it appears in the menu and in the list of games too. but when you give it a game, it does not load it.