Crow
Published
drop fps
Playable in maximum quality, but with frames dropping at times.
the experience was native, just install the Media Foundation DLL:
Follow the steps:
git clone https://github.com/z0z0z/mf-install WINEPREFIX="/your_path/Steam/steamapps/compatdata/399810/pfx" ./mf-install.sh
This game runs very well, without any adjustments. Is to install and play. High framerate
Download - https://github.com/doitsujin/dxvk/releases . $ tar -zxvf dxvk-1.5.3.tar.gz && cd dxvk-1.5.3 . $ ~/dxvk-1.5.3$ WINEPREFIX=/home/youruser/steam/Steam/steamapps/compatdata/12120/pfx ./setup_dxvk.sh install
Sudden frame drops. I do not recommend.
Frame drops
- 1 - Install Git (Debian/Ubuntu/Mint etc)
$ sudo apt install git
- 2 - Download resources:
$ git clone https://github.com/z0z0z/mf-install
$ git clone https://github.com/z0z0z/mf-installcab
- 3 - Install:
$ WINEPREFIX=YOUR_PATH/compatdata/1029890/pfx ./mf-install/mf-install.sh
$ WINEPREFIX=YOUR_PATH/compatdata/1029890/pfx ./mf-installcab/mf-install.sh
Now you need to get mfplat.dll in your application directory (it's in the mf-installcab folder); give permission;
$ chmod +x mfplat.dll;
Users who installed Steam via Flatpak will need some "different" changes for the game to work properly.
**1. First you need to edit the Launch Options.**
Right click on the Game, go to Properties, click on Launch Options, and add this.
PROTON_DUMP_DEBUG_COMMANDS=1 %command%
2. Run steam with this parameter below:
$ flatpak run --filesystem=/tmp com.valvesoftware.Steam
[WARNING]: Replace YOURUSER with your Linux username;
3. A folder with the name "proton_yourusername" will be created in /tmp; inside it you must copy the file "run" to folder:
~/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/Mafia II Definitive Edition/pc/Mafia2Launcher
4. Edit the following lines in the "run" file to:
cd "/home/YOURUSER/.local/share/Steam/steamapps/common/Mafia II Definitive Edition/pc/Mafia2Launcher"
DEF_CMD=("/home/YOURUSER/.local/share/Steam/steamapps/common/Mafia II Definitive Edition/pc/Mafia2Launcher/Launcher.exe")
to:
cd "/home/YOURUSER/.var/app/com.valvesoftware.Steam/data/Steam/steamapps/common/Mafia II Definitive Edition/pc/"
DEF_CMD=("/home/YOURUSER/.var/app/com.valvesoftware.Steam/data/Steam/steamapps/common/Mafia II Definitive Edition/pc/Mafia II Definitive Edition.exe")
5. Rename the Launcher.exe file to Laucher.exe.bkp
6. Rename the "run" script to Launcher.exe
7. Remove the command: "PROTON_DUMP_DEBUG_COMMANDS=1 %command%"
Extra fixes 1: The language can be changed in the file (you must start the game for this file to be created.):
/home/YOURUSER/.var/app/com.valvesoftware.Steam/data/Steam/steamapps/compatdata/1030830/pfx/drive_c/users/steamuser/My Documents/My Games/Mafia II Definitive Edition/Data/profiles/76561198093149717/settings.xml
Extra fixes 2: Within the game, enter in options > video and change the fps limit to unlimited. This corrects the low framerate.
It is possible to run the game with Steam Play at high frame rates after some corrections.
Fix FPS Cap, FOV, and Chromatic Aberration
1- Start the game to create the /pfx folder and install the dependencies.
2- Open the GameUserSettings.ini
file with your favorite text editor.
YOUR_PATH/Steam/steamapps/compatdata/514900/pfx/drive_c/users/steamuser/Local Settings/Application Data/TheObserver/Saved/Config/WindowsNoEditor/GameUserSettings.ini
Now change the value of the variable:
FrameRateLimit = 0.000000
for
FrameRateLimit = 144.000000
3- Open the Engine.ini
file:
YOUR_PATH/Steam/steamapps/compatdata/514900/pfx/drive_c/users/steamuser/Local Settings/Application Data/TheObserver/Saved/Config/WindowsNoEditor/GameUserSettings.ini
Add the content below to the end and save.
[/script/engine.localplayer]
AspectRatioAxisConstraint=70
4- Install Media Foundation DLL (Debian, Ubuntu, Mint Etc)
$ sudo apt install git
$ git clone https://github.com/z0z0z/mf-install
$ cd mf-install
$ WINEPREFIX=YOUR_PATH/Steam/steamapps/compatdata/514900/pfx ./mf-install.sh
It is possible to run the game with Steam Play at high frame rates after some corrections.
Fix FPS Cap, FOV, and Chromatic Aberration
1- Start the game to create the /pfx folder and install the dependencies.
2- Open the GameUserSettings.ini
file with your favorite text editor.
YOUR_PATH/Steam/steamapps/compatdata/514900/pfx/drive_c/users/steamuser/Local Settings/Application Data/TheObserver/Saved/Config/WindowsNoEditor/GameUserSettings.ini
Now change the value of the variable:
FrameRateLimit = 0.000000
for
FrameRateLimit = 144.000000
3- Open the Engine.ini
file:
YOUR_PATH/Steam/steamapps/compatdata/514900/pfx/drive_c/users/steamuser/Local Settings/Application Data/TheObserver/Saved/Config/WindowsNoEditor/Engine.ini
Add the content below to the end and save.
[/script/engine.localplayer]
AspectRatioAxisConstraint=70
4- Install Media Foundation DLL (Debian, Ubuntu, Mint Etc)
$ sudo apt install git
$ git clone https://github.com/z0z0z/mf-install
$ cd mf-install
$ WINEPREFIX=YOUR_PATH/Steam/steamapps/compatdata/514900/pfx ./mf-install.sh
If your Steam installation was via flatpak on Debian Buster follow these steps (or adapt):
$ sudo apt-get install python cabextract wine $ git clone https://github.com/z0z0z/mf-installcab $ cd mf-installcab $ WINEPREFIX=$HOME/steam/Steam/steamapps/compatdata/883710/pfx ./install-mf-64.sh
Now you need to get mfplat.dll in your application directory; give permission to run. $ chmod +x mfplat.dll
- 1 - Install cabextract (Debian/Ubuntu/Mint etc)
$ sudo apt-get install cabextract
- 2 - Download Windows Media Player 11 x64: wmp11-windowsxp-x64-enu.exe
- 3 - Extract the archive:
cabextract wmp11-windowsxp-x64-enu.exe -d wmp11 && cd wmp11
- 4 - Set prefix to Windows XP:
$ WINEPREFIX=YOUR_PATH/304240/pfx wine winecfg
Chose "Windows XP" in the drop-down menu and click "OK"
- 5 - Install Windows Media Player:
$ WINEPREFIX=YOUR_PATH/304240/pfx wine ./wmfdist11-64.exe
Press Ctrl+C when the installer has finished
$ WINEPREFIX=YOUR_PATH/304240/pfx wine wineboot
$ WINEPREFIX=YOUR_PATH/304240/pfx wine ./wmp11-64.exe
Press Ctrl+C when the installer has finished
$ WINEPREFIX=YOUR_PATH/304240/pfx wine wineboot
- 6 - . Set prefix to Windows 7. Ready! now the game runs the cutscenes
$ WINEPREFIX=YOUR_PATH/304240/pfx wine winecfg