Reference
When It Misbehaves
The handful of things that trip people up — black launches, silent plugins, antivirus, and the BepInEx 6 trap.
Almost every problem here is one of a handful of things, and almost all of them trace back to the same root cause: the wrong BepInEx build. Start by comparing your folder to the reference tree, then find your symptom below.
A Known-Good Install
If your Devilated folder matches this, the install is correct and any issue is
almost certainly in the config file rather than the setup:
<Devilated folder>/
├─ Devilated.exe
├─ winhttp.dll
└─ BepInEx/
├─ core/
├─ config/
│ ├─ BepInEx.cfg
│ └─ com.stixsworldhd.devilated.goreatmosfx.cfg
└─ plugins/
└─ StixsworldHD.DevilatedGoreAtmosFX.dllwinhttp.dllsits directly besideDevilated.exe.StixsworldHD.DevilatedGoreAtmosFX.dllis insideBepInEx\\plugins\\.com.stixsworldhd.devilated.goreatmosfx.cfgexists inBepInEx\\config\\— proof the plugin loaded.
Common Issues
The game launches but nothing looks different.
StixsworldHD.DevilatedGoreAtmosFX.dll is in BepInEx\plugins\ and that com.stixsworldhd.devilated.goreatmosfx.cfg exists in BepInEx\config\. No config file means the plugin never loaded.The game will not start at all now.
winhttp.dll sits directly beside Devilated.exe and was not quarantined. If you dropped in a BepInEx 6 / IL2CPP pack by mistake, remove it and install the BepInEx 5 Mono build instead. As a last resort, use Steam → Verify integrity of game files, which restores vanilla without deleting your BepInEx folder.My antivirus deleted winhttp.dll or the plugin.
winhttp.dll next to the executable, a pattern some scanners flag heuristically. Restore the file and add the Devilated folder as an exclusion. The files come from the official BepInEx release and your own mod build.I edited the config but it reverted / clamped my numbers.
A setting does not seem to apply until I reload.
Where is the in-game mod menu?
com.stixsworldhd.devilated.goreatmosfx.cfg in a text editor and relaunch (or let the live sweeps pick it up).Did this change my saves?
A future game patch broke one feature.
LogOutput.log for the one-line startup summary.Last Resorts
- Verify the game files. Steam → Devilated → Properties → Installed Files → Verify integrity. This restores vanilla executables without deleting your
BepInExfolder. - Re-extract cleanly. Delete
winhttp.dlland theBepInExfolder, then redo Part One and Part Two from scratch. - Read the log.
BepInEx\\LogOutput.logprints a one-line summary on startup. It will tell you whether the plugin loaded and which hooks applied. - Regenerate the config. Delete
com.stixsworldhd.devilated.goreatmosfx.cfgand relaunch to get a fresh, fully-documented default file.
Built By
The Gore, Blood, Lighting, Atmosphere & Particle Overhaul and this installation guide were designed, written and built by StixsworldHD (StixsmasterHD4k). The mod stands on BepInEx and HarmonyX. Devilated and all trademarks belong to their respective owners; this is an unofficial, fan-made modification.