-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f1c055a
commit e3c509a
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# SilentPatch for The Godfather: The Game | ||
|
||
This early 2006 game shipped with a movie player using an obscure DirectDraw feature - hardware overlays. | ||
Unfortunately for users, Windows XP was the last OS to support those, so when Windows Vista came out | ||
in late 2006, The Godfather would start crashing on launch! Every next Windows release followed, | ||
so the only way to play this game without being forced to remove videos (and thus lose | ||
some content) is to play on 2000 or XP! | ||
|
||
SilentPatch aims to fix this annoyance, so now movie player works flawlessly on any operating syetem. | ||
This is not the only fix included, however. | ||
|
||
Fixes featured in this plugin: | ||
|
||
### Crash and bug fixes | ||
* Movie player has been rewritten to work on any operating system | ||
* Game has been disallowed from writing registry keys to `HKEY_LOCAL_MACHINE` - those writes were | ||
relayed to VirtualStore, potentially creating hard to troubleshoot crashes | ||
|
||
### Quality of life improvements | ||
* In addition to making movie player usable, it now can be configured to preserve aspect ratio of | ||
displayed movies instead of stretching them. Refer to SilentPatchGF INI file for more details | ||
* An option to skip intro movies has been added to SilentPatchGF INI file | ||
* An option to change FPS cap has been added to SilentPatchGF INI file (game defaults to 30FPS, but | ||
it appears like using 60FPS does not cause any major issues) | ||
* Log file has been relocated to main game directory - so game does not attempt to write to `C:\` when | ||
it crashes | ||
* Game is now fully portable - dependency on installation path in registry has been removed | ||
* Game now defaults to desktop resolution on the first launch - so it will not default to 800x600 anymore | ||
|
||
## Compilation requirements | ||
|
||
Project is supposed to build out of the box with Visual Studio 2017. | ||
|
||
## Credits | ||
|
||
* [aap](https://github.com/aap) - help with shaders | ||
* [Blackbird88](https://github.com/Blackbird88) - testing | ||
* [ThirteenAG](https://github.com/ThirteenAG) - Ultimate ASI Loader |