Configurable AutoLoot and Fast Interact mod
It can auto-loot nearby items, extend interaction distance, and speed up some interactions.

Install:
  Put version.dll, autoloot.asi, and autoloot.ini in the game folder:
  SteamLibrary\steamapps\common\Crimson Desert\bin64\

Uninstall:
  Delete version.dll, autoloot.asi, and autoloot.ini from the folder.

Usage:
  Launch the game and press Alt+P or D-pad Down+B (default) to open the menu.
  Press Alt+O or D-pad Down+A (default) to toggle auto-loot.
  While the menu is open, use the controller D-pad to move, A to toggle,
  and B to close the menu.
  Use the menu to toggle the mod and adjust the available options.
  Changes are written back to autoloot.ini immediately.
  If the overlay disables itself, the menu will stop working for that session,
  but the mod features still keep running.

Current caveats:
  Extended interaction range can still trigger things you may not want,
  such as opening doors or hiding in hay bales.
  It is disabled by default.
  If the overlay disables itself on your system, please supply autoloot.log
  if possible.

Recommended use:
  Leave extended interaction range off unless you really want it.
  If you want the safest setup, turn it on only when you want to clear an area.

Customising hotkeys:
  Open autoloot.ini and edit the values under [Hotkeys].
  Menu keyboard: MenuToggle
  Menu controller: MenuToggleController
  Auto-loot keyboard: AutoLootToggle
  Auto-loot controller: AutoLootToggleController
  Toggle also still works as an alias for MenuToggle.
  Keyboard format: [modifier+]key  (modifiers: alt, ctrl, shift)
  Examples:
    MenuToggle=alt+p
    AutoLootToggle=alt+o
    MenuToggle=f9
  Controller format: button[+button]
  Examples:
    MenuToggleController=dpad_down+b
    AutoLootToggleController=dpad_down+a
    MenuToggleController=none
    AutoLootToggleController=none
  The game must be restarted for hotkey changes to take effect.

Version history:
  1.0.0 - Initial release
  1.1.0 - Configurable hotkeys
  2.0.0 - ImGui menu, saved settings, filters, and safer defaults
  2.1.0 - Keyboard and controller bindings for menu and auto-loot, plus controller menu support
  2.2.0 - Smaller release build
  2.3.0 - Overlay warm-up, extra DX12 telemetry, and Dear ImGui 1.92.6

This mod is based on work from wyongcan2019 and heavily leans on his AutoLoot Cheat Table
Permission to use his work has been given. Thank you wyongcan2019!

Also thank you to nefariouslover, who graciously provided some notes on interaction types!

Uses Ultimate-ASI-Loader:
MIT License

Copyright (c) 2023 ThirteenAG

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
