Archthrones Auto Toggler
⚪ Last updated 2024⚠️ Install Order · 1 step
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
Preview

🔍 Analysis
- 👍 1.9% endorsement rate — high engagement, a strong quality signal
- 🏆 #28 of 69 Utilities mods in this game by downloads
📋 About This Mod
Tired editing "dinput8.dll" for switching between Archthrones and vanilla? Well you get this defenitely convenient launcher which will automatically manage it for you, and is easy to add a shortcut to desktop or Steam.
This mod works as a launcher that starts Archthrones with Mod Engine enabled and automatically disables it for switching to vanilla game.
It's an executable converted from a batch script which is also available to view in below, meant to work with Archthrones installed.
I've done limited tests and if you encounter any problem welcome to post your feedback!
How it works:
Mod Engine works in a way that uses "dinput8.dll" to reject, so you have to rename, move or delete the file to disable it so you can start vanilla game.
This launcher starts modded game with Mod Engine enabled, and renames "dinput8.dll" to "dinput8" after Mod Engine is loaded to make vanilla game able to start. Next time you run this launcher, it would rename "dinput8" back to "dinput8.dll" to start Archthrones, and do the reverse thing again. All automatically, and silently. This mod should be also compatible with any possible future update of Archthrones.
About anti-virus:
My other mods:
Full Dynamic Range Fix
Code with comments:
@echo off ::Hide the cmd window on start.
chcp 65001 ::Support path with Unicode characters.
if exist dinput8.dll ( ::Check if dinput8.dll exists which means an ModEngine unmodded is installed.
::dinput8.dll exists. It's possibly the first run of this script or ModEngine have been updated or reinstalled.
if exist dinput8 ( ::Check if dinput8 exists which means an ModEngine modded previously by this script is installed. This determines if ModEngine have been updated or reinstalled.
::dinput8.dll and dinput8 both exist. It's likely ModEngine have been updated or reinstalled.
del dinput8 ::Delete the ModEngine modded previously by this script.
::dinput8.dll doesn't exist. It's likely not the first run of this script.
ren dinput8 dinput8.dll ::Rename dinput8 to enable ModEngine for Archthrones to load.
.\DarkSoulsIII.exe ::Launch Archthrones.
timeout /t 1 ::Run next steps after a delay of 1 second to make sure ModEngine is loaded.
ren dinput8.dll dinput8 ::Rename dinput8.dll to disable ModEngine for vanilla game able to launch.
exit ::Close cmd.
A launcher utility for Dark Souls III that automatically enables Mod Engine when starting Archthrones and disables it for vanilla play. With 80 endorsements and 4,252 downloads, it's a niche tool for players who switch between modded and vanilla frequently.
✨ Key Features
📊 Pros & Cons
✅ Pros
- Saves time by automating the mod engine toggle
- Decent download count (4,252) shows real demand
- Simple concept that does exactly what it says
⚠️ Cons
- Only 80 endorsements—small but dedicated user base
- Last updated May 2024—may not support future game updates
- No detailed instructions or troubleshooting provided
For Dark Souls III players who regularly switch between Archthrones and vanilla and want a one-click solution. Skip if you only play one version or don't mind manual toggling.
💡 Beginner Tips
- Place the launcher in your Dark Souls III root folder where Mod Engine is installed.
- Run the launcher as administrator to avoid permission issues with game files.
- Test switching to vanilla once to ensure it restores original files correctly.
📊 Mod Details
- Game
- Dark Souls 3 Mods
- Author
- TequilaSunset41
- Version
- 1.0
- Downloads
- 4,252
- Endorsements
- 80
- Category
- Utilities
- Created
- 5/11/2024
- Updated
- 5/11/2024
🔧 How to Install Dark Souls 3 Mods
Download from Nexus.
📖 Full step-by-step install guide for Dark Souls 3 →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Dark Souls 3 commands, item IDs, and more.
Keep browsing — more Dark Souls 3 mods await