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
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) || Primary Fire
 
| 0x05  || Int (4) || Primary Fire
Line 31: Line 31:
  
  
 
+
<pre>
 
Keycode -> key
 
Keycode -> key
 
0x0B = A
 
0x0B = A
Line 68: Line 68:
 
0xCB = ?? Mouse
 
0xCB = ?? Mouse
 
0xCC = ?? Mouse
 
0xCC = ?? Mouse
 +
</pre>

Revision as of 17:42, 27 August 2017

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) Use key
0x32 Int (4) Ghost Mode
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 = ?? Mouse
0xCB = ?? Mouse
0xCC = ?? Mouse