Skip to content

razor-x/eve-overview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 16, 2015
3ab40b5 · May 16, 2015
Sep 13, 2014
Aug 27, 2014
Apr 30, 2015
Aug 27, 2014
Sep 13, 2014
Apr 30, 2015
Nov 26, 2014
Nov 19, 2014
Dec 16, 2014
Jan 31, 2015
May 16, 2015
May 16, 2015
Sep 18, 2014
May 16, 2015
Mar 7, 2015
Mar 30, 2015
May 7, 2015
May 16, 2015
May 16, 2015

Repository files navigation

Generate DRY modular overviews.

MIT License CCP Copyright Notice Dependency Status Build Status Gitter Chat

Description

Don't die on patch day because you missed adding that new ship-type to one of your presets!

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.

Donate ISK

Installation

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.

Requirements

Ruby ≥ 2 with Bundler.

Usage

Install the required gems with

$ bundle

Build the overview files to the Overview directory with

$ rake

Development and Testing

Source Code

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

Contributing

Please submit and comment on bug reports and feature requests.

To submit a patch:

  1. Fork it (https://github.com/razor-x/eve-overview/fork).
  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. Create a new Pull Request.

License

EVE Online Overview Generator is licensed under the MIT license.

All Eve Related Materials © CCP hf. All rights reserved. Used with permission.

Warranty

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.