diff --git a/README.md b/README.md index a956993..a0d2a3f 100644 --- a/README.md +++ b/README.md @@ -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) \ No newline at end of file diff --git a/source/VersionInfo.lua b/source/VersionInfo.lua index eb3f484..b9abeb8 100644 --- a/source/VersionInfo.lua +++ b/source/VersionInfo.lua @@ -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\""