geekahedron / heritage

Modification system for the game NeverEnding Legacy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NeverEnding Heritage

Heritage is a customizable modpack for the online game NeverEnding Legacy (http://orteil.dashnet.org/legacy/).

It features a new GUI tab with toggle-able options for the different gameplay elements of the game, so you can pick and choose which of the various tweaks you want to use in your game!

Installation

Start a new game of Legacy and click the "Use mods" button, adding the latest version of the main script file one a new line (leave data.js in place). The current public version is mirrored at: https://cdn.rawgit.com/geekahedron/heritage/b56c8f22e288bc3c4725741a17cca237e0df6fe3/heritage.js

You only have to include this once, and the manifest will update automatically to provide ew, stable (and backwards-compatible) versions as they are released.

Usage

After loading the mod, nothing in the game will be immediately changed, but you will see a new "Heritage" tab at the top of the screen. This tab will have toggle buttons for the different components of the mod, each of which unlock new and exciting modes and technologies for your game.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

  • v0.3: Generalized API for adding and display of settings, bugfix for technology requirements check
  • v0.2: Updated release; new display options, bugfix for tooltip icons
  • v0.1: Initial public release; options tab, log fires, cremation, research tiers

Credits

Main author and originator: geekahedron

License

MIT License

Copyright (c) 2017 geekahedron

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.

About

Modification system for the game NeverEnding Legacy


Languages

Language:JavaScript 100.0%