basic guide to get plutonium, t4/t5/t6 working under linux

You'll need a 64bit installation (recommended) of wine, i recommend using wine-staging for this. Wine32 does work but you could run into some unexpected issues and whatnot.

Install wine(whatever you prefer), winetricks, dxvk and then create a 64 bit wine prefix. this can be done with winecfg command or using winetricks.

Then use winetricks to install these dependencies. [ dotnet48 d3dcompiler_47 corefonts vcrun2005 d3dcompiler_43 d3dx11_42 d3dx11_43 gfw msasn1 physx xact_x64 xact xinput dxvk ] if it errors, its fine. retry till all of them are installed you can view currently installed components using winetricks

i made a "script" that i use to launch plutonium here are the contents of that file

#!/bin/bash

export DXVK_ASYNC=1

export DXVK_STATE_CACHE_PATH=$HOME/.cache

/etc/eselect/wine/bin/wine $HOME/plutonium.exe #eselect part is only here because im using gentoo, change yours to your system

then make that file a executable with chmod +x and then you're done.

i was able to get bo IIII (bo4) zm, mp working with this same wineprefix, make sure to get DXVK working or you'll run into some serious issues