Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "User:Suicide machine/Research bunker/Pathetic attempt at trying to understand the transmission"

From PCGamingWiki, the wiki about fixing PC games
(Created page with "Total transmission lenght - 64bytes {| class="wikitable" |- ! Offset !! Input/Output |- | 0-7 || ?? |- | 8 || Button inputs |- | 9 || Button inputs |- | 10 || Button inputs |-...")
 
(No difference)

Revision as of 08:57, 17 July 2018

Total transmission lenght - 64bytes

Offset Input/Output
0-7 ??
8 Button inputs
9 Button inputs
10 Button inputs
11 Left Trigger Pull (analog)
12 Right Trigger Pull (analog)
13 ??
14 ??
15 ??
16 ??
17 Something with a stick... got bored. Maybe figure it out later..

Button input encoding on bits

8th Byte

128 64 32 16 8 4 2 1
A X B Y LB RB LT Clicked RT Clicked

9th Byte

128 64 32 16 8 4 2 1
Left Flipper Start Home Select POV DOWN POV LEFT POV RIGHT POV UP

10th Byte

128 64 32 16 8 4 2 1
? Left Stick Pressed ?? Right Pad being touched Left Pad being touched Right Pad Pressed Left Pad Pressed Right Flipper

Trigger puuls

Basically a clean byte value where 0 is not pressed and 255 is pressed fully, 127 half etc.