Generate DRY modular overviews.
Don't die on patch day because you missed adding that new ship-type to one of your presets!
An exhaustive and customizable overview pack: download from the main site. For questions, submit a new GitHub issue.
I only update this pack when I'm actively playing EVE. If you would like me to release an update, please submit an issue.
The EVE Online Overview Generator facilitates creating and maintaining overview packs.
Essentially, you define a common set of LEGO bricks and build your overviews with them.
First, create overviews out of game by editing a set of YAML files. Then, generate importable overview files by running the included Ruby script.
Rather than a single YAML file per overview, the various overview settings are split into many files which can be reused to create custom overviews based on a set of common groups, presets, settings, etc. The modular design makes updating, sharing, and customizing simple.
Visit the project site for full documentation.
Download the pre-built overview YAML files under releases and import them into the EVE client (resetting the overview first is recommended).
Alternatively, clone or fork this project and build your own overviews.
Ruby ≥ 2 with Bundler.
Install the required gems with
$ bundle
Build the overview files to the Overview
directory with
$ rake
The source for EVE Online Overview Generator is hosted on GitHub. To clone the project run
$ git clone https://github.com/razor-x/eve-overview.git
$ bundle exec bump minor
$ git tag v1.2.3
$ git push --follow-tags
Please submit and comment on bug reports and feature requests.
To submit a patch:
- Fork it (https://github.com/razor-x/eve-overview/fork).
- Create your feature branch (
git checkout -b my-new-feature
). - Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin my-new-feature
). - Create a new Pull Request.
EVE Online Overview Generator is licensed under the MIT license.
All Eve Related Materials © CCP hf. All rights reserved. Used with permission.
This software is provided "as is" and without any express or implied warranties, including, without limitation, the implied warranties of merchantibility and fitness for a particular purpose.