Adding Mods to Games

So not sure where else to ask, maybe someone here knows?

I am using Heroic Launcher to play Control which I own through GOG.

There are a few mods I wanted to add to the game:

The first mod is a requirement for the next 3.


So the first mod for Windows I would need to add the DLL to where the game is installed. This is where I run into issues. I did that, put the DLL in the games install directory, however it is not loading the DLL.

I investigated using Winetricks GUI from Heroic Launcher to see if there was a way to add a DLL and register it. However, it doesn't give me an option to install a custom DLL.

All of my searching has not lead me to see how I could register the DLL for my Control Prefix.


I could be going about this all wrong, so if anyone has any tips or suggestions I would very much appreciate it.

Thank you!

15 points · 3 comments · view on lemmy.world

3 Comments

themoonisacheese@sh.itjust.works · 5 pts · 2y (2 replies)

Set a launch option:

WINEDLLOVERRIDES="dllname.dll=n,b" %command%

This is for steam (I don't think %command% works in heroic) but if you have access to winecfg in your prefix, you could also add the override through there.

ober@lemmy.dbzer0.com · 3 pts · 2y

Just to clarify, I believe the exact thing you need on Heroic is WINEDLLOVERRIDES="iphlpapi.dll=n,b" in the launch options for the game.

Hellmo_Luciferrari@lemm.ee · 1 pts · 2y

That worked, thank you!