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?
;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?