diff options
author | chai <chaifix@163.com> | 2021-11-15 13:53:59 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-11-15 13:53:59 +0800 |
commit | 942a030afd348ab2e02eac8054b43e3c3a72ea48 (patch) | |
tree | a13459f39a3d2f1b533fbd1b5ab523d7a621f673 /Data/BuiltIn/Libraries/lua-addons/addons/setbgm/README | |
parent | e307051a56a54c27f10438fd2025edf61d0dfeed (diff) |
*rename
Diffstat (limited to 'Data/BuiltIn/Libraries/lua-addons/addons/setbgm/README')
-rw-r--r-- | Data/BuiltIn/Libraries/lua-addons/addons/setbgm/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Data/BuiltIn/Libraries/lua-addons/addons/setbgm/README b/Data/BuiltIn/Libraries/lua-addons/addons/setbgm/README new file mode 100644 index 0000000..2eda1cb --- /dev/null +++ b/Data/BuiltIn/Libraries/lua-addons/addons/setbgm/README @@ -0,0 +1,17 @@ +This script is an addon to be used with Windower for Final Fantasy XI +that allows you to set various types of music in the game. + +You can report issues, get the latest version, and view the source at: + https://github.com/svanheulen/setbgm-windower-addon + +The available commands are: + setbgm list [music] + Lists all of the available songs in the game. + setbgm list type + Lists the different types of music you can set. + setbgm <song id> + Sets the background music given by the ID. + setbgm <song id> <music type id> + Sets only a given type of music. + setbgm <song id> <song id> <song id> <song id> <song id> <song id> <song id> <song id> + Sets all types of music at once.
\ No newline at end of file |