Skip to content

Commit

Permalink
Added more info to the comments of various keys in [Input] section in…
Browse files Browse the repository at this point in the history
… ddraw.ini.
  • Loading branch information
NovaRain committed Jun 12, 2018
1 parent 540abbe commit f28a179
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions artifacts/ddraw.ini
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ SpeedModKey=-1

;A key to press to toggle the speed tweak on or off
;Specify 0 if you don't want a toggle key, or a DX scancode otherwise
SpeedToggleKey=0x00
SpeedToggleKey=0

;The keys corresponding to the 10 speed slots
;Set to 0 to disable a slot, otherwise specify the DX scancode of the key you want to use
Expand All @@ -128,6 +128,7 @@ SpeedKey9=0x00
WindowScrollKey=0

;A key to press to toggle the highlighting of all items on the ground on the current map
;Set to 0 if you don't want a toggle key, or a DX scancode otherwise
ToggleItemHighlightsKey=42

;Set to 1 to also highlight containers
Expand All @@ -144,12 +145,15 @@ HighlightContainers=0
OutlineColor=0x10

;A key to press to reload your currently equipped weapon
;Set to 0 if you don't want a reload key, or a DX scancode otherwise
ReloadWeaponKey=0

;A key to hold down to let you move/drop a whole stack of items at once without the 'Move Items' window
;Set to 0 if you don't want to use a modifier key, or a DX scancode otherwise
ItemFastMoveKey=0x1d

;A key to press to open a debug game editor
;A key to press to open a debug game editor (requires FalloutClient.exe from the modders pack)
;Set to 0 to disable, or a DX scancode otherwise
DebugEditorKey=0

;XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Expand Down

0 comments on commit f28a179

Please sign in to comment.