Author: Sjshovan (Apogee)
Version: v0.9.1
A Windower 4 addon that allows the user to change or remove the default battle music in Final Fantasy 11 Online.
Windower:
- Navigate to the
Addons
section at the top of Windower. - Locate the
BattleStations
addon. - Click the download button.
- Ensure the addon is switched on.
Manual:
- Navigate to https://github.com/Ap0gee/BattleStations.
- Click on
Releases
. - Click on the
Source code (zip)
link within the latest release to download. - Extract the zipped folder to
Windower4/addons/
. - Rename the folder to remove the version tag (
-v0.9.0
). The folder should be namedBattleStations
.
The following aliases are available to Battle Stations commands:
battlestations: stations | bs
list: l
set: s
get: g
default: d
normal: n
reload: r
about: a
help: h
stations: station | s
radios: receivers | receiver | radio | r
all: all | a | *
Manually load the addon by using one of the following commands:
//lua load battlestations
//lua l battlestations
help
Displays the available Battle Stations commands. Below are the equivalent ways of calling the command:
//battlestations help
//stations help
//bs help
//battlestations h
//stations h
//bs h
list [radios|stations] [category#]
Displays the available radios and or stations. Below are some useage examples of this command:
//bs list
//bs l
//bs list radios
//bs l radios
//bs l r
//bs list stations
//bs l stations
//bs l s
//bs l s 100
- [radios|stations]: Optional parameter used to filter the list display to show only available radios or stations. If neither filter type is present, all available stations and radios will be listed.
- [category#]: Optional parameter used to filter the list of stations by the given category number. The available category numbers are 100-107.
set <station> [radio]
Sets the radio(s) to the given station. Below are some useage examples of this command:
//bs set 100.1
//bs s 100.1
//bs s 100.1 solo
//bs s 100.1 party
- <station>: Required parameter.
- [radio]: Optional parameter used to specify which radio to set the given station to. If no radio type is present both radios will be set to the given station.
get [radio]
Displays the currently set station on the given radio(s). Below are some useage examples of this command:
//bs get
//bs g
//bs g solo
//bs g party
- [radio]: Optional parameter used to specify the radio for which you would like to display the currently set station. If no radio type is present, the currently set station for both radios will be displayed.
default [radio]
Sets the given radio(s) to the default station (Current Zone Music). Below are some useage examples of this command:
//bs default
//bs d
//bs d solo
//bs d party
- [radio]: Optional parameter used to specify which radio to set the default station to. If no radio type is present, both radios will be set to the default station.
normal [radio]
Sets the given radio(s) to the original game music. Below are some useage examples of this command:
//bs normal
//bs n
//bs n solo
//bs n party
- [radio]: Optional parameter used to specify which radio to set the normal station to. If no radio type is present, both radios will be set to the normal station.
reload
Reloads the Battle Stations addon. Below are the equivalent ways of calling the command:
//battlestations reload
//stations reload
//bs reload
//battlestations r
//stations r
//bs r
about
Displays information about the Battle Stations addon. Below are the equivalent ways of calling the command:
/battlestations about
//stations about
//bs about
//battlestations a
//stations a
//bs a
Having Issues with this addon?
- Please let me know here.
Have something to say?
- Send me some feedback here: sjshovan@gmail.com
Want to stay in the loop with my work?
- You can follow me at: https://twitter.com/Sjshovan
Want to toss a coin to your modder?
- You can do so here: https://www.paypal.me/Sjshovan
v0.9.1 - 12/29/2019
- Fix: Resolved mismatched setting type error within the
bs normal
command. - Add: New command added (about).
- Update: Silent song id changed to help prevent future game updates from overriding.
- Update: README Commands updated.
- Update: README Aliases updated.
- Update: README Known Issues updated.
- Update: README TODOS updated.
v0.9.0 - 6/19/2018
- Initial release
- Issue: During campaign battles in the past, the music switches from the campaign music to the normal zone music while stations are set to
107.3
.
- TODO: Consider providing aliases to stations to make references easier.
- TODO: Consider adding categories as a list type.
- TODO: Investigate methods for resolving the campaign battle music issue.
Copyright © 2018, Sjshovan (Apogee). Released under the BSD License.