Skip to content

Commit

Permalink
Update version info and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
CookiePLMonster committed May 7, 2022
1 parent 1320891 commit 395b01f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,10 @@ most of the hitches present when driving around!
* 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)
2 changes: 1 addition & 1 deletion source/VersionInfo.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defines {
"rsc_FullName=\"SilentPatch for Scarface\"",
"rsc_MinorVersion=0",
"rsc_RevisionID=2",
"rsc_RevisionID=3",
"rsc_BuildID=0",
"rsc_Copyright=\"2020-2022\"",
"rsc_UpdateURL=\"https://github.com/CookiePLMonster/SilentPatchScarface/releases\""
Expand Down

0 comments on commit 395b01f

Please sign in to comment.