Aller au contenu

[Emu] PS2 & Namco System 147 / 148 / 246 / 256 Emulation on Play!


Shin Endymion

Messages recommandés

16 minutes ago, EvilRob said:

not work, for go in full screen i need to double click on left mouse.

 

ahk script works fine for me.

 

\play2X6\Play.exe --qwindowgeometry 1680x1050+0+0 --arcade fightjam
Sleep, 3000
SetKeyDelay, -1, 110
Send, {Click 2}
return

Lien vers le commentaire
Partager sur d’autres sites

.net is full of tutorials how to convert mame's chds, however in short I make my cdvd in this way :

 

1 - chdman extracthd -i xyz.chd -o xyz.iso (original mame chds are *ALL* created as HD dumps)

2 - chdman createcd -i xyz.iso -o xyz.chd (this reconversion makes them usable as cdvd-rom)

Modifié par hippopippo
Lien vers le commentaire
Partager sur d’autres sites

1 hour ago, RetrnArcGamer35 said:

 

From the games you’ve tested

anything fully playable so far?

with no lag/graphics issue etc

thanks

Modifié par A FRIEND
Lien vers le commentaire
Partager sur d’autres sites

1 hour ago, A FRIEND said:

From the games you’ve tested

anything fully playable so far?

with no lag/graphics issue etc

thanks

I'd say the best game playable so far is Capcom Fighting Jam. It has a few graphic issues, but game running full 60 FPS with Vulcan and 1080p. Not all buttons work properly.

Lien vers le commentaire
Partager sur d’autres sites

1 hour ago, hippopippo said:

.net is full of tutorials how to convert mame's chds, however in short I make my cdvd in this way :

 

1 - chdman extracthd -i xyz.chd -o xyz.iso (original mame chds are *ALL* created as HD dumps)

2 - chdman convertcd -i xyz.iso -o xyz.chd (this reconversion makes them usable as cdvd-rom)

Got it I’ll try this after work the tennis the only one I failed it crashed on me but the ones u showed I got working today and thank u

Lien vers le commentaire
Partager sur d’autres sites

3 hours ago, A FRIEND said:

From the games you’ve tested

anything fully playable so far?

with no lag/graphics issue etc

thanks

capcom fighting & Sengoku Basara X Cross game was really the only playable game alot of it was attract mode or a alot of lag.

Modifié par RetrnArcGamer35
Lien vers le commentaire
Partager sur d’autres sites

4 hours ago, Universal Gaming said:

Can't download it.... 😔

Never mind

4 hours ago, RetrnArcGamer35 said:

capcom fighting & Sengoku Basara X Cross game was really the only playable game alot of it was attract mode or a alot of lag.

Around 2023 hopefully it'll all be playable.

Lien vers le commentaire
Partager sur d’autres sites

1 minute ago, RetrnArcGamer35 said:

yeah from the videos ive seen i can agree to that. and i like the community around it. helpful warriors lol 

I hope time crisis 3+4 will be the first games that are fully playable 

Lien vers le commentaire
Partager sur d’autres sites

On 10/26/2022 at 8:46 PM, Omar2 said:

 

Tekken 4 is missing one of the kick buttons.

Yep, the circle/right kick/4 button does not function in Tekken 4 for some reason (it does however work in Soul Calibur 2 & 3), I'm still amazed at how well good this emulator runs on my PC, it works considerably better than Tekken 4 on PCSX2 used to work on my previous computer.

Lien vers le commentaire
Partager sur d’autres sites

10 minutes ago, lordraptor said:

Yep, the circle/right kick/4 button does not function in Tekken 4 for some reason (it does however work in Soul Calibur 2 & 3), I'm still amazed at how well good this emulator runs on my PC, it works considerably better than Tekken 4 on PCSX2 used to work on my previous computer.

Hopefully it'll get fixed.

Lien vers le commentaire
Partager sur d’autres sites

23 minutes ago, RetrnArcGamer35 said:

arcaderoms.7z ~ pixeldrain - wanganmd & wanganmr

i included the arcadedef. and rom and chd. converted couldnt edit previous post issue with website. enjoy guys and thank you.

Vampire Night- Arcade Roms.7z ~ pixeldrain - Another 1

ill drop the tennis one once i get it up and tekken 5d .. work drains me but i got these done.

Modifié par RetrnArcGamer35
Lien vers le commentaire
Partager sur d’autres sites

4 hours ago, RetrnArcGamer35 said:

can someone post the mega with the dongle files please. not chd but the .bins

.bins ?

The "dongle files" are the about 2 MB zip files which contain .ic002 files.
Those are MagicGate memory cards, where the game boots the executable from afaik.

.CHD short for "Compressed Hunks of Data" are the images of a CD/DVD, HDD or other types of storage media.

You want to use a .bin file for what ?

Or are you asking for a file, converted from .chd to .bin, for what usage ?

All the games that boot with Play! emulator at moment, I used the .chd files for that in combination with the .zip and .arcadedef files
All (together) in their specific folder.

The .zip files must go into

C:/Users/Your Username/Documents/Play Data Files/arcaderoms

 

Are there games that only boot in a specific format ?

If so, a list of those games and a how-to would be handy.

 

Maybe this helps ?

The link in the tutorial contains the .arcadedef and .zip files

 

And most of the Magic Gate .zip and System2X6 .chd files can be found by googeling the .chd filename,
which is mentioned in the .arcadedef file, open with a texteditor.

Remember, the smaller archive file (about 2MB) on those pages is the MagicGate, executable boot file, etcetera.

The bigger .chd file is the diskimage, the game data

 

Modifié par petje
Lien vers le commentaire
Partager sur d’autres sites

Hi guys, I passed the first step converting chd to bin using the bat file:

 

chdman extracthd -i name.chd -o name.iso

 

but for convert into a chd again it fails:

 

chdman createcd -i name.iso -o name.chd

 

ERROR: Unrecognized track type
Error parsing input file (C:\name.iso: Unsupported format)

Fatal error occurred: 1

 

Some solution? 😎

Lien vers le commentaire
Partager sur d’autres sites

25 minutes ago, mikigol said:

Error parsing input file (C:\name.iso: Unsupported format)

You probably are trying to convert two incompatible formats back and forth

What I mean with that, maybe you tried to convert a harddisk .chd to a .iso file which is a cd/dvd format, back to a harddisk image.

All the current Play! emulator supported games that boot I use the .chd in combination with the .arcadedef and .zip files, all in their correct folders.

Play! emulator has the folder and file names hardcoded, so do not deviate from exact standard 

 

Modifié par petje
Lien vers le commentaire
Partager sur d’autres sites

On 11/9/2022 at 8:28 AM, Wajiro said:

Can you share the file soulcl2b-sc21vera.bin ?

that mega was deleted. it has some of the required files to run certain titles example Tennis in the arcadedef it has a same file name without i have no luck getting it up and running it seems to crash after launch unless im converting it wrong 

Modifié par RetrnArcGamer35
Lien vers le commentaire
Partager sur d’autres sites

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
×
×
  • Créer...