![]() |
2010-06-11
, 20:34
|
Posts: 356 |
Thanked: 172 times |
Joined on Jan 2010
@ Canada
|
#72
|
The Following User Says Thank You to Bingley Joe For This Useful Post: | ||
![]() |
2010-06-11
, 20:49
|
|
Posts: 1,559 |
Thanked: 1,786 times |
Joined on Oct 2009
@ Boston
|
#73
|
; Most games that take digital joystick inputs use some intermediate value as the "on" position.
; PrBoom is a bit stupid in that it doesn't consider a direction "on" until the max is reached, so
; set these to a small value for PrBoom (~7).
max_roll = 16 ; degrees plus/minus from neutral to max out the x axis [16]
max_pitch = 14 ; degrees plus/minus from neutral to max out the y axis [14]
![]() |
2010-06-11
, 20:57
|
|
Posts: 1,716 |
Thanked: 3,007 times |
Joined on Dec 2009
@ Warsaw, Poland
|
#74
|
![]() |
2010-06-11
, 20:59
|
|
Posts: 1,716 |
Thanked: 3,007 times |
Joined on Dec 2009
@ Warsaw, Poland
|
#75
|
![]() |
2010-06-11
, 22:04
|
Posts: 356 |
Thanked: 172 times |
Joined on Jan 2010
@ Canada
|
#76
|
From the config file (found in the first post):
Accelemymote sends fractional values (i.e. emulates an analog joystick) but the range is rather small by default (32 degrees roll, 28 degrees pitch). What i discovered is that many or most games treat joystick input as digital (either on or off in each axis). It may be that TechnoballZ is the same. You can try increasing the max pitch and roll and see if it helps. If not, it's probably a poor implementation of joystick control in TechnoballZ.
![]() |
2010-06-24
, 22:55
|
|
Posts: 577 |
Thanked: 699 times |
Joined on Feb 2010
@ Malta
|
#77
|
The Following User Says Thank You to pantera1989 For This Useful Post: | ||
![]() |
2010-07-13
, 20:59
|
|
Posts: 1,559 |
Thanked: 1,786 times |
Joined on Oct 2009
@ Boston
|
#78
|
The Following 9 Users Say Thank You to Flandry For This Useful Post: | ||
![]() |
2010-07-13
, 22:08
|
|
Posts: 1,559 |
Thanked: 1,786 times |
Joined on Oct 2009
@ Boston
|
#79
|
The Following 5 Users Say Thank You to Flandry For This Useful Post: | ||
![]() |
2010-07-14
, 16:40
|
Posts: 150 |
Thanked: 16 times |
Joined on Jun 2010
|
#80
|
![]() |
Tags |
accelerometer, analog input, game controls, joystick, menu selection, mouse please, tilt |
|
I'll do what i can on my end to support them, though.
Unofficial PR1.3/Meego 1.1 FAQ
Accelemymote: make your accelerometer more joy-ful