Hi!
I recently bought gish, one thing is IMHO really missing: support for force feedback...
As I got a xbox-controller with usb-adapter, I just started to do some hacking:
Force-feedback won't be possible OS-indepently because SDL will start supporting force feedback with SDL-1.3, which is not yet ready, but the native linux-way is quite easy...
so:
#ifdef LINUX
After some hacking, a .5-sec rumble is done when the player is hurted - IMHO a good starting point Smiley
#endif
Is there someone willing to join the development?
Regards
I recently bought gish, one thing is IMHO really missing: support for force feedback...
As I got a xbox-controller with usb-adapter, I just started to do some hacking:
Force-feedback won't be possible OS-indepently because SDL will start supporting force feedback with SDL-1.3, which is not yet ready, but the native linux-way is quite easy...
so:
#ifdef LINUX
After some hacking, a .5-sec rumble is done when the player is hurted - IMHO a good starting point Smiley
#endif
Is there someone willing to join the development?
Regards