Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

POLYMANIACS

Vehicle combat/racing mashup · By Stevie G

Pad issues [RESOLVED]

A topic by tk1sbiglove created Jun 21, 2017 Views: 1,141 Replies: 24
Viewing posts 21 to 23 of 23 · Previous page · First page

This is all three.

[JOYPAD PORT 1]
TURN_L2 = -1001.25
TURN_R2 = 1001.25
THROTTLE2 = -1003.25
BRAKE2 = 1003.25
SPECIAL2 = 1011
ACTION2 = 1012
THRUST_U2 = 1010.25
THRUST_D2 = -1010.25
REAR_VIEW2 = 1014
CHANGE_CAM2 = 1013
PAUSE2 = 1018

[JOYPAD PORT 2]
TURN_L3 = -2001.25
TURN_R3 = 2001.25
THROTTLE3 = -2003.25
BRAKE3 = 2003.25
SPECIAL3 = 2011
ACTION3 = 2012
THRUST_U3 = 2016.0
THRUST_D3 = 2015.0
REAR_VIEW3 = 2013
CHANGE_CAM3 = 2013
PAUSE3 = 2018

[JOYPAD PORT 3]
TURN_L4 = -3003.25
TURN_R4 = -3003.25
THROTTLE4 = -3003.25
BRAKE4 = -3003.25
SPECIAL4 = 3012
ACTION4 = 3011
THRUST_U4 = -3003.25
THRUST_D4 = -3003.25
REAR_VIEW4 = 3014
CHANGE_CAM4 = 3013
PAUSE4 = 3018

[JOYPAD PORT 4]
TURN_L5 = 0.0
TURN_R5 = 0.0
THROTTLE5 = 0.0
BRAKE5 = 0.0
SPECIAL5 = 0
ACTION5 = 0
THRUST_U5 = 0.0
THRUST_D5 = 0.0
REAR_VIEW5 = 0
CHANGE_CAM5 = 0
PAUSE5 = 0
PROFILE = 222122211110000000000000000000000000000000000000000000000000


I attempted to take a screenshot in game, but it kept crashing when i alt-tabbed out and the shot itself always came out blank, so I resorted to this. The buttons are fine, but the axes default to -2 AXIS. Wired is fine, wireless does this.

It's totally possible that the error is something on my end, but, like i said, this hasn't occurred before.

Thanks.

Developer

It's the '-Z Axis', not the '-2 Axis' which was confusing me! :)

The Z Axis should be the triggers for Xbox pads, where 0 is the default, -1 for right trigger and +1 for left.
So it looks like your right trigger is assumed to be down by default for all 3 pads.  What values did you get for the Z Axis in the PadTest when holding down left and right triggers?

I assume that for your wired controllers the Z Axis defaults to zero on the pad test?  Is that something you can try?

This might be a hardware/driver issue but I'd like to be sure by making a build which gives more more debug info for you to try.  I might be able to work around it.  Off to work right now but I'll get this done later.

In the meantime, assuming that the current setup for Pads 1 & 2 work fine in game (as long as you don't try to reconfigure them), you could copy the following over the top of the Pad3 data.

[JOYPAD PORT 3]
TURN_L2 = -3001.25
TURN_R2 = 3001.25
THROTTLE2 = -3003.25
BRAKE2 = 3003.25
SPECIAL2 = 3011
ACTION2 = 3012
THRUST_U2 = 3010.25
THRUST_D2 = -3010.25
REAR_VIEW2 = 3014
CHANGE_CAM2 = 3013
PAUSE2 = 3018

Cheers

Stevie

(1 edit)

Sorry for necro post but the game still does the -2 axis for Xbox One controllers.

Strangely enough for DualSense controller (the PS5 Controller) in order to bind to triggers properly, i need to hold the trigger button before clicking on the bind i need to bind.

Edit: i guess for now on xbox controller and PS controller i just need to hold the stick/trigger before pressing on the bind 

Viewing posts 21 to 23 of 23 · Previous page · First page