axledentaldj Posted February 29, 2004 Posted February 29, 2004 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
axledentaldj Posted February 29, 2004 Posted February 29, 2004 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
N3oGhost Posted March 1, 2004 Posted March 1, 2004 ill take a look at it and youl be the first to know
ForceX Posted March 1, 2004 Posted March 1, 2004 thx for the links forceX No problem Prican25...I found a new webhost...so the link will hopefully remain active for a while
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now