Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CookiePLMonster/SilentPatchScarface
SilentPatch for Scarface: The World is Yours
https://github.com/CookiePLMonster/SilentPatchScarface
scarface silentpatch
Last synced: 6 days ago
JSON representation
SilentPatch for Scarface: The World is Yours
- Host: GitHub
- URL: https://github.com/CookiePLMonster/SilentPatchScarface
- Owner: CookiePLMonster
- License: mit
- Created: 2020-03-29T12:34:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-07T15:46:56.000Z (over 2 years ago)
- Last Synced: 2024-08-01T19:47:24.081Z (3 months ago)
- Topics: scarface, silentpatch
- Language: C++
- Homepage:
- Size: 32.2 KB
- Stars: 74
- Watchers: 7
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SilentPatch for Scarface
Scarface: The World is Yours is one of these games which nowadays are unplayable out of the box.
Graphical corruptions present on nearly all modern machines makes the game impossible to play without using
unofficial fixes. However, until now those were working the issue around and could result in slightly degraded
performance.SilentPatch for Scarface fixes this issue in the least invasive way possible, and comes with an array of improvements
to the game's performance. In the best case, those fixes might **double** game's performance and eliminate
most of the hitches present when driving around!## Featured fixes
* Game-breaking graphical corruptions have been fixed, making the game playable on modern multicore machines
* Allowed the game to use all CPU cores (instead of locking to one core), dramatically improving performance
* Removed an unneeded multithreaded flag from the D3D device, possibly improving performance slightly
* Introduced a cache for some D3D resources used by the game, dramatically reducing the amount of stutter when roaming around the city
* Made the game list all selectable resolutions instead of a cherry picked list
* Moved game's settings from the Registry to settings.ini in game directory - this resolves possible issues with saving settings
* Added an option to adjust the camera speed from settings.ini via a `CameraSpeedMultiplier` option
* Added an option to adjust Field of View from settings.ini via a `FOV` option## Credits
* [ermaccer](https://github.com/ermaccer) - `CameraSpeedMultiplier` and `FOV` options![preview](https://i.imgur.com/XnNcJpM.png)