Précédent   Planet Emulation Forums > Emulation > ROMs

ROMs Forum dédié à la recherche et aux problèmes avec les ROMs. Attention toutes les demandes de ROMs commerciales Nintendo 3DS, PV Vita ou Nintendo Switch, d'ISOs PS3, XBOX 360, Wii U, ou toute autre machine récente sont interdites!

Réponse
 
Outils de la discussion Modes d'affichage
Vieux 10/06/2003, 18h09   #1
Koolman
Invité
 
Messages: n/a
salut....g l'iso dbz sur pc-engine mais il marche pas avec magic engine....la faute au fichier .cue qui n'est pas la et qui est remplacer par un fichier hcd....ma question est : avec quel emu ca marche ?
je sais, vous allez me dire d'aller sur le forum de necstasy (c la où l'iso a été dl) mais le problème est que je peut pas m'inscrire pour pouvoir poster :- merci de vos réponses (enfin j'espère )
  Réponse avec citation
Vieux 10/06/2003, 19h42   #2
Firebrand
Membre de la Team
 
Avatar de Firebrand
 
Date d'inscription: 12/2001
Localisation: Serenity, en Istaria
Messages: 12 731
Firebrand est précieuxFirebrand est précieuxFirebrand est précieuxFirebrand est précieux
Envoyer un message via ICQ à Firebrand Envoyer un message via AIM à Firebrand Envoyer un message via MSN à Firebrand Envoyer un message via Yahoo à Firebrand
C'est avec un HCD Trash, pas un ISO + MP3. Koolman, il me semble t'avoir déjà qu'il me semble que c'est le format de HuGo!...
D'ailleurs, à part Magic Engine, HuGo! et Yame, il n'y a pas grand chose de valable en PC-Engine...
__________________
http://mypsn.eu.playstation.com/psn/profile/FirebrandCrest.png
Firebrand est déconnecté   Réponse avec citation
Vieux 10/06/2003, 19h57   #3
sandro
Nouveau Membre
 
Date d'inscription: 10/2001
Localisation: Belgique
Messages: 93
sandro sait se tenir
Envoyer un message via ICQ à sandro Envoyer un message via MSN à sandro
Sinon, je sais qu'on peut trouver un ISO de dbz pc engine sur emule qui tourne tres bien,
avec un format iso+mp3+cue (il y a avec un petit .bat pour convertir les mp3 en wav automatiquement) c'est quand meme relativement pratique et sipmle à utiliser
sandro est déconnecté   Réponse avec citation
Vieux 10/06/2003, 22h44   #4
Firebrand
Membre de la Team
 
Avatar de Firebrand
 
Date d'inscription: 12/2001
Localisation: Serenity, en Istaria
Messages: 12 731
Firebrand est précieuxFirebrand est précieuxFirebrand est précieuxFirebrand est précieux
Envoyer un message via ICQ à Firebrand Envoyer un message via AIM à Firebrand Envoyer un message via MSN à Firebrand Envoyer un message via Yahoo à Firebrand
Oui, Hu-Go! fait tourner des ISOs; voici la liste (site officiel), en bas de page: http://www.zeograd.com/parse.php?src=hugof

Pour les hcd, je ne sais toujours pas...

Edit:

Bingo! Tiré du Read Me:

You can also use hugo without the gui, just type
hugo [ROM] [BACKUPMEM] [OPTION] where ROM is the name of the
ROM or ISO or ISQ or HCD. Check out the HCD section later for details.

--[ HCD ]--------------------------------------------------------------------

Then what is this new format.
HCD means : Hu-Go! Cd Definition. Such a file allow you to use multi-code
CDs and emulate audio tracks with MP3
It's only a beginning and there are still troubles with ISQ to emulate
Code tracks but it should work fine later.
HCD are divided in sections :
[main]
for main info :
first_track=XX
last_track=XX

that indicates the first and last track (easy)

ISO_path=XXX
MP3_path=XXX

which are the default path for ISO and MP3 files, convenient when moving
of directory e.g.
If you don't specify anything there, the default path is the .HCD one

minimum_bios=X

where X is 0 or 1. Use to enable this mode (see in command line option)
when launching a particular HCD. (Now, this mode is 'no bios' but for
obvious compatibility reason, I've not changed the name...)

Then for each track you can find a section :
[trackXX]
where you'll find :

filename=...

i.e. the filename of the file to use to emulate this track (.ISO or .ISQ
for code or .MP3 for audio)
then :

type=CODE

that specify if the track is a code one (audio is default)
et finally

begin=lsn,XXX

to specify the beginning of the track in LSN format (# of sector since the
beginning of the first one) or LBA (# of sector since the beginning of the
CD) or MSF (theoricaly, only LSN really tested) (as for MSF, just do :
begin=msf,mm:ss:ff
add zeros if compulsory)
even if just a beginning, it allows playing multi-code tracks
and MP3 in games. (even if .MP3 control isn't yet perfect)
You'll find an example in the archive.

There's now another mode available. It's the cd one.
Write
type=CD
and you'll have the ability to fake a track from the .hcd file with a
track coming from a real cd.
In this mode, you have 2 mode fields:
drive=0
which specify the drive in which is the track you want to use, using the
format in which the cd driver is used to. i.e. 0, 1 and such.. for aspi
driver and letter D, E, and such for the mscdex driver.

Then you can specify the number of the track to use on the cd driver with
track=5
If you don't specify this field, the default value for the track field will
be the track number of the track to fake.


You can also use patching functions

patch_number=XX

where XX is the number of patch you want to apply

then

patchX=0X????????,0X??

where X goes from 0 to patch_number-1 and two hexa numbers represent
the offset and new val of the patch in the ISO file.

On the same model, you can also find a way of adding subtitle when audio
tracks are played (even if you don't own the MP3 for it). You can choose
the number of subtitles with :

subtitle_number=XX

where XX is the number of subtitle you want to have for the track.

You can also choose to synchronize the subtitles with the game or the
music with

synchro_mode=XX

if XX = 0, synchronisation is done with the game as in the first release
supporting it, else it's synchronised with music and you can replace
the words 'number of frame' by '60th of sec' in the following explanation,
concerning the meaning of the begin field.

Then, for each subtitle, you must choose the time where it should begin,
its duration and the message to display.
The syntax is as follow :

subtitleXX=<begin>,<duration>,<message>

where XX is the number of the subtitle (XX is between 0 and subtitle_number-1)
<begin> is the number of frame elapsed since the beginning of the track.
There's normally 60 frame per sec but using the number of frame instead
of time make subtitles synchronized with the real game and not the music.
Since it's harder to guess how many frame have been displayed, I've added
a display of such a number with the tilde key. The value that you'll see
when pressing the key is the exact value you'll have to put in the <begin>
field (ajusting them a bit if needed...)
The <duration> field is in 60th of second, i.e. putting 60 there will
display the message for 1 sec and finally, the last field is the message
that will be displayed. It shouldn't contain any comma.
One last thing : you must sort the subtitle according to the order of
appearition.
Don't hesitate looking at the example or sending a mail if needed.
__________________
http://mypsn.eu.playstation.com/psn/profile/FirebrandCrest.png
Firebrand est déconnecté   Réponse avec citation
Vieux 11/06/2003, 14h03   #5
Koolman
Invité
 
Messages: n/a
merci à tous..je vais essayer de ce pas
  Réponse avec citation
Réponse


Utilisateurs regardant la discussion actuelle : 1 (0 membre(s) et 1 invité(s))
 
Outils de la discussion
Modes d'affichage

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non

Navigation rapide


Fuseau horaire GMT +2. Il est actuellement 12h41.


vBulletin® v.3.8.7, Copyright ©2000-2024, Jelsoft Enterprises Ltd.