About This File
OpenJO is the Jedi Knight 2: Jedi Outcast version of OpenJK. This is for single player only. For multiplayer, please see JK2MV.
OpenJK is an effort by the JACoders group to maintain and improve the game engines on which the Jedi Academy (JA) and Jedi Outcast (JO) games run on, while maintaining full backwards compatibility with the existing games. This project does not attempt to rebalance or otherwise modify core gameplay.
Our aims are to:
- Improve the stability of the engine by fixing bugs and improving performance.
- Provide a clean base from which new JO and JA code modifications can be made.
- Make available this engine to more operating systems. To date, we have releases on Windows, Linux and macOS.
If you need help, the JKHub sub-forum is a better place for support queries, discussions, and feature requests.
License
OpenJK/OpenJO is licensed under GPLv2 as free software. You are free to use, modify and redistribute OpenJK following the terms in LICENSE.txt.
Installation
To install OpenJO, you will first need Jedi Outcast installed. If you don't already own the game you can buy it from online stores such as Steam or GOG.
Follow this guide for installing on all 3 desktop platforms. The guide is for OpenJK and Jedi Academy but the steps are the same for OpenJO and JK2.
For Developers
Building OpenJK
Contributing to OpenJK
- Fork the project on GitHub
- Create a new branch and make your changes
- Send a pull request to upstream (JACoders/OpenJK)
Using OpenJK as a base for a new mod
- Fork the project on GitHub
- Change the GAMEVERSION define in codemp/game/g_local.h from "OpenJK" to your project name
- If you make a nice change, please consider back-porting to upstream via pull request as described above. This is so everyone benefits without having to reinvent the wheel for every project.
Maintainers (in alphabetical order)
- Ensiform
- Razish
- Xycaleth
Significant contributors (in alphabetical order)
- eezstreet
- exidl
- ImperatorPrime
- mrwonko
- redsaurus
- Scooper
- Sil
- smcv
This file is not developed, distributed, or endorsed by Activision Publishing, Inc., Raven Software, Lucasfilm Ltd., Disney, Inc., or any of their affiliated entities. All trademarks, copyrights, and intellectual property rights belong to their respective owners. Star Wars®, Jedi®, and Jedi Knight® are registered trademarks of Lucasfilm Ltd.™ and Disney, Inc.™. This file is intended for educational, non-commercial, or fan-based use under the principles of fair use. No copyright infringement is intended. Any claims of ownership or DMCA takedown requests can be submitted here.
Edited by Circa
Updated link to Github releases and added the updated install guide.