Solved Ajouter un système "custom"
- 
					
					
					
					
Bonsoir à tous,
Voila j'aimerais ajouter un système custom à ma recalbox
Le systeme CPS (pour commencer)
J'ai donc créer un dossier cps pour mettre mes roms /recalbox/share/roms/cps
J'ai été modifié le fichier es_systems.cfg (copie de mame et modification)
/recalbox/share_init/system/.emulationstation<system>
<fullname>CPS</fullname>
<name>cps</name>
<path>/recalbox/share/roms/cps</path>
<extension>.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>cps</platform>
<theme>cps</theme>
<emulators>
<emulator name="libretro">
<cores>
<core>mame2010</core>
<core>mame2003</core>
<core>mame2000</core>
<core>mame2003_plus</core>
</cores>
</emulator>
</emulators>
</system>J'ai également fais une copie du thème mame, renommer cps
Je vois bien mon système et ma roms (avsp.zip pour le test) je lance et paf, retour au menu.
Auriez vous des suggestions pour m'aider.
Merci par avance. - 
					
					
					
					
Bonjour
La méthode a ete modifié sur recalbox 6.p
Utilise la fonction recherche du forum
Bkg2k a expliqué 2 fois la méthode. - 
					
					
					
					
Merci, je viens de faire une recherche et fais les modifications comme expliqué ci après
@bkg2k said in [PROBLEM] Custom es_system.cfg:
Hello all
We have intentionally modified the way
es_systemsis managed, and there is no plan to get back. However having your old modifications no longer working is only a side effect.Modifying the original
es_systemsrequires to unprotect (even temporarily) the OS partition and is strongly discouraged.The original
es_systems.cfgis located at/recalbox/share_init/system/.emulationstation/and must remain unchanged.You can add new systems or modify order by adding a new
es_system.cfgin/recalbox/share/system/.emulationstation/to:- Add new systems in the same way they are declared in the original 
es_system.cfg - Modifying the order. Systems already declared in 
es_system.cfgshould not be fully redeclared here. Only name and platform keys are required. You cannot override commands from original systems, any redeclaration is ignored. 
From now on, an ES system is identified by an unique key composed of name+platform.
If more than one system use the same key, only one system will be shown in ES.A complete and more detailed documentation is currently being written and will be posted soon.
In the meanwhile... just try and test!Malheureusement le problème persiste, je ne pense pas être le seul à avoir ce problème.
Si ???@acris said in Ajouter un système "custom":
Bonjour
La méthode a ete modifié sur recalbox 6.p
Utilise la fonction recherche du forum
Bkg2k a expliqué 2 fois la méthode.Je n'ai pas trouver la 2ème fois désolé, peux tu me l'indiquer ?
Elle réponds peut être à mon problèmeEncore merci pour votre réactivité
 - Add new systems in the same way they are declared in the original 
 - 
					
					
					
					
@bamf02 Le nom doit être celui d'un systeme existant obligatoirement.
cpsn'existe pas pour Recalbox.mamedevrait nettement mieux fonctionner. - 
					
					
					
					
Effectivement cela fonctionne nettement mieux

Un grand merci à toi @Bkg2k pour ton aide.