PDA

View Full Version : is a fenix Multiloader/ GP32 emu possible on DC?



obelisk
December 26th, 2004, 23:11
I know that this a bit of a noise, but i decided to say this, so i can get it off my chest. *During the short like month or 2, that we've had Fenix for Dreamcast, so we can enjoy more games, i've noticed no "fenix loader", for dc. *Is it possible to emulate the GP32 on the Dreamcast, if so, is anyone already working on an emulator, or an environment that will alow multiple fenix/ div games on a disc and easy menu system. *i don't know how compatible Fenix and sbinducer are, but i know i've tried getting some of the little guys to work w/ dmomenu, dchakker, and sbinducer, no luck so far. I do not want to seem like a pushy and impatient person, * just wondering.

DCDayDreamer
December 27th, 2004, 07:23
The Dreamcast has a Fenix loader, it's the runtime that loads the single releases that are on this site, the 1st_read.bin is the loader/runtime. To load different games on one CD you'll need to edit the 'Fenix.xml' file appropriately for multiple 'DCB' files, you can also load multiple DC binary files too.

We'll see if we can put together a nice tutorial over at DCHelp, it'll be available or linked to from over here too.

wraggster
December 27th, 2004, 07:49
if im well enough before new year i may try to make an ultimate Fenix DC compilation

obelisk
December 27th, 2004, 13:10
cool. get better w. i'll be waiting for it. thx

obelisk
January 6th, 2005, 14:21
I don't mean to pry, but how's that tutorial coming along? or at least a "here's how to edit that thing for more stuff". just curious, thank you.

DCDayDreamer
January 6th, 2005, 16:10
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:


<?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:


<?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:


<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:


<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.

obelisk
January 6th, 2005, 18:32
thanx, mon. i'll fiddle w/ this as soon as i have some time, andi'm in the right frame of mind. :)