diff --git a/DATA/DSfix.ini b/DATA/DSfix.ini index b83b11f..85f402b 100644 --- a/DATA/DSfix.ini +++ b/DATA/DSfix.ini @@ -1,3 +1,6 @@ +# You can configure DSfix by editing this file +# Lines starting with "#" are ignored by the program and contain descritpions of the options + ############################################################################### # Graphics Options ############################################################################### diff --git a/DATA/DSfixKeys.ini b/DATA/DSfixKeys.ini index c45d285..6df0a9e 100644 --- a/DATA/DSfixKeys.ini +++ b/DATA/DSfixKeys.ini @@ -1,6 +1,8 @@ ## DSfix Keybindings -# Scroll down for a list of actions and keys # Lines that start with "#" are ignored! +# The format is "[name of action] [name of key to use]" +# For example, "toggleHUD VK_RCONTROL" means "perform the action toggleHUD when the right control key is pressed" +# Scroll down for a list of actions and keys toggleCursorCapture VK_F6 toggleCursorVisibility VK_F7 @@ -22,6 +24,7 @@ toggle30FPSLimit VK_BACK #reloadHUDVertices VK_NUMPAD9 #userTrigger VK_F1 +#togglePaused VK_F9 # Available Actions: # toggleCursorVisibility, toggleCursorCapture, toggleBorderlessFullscreen, takeHudlessScreenshot, toggleHUD, diff --git a/DATA/VERSIONS.txt b/DATA/VERSIONS.txt index eb214cf..4f031e4 100644 --- a/DATA/VERSIONS.txt +++ b/DATA/VERSIONS.txt @@ -1,3 +1,11 @@ +19-09-2013 -- version 2.1 +========================= +- Made FPS unlocking compatible with the updated version of Dark Souls released 2 days ago + (thanks boowoo90 for providing the updated addresses) +- Added a configurable pause key (built for taking nice action screenshots. Don't try to use online) +- Changed frame rate calculation to perhaps prevent rare 59 FPS issue when playing for a long time + + 22-12-2012 -- version 2.0.1 ========================= - Fixed HUD modification bug introduced in 2.0