Skip to content

Commit

Permalink
initial
Browse files Browse the repository at this point in the history
  • Loading branch information
LoTekkie committed Jun 20, 2018
0 parents commit 39f784f
Show file tree
Hide file tree
Showing 5 changed files with 1,292 additions and 0 deletions.
25 changes: 25 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Copyright © 2018, Sjshovan (Apogee)
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of Battle Stations nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL Sjshovan (Apogee) BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
199 changes: 199 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,199 @@
**Author:** [Sjshovan (Apogee)](https://github.com/Ap0gee)
**Version:** v0.9.0


# Battle Stations

> A Windower 4 addon that allows the user to change or remove the default battle music in Final Fantasy 11 Online.

### Table of Contents

- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Aliases](#aliases)
- [Usage](#usage)
- [Commands](#commands)
- [Support](#support)
- [Change Log](#change-log)
- [Known Issues](#known-issues)
- [TODOs](#todos)
- [License](#license)

___
### Prerequisites
1. [Final Fantasy 11 Online](http://www.playonline.com/ff11us/index.shtml)
2. [Windower 4](http://windower.net/)

___
### Installation

**Windower:**
Not yet available on windower, installation will have to be done manually.

**Manual:**
1. Navigate to <https://github.com/Ap0gee/BattleStations>.
2. Click on `Releases`.
3. Click on the `Source code (zip)` link within the latest release to download.
4. Extract the zipped folder to `Windower4/addons/`.
5. Rename the folder to remove the version tag (`-v0.9.0`). The folder should be named `BattleStations`.

___
### Aliases
The following aliases are available to Battle Stations commands:

**battlestations:** stations | bs
**list:** l
**set:** s
**get:** g
**default:** d
**normal:** n
**reload:** r
**help:** h
**stations:** station | s
**radios:** receivers | receiver | radio | r
**all:** all | a | *

___
### Usage

Manually load the addon by using one of the following commands:

//lua load battlestations
//lua l battlestations

___
### Commands

**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 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.

**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

___
### Support
**Having Issues with this addon?**
* Please let me know [here](https://github.com/Ap0gee/BattleStations/issues/new).

**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 show your love and help me make more awesome stuff?**
* You can do so here: <https://www.paypal.me/Sjshovan>

___
### Change Log

**v0.9.0** - 6/19/2018
- Initial release

___
### Known Issues

None

___
### TODOS

- **TODO:** Consider providing aliases to stations to make references easier.
- **TODO:** Consider adding categories as a list type.
___

### License

Copyright © 2018, [Sjshovan (Apogee)](https://github.com/Ap0gee).
Released under the [BSD License](LICENSE).

***
Loading

0 comments on commit 39f784f

Please sign in to comment.