Final Burn Neo > FBN Development

Combone's - Hacks & Translate games thread (News +) (V2.0)

<< < (2/8) > >>

KaaMoS:

--- Quote from: Combone on August 06, 2019, 01:23:54 AM ---New Addition
--- End quote ---
Thanks friend, for your contribution, however, I dislike those games with MAX gauge enabled, or "1-hit-MAX".
Is there a way to revert or disable that?

Combone:

--- Quote from: KaaMoS on August 06, 2019, 05:36:56 AM ---Thanks friend, for your contribution, however, I dislike those games with MAX gauge enabled, or "1-hit-MAX".
Is there a way to revert or disable that?

--- End quote ---

I tried remove it and don't have success  :redface:. Gauge system in these hacks is similar Street Fighter Alpha 3.

Combone:
New Addition - (August 09, 2019)  :smilie:

The King of Fighters '98 - Easy Combo King 2014 (Versus Version) - Author: gunloc941





Demonstration Video: https://www.youtube.com/watch?v=PuH77c_PEJc

...

d_neogeo


--- Code: ---// The King of Fighters '98 - Easy Combo King 2014 (Versus Version)
/* Hack by gunloc941 - Build 2019-02-17 */

static struct BurnRomInfo kof98eckvsRomDesc[] = {
{ "98eckvs-p1.bin", 0x100000, 0xb3afd80f, 1 | BRF_ESS | BRF_PRG }, //  0 68K code
{ "98eckvs-p2.bin", 0x400000, 0x5d59e3ae, 1 | BRF_ESS | BRF_PRG }, //  1

{ "98eckvs-s1.bin", 0x020000, 0xf91c29d2, 2 | BRF_GRA },           //  2 Text layer tiles

{ "98eckvs-c1.bin", 0x800000, 0xd3da4dc1, 3 | BRF_GRA },           //  3 Sprite data
{ "98eckvs-c2.bin", 0x800000, 0xf5a5d149, 3 | BRF_GRA },           //  4
{ "98eckvs-c3.bin", 0x800000, 0x0689e5b1, 3 | BRF_GRA },           //  5
{ "98eckvs-c4.bin",     0x800000, 0x5cc4d647, 3 | BRF_GRA },           //  6
{ "98eckvs-c5.bin",     0x800000, 0x1531b766, 3 | BRF_GRA },           //  7
{ "98eckvs-c6.bin",     0x800000, 0x04131307, 3 | BRF_GRA },           //  8
{ "98eckvs-c7.bin",     0x800000, 0x6f879c38, 3 | BRF_GRA },           //  9
{ "98eckvs-c8.bin",     0x800000, 0x89c797df, 3 | BRF_GRA },           // 10

{ "98eckvs-mg1.bin", 0x040000, 0x4e7a6b1b, 4 | BRF_ESS | BRF_PRG }, // 11 Z80 code

{ "98eckvs-v1.bin",    0x400000, 0x32da3c63, 5 | BRF_SND },           // 16 Sound data
{ "98eckvs-v2.bin",    0x400000, 0x246edf6d, 5 | BRF_SND },           // 17
{ "98eckvs-v3.bin",    0x400000, 0x308b0393, 5 | BRF_SND },           // 18
{ "98eckvs-v4.bin",    0x400000, 0x00276d91, 5 | BRF_SND },           // 19
};

STDROMPICKEXT(kof98eckvs, kof98eckvs, neogeo)
STD_ROM_FN(kof98eckvs)

struct BurnDriver BurnDrvkof98eckvs = {
"kof98eckvs", "kof98", "neogeo", NULL, "2019",
"The King of Fighters '98 Easy Combo King 2014 (Versus Version, Hack)\0", NULL, "hack", "Neo Geo MVS",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_CLONE | BDF_HACK, 2, HARDWARE_PREFIX_CARTRIDGE | HARDWARE_SNK_NEOGEO, GBF_VSFIGHT, FBF_KOF,
NULL, kof98eckvsRomInfo, kof98eckvsRomName, NULL, NULL, NULL, NULL, neogeoInputInfo, neogeoDIPInfo,
NeoInit, NeoExit, NeoFrame, NeoRender, NeoScan, &NeoRecalcPalette,
0x1000, 304, 224, 4, 3
};
--- End code ---

...

Add cool optimized hack for KOF 10th Anniversary (Very fun)  ;p

The King of Fighters 10th Anniversary 2019 - Author: 鸽子飞啦

Note: Rom maker is Chinese.



Look video and see the changes (*Chinese Website Player): https://www.bilibili.com/video/av53446086

...

d_neogeo


--- Code: ---// The King of Fighters 10th Anniversary 2019 (Optimized Hack By 鸽子飞啦)

static struct BurnRomInfo kof10thuoRomDesc[] = {
{ "kf10udo-p1.p1",   0x800000, 0x956ac7f9, 1 | BRF_ESS | BRF_PRG }, //  0 68K code

{ "kf10udo-s1.s1",   0x020000, 0x0EBE5645, 2 | BRF_GRA },           //  2 Text layer tiles

{ "kf10udo-c1.c1",   0x800000, 0x2491AF91, 3 | BRF_GRA },           //  3 Sprite data
{ "kf10udo-c2.c2",   0x800000, 0x47FF1D91, 3 | BRF_GRA },           //  4
{ "kf10udo-c3.c3",   0x800000, 0x959FAD0B, 3 | BRF_GRA },           //  5
{ "kf10udo-c4.c4",   0x800000, 0xEFE6A468, 3 | BRF_GRA },           //  6
{ "kf10udo-c5.c5",   0x800000, 0x74BBA7C6, 3 | BRF_GRA },           //  7
{ "kf10udo-c6.c6",   0x800000, 0xE20D2216, 3 | BRF_GRA },           //  8
{ "kf10udo-c7.c7",   0x800000, 0x8A5B561C, 3 | BRF_GRA },           //   
{ "kf10udo-c8.c8",   0x800000, 0xBEF667A3, 3 | BRF_GRA },           //   

{ "kf10udo-m1.m1",   0x020000, 0xF6FAB859, 4 | BRF_ESS | BRF_PRG }, //  9 Z80 code

{ "kf10udo-v1.v1",   0x800000, 0x0FC9A58D, 5 | BRF_SND },           // 10 Sound data
{ "kf10udo-v2.v2",   0x800000, 0xB8C475A4, 5 | BRF_SND },           // 11

};

STDROMPICKEXT(kof10thuo, kof10thuo, neogeo)
STD_ROM_FN(kof10thuo)

struct BurnDriver BurnDrvkof10thuo = {
"kof10thuo", "kof2002", "neogeo", NULL, "2019",
"The King of Fighters 10th Anniversary 2019 (Optimized, Hack)\0", NULL, "hack", "Miscellaneous",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_CLONE | BDF_HACK, 2, HARDWARE_PREFIX_CARTRIDGE | HARDWARE_SNK_NEOGEO, GBF_VSFIGHT, FBF_KOF,
NULL, kof10thuoRomInfo, kof10thuoRomName, NULL, NULL, NULL, NULL, neogeoInputInfo, neogeoDIPInfo,
NeoInit, NeoExit, NeoFrame, NeoRender, NeoScan, &NeoRecalcPalette,
0x1000, 304, 224, 4, 3
};
--- End code ---

Combone:
New Addition - (August 10, 2019)  :smilie:

Streets of Rage 2 - Street Fighter Hack's - Author: Kratus






Demonstration Video: https://www.youtube.com/watch?v=hKQN3s_cASk

...

d_megadrive


--- Code: ---// Streets of Rage 2 - Street Fighter Version 1 By Kratus
static struct BurnRomInfo md_sor2sfv1RomDesc[] = {
{ "SoR2_StreetFighter_v1.bin", 0x33CF86, 0xE03F0C6B, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000  },
};

STD_ROM_PICK(md_sor2sfv1)
STD_ROM_FN(md_sor2sfv1)

struct BurnDriver BurnDrvmd_sor2sfv1 = {
"md_sor2sfv1", "md_sor2", NULL, NULL, "2017",
"Streets of Rage 2 - Street Fighter Version 1 (Dhalsim/Ryu/Guile/Ken, Hack)\0", NULL, "2017 Kratus", "Sega Megadrive",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_16BIT_ONLY | BDF_CLONE, 2, HARDWARE_SEGA_MEGADRIVE, GBF_SCRFIGHT, 0,
MegadriveGetZipName, md_sor2sfv1RomInfo, md_sor2sfv1RomName, NULL, NULL, NULL, NULL, MegadriveInputInfo, MegadriveDIPInfo,
MegadriveInit, MegadriveExit, MegadriveFrame, MegadriveDraw, MegadriveScan,
&bMegadriveRecalcPalette, 0x100, 320, 224, 4, 3
};

// Streets of Rage 2 - Street Fighter Version 2 By Kratus
static struct BurnRomInfo md_sor2sfv2RomDesc[] = {
{ "SoR2_StreetFighter_v2.bin", 0x365298, 0x828786E2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000  },
};

STD_ROM_PICK(md_sor2sfv2)
STD_ROM_FN(md_sor2sfv2)

struct BurnDriver BurnDrvmd_sor2sfv2 = {
"md_sor2sfv2", "md_sor2", NULL, NULL, "2017",
"Streets of Rage 2 - Street Fighter Version 2 (Cammy/DeeJay/ChunLi/FeiLong, Hack)\0", NULL, "2017 Kratus", "Sega Megadrive",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_16BIT_ONLY | BDF_CLONE, 2, HARDWARE_SEGA_MEGADRIVE, GBF_SCRFIGHT, 0,
MegadriveGetZipName, md_sor2sfv2RomInfo, md_sor2sfv2RomName, NULL, NULL, NULL, NULL, MegadriveInputInfo, MegadriveDIPInfo,
MegadriveInit, MegadriveExit, MegadriveFrame, MegadriveDraw, MegadriveScan,
&bMegadriveRecalcPalette, 0x100, 320, 224, 4, 3
};

// Streets of Rage 2 - Street Fighter Version 3 By Kratus
static struct BurnRomInfo md_sor2sfv3RomDesc[] = {
{ "SoR2_StreetFighter_v3.bin", 0x35E7FA, 0xD2ECF98F, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000  },
};

STD_ROM_PICK(md_sor2sfv3)
STD_ROM_FN(md_sor2sfv3)

struct BurnDriver BurnDrvmd_sor2sfv3 = {
"md_sor2sfv3", "md_sor2", NULL, NULL, "2017",
"Streets of Rage 2 - Street Fighter Version 3 (Blanka/Honda/Zangief/T.Hawk, Hack)\0", NULL, "2017 Kratus", "Sega Megadrive",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_16BIT_ONLY | BDF_CLONE, 2, HARDWARE_SEGA_MEGADRIVE, GBF_SCRFIGHT, 0,
MegadriveGetZipName, md_sor2sfv3RomInfo, md_sor2sfv3RomName, NULL, NULL, NULL, NULL, MegadriveInputInfo, MegadriveDIPInfo,
MegadriveInit, MegadriveExit, MegadriveFrame, MegadriveDraw, MegadriveScan,
&bMegadriveRecalcPalette, 0x100, 320, 224, 4, 3
};

// Streets of Rage 2 - Street Fighter Version 4 By Kratus
static struct BurnRomInfo md_sor2sfv4RomDesc[] = {
{ "SoR2_StreetFighter_v4.bin", 0x395628, 0x59AA116D, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000  },
};

STD_ROM_PICK(md_sor2sfv4)
STD_ROM_FN(md_sor2sfv4)

struct BurnDriver BurnDrvmd_sor2sfv4 = {
"md_sor2sfv4", "md_sor2", NULL, NULL, "2017",
"Streets of Rage 2 - Street Fighter Version 4 (Balrog/Bison/Sagat/Vega, Hack)\0", NULL, "2017 Kratus", "Sega Megadrive",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_16BIT_ONLY | BDF_CLONE, 2, HARDWARE_SEGA_MEGADRIVE, GBF_SCRFIGHT, 0,
MegadriveGetZipName, md_sor2sfv4RomInfo, md_sor2sfv4RomName, NULL, NULL, NULL, NULL, MegadriveInputInfo, MegadriveDIPInfo,
MegadriveInit, MegadriveExit, MegadriveFrame, MegadriveDraw, MegadriveScan,
&bMegadriveRecalcPalette, 0x100, 320, 224, 4, 3
};
--- End code ---

Combone:
New Addition - (August 13, 2019)  :smilie:

The King of Fighters 2002 Remix Ultra 3.5 - Author: FCHT






Demonstration Video: https://www.youtube.com/watch?v=BgZaRXRU7No

*Note: video show version 3.0. But, FB-Neo version is 3.5  ;p

...

d_neogeo


--- Code: ---// The King of Fighters 2002 Remix Ultra 3.5 - Hack By FCHT

static struct BurnRomInfo kf2k2ru35RomDesc[] = {
{ "kf2k2ru35-p1.bin",   0x100000, 0x8da72d5c, 1 | BRF_ESS | BRF_PRG }, //  0 68K code
{ "kf2k2ru35-p2.bin",   0x400000, 0x75185760, 1 | BRF_ESS | BRF_PRG }, //  1

{ "kf2k2ru35-s1.bin",   0x020000, 0xbd19c308, 2 | BRF_GRA },           //  2 Text layer tiles

{ "kf2k2ru35-c1.bin",   0x800000, 0x7efa6ef7, 3 | BRF_GRA },           //  3 Sprite data
{ "kf2k2ru35-c2.bin",   0x800000, 0xaa82948b, 3 | BRF_GRA },           //  4
{ "kf2k2ru35-c3.bin",   0x800000, 0xca656090, 3 | BRF_GRA },           //  5
{ "kf2k2ru35-c4.bin",   0x800000, 0xeb898849, 3 | BRF_GRA },           //  6
{ "kf2k2ru35-c5.bin",   0x800000, 0x74bba7c6, 3 | BRF_GRA },           //  7
{ "kf2k2ru35-c6.bin",   0x800000, 0xe20d2216, 3 | BRF_GRA },           //  8
{ "kf2k2ru35-c7.bin",   0x800000, 0x2a9d505c, 3 | BRF_GRA },           //  9 
{ "kf2k2ru35-c8.bin",   0x800000, 0x93d8501f, 3 | BRF_GRA },           // 10

{ "kf2k2ru35-m1.bin",   0x020000, 0x9956ccd8, 4 | BRF_ESS | BRF_PRG }, // 11 Z80 code

{ "kf2k2ru35-v1.bin",   0x800000, 0x6e7e3508, 5 | BRF_SND },           // 12 Sound data
{ "kf2k2ru35-v2.bin",   0x800000, 0x2157b90f, 5 | BRF_SND },           // 13
};

STDROMPICKEXT(kf2k2ru35, kf2k2ru35, neogeo)
STD_ROM_FN(kf2k2ru35)

struct BurnDriver BurnDrvkf2k2ru35 = {
"kf2k2ru35", "kof2002", "neogeo", NULL, "2006",
"The King of Fighters 2002 Remix Ultra 3.5 (Hack By FCHT)\0", NULL, "hack", "Neo Geo MVS",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_CLONE | BDF_HACK, 2, HARDWARE_PREFIX_CARTRIDGE | HARDWARE_SNK_NEOGEO, GBF_VSFIGHT, FBF_KOF,
NULL, kf2k2ru35RomInfo, kf2k2ru35RomName, NULL, NULL, NULL, NULL, neogeoInputInfo, neogeoDIPInfo,
NeoInit, NeoExit, NeoFrame, NeoRender, NeoScan, &NeoRecalcPalette,
0x1000, 304, 224, 4, 3
};
--- End code ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version