Game engine, capable of running KotOR and TSL
Find a file
2020-08-10 08:32:24 +07:00
cmake Change license to GNU GPL 3 2020-08-03 08:06:55 +07:00
doc doc: Add classes diagram 2020-08-07 15:07:12 +07:00
external/glm Initial commit 2020-08-02 22:47:59 +07:00
src chore: Fix copyright notice in routines files 2020-08-10 08:32:24 +07:00
tools chore: Cleanup namespaces 2020-08-08 11:27:15 +07:00
.gitignore Initial commit 2020-08-02 22:47:59 +07:00
.travis.yml ci: Configure Travis CI 2020-08-03 08:42:47 +07:00
CMakeLists.txt feat: Implement character generation: class and portrait selection 2020-08-08 23:26:44 +07:00
COPYING Change license to GNU GPL 3 2020-08-03 08:06:55 +07:00
README.md doc: Add Contribution section to the readme 2020-08-07 08:31:35 +07:00

reone

Build Status

reone is a free and open source game engine, capable of running Star Wars: Knights of the Old Republic and its sequel, The Sith Lords. The project goal is to create an engine that is modern, portable and very extensible.

Currently, reone has functional resource management, rendering, audio, GUI, scripting and networking subsystems actual gameplay implementation is very limited. See project gallery and roadmap in the Wiki.

You must legally own a game to run it using reone we do not endorse piracy.

Installation

Those wishing to test reone, can either download a prebuilt executable from the releases page, or build it from source. Building it requires a modern C++ compiler and a set of free and open source libraries. See detailed instructions for your operating system here.

Install Visual C++ Redistributable to run prebuilt Windows executables.

Usage

Specify a game path to run the game, e.g. reone --game C:\swkotor

Controls:

  • Use WASD keys to move around
  • Click on doors to open them
  • Press V to toggle camera mode

Configuration

reone can be configured from either a command line or a configuration file. Configuration file, named "reone.cfg", must be located in the current directory. See complete list of options here.

Contribution

reone is in the early stages of development at the moment, meaning that the codebase is not entirely stable. Nevertheless, the project is open to potential contributors. Take a look at the roadmap and development pages in the Wiki if you want to contribute.