Fallout 2 toggle keys values

lubierzca

First time out of the vault
I tried to modify ddraw.ini a little bit for my liking, and there are things like for example:

;Toggle the global shader on or off
ToggleGlobalShader=0x52

;A key to press to toggle the highlighting of all items on the ground on
the current map
ToggleItemHighlightsKey=42

;DX scancode of a key to press when the middle mouse button is clicked
;The default of 0x30 toggles between your two weapons
;Set to 0 to disable
MiddleMouse=0x30

What those numbers mean? What value should I put in those, to assign global shader to for example CTRL key, highlight items for ALT key and assign middle mouse to end a turn?
 
keynumbers2.gif
 
lubierzca said:
How about changing a function of middle mouse key?
The combat turn ending is assigned to the Spacebar key. According to the Pixote's keymap, it is a decimal value 57. That middle mouse button parameter looks like a hexadecimal number though, so I guess this line will do the trick:
Code:
MiddleMouse=0x39
 
Just hit F1 key (in-game) or check the game manual for a keyboard shortcuts. All of them can be assigned right the same way. :wink:
 
Back
Top