
megas_kain
Published
needed to install physx separately using protontricks:
protontricks 21680 physx
it will fail to install properly
you need to install physx as an executable:
protontricks --no-background-wineserver 21680 shell
reset
wine ~/Downloads/PhysX_9.10.0513_SystemSoftware.exe
###click on yes when prompted (you will need a GUI to install it)
physx
https://github.com/z0z0z/mf-install
https://github.com/z0z0z/mf-installcab
created willowengine.ini to fix the full screen problem
the game statys minimized, fixed it by creating willowengine.ini file
after tinkering with it and installing the required extra packages it works really well with Proton
protontricks: physx downloaded mf from github repos I used a custom python script in the launcher options to raise the "Borderlands2.exe" process to focus and get raised to foreground:
/usr/bin/python3 -u ~/scripts/raise_window-BL2.py & </dev/null; %command%
like it was mentioned earlier, the game would launch but stayed minimized, and if you're not fast enough to maximize the windows, the game will hang... I ended up using a custom python script to raise the game's execution proc (Borderlands2.exe) and make it go to the foreground