Welcome!

Final Burn Neo => FBN Development => Topic started by: doomking on April 20, 2007, 10:47:17 AM

Title: 惡搞fba~~
Post by: doomking on April 20, 2007, 10:47:17 AM
delete
Title: Re: 惡搞fba~~
Post by: KingHanco on April 21, 2007, 03:36:31 AM
Cool. I think it is great idea to add those for learning the moves.
Title: Re: 惡搞fba~~
Post by: iq_132 on April 21, 2007, 09:01:49 AM
That is a very nice idea :)
Title: Re: 惡搞fba~~
Post by: KingHanco on April 26, 2007, 05:06:49 AM
Can you re-upload that please? Look like it been deleted. Sorry that I miss it. Or you can email that to me.
Title: Re: 惡搞fba~~
Post by: CaptainCPS on April 27, 2007, 07:57:58 PM
Thank You for that doomking seems like it is more organized ^^, I will try to make future updates with this  :wink:

SeeYaa!
 :biggrin:
Title: Re: 惡搞fba~~
Post by: CaptainCPS on April 28, 2007, 12:04:14 AM
Hey doomking there is a problem in the source, in the [Audio] menu when you try to select '4-point 3rd order sample interpolation' or '4-point 3rd order FM interpolation' the option disappear  :redface:, ...  in my current build this doesn't happen

can you check what's wrong?  :smilie: ...I'm implementing your changes ^^

SeeYaa!
 :biggrin:
Title: Re: 惡搞fba~~
Post by: CaptainCPS on April 28, 2007, 12:26:27 AM
LOL  :p  :biggrin: I fixed it, there was a problem with the IDs in 'resource.h' header...

Changed this:

Quote

#define MENU_INTERPOLATE_0              10083
#define MENU_INTERPOLATE_1              10084
#define MENU_INTERPOLATE_3              10085
#define MENU_INTERPOLATE_5              10086
#define MENU_INTERPOLATE_FM_0           10087
#define MENU_INTERPOLATE_FM_1           10088
#define MENU_INTERPOLATE_FM_3           10089
#define MENU_INTERPOLATE_FM_5           10090



with this:

Quote

#define MENU_INTERPOLATE_0            10230
#define MENU_INTERPOLATE_1            10231
#define MENU_INTERPOLATE_3            10233
#define MENU_INTERPOLATE_5            10235
#define MENU_INTERPOLATE_FM_0         10240
#define MENU_INTERPOLATE_FM_1         10241
#define MENU_INTERPOLATE_FM_3         10243
#define MENU_INTERPOLATE_FM_5         10245



Now its working fine ^^

SeeYaa!
 :biggrin:
Title: Re: 惡搞fba~~
Post by: KingHanco on April 28, 2007, 01:23:24 AM
Thanks guys.
Title: Re: 惡搞fba~~
Post by: CaptainCPS on April 29, 2007, 01:33:33 PM
download fba_extras_src_fix.7z (http://home.netvigator.com/~doomking/fba_extras_src_fix.7z)

ThanX doomking! ^^, updated my code for R20  :wink:...

btw, can you send me by private message your MSN  :smilie:

SeeYaa!
 :biggrin:
Title: Re: 惡搞fba~~
Post by: CaptainCPS on April 30, 2007, 09:34:06 AM
ThanX doomking ^^ I've updated the code  :wink:, I didn't use the app.rc and resource.h because I already made the needed fixing on those files.

btw, if somebody is wondering about what caused that error, it was caused if the spacebar key (play current soundtrack) was pressed and no game was loaded.

SeeYaa!
 :biggrin: