Recent Posts

Pages: 1 2 3 4 5 6 [7] 8 9 10
61
Projects / Re: Street Fighter Zero 3 Mix 0.22
« Last post by barbudreadmon on November 25, 2023, 03:00:23 AM »
I put this request on the dev forum, but nobody cares

Some time ago i mentioned to zero800 in another forum that i'll probably try adding this but it won't be soon. I actually planned to work on it during my next paid leave.

Well, it's good if you are motivated about this, because tbh my enthusiasm has dampened, but i'll write those rom defs for you.
62
Projects / Re: Street Fighter Zero 3 Mix 0.22
« Last post by dink on November 24, 2023, 08:36:09 PM »
I'm willing to add support for it, -but-, I hate adding rom defs.  I put this request on the dev forum, but nobody cares, so, maybe one of you guys will help me:
*c&p from dev board*

If you (or someone) wants to update the driver struct. and also add the samples to a sample struct. (see how its done in another game that uses samples, like cave/d_donpachi.cpp), I'll do the technical stuff :)

best regards,
- dink

63
Projects / Re: Street Fighter Zero 3 Mix 0.22
« Last post by Stifu on November 24, 2023, 05:57:46 PM »
Oooh, I only skimmed through this thread and didn't realize it was you. Great work, by the way. That updated Sagat looks slick, too.
Like many people, I wish there was an arcade version with all of the console-exclusive characters. Until then, that's the next best thing. Would be cool to have it in FBNeo.
64
FBN Development / Re: Game Consoles (Gab75 adds and more...)
« Last post by Gab75 on November 23, 2023, 03:00:05 PM »
current 'md_sonic3ces' is a rom corrupted.
Patch's page induces to error, isn't to apply patch on 's&k+s3' rom directly!

Sorry, my fault... thanks for your report! :)
The right code on Github soon... ;)
65
FBN Development / Re: Game Consoles (Gab75 adds and more...)
« Last post by Igor_Arabe on November 23, 2023, 10:30:05 AM »
current 'md_sonic3ces' is a rom corrupted.
Patch's page induces to error, isn't to apply patch on 's&k+s3' rom directly!

correct romset is:

Code: [Select]
// Sonic 3 Complete - Emerald Safari (Hack)
// https://www.romhacking.net/hacks/8242/
static struct BurnRomInfo md_sonic3cesRomDesc[] = {
{ "Sonic 3 Complete - Emerald Safari (2023)(BillyTime! Games).bin", 3932160, 0xaf6088b1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000  },
};

STD_ROM_PICK(md_sonic3ces)
STD_ROM_FN(md_sonic3ces)

struct BurnDriver BurnDrvmd_sonic3ces = {
"md_sonic3ces", "md_sonic3", NULL, NULL, "2023",
"Sonic 3 Complete - Emerald Safari (Hack)\0", NULL, "BillyTime! Games", "Sega Megadrive",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_16BIT_ONLY | BDF_CLONE | BDF_HACK, 2, HARDWARE_SEGA_MEGADRIVE | HARDWARE_SEGA_MEGADRIVE_PCB_SEGA_FRAM, GBF_PLATFORM, FBF_SONIC,
MegadriveGetZipName, md_sonic3cesRomInfo, md_sonic3cesRomName, NULL, NULL, NULL, NULL, MegadriveInputInfo, MegadriveDIPInfo,
MegadriveInit, MegadriveExit, MegadriveFrame, MegadriveDraw, MegadriveScan,
&bMegadriveRecalcPalette, 0x100, 320, 224, 4, 3
};

How to obtain? Apply 'emerald safari' patch over 'sonic 3 complete (s3comp)' hack as on 'Sonic 3 Complete - Emerald Safari Readme.txt' inside patch zipfile.
66
FBN Development / Re: Game Consoles (Gab75 adds and more...)
« Last post by Neville on November 23, 2023, 04:29:17 AM »
Ah, cool. I checked, but somehow I missed it.
67
Projects / Re: Street Fighter Zero 3 Mix 0.22
« Last post by zero800 on November 23, 2023, 03:37:48 AM »
It wouldn't work because I've inserted a lot of extra graphics that no longer fit in a standard cps2 rom.

That's the main reason I created a new driver that doubles the amount of graphics on the card.
68
FBN Development / Re: Game Consoles (Gab75 adds and more...)
« Last post by Gab75 on November 23, 2023, 01:21:51 AM »
Anyway, today I noticed these two Mega Drive hacks. They both add / restore changes to the Sonic 3 game included in the Sonic & Knuckles compilation.

Sonic 3 Complete

Sonic 3 Complete - Emerald Safari

I've already added them to my collection.

"Sonic 3 Complete" is already on the Megadrive roster... ;)

In any case, added the support to the hack "Sonic 3 Complete - Emerald Safari (2023)"... also added the support to the homebrew "Shylax v0.1 (2023)"! ;)
69
FBN Development / Re: Game Consoles (Gab75 adds and more...)
« Last post by Neville on November 22, 2023, 04:37:50 AM »
There's a new English addendum to Hoshi o Miru Hito (NES) available, it completes the translation from a previous incomplete patch. It may be a good excuse to add the Japanese and fully translated versions to the NES roster, because I think the game is not there yet.



The game is one of those Japanese-style RPGs.

Original translation.

Addendum.
70
FBN Development / Re: Game Consoles (Gab75 adds and more...)
« Last post by Voljega on November 22, 2023, 01:39:10 AM »
There's a new Inufuto !
http://inufuto.web.fc2.com/8bit/yewdow/

Already available for MSX, ZXSpectrum and Colecovision
Pages: 1 2 3 4 5 6 [7] 8 9 10