Main Site | Forum | Rules | Downloads | Wiki | Features | Podcast

NLSC Forum

Discussion about NBA Live 2004.
Post a reply

LIVE PC will support force feedback someday!

Thu Nov 27, 2003 9:56 am

Hey everyone, while working on a program I was just searching through the different game cscripts. I hope noone's already mentioned this, that would make me look kind of silly. Anyway, I opened the xeffects file and found this:

Code:
// effects.cfg
//
// This file loads effects from external effect definition files
// into the EffectManager.

// PC does not support force feedback...yet
// effect_load      shotmade   effect1.ffe
// effect_load      dunkstrt   effect2.ffe
// effect_load      jumpball   effect3.ffe


The PC does not support force feedback... yet is (I hope) foreshadowing possible force feedback to come! And it looks like it may too...

Let me explain. This is programming code - and all the //'s stand for a comment. A comment is something that the compiler will skip when turning code into a program. So as you can see, the game will check this file when loading a game, and load any force feedback stored in the file. So there is a force feedback effect for made shots, dunks, and jumpballs (I wonder if anyone with the game for console can confirm the presence of force feedback during these events?). However, the programmers probably ran out of time when porting the game to PC to add extra code to support force feedback on all the multitudes of gamepads out there. Instead, they just commented out the code that loads the force feedback effects so the game will not try and load any. But this means that there could be force feedback in the game sometime! (once they can write routines for all gamepads, and uncomment these lines!) Hmmm, i wonder what happens if i uncomment this, will I get force feedback? lol, ill try it. It will probably crash but W/E.

Anyway, I hope this has been informative to some people.

Thu Nov 27, 2003 3:15 pm

What's force feedback? :oops:

Thu Nov 27, 2003 3:36 pm

force feedback is rumbling on the gamepad

Thu Nov 27, 2003 4:53 pm

hey hey i already posted this already a while back:
http://dynamic2.gamespy.com/~nbalive/ph ... hp?t=10331

:)

i'm glad someone else also found this file too though.
But as I said in that thread: EA patching it? HAHAHAHA yeah right.

Fri Nov 28, 2003 3:19 am

I don't think they will patch it, but with this file commented out you never know, its possible..

But I think they will probably have it in later versions of live.

Fri Nov 28, 2003 7:01 am

True,
Let's hope so.
It really adds more to the game.
Post a reply