0 of 0

File information

Last updated

Original upload

Created by

TequilaSunset41

Uploaded by

TequilaSunset41

Virus scan

Some manually verified files

Tags for this mod

6 comments

  1. ConnorMitchell
    ConnorMitchell
    • supporter
    • 0 kudos
    Sticky
    Windows defender flags this as a trojan im not sure why might be a false flag but im not sure, Are you able to give some clarification on this please.
    1. TequilaSunset41
      TequilaSunset41
      • premium
      • 21 kudos
      When I uploaded the executable, nexusmods also flagged it as a trojan and blocked it. After I requested the moderator this mod passed. The executable contains nothing harmful but only the batch script in the description, converted by Bat To Exe Converter. I believe it's a problem on how security vendors treat executables converted from batch script. 

      And of course, you can just use the original batch script version in optional files, it's able to be opened with notepad so you see its content. You could even copy the code and make the batch script by your self. Executable version is for better user experience, such as silent launch without showing a cmd window, and is easy to make a shortcut or add to steam.
  2. TimeCater
    TimeCater
    • member
    • 0 kudos
    Clicking on either .bat / .exe only removes .dll and by clicking it once again nothing comes up and also .dll is still removed leaving this mod meaningless since you have to go back again  to add the .dll. Please fix this issue.
    1. TequilaSunset41
      TequilaSunset41
      • premium
      • 21 kudos
      The script doesn't remove the .dll but only renames it after it's loaded. And for next launch it should renames the .dll back to be loaded. Maybe you can check again?
    2. Genesis1993
      Genesis1993
      • member
      • 2 kudos
      SAME problem here. Game doesnt launch. .bat / .exe renames dinput8.dll to "file"
      Needed to download Elden Mod Loader again

      if exist dinput8.dll (
       if exist dinput8 (
        del dinput8
       )
      ) else (
       ren dinput8 dinput8.dll
      )
      .\modengine2_launcher.exe -t er -c .\config_eldenring.toml
      timeout /t 1
      ren dinput8.dll dinput8
      exit

      Why tho ??
    3. TimeCater
      TimeCater
      • member
      • 0 kudos
      By that I mean renames to dinput8 but does not rename it back. so I have to go and manually rename it back again. 
    4. TequilaSunset41
      TequilaSunset41
      • premium
      • 21 kudos
      It's meant to work by launching vanilla game through original eldenring.exe while launch modded game through the .exe from this mod.