murfalo / RogueEdit

Inventory editor for Roguelands

Home Page:http://roguelands.wikia.com/wiki/Inventory_Editors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RogueEdit

Character Page Items Page

Description

RogueEdit is an entirely free and open-source tool that allows Roguelands players to edit attributes of their characters.

Installation

To download RogueEdit, check out the releases page and download the latest release for your platform. Compiling the project from source is also a relatively simple process:

  1. Download Qt Open Source
  2. Clone this repository
  3. Open RogueEdit.pro with Qt Creator
  4. Click on Projects
  5. Configure the project to use your desired compiler
  • I would recommend using the "Shadow Build" option so that build files don't clutter up the source files
  1. Click the green arrow in the bottom left of Qt Creator to build and run the project

Contributing

  1. Fork the repo on GitHub
  2. Clone the project to your own machine
  3. Commit changes to your own branch
  4. Push your work back up to your fork
  5. Submit a pull request so that I can review your changes

Note that there are some resources available for updating things such as items and combat chips here. These can be used to convert the item spreadsheets into the format needed by Items.h.

Dependencies

About

Inventory editor for Roguelands

http://roguelands.wikia.com/wiki/Inventory_Editors

License:MIT License


Languages

Language:C++ 99.3%Language:QMake 0.7%