Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
* Added configuration instruction section
  • Loading branch information
dafzor committed Sep 15, 2017
1 parent 501668b commit a0c6e05
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# UITweaks_BagLock
==================
An addon to stop bags from moving unintentionally, ported from [ElTorqiro_UITweaks](https://github.com/eltorqiro/TSW-UITweaks).
UITweaks_BagLock
================
An addon to stop bags from moving unintentionally, adapted from [ElTorqiro_UITweaks](https://github.com/eltorqiro/TSW-UITweaks).

What is this?
-------------
Expand All @@ -9,6 +9,15 @@ This is the ElTorquiro_UITweaks BagLock plugin stripped out and made into a stan
It's intended to provide most of the plugin functionality as a stand alone mod for Secret World Legends without any of the issues.


Configuration
-------------
Options are provided by using /setoption to set the following variables to true or false:
* `/setoption UITweaks_BagLock_Enabled` - Enables the lock. (default: true)
* `/setoption UITweaks_BagLock_OverrideOnShift` - Allow bags to move when Shift key is pressed. (default: true)
* `/setoption UITweaks_BagLock_OverrideOnCtrl` - Allow bags to move when Ctrl key is pressed. (default: false)
* `/setoption UITweaks_BagLock_OverrideOnAlt` - Allow bags to move when Alt key is pressed. (default: false)


Credits
-------
[ElTorqiro](https://github.com/eltorqiro) and all his contributors.
Expand Down

0 comments on commit a0c6e05

Please sign in to comment.