Last active
November 1, 2019 13:31
-
-
Save dw5/c031ca643c057545eeac1dfe77e542c0 to your computer and use it in GitHub Desktop.
SWINEExtraOptionsSettings.ini
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
[Hotkeys] // Look at http://cherrytree.at/misc/vk.htm for key values (decimal) | |
AddSP = 104 // Hotkey to add SP (Default = 104 = Num8 key) | |
DecSP = 98 // Hotkey to decrease SP (Default = 98 = Num2 key) | |
AddOrDecSPAmount = 100 // Amount to add/decrease when pressed AddSP or DecSP keys. (Default = 100) | |
[Camera] | |
MaxZoomIn = -10 // Maximum zoom in value for camera. (Default = 10.0) | |
MaxZoomOut = 4444 // Maximum zoom out value for camera. (Default = 20.0) | |
MaxAngleUp = -2 // Maximum up angle value for camera. (Default = -1.13) | |
MaxAngleDown = 0.1 // Maximum down angle value for camera. (Default = -0.7) | |
MapCameraLimit = -4444 // Maximum camera limit for map. (Default = 48.0) | |
[Menu] | |
DisableTakeover = 0 // Removes "Extra Options by ExOpts Team" text from Copyright area. (0 = False (Default), 1 = True) |
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
[Hotkeys] // Look at http://cherrytree.at/misc/vk.htm for key values (decimal) | |
AddSP = 104 // Hotkey to add SP (Default = 104 = Num8 key) | |
DecSP = 98 // Hotkey to decrease SP (Default = 98 = Num2 key) | |
AddOrDecSPAmount = 9999 // Amount to add/decrease when pressed AddSP or DecSP keys. (Default = 100) | |
[Camera] | |
MaxZoomIn = -10 // Maximum zoom in value for camera. (Default = 10.0) | |
MaxZoomOut = 100 // Maximum zoom out value for camera. (Default = 20.0) | |
MaxAngleUp = -2 // Maximum up angle value for camera. (Default = -1.13) | |
MaxAngleDown = -0.1 // Maximum down angle value for camera. (Default = -0.7) | |
MapCameraLimit = -500 // Maximum camera limit for map. (Default = 48.0) | |
[Menu] | |
DisableTakeover = 0 // Removes "Extra Options by ExOpts Team" text from Copyright area. (0 = False (Default), 1 = True) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment