Author Topic: 惡搞fba~~  (Read 7833 times)

Offline doomking

  • Jr. Member
  • **
  • Posts: 69
  • Karma: +21/-0
惡搞fba~~
« on: April 20, 2007, 10:47:17 AM »
delete
« Last Edit: January 09, 2008, 10:54:41 AM by doomking »

Offline KingHanco

  • Sr. Member
  • ****
  • Posts: 401
  • Karma: +0/-4
  • "Special " Member
Re: 惡搞fba~~
« Reply #1 on: April 21, 2007, 03:36:31 AM »
Cool. I think it is great idea to add those for learning the moves.

Offline iq_132

  • Administrator
  • *****
  • Posts: 3728
  • Karma: +411/-0
  • Definitely not Dink!
    • NeoSource
Re: 惡搞fba~~
« Reply #2 on: April 21, 2007, 09:01:49 AM »
That is a very nice idea :)


Offline KingHanco

  • Sr. Member
  • ****
  • Posts: 401
  • Karma: +0/-4
  • "Special " Member
Re: 惡搞fba~~
« Reply #3 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.
« Last Edit: April 26, 2007, 05:11:52 AM by KingHanco »

Offline CaptainCPS

  • FBNeo Dev
  • ******
  • Posts: 1513
  • Karma: +127/-0
  • FB Alpha Team
    • CaptainCPS's Home
Re: 惡搞fba~~
« Reply #4 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:

Offline CaptainCPS

  • FBNeo Dev
  • ******
  • Posts: 1513
  • Karma: +127/-0
  • FB Alpha Team
    • CaptainCPS's Home
Re: 惡搞fba~~
« Reply #5 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:
« Last Edit: April 28, 2007, 12:05:17 AM by CaptainCPS-X »

Offline CaptainCPS

  • FBNeo Dev
  • ******
  • Posts: 1513
  • Karma: +127/-0
  • FB Alpha Team
    • CaptainCPS's Home
Re: 惡搞fba~~
« Reply #6 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:

Offline KingHanco

  • Sr. Member
  • ****
  • Posts: 401
  • Karma: +0/-4
  • "Special " Member
Re: 惡搞fba~~
« Reply #7 on: April 28, 2007, 01:23:24 AM »
Thanks guys.

Offline CaptainCPS

  • FBNeo Dev
  • ******
  • Posts: 1513
  • Karma: +127/-0
  • FB Alpha Team
    • CaptainCPS's Home
Re: 惡搞fba~~
« Reply #8 on: April 29, 2007, 01:33:33 PM »
download 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:

Offline CaptainCPS

  • FBNeo Dev
  • ******
  • Posts: 1513
  • Karma: +127/-0
  • FB Alpha Team
    • CaptainCPS's Home
Re: 惡搞fba~~
« Reply #9 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: