Here's an odd question for ya, I've been using protonhax with steam in order to use tools like Cheatengine which normally can't find steam games and hook onto them. I use the following command for that:
And it works great. But now I would like to mod the game too using ScriptHook, ASI loaders and similar. This is done by loading DLLs, after some searching around, I found that WINEDLLOVERRIDES can be used to allow the required DLL files. That would make the steam launch command look like this:
WINEDLLOVERRIDES="dinput8,ScriptHookV=n,b" %COMMAND%
Which also works great for loading mods.
The problem is, no matter what I try, it seems impossible to pass this variable to protonhax, or somehow make a combined command line argument string, which allows me to both use mods and attach cheatengine at the same time. Any ideas?