简单关闭背包 (Easily Close Backpack)
默认在背包界面右键单击空白处或按下WASD可以关闭背包,提供空格、Lshift等选项,更多设置见详情。Right-click/WASD on empty areas to close backpack, options include Spacebar, LShift, and more. For additional settings, see details.
Provide a GUI settings page in game. The button is on the upper left corner of the main menu.
If you set "enable_gui_setting" to false and save, the button will not appear the next time main menu loads. You can reload the game, or enter a level to reload the main menu.
The configuration file is CloseBagSetting.ini, located within the game save folder. You can copy the save path in game.
The path is typically 【AppDataLocalLowTeamSodaDuckovSaves】.
[General]
enable_gui_setting = true
enable_in_base = true
enable_key_in_base = false
enable_mouse_right_click = true
enable_wasd = true
enable_left_shift = false
enable_space = false
[Special]
enable_when_injured = true
[Controls]
close_backpack_key = Escape
Modify the values on the right side of the equals sign (true or false) to enable/disable features. Specific functions are as follows:
enable_gui_setting Whether to show a setting button on the main menu. Enabled by default.
enable_in_base Takes precedence over any other settings. Whether to enable quick backpack closing in the base: Enabled by default. If disabled, the mod will not function within the base.
enable_key_in_base Whether to enable keyboard input in base, including custom key. Disabled by default
enable_mouse_right_click Whether to enable mouse right-click: Enabled by default
enable_wasd Whether to enable WASD keys: Enabled by default
enable_left_shift Whether to enable left shift: Disabled by default
enable_space Whether to enable spacebar: Disabled by default
enable_when_injured Whether to automatically close when taking damage: Enabled by default
close_backpack_key Custom key binding, can be set arbitrarily. Requires input of Unity’s Keycode. If unsure what this is, please search for it yourself.
Revisions:
Old revisions of this mod are available below. Click the link to download.