Added initial files

Still need to update the documentation...
This commit is contained in:
Zach Dziura 2016-01-12 16:04:18 -05:00
parent c9008bc41e
commit 1c554d38e0
9 changed files with 2783 additions and 1 deletions

2723
Dreadnought/Dreadnought.xml Normal file

File diff suppressed because it is too large Load diff

1
Dreadnought/config.lua Normal file
View file

@ -0,0 +1 @@
mpackage = "Dreadnought"

26
MIT.md Normal file
View file

@ -0,0 +1,26 @@
The MIT License (MIT)
=====================
Copyright © `<year>` `<copyright holders>`
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the “Software”), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

29
README.md Normal file
View file

@ -0,0 +1,29 @@
Dreadnought
===========
An automated aetherhunting system for the Mudlet MUD client, specifically for the game Lusternia.
Synopsis
--------
Dreadnought is a spiritual successor to the popular Windmills aetherhunting system, seeking to be as compatible as possible (while only breaking compatibility when necessary). As much as possible, Dreadnought tries to automate automate tasks in such a way as not to require someone calling out for commands.
Installing
----------
Download the latest Release ZIP file and install it through Mudlet's Package window. Unzip it, then navigate to the top-level of the repository. Zip up the included `Dreadnought` directory, then install that ZIP file through Mudlet's Package window.
Updating
--------
Unfortunately, because Mudlet doesn't make updating packages easy, you'll have to uninstall the previous version of Dreadnought before installing the updated version.
Documentation
-------------
Each of the four main aetherhunting roles has its own document detailing how to use the proper commands. You can find them within the [docs/](./docs/) directory within this repository.
License
-------
Dreadnought is dual-licensed under the Unlicense/MIT licenses.

View file

@ -1,3 +1,6 @@
Unlicense (Public Domain)
============================
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or
@ -21,4 +24,4 @@ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
For more information, please refer to <http://unlicense.org>
For more information, please refer to &lt;<http://unlicense.org/>&gt;

0
docs/Empathing.md Normal file
View file

0
docs/Gunning.md Normal file
View file

0
docs/Piloting.md Normal file
View file

0
docs/Siphoning.md Normal file
View file