Source
The source code for the OHRRPGCE is available under a Dual GPL2+ & MIT License. You only need this if you are interested in programming improvements to the engine (or if you are just really curious). You do not need this source code to just make games with the OHRRPGCE
Getting the Source[edit]
The source code is stored in git, and our main repository is located at https://github.com/ohrrpgce/ohrrpgce/
If you wish to simply compile locally, clone the default branch, which we have named wip

You can also fetch a static snapshot of the source code.
Compiling the Source[edit]
Documentation[edit]
- Documentation of the OHRRPGCE .rpg and other file formats
- Guide to source files
- Developer Notes
- Some newer feature internals are documented on their Plans page
Submitting Improvements[edit]
If you fix bugs, or make improvements, you can submit your fixes to be incorporated into the official version.
If you forked the code with git from https://github.com/ohrrpgce/ohrrpgce then you can submit a pull request.
If you downloaded the source code using the older subversion method you can send us a patch containing your changes. with
svn diff > patch_file_name.txt
Then email the patch file to the mailing list.
Distributing your own version[edit]
Development Plans[edit]
For feature implementation plans, see the Plans page.
Mailing List[edit]
ohrrpgce@lists.motherhamster.org discussion list
A mailing list for OHRRPGCE programmers to discuss OHRRPGCE development.
Plotscripting discussion and advanced game-making discussion are also welcome.
- Subscribe here
- View the archives here or on gmane
- post by e-mailing ohrrpgce@lists.motherhamster.org (must be subscribed first!)
Developers[edit]
A list of developers and contributors