Author Topic: How can I change the FBA looks and change the version of it?  (Read 7816 times)

Offline KingHanco

  • Sr. Member
  • ****
  • Posts: 401
  • Karma: +0/-4
  • "Special " Member
How can I change the FBA looks and change the version of it?
« 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.

Offline James33

  • Expert
  • *****
  • Posts: 532
  • Karma: +3/-0
  • The Mame Man
    • Emulation Zone
How can I change the FBA looks and change the version of it?
« Reply #1 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 .
IQ Forum Member

Offline iq_132

  • Administrator
  • *****
  • Posts: 3723
  • Karma: +411/-0
  • Definitely not Dink!
    • NeoSource
How can I change the FBA looks and change the version of it?
« Reply #2 on: December 16, 2004, 01:42:24 AM »
Change version:
src/burn/version.h

Change bitmaps and icon:
src\BURNER\resource


Offline James33

  • Expert
  • *****
  • Posts: 532
  • Karma: +3/-0
  • The Mame Man
    • Emulation Zone
How can I change the FBA looks and change the version of it?
« Reply #3 on: December 16, 2004, 01:51:35 AM »
You beat me I was checking where that was lol .
IQ Forum Member

Offline KingHanco

  • Sr. Member
  • ****
  • Posts: 401
  • Karma: +0/-4
  • "Special " Member
Hmmm...
« Reply #4 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???

Offline iq_132

  • Administrator
  • *****
  • Posts: 3723
  • Karma: +411/-0
  • Definitely not Dink!
    • NeoSource
How can I change the FBA looks and change the version of it?
« Reply #5 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??


Offline KingHanco

  • Sr. Member
  • ****
  • Posts: 401
  • Karma: +0/-4
  • "Special " Member
Ok.
« Reply #6 on: December 16, 2004, 03:15:53 AM »
How can I change the name FB Alpha to Final Burn Alpha then. :)

Offline FerchogtX

  • FBNeo Dev
  • ******
  • Posts: 375
  • Karma: +7/-0
  • FB Alpha Team ;)
    • FB Alpha Plus! Web Site
How can I change the FBA looks and change the version of it?
« Reply #7 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

Good and evil co-exist because of the balance, lies are not part of it...

FB Alpha Plus! site infos updated, see the latest info clicking on my profile link...

Offline KingHanco

  • Sr. Member
  • ****
  • Posts: 401
  • Karma: +0/-4
  • "Special " Member
Ok.
« Reply #8 on: December 16, 2004, 08:29:19 PM »
Here is what I have done so far.

Next going to try make some images.

Offline FerchogtX

  • FBNeo Dev
  • ******
  • Posts: 375
  • Karma: +7/-0
  • FB Alpha Team ;)
    • FB Alpha Plus! Web Site
How can I change the FBA looks and change the version of it?
« Reply #9 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

Good and evil co-exist because of the balance, lies are not part of it...

FB Alpha Plus! site infos updated, see the latest info clicking on my profile link...

Offline KingHanco

  • Sr. Member
  • ****
  • Posts: 401
  • Karma: +0/-4
  • "Special " Member
Ok.
« Reply #10 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.