Sorry, haven't had time to put together a complete tutorial just yet, but here's a quick guide, it contains all you'll need for now anyway (hope I didn't make it too complicated)....
For example, let's say you've downloaded 'AstroChaos' and 'AntiPong', you now want to put them on one CD. Make a directory on your HD and call it whatever, extract the 'AstroChaos' archive to that directory and you should have:
Fenix (directory).
1st_read.bin
ip.bin
Note: If it's a CDI image in the archive, you'll have to rip out the files, or check again at the site for the plain files.
If you look within the Fenix directory you'll see 'Fenix.xml' (this is the file you'll need to edit to launch additional games), you'll also see the 'Chaos' directory in there - that's the 'AstroChaos' game (all the game files within it's own directory).
To add 'AntiPong' to your collection, open up the zipped archive and extract the 'Antipong' directory out of the 'Fenix' directory and into the 'Fenix' directory on your HD. Take a look at the 'Fenix.xml' within the archive also if you wish to 'copy and paste' the info for below....
Open the 'Fenix.xml' file on your HD with your prefered editor and you'll see:
Code:
<?xml version="1.0"?>
<?fenix version="0.84"?>
<games name="AstroChaos">
<game name="AstroChaos" exec="chaos/chaos.dcb" author="Devilish"/>
</games>
You'll need to edit the the file to something like this:
Code:
<?xml version="1.0"?>
<?fenix version="0.84"?>
<games name="AstroChaos">
<game name="AstroChaos" exec="chaos/chaos.dcb" author="Devilish"/>
<game name="Anti Pong" exec="antipong/antipong.dcb" author="Chemaris"/>
</games>
At this stage you can repeat the process above with as many Fenix games as you'd like to include in your collection CD.
You can now burn your CD with your chosen games on there with whatever selfboot method you like. When the CD boots (you'll be given an option for 60hz first), you can then use Left/Right at the menu to browse and START to launch your selection.
To put a description on the menu screen (it'll show 'no description' by default) use something like this on your 'Fenix.xml' file:
Code:
<game name="AstroChaos" exec="chaos/chaos.dcb" author="Devilish" description="A Cool Game"/>
To have your own screenshot on the menu screen (it'll show a Sega swirl by default), put a PNG of your choice in the 'Fenix' directory (not sure of the dimension limits - I've used 320x240 though) and use something like this on your 'Fenix.xml' file:
Code:
<game name="AstroChaos" exec="chaos/chaos.dcb" image="myscreenshot.png" author="Devilish" description="A Cool Game"/>
Obviously 'myscreenshot.png' corresponds to the name of the PNG file within the 'Fenix' directory.
As soon as time permits, I'll try and get a more complete tutorial together for this.
Bookmarks