mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
Added ItemMoveSkipDragKey from 4.x
This commit is contained in:
+7
-1
@@ -240,12 +240,18 @@ 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 a fast move key, or a DX scancode otherwise
|
||||
ItemFastMoveKey=29
|
||||
ItemFastMoveKey=42
|
||||
|
||||
;Set to 1 to skip the 'Move Items' window when taking items from containers or corpses and not holding down ItemFastMoveKey
|
||||
;Requires ItemFastMoveKey to be enabled
|
||||
FastMoveFromContainer=0
|
||||
|
||||
;A key to hold down to let you move items between inventory lists by simply clicking on them
|
||||
;In the inventory screen, items from the main inventory list will go to appropriate slots
|
||||
;Set to 0 if you don't want a skip drag key, or a DX scancode otherwise
|
||||
;Can be mapped to the same key as ItemFastMoveKey for a combined effect
|
||||
ItemMoveSkipDragKey=29
|
||||
|
||||
;A key to press to open a debug game editor
|
||||
;Set to 0 to disable, or a DX scancode otherwise
|
||||
;Requires sfall debugging mode and FalloutDebug.exe from the modders pack
|
||||
|
||||
Reference in New Issue
Block a user