Elden Ring
0 of 0

File information

Last updated

Original upload

Created by

Nordgaren

Uploaded by

TNordgaren

Virus scan

Safe to use

Tags for this mod

Auto loot (4 comments)

  1. jwfiore
    jwfiore
    • supporter
    • 0 kudos
    Same issue, but I have this running alongside ERR. Here's my config:
    mods = [
        { enabled = true, name = "err", path = "mod" },
        { enabled = true, name = "erd tools", path = "mod2" }
    ]

    and I tried loading the dll externally too:
    external_dlls = ["C:\\Users\\jwfio\\Documents\\ModEngine-2.1.0.0-win64\\mod2ErdTools.dll"]
    and here's my ini:
    [DEBUG]
    ; Enable map during combat.
    enable_map_in_combat = 1
    ; Enable crafting during combat.
    enable_crafting_in_combat = 1
    ; Opens a window and logs flags with date and time.
    log_flags_in_console = 0

    [FRONTEND]
    ; Auto pickup items when in range
    pickup_materials = 1
    pickup_items = 1
    pickup_corpse_loot = 1
    pickup_lost_runes = 1
    enable_auto_pickup_in_combat = 1
    vanilla_pickup_animations = 0

    ; Lock interactions in combat (Challenge Run)
    lock_materials = 0
    lock_items = 0
    lock_corpse_loot = 0
    lock_lost_runes = 0
    lock_grace_unlocks = 0
    lock_grace_resting = 0

    ; Replace boss health bar damage numbers with boss poise.
    boss_poise_meter = 1
    ; Replace entity health bar damage numbers with boss poise.
    entity_poise_meter = 1

    [PARAM]
    ; The following params are spit into width and height. Width multiplies ActionButtonParam->radius and
    ; height multiplies ActionButtonParam->height AND ActionButtonParam->baseHeightOffset by the provided floating point value
    ; Default: 1.0
    ; Harvest range floating point multiplier. Effects auto harvest and the range at which the display prompt to harvest shows.
    harvest_width_multiplier = 2.0
    harvest_height_multiplier = 2.0
    ; Item range floating point multiplier. Effects ground loot and the range at which the display prompt to loot shows.
    item_width_multiplier = 1.0
    item_height_multiplier = 1.0
    ; Corpse Loot range floating point multiplier. Effects corpse loot and the range at which the display prompt to loot shows.
    corpse_loot_width_multiplier = 1.0
    corpse_loot_height_multiplier = 1.0
    ; Lost Runes range floating point multiplier. Effects lost runes and the range at which the display prompt to retrieve shows.
    lost_runes_width_multiplier = 1.0
    lost_runes_height_multiplier = 1.0

    ; Map scroll speed floating point multiplier.
    map_scroll_multiplier = 2.0
    ;Remove Weapon Stat Requirements
    remove_weapon_stat_requirements = 0

    [SAVE]
    ; New extension. 3 character limit.
    save_extension = sl2

    lastly, the log:
    [2023-12-07 14:45:32.108] [modengine] [info] Attempting to load global config at C:\Users\jwfio\Documents\ModEngine-2.1.0.0-win64\modengine2\config.toml
    [2023-12-07 14:45:32.108] [modengine] [info] Attempting to load mod settings config at C:\Users\jwfio\Documents\ModEngine-2.1.0.0-win64\config_eldenring.toml
    [2023-12-07 14:45:32.108] [modengine] [info] Local config loaded
    [2023-12-07 14:45:32.108] [modengine] [info] ModEngine version 2.1.0-0924ab36f1311bf84e7e626740b4bf2c0d54909a initializing for Elden Ring
    [2023-12-07 14:45:32.108] [modengine] [info] Local settings loaded: true, Global settings loaded: false
    [2023-12-07 14:45:32.108] [modengine] [info] Main thread ID: 22864
    [2023-12-07 14:45:32.109] [modengine] [info] Enabling extension base
    [2023-12-07 14:45:32.109] [modengine] [info] Enabled extension base
    [2023-12-07 14:45:32.109] [modengine] [info] Enabling extension mod_loader
    [2023-12-07 14:45:32.109] [modengine] [info] Installing mod location mod
    [2023-12-07 14:45:32.109] [modengine] [info] Resolved mod path to C:\Users\jwfio\Documents\ModEngine-2.1.0.0-win64\mod
    [2023-12-07 14:45:32.109] [modengine] [info] Installing mod location mod2
    [2023-12-07 14:45:32.109] [modengine] [info] Resolved mod path to C:\Users\jwfio\Documents\ModEngine-2.1.0.0-win64\mod2
    [2023-12-07 14:45:32.109] [modengine] [info] Enabled extension mod_loader
    [2023-12-07 14:45:32.150] [modengine] [info] Applied 3 hooks
    [2023-12-07 14:45:32.151] [modengine] [info] Starting worker thread
    1. TNordgaren
      TNordgaren
      • premium
      • 11 kudos
      Where is your ini?
  2. williamz3721
    williamz3721
    • premium
    • 0 kudos
    I am not sure if it's just me not know how to edit the ini files? But the auto loot feature isn't working. Before and after editing values. Not sure why. Any advice appreciated!
    1. TNordgaren
      TNordgaren
      • premium
      • 11 kudos
      are you sure you are loading the mod? How are you loading it?