Final Burn Neo > FBN Development

How can I change the FBA looks and change the version of it?

(1/3) > >>

KingHanco:
I download the FB Alpha Plus! [U9] 0.2.94.98.

It look really cool that way.

I want to know how to do that on the FB Alpha 0.2.94.98 the one that I have.

All I want to do is to change the skins and change the version of it.

I also want to put this. "This FBA version have been re-compile by Mitchell Hancock" on the bottom of the info on the screen. :)

Maybe next year I can release it with 2001 games driver as well.

James33:
You wont be the only one that released a version of FBA with newer games added . I could myself But I do that with Mame anyway .

iq_132:
Change version:
src/burn/version.h

Change bitmaps and icon:
src\BURNER\resource

James33:
You beat me I was checking where that was lol .

KingHanco:
Change version:
src/burn/version.h

// Version number, written as  vV.V.BB  or  vV.V.BBaa
// (0xVVBBpp, in BCD notation)

#define VER_MAJOR 0
#define VER_MINOR 2
#define VER_BETA 94
#define VER_ALPHA 98

#define BURN_VERSION (VER_MAJOR * 0x100000) + (VER_MINOR * 0x010000) + (((VER_BETA / 10) * 0x001000) + ((VER_BETA % 10) * 0x000100)) + (((VER_ALPHA / 10) * 0x000010) + (VER_ALPHA % 10))

How to change this???

Navigation

[0] Message Index

[#] Next page

Go to full version