Config Xml Pour Emulateur Sous Unleashx


Messages recommandés

Posté(e)

Salut,

J'ai bien installé mon émulateur mais il n'apparait pas sous unleash. J'aimerais avoir un exemple de fichier config.xml parce que je nage un peu.

Merci de ne pas me renvoyer à un tutos incompréhensible pour un total noob chinese

Par exemple le chemin complet ou est installé l'émul et comment ça se traduit dans le fichier config, le truc de base quoi (mais en version qui marche ;) )

@+

Posté(e)

Salut,

Ajoute ces lignes dans ton config.xml et adapte le chemin où se trouve ton dossier émulateur:

<List Text="Emulateurs" Sort="On" Auto="On" DelayLoad="True">			<Path>F:\Emulateurs</Path>		</List>

@+

Nicolas

Posté(e) (modifié)

Heu non, lol :P

Ce que tu dois faire, c'est créer un dossier Emulateurs sur une de tes partitions de ta xbox.

On supposera E:\

Donc, une fois créé ce dossier Emulateur, tu mets tes émus dedans. ^^

Chaque émulateur étant présenté sous la forme d'un dossier de leur nom respectif avec à l'intérieur tous un tas de fichiers nécessaires à son fonctionnement.

Un fichier est récurrent pour chacun d'entre-eux, il s'agit de l'éxécutable "default.xbe" qui sert à éxécuter l'ému.

Donc si on prend l'exemple de l'émulteur Surreal64 par exemple, voilà où il se trouve:

E:\Emulateurs\Surreal64

Maintenant, ce qu'il faut que tu fasses pour avoir accès plus rapidement à tes émus depuis le menu de Unleash, c'est créer un raccourci vers le dossier Emulateur.

Donc tu renseignes le config.xml comme ceci:

<List Text="Emulateurs" Sort="On" Auto="On" DelayLoad="True">			<Path>E:\Emulateurs</Path>		</List>

Là, tu auras donc un menu Emulateurs directement depuis le menu de Unleash, il te suffit d'aller dedans et de choisir l'ému que tu veux lancer!

Maintenant si ton but est de n'avoir qu'un seul Emulateur accessible depuis ton menu, voilà comment il faut que tu configures ton config.xml:(Supposons que l'ému que tu veux est Surreal64).

<Item Action="E:\Emulateurs\Surreal64\default.xbe">Surreal64</Item>

Voilà

@+

Nicolas

Modifié par NiCo_L_aS
Posté(e)

Voici mon fichier xml :

<?xml version="1.0" encoding="utf-8"?>

<UnleashX>

<Settings>

<MSDashBoard>C:\Xboxdash.xbe</MSDashBoard>

<Password MaxTries="3"></Password>

<Network Enable="Yes" Type="Static">

<IP>192.168.0.4</IP>

<Subnet>255.255.255.0</Subnet>

<Gateway>192.168.0.1</Gateway>

<DNS1>0.0.0.0</DNS1>

<DNS2>0.0.0.0</DNS2>

<AutoDetect>Yes</AutoDetect>

</Network>

<FTP Enable="Yes">

<User>xbox</User>

<Password>xbox</Password>

<Port>21</Port>

<MaxUsers>3</MaxUsers>

<AllowAnon>Yes</AllowAnon>

<Greeting>Welcome to XBOX FTP Server</Greeting>

<SYST>UNIX emulation Avalaunch 0.47.5</SYST>

</FTP>

<Newsfeed Enable="Yes" Interval="30">

<URL>http://www.gx-mod.com/modules/xp_syndication/cache/news.rss</URL>

</Newsfeed>

<Preference>

<Games AutoLaunch="Yes"></Games>

<DVD AutoLaunch="Yes">e:\Apps\players\dvd region x\default.xbe</DVD>

<AudioCD AutoLaunch="Yes">C:\xboxdash.xbe</AudioCD>

<Data AutoLaunch="No"></Data>

<SoundVolume>80</SoundVolume>

<MusicVolume>100</MusicVolume>

<EnableSoundTrack Random="True">Off</EnableSoundTrack>

<UseFahrenheit>False</UseFahrenheit>

<SNTP Synchronize="No">216.244.192.3</SNTP>

<Skin Path="skins\">GreenShapes - By Kthulu</Skin>

<FanSpeed>1</FanSpeed>

<ScreenSaver Wait="1800" Type="1">

<Text>Master Gueux v3</Text>

</ScreenSaver>

<AutoTurnOff>0</AutoTurnOff>

<EnableDriveF>True</EnableDriveF>

<EnableDriveG>False</EnableDriveG>

<LEDColor>Orange</LEDColor>

<AutoVideoMode UsePAL60="Yes" MultiRegion="PAL">Yes</AutoVideoMode>

<VideoSettings Use480P="No" Use720P="No" Use1080I="No" Widescreen="No" Soften="Yes" FastRefresh="Yes" FilterLevel="3" UsePAL60="Yes"></VideoSettings>

<ContextMenu AllowItemEdit="Yes"></ContextMenu>

</Preference>

<Shortcut></Shortcut>

</Settings>

<Menu>

<sort>off</sort>

<Item Action="LaunchDVD">Executer DVD</Item>

<List Text="Games" Sort="On" Auto="On" DelayLoad="True">

<Path>E:\Games</Path>

<Path>F:\Games</Path>

<Path>G:\Games</Path>

<Path>E:\HDDLoader</Path>

<Path>F:\HDDLoader</Path>

</List>

<List Text="Applications" Sort="On" Auto="On" DelayLoad="True">

<Path>E:\Apps</Path>

<Path>F:\Apps</Path>

<Path>E:\Applications</Path>

<Path>F:\Applications</Path>

<Path>E:\Logiciels</Path>

<Path>F:\Logiciels</Path>

<Path>E:\Apps\players</Path>

<Path>F:\Apps\players</Path>

</List>

<List Text="Emulateurs" Sort="On" Auto="On" DelayLoad="True">

<Path>E:\Emulateurs</Path>

<Item Action="E:\Emulateurs\xboyadvance_v17\default.xbe">xboyadvance_v17</Item>

<Path>F:\Emulateurs</Path>

<Path>E:\Emulators</Path>

<Path>F:\Emulators</Path>

<Path>E:\Emuls</Path>

<Path>F:\Emuls</Path>

</List>

<List Text="Homebrews" Sort="On" Auto="On" DelayLoad="True">

<Path>E:\Homebrews</Path>

<Path>F:\Homebrews</Path>

</List>

<List Text="Parametres" Sort="On" Auto="On">

<Sort>Off</Sort>

<Item Action="GameManager">Manageur de Sauvegardes</Item>

<Item Action="Settings">Configuration</Item>

<Item Action="CopyDVD">Backup de DVD</Item>

<Item Action="FileManager">Explorateur de Fichiers</Item>

<Item Action="TextEditor">Editeur de Texte</Item>

<List Text="Reseaux" Sort="Off" Auto="On">

<Item Action="FTPStop">Stopper FTP</Item>

<Item Action="FTPStart">Lancer FTP</Item>

<Item Action="FTPReset">Reseter FTP</Item>

<Item Action="NETReset">Relancer Reseaux</Item>

</List>

<Item Action="Skins">Skins</Item>

<Item Action="TrayOpen">Ouvrir Tiroir</Item>

<Item Action="TrayClose">Fermer Tiroir</Item>

</List>

<Item Action="E:\apps\players\xbox media center\default.xbe">Xbox Media Center</Item>

<Item Action="C:\xboxdash.xbe">MS Dashboard</Item>

<Item Action="Restart">Redemarrer</Item>

<Item Action="Shutdown">Eteindre</Item>

</Menu>

</UnleashX>

Et ça ne marche pas! Sous l'onglet emulateur (installé sous e:) il n'y a rien. Qu'est-ce qui est faux dans mon fichier?

Pour moi c'est du russe ggne

Posté(e)

Voici mon fichier xml :

<?xml version="1.0" encoding="utf-8"?>

<UnleashX>

<Settings>

<MSDashBoard>C:\Xboxdash.xbe</MSDashBoard>

<Password MaxTries="3"></Password>

<Network Enable="Yes" Type="Static">

<IP>192.168.0.4</IP>

<Subnet>255.255.255.0</Subnet>

<Gateway>192.168.0.1</Gateway>

<DNS1>0.0.0.0</DNS1>

<DNS2>0.0.0.0</DNS2>

<AutoDetect>Yes</AutoDetect>

</Network>

<FTP Enable="Yes">

<User>xbox</User>

<Password>xbox</Password>

<Port>21</Port>

<MaxUsers>3</MaxUsers>

<AllowAnon>Yes</AllowAnon>

<Greeting>Welcome to XBOX FTP Server</Greeting>

<SYST>UNIX emulation Avalaunch 0.47.5</SYST>

</FTP>

<Newsfeed Enable="Yes" Interval="30">

<URL>http://www.gx-mod.com/modules/xp_syndication/cache/news.rss</URL>

</Newsfeed>

<Preference>

<Games AutoLaunch="Yes"></Games>

<DVD AutoLaunch="Yes">e:\Apps\players\dvd region x\default.xbe</DVD>

<AudioCD AutoLaunch="Yes">C:\xboxdash.xbe</AudioCD>

<Data AutoLaunch="No"></Data>

<SoundVolume>80</SoundVolume>

<MusicVolume>100</MusicVolume>

<EnableSoundTrack Random="True">Off</EnableSoundTrack>

<UseFahrenheit>False</UseFahrenheit>

<SNTP Synchronize="No">216.244.192.3</SNTP>

<Skin Path="skins\">GreenShapes - By Kthulu</Skin>

<FanSpeed>1</FanSpeed>

<ScreenSaver Wait="1800" Type="1">

<Text>Master Gueux v3</Text>

</ScreenSaver>

<AutoTurnOff>0</AutoTurnOff>

<EnableDriveF>True</EnableDriveF>

<EnableDriveG>False</EnableDriveG>

<LEDColor>Orange</LEDColor>

<AutoVideoMode UsePAL60="Yes" MultiRegion="PAL">Yes</AutoVideoMode>

<VideoSettings Use480P="No" Use720P="No" Use1080I="No" Widescreen="No" Soften="Yes" FastRefresh="Yes" FilterLevel="3" UsePAL60="Yes"></VideoSettings>

<ContextMenu AllowItemEdit="Yes"></ContextMenu>

</Preference>

<Shortcut></Shortcut>

</Settings>

<Menu>

<sort>off</sort>

<Item Action="LaunchDVD">Executer DVD</Item>

<List Text="Games" Sort="On" Auto="On" DelayLoad="True">

<Path>E:\Games</Path>

<Path>F:\Games</Path>

<Path>G:\Games</Path>

<Path>E:\HDDLoader</Path>

<Path>F:\HDDLoader</Path>

</List>

<List Text="Applications" Sort="On" Auto="On" DelayLoad="True">

<Path>E:\Apps</Path>

<Path>F:\Apps</Path>

<Path>E:\Applications</Path>

<Path>F:\Applications</Path>

<Path>E:\Logiciels</Path>

<Path>F:\Logiciels</Path>

<Path>E:\Apps\players</Path>

<Path>F:\Apps\players</Path>

</List>

<List Text="Emulateurs" Sort="On" Auto="On" DelayLoad="True">

<Path>E:\Emulateurs</Path>

<Path>F:\Emulateurs</Path>

<Path>E:\Emulators</Path>

<Path>F:\Emulators</Path>

<Path>E:\Emuls</Path>

<Path>F:\Emuls</Path>

</List>

<List Text="Homebrews" Sort="On" Auto="On" DelayLoad="True">

<Path>E:\Homebrews</Path>

<Path>F:\Homebrews</Path>

</List>

<List Text="Parametres" Sort="On" Auto="On">

<Sort>Off</Sort>

<Item Action="GameManager">Manageur de Sauvegardes</Item>

<Item Action="Settings">Configuration</Item>

<Item Action="CopyDVD">Backup de DVD</Item>

<Item Action="FileManager">Explorateur de Fichiers</Item>

<Item Action="TextEditor">Editeur de Texte</Item>

<List Text="Reseaux" Sort="Off" Auto="On">

<Item Action="FTPStop">Stopper FTP</Item>

<Item Action="FTPStart">Lancer FTP</Item>

<Item Action="FTPReset">Reseter FTP</Item>

<Item Action="NETReset">Relancer Reseaux</Item>

</List>

<Item Action="Skins">Skins</Item>

<Item Action="TrayOpen">Ouvrir Tiroir</Item>

<Item Action="TrayClose">Fermer Tiroir</Item>

</List>

<Item Action="E:\Emulateurs\xboyadvance_v17\default.xbe">xboyadvance_v17</Item>

<Item Action="E:\apps\players\xbox media center\default.xbe">Xbox Media Center</Item>

<Item Action="C:\xboxdash.xbe">MS Dashboard</Item>

<Item Action="Restart">Redemarrer</Item>

<Item Action="Shutdown">Eteindre</Item>

</Menu>

</UnleashX>

Et ça ne marche pas! Sous l'onglet emulateur (installé sous e:) il n'y a rien. Qu'est-ce qui est faux dans mon fichier?

Pour moi c'est du russe ggne

C'est normal, tu ne l'as mis au bon endroit.

Tiens prends celui-là:

config.zip

Créer un compte ou se connecter pour commenter

Vous devez être membre afin de pouvoir déposer un commentaire

Créer un compte

Créez un compte sur notre communauté. C’est facile !

Créer un nouveau compte

Se connecter

Vous avez déjà un compte ? Connectez-vous ici.

Connectez-vous maintenant