《四海兄弟: 最终版》​

《四海兄弟: 最终版》​

评价数不足
Fixing the game's fps limiter
由 H3llF1re 制作
Figured out how to engage this game's built-in limiter. You need a copy of Mafia 3: DE to do this.

1) Start Mafia 3 DE, set a 60fps lock (or a 30fps one if you prefer) and save the settings. Exit the game.

2) Replace this file: Documents\My Games\Mafia Definitive Edition\Data\<ID>\profiles\temporaryprofile\profile_videosettings.pf with the one from Mafia 3 (here: %LocalAppData%\2K Games\Mafia III\Data\<ID>\profiles\temporaryprofile\profile_videosettings.pf)

3) Play Mafia: Definitive Edition and change the graphics settings as desired (I use exclusive Fullscreen, VSync off but enabled in Nvidia Control Panel, everything on High)

Note: you can't modify the profile_videosettings.pf file by hand - even with a Hex editor. The game finds it corrupted and overwrites it. A valid Mafia 3 file does work though, hence why this solution is legit.

Enjoy nice smooth 60fps at last :)
   
奖励
收藏
已收藏
取消收藏
1 条留言
Terrobility 10 月 3 日 下午 5:53 
It uses a CRC32 checksum which is then reversed, two characters at a time. Someone on PCGamingWiki explained how to update the checksum after manually editing config files:

- Save and close file.pf and re-open the file in HxD or another hex editor.
- Scroll to the bottom of the file in HxD and delete the last 4 bytes of the file. (Accept the warning about resizing the file from HxD).
- Calculate the CRC-32 checksum of the resulting file. In HxD, navigate to Analysis > Checksums.. and select CRC-32 as the algorithm and press OK.
- Insert the CRC-32 checksum from the results pane into the file by manually typing the bytes in reverse order. Example: If the CRC-32 result is B05A4BA1, then type in A1 4B 5A B0. Save the file.