How to make a joystick axis return a 0 to 1 value

hmmm doesn’t seem to be working, perhaps the range is incorrect, do you know how I get a string to show me what the axis value is?

321403-screenshot-1.jpg

Hello
I’m currently trying to configure a joystick axis to have a full stick range from -y to +y return a value of 0 to 1.
The default mapping is -1 to 1 for a gamepad style config where the stick settles in the middle at 0. When its moved up or down it will go either -1 or 1 from 0.

My stick I want to return a value of 0 when down and 1 when fully up.

Now if using raw input plugin there is an option for this but it seems very buggy and I have to play with the offset a lot to get the desired effect and even then its not perfect.

I’m currently using the direct input plugin to pick up my controller as its not a standard gamepad. This works really well but has no option for using it in none gamepad mode.

I figure it should be fairly straight forwards to modify the value from the axis but so far no luck.
Any ideas would be really appreciated.

Cheers
Matt

Ah ok cool, its working now, the range was the wrong way around, so the correct mapping is this:

What about?

321402-screenshot-2.jpg