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/ProjectDIRT ControlsBin"

From PCGamingWiki, the wiki about fixing PC games
m
m (Blackbird moved page User:Example/Research bunker/ProjectDIRT ControlsBin to User:Suicide machine/Research bunker/ProjectDIRT ControlsBin over a redirect without leaving a redirect: revert)
 
(5 intermediate revisions by 2 users not shown)
Line 5: Line 5:
 
! Offset: !! Type (byte length) !! Description
 
! Offset: !! Type (byte length) !! Description
 
|-
 
|-
| 0x00  || Int (4) || Use key
+
| 0x00  || Byte (1) || ???
 
|-
 
|-
| 0x01  || Int (4) || Use key
+
| 0x01  || Int (4) || ???
 
|-
 
|-
| 0x05  || Int (4) || Use key
+
| 0x05  || Int (4) || Primary Fire
 
|-
 
|-
| 0x09  || Int (4) || Use key
+
| 0x09  || Int (4) || Use ability
 
|-
 
|-
 
| 0x0D  || Int (4) || Jump key
 
| 0x0D  || Int (4) || Jump key
 
|-
 
|-
| 0x11  || Byte (1) || Use key
+
| 0x11  || Int (4) || ???
 +
|-
 +
| 0x35  || Int (4) || Ghost Mode
 +
|-
 +
| 0x39  || Int (4) || Use key
 
|-
 
|-
 
| 0x49  || Int (4) || Forward
 
| 0x49  || Int (4) || Forward
Line 24: Line 28:
 
|-
 
|-
 
| 0x55  || Int (4) || Step right
 
| 0x55  || Int (4) || Step right
|-
 
| 0x39  || Byte (1) || Use key
 
|-
 
| 0x39  || Byte (1) || Use key
 
|-
 
| 0x39  || Byte (1) || Use key
 
|-
 
| 0x39  || Byte (1) || Use key
 
|-
 
| 0x39  || Byte (1) || Use key
 
|-
 
| 0x39  || Byte (1) || Use key
 
|-
 
| 0x39  || Byte (1) || Use key
 
 
|-
 
|-
 
|}
 
|}
Line 43: Line 33:
  
  
 
+
<pre>
 
Keycode -> key
 
Keycode -> key
 
0x0B = A
 
0x0B = A
Line 74: Line 64:
 
0x35 = 9
 
0x35 = 9
 
0x36 = 4
 
0x36 = 4
 +
 +
0xC8 = Left Mouse
 +
0xC9 = Right Mouse
 +
0xCA = M-Wheel Up
 +
0xCB = M-Wheel Down
 +
0xCC = ?? Mouse
 +
</pre>

Latest revision as of 09:29, 17 July 2018

Example of Controls.bin
Offset: Type (byte length) Description
0x00 Byte (1) ???
0x01 Int (4) ???
0x05 Int (4) Primary Fire
0x09 Int (4) Use ability
0x0D Int (4) Jump key
0x11 Int (4) ???
0x35 Int (4) Ghost Mode
0x39 Int (4) Use key
0x49 Int (4) Forward
0x4D Int (4) Backward
0x51 Int (4) Step Left
0x55 Int (4) Step right


Keycode -> key
0x0B = A
0x0C = B
0x0D = C
0x0E = D
0x0F = E
0x10 = F
0x11 = G
0x12 = H
0x13 = I
0x14 = J
0x15 = K
0x16 = L
0x17 = M
0x18 = N
0x19 = O
0x1A = P
0x1B = Q
0x1C = R
0x1D = S
0x1E = T
0x1F = U
0x20 = V
0x21 = W
0x22 = X
0x23 = Y
0x24 = Z

0x35 = 9
0x36 = 4

0xC8 = Left Mouse
0xC9 = Right Mouse
0xCA = M-Wheel Up
0xCB = M-Wheel Down
0xCC = ?? Mouse