Feature #366
Remove auto-back-steer velocity
| Status: | Closed | Start date: | 07/25/2010 | |
|---|---|---|---|---|
| Priority: | Urgent | Due date: | ||
| Assignee: | - | % Done: | 100% |
|
| Category: | - | |||
| Target version: | 0.37-r1 | |||
| Votes: | 4 |
Description
I mean, the joystick input should be applied inmediately, not retarded as it is now.
If you think it is good for keyboards > do an option in configurator
If you use when debugging > use a ror.cfg key
But Please, remove from default installation, since it isn't realistic and it kills play ability with joysticks and steer wheels :-|
and Yes, I think it is an "urgent" thing.
Cheers
Associated revisions
closes #366
also removes exception for non-existing .terrn.as file
disabled shadow debugging (stencil shadows working again)
History
Updated by Metalmuncher over 1 year ago
I agree, steering just doesn't react quick enough at all with a joystick. I know this has been asked for before, so what's holding the devs back from doing this?
Updated by gabester over 1 year ago
Yeah, I've been wondering when this would be fixed. The issue is that hydro length isn't directly set by the input, but rather the input just tells it to change length. So there's a delay because the hydro length doesn't instantly change. This is also why how you shape your steering and position your hydros greatly affects steering response.
Updated by tdev over 1 year ago
- Target version set to 0.37-r1
Updated by flypiper over 1 year ago
- File Analog_device.patch added
Changes:
Inertia: init changed, otherwise even a analog axis would have some inertia
InputEngine: now looking in all events/devices for a analog event, not only the first one
some changes in hydro rate calculation.
With the patch, there is no delay with an analog controller and the keyboard controls should work as before...
Updated by tdev over 1 year ago
flypiper wrote:
Changes:
Inertia: init changed, otherwise even a analog axis would have some inertia
InputEngine: now looking in all events/devices for a analog event, not only the first one
some changes in hydro rate calculation.With the patch, there is no delay with an analog controller and the keyboard controls should work as before...
awesome, thanks, merged :)
Updated by tdev over 1 year ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset r1520.