Jump to content

FBAx B4 - Help and Downloads


cam

Recommended Posts

  • Replies 184
  • Created
  • Last Reply

Top Posters In This Topic

Nice work Prican25 & Ghozt! "uh, Whats a CRC?" Funny!

Although, the grey progress bar is a bit ugly. How about, a "Please Wait, Loading...." or a CPS2 or Neogeo Fighter walking? ;)

Very nice background Glitch!! Although I would like to see a bit more fighters than a big Magneto. :(

Also, anychance of turning ON the Cheat feature, so It can be tested out?

Thanks!

 

The Axledental DJ

Link to comment
Share on other sites

I'm sure you've looked in the FBAX source code, but here's what my girlfriend showed me on what to change for to Enable the "Cheat" mode that Lantus-X said was just turned OFF.

 

In the fba.cpp change:

 

search for "Cheats"

and change "False" to "True":

 

bCheatsAllowed=True;

BurnLibInit();

// set some defaults

nBurnDrvSelect=0;

nInterpolation = 1;

// set default state

FBAState=GAMESELECT;

 

---------------

Also in:

src/burn the file: cheat.cpp

 

Change the "false" to "true" (without the quotes.)

 

// Cheat module

 

#include "burnint.h"

 

bool bCheatsAllowed;

CheatInfo* pCheatInfo = NULL;

 

static bool bCheatsEnabled = true;

--------------

 

Lastly you might want to edit the cheat.h file in the same director where the cheat.cpp is.

 

You probably are already aware of this, but I can't compile this FBAX, I can test it.

 

Thanks

 

The Axledental DJ

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...