Welcome!

Final Burn Neo => FBN Development => Topic started by: KingHanco on December 16, 2004, 01:01:16 AM

Title: How can I change the FBA looks and change the version of it?
Post by: KingHanco on December 16, 2004, 01:01:16 AM
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.
Title: How can I change the FBA looks and change the version of it?
Post by: James33 on December 16, 2004, 01:28:44 AM
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 .
Title: How can I change the FBA looks and change the version of it?
Post by: iq_132 on December 16, 2004, 01:42:24 AM
Change version:
src/burn/version.h

Change bitmaps and icon:
src\BURNER\resource
Title: How can I change the FBA looks and change the version of it?
Post by: James33 on December 16, 2004, 01:51:35 AM
You beat me I was checking where that was lol .
Title: Hmmm...
Post by: KingHanco on December 16, 2004, 02:09:09 AM
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???
Title: How can I change the FBA looks and change the version of it?
Post by: iq_132 on December 16, 2004, 02:34:50 AM
#define VER_MAJOR 0 <--
#define VER_MINOR 2 <--
#define VER_BETA 94 <--
#define VER_ALPHA 98 <--
The current version is 0.2.94.98  get it??
Title: Ok.
Post by: KingHanco on December 16, 2004, 03:15:53 AM
How can I change the name FB Alpha to Final Burn Alpha then. :)
Title: How can I change the FBA looks and change the version of it?
Post by: FerchogtX on December 16, 2004, 07:57:19 PM
src\burner\title.h

there you can change the name, that is the place where i changed the FB Alpha Version [U9] and thisng like that...
On my opinion if you like to release a build, you must match the original emulator version, just cahnging your personal build version... but is just an opinion anyway XD
See ya!!!! :D
Title: Ok.
Post by: KingHanco on December 16, 2004, 08:29:19 PM
Here is what I have done so far.

Next going to try make some images.
Title: How can I change the FBA looks and change the version of it?
Post by: FerchogtX on December 16, 2004, 09:24:22 PM
You learn fast man  ;)
See ya!!!! :D
P.S- I suggest you to use Photoshop to make new images for emulator, it's better and faster
Title: Ok.
Post by: KingHanco on December 19, 2004, 07:43:58 AM
This better if spash is in black. It make it look like the arcade machine isn't plug in at all.