No description
Find a file
2025-11-26 18:29:07 -06:00
.github Pin the continuous release action to a commit instead of to latest tag 2025-05-23 18:34:26 +08:00
cmake [Shared] Add git tag to version string (#1176) 2025-05-20 21:48:42 +02:00
code [JO] Fix potential memory leak in screenshot code (#1265) 2025-10-10 04:50:51 +11:00
codeJK2 Merge pull request #1267 from Daggolin/fx_alias_fix 2025-05-21 17:31:01 +02:00
codemp [MP] Fix memory leak when loading sub BSPs (#1294) 2025-11-26 18:29:07 -06:00
docs Rename documentation/developer -> docs 2021-01-09 16:17:07 +00:00
lib Merge pull request #1151 from SomaZ/rend2 2023-10-03 19:00:14 +10:00
scripts [Meta] trim EOL whitespace (#1202) 2024-02-19 18:31:27 +11:00
shared Replace header definition removal from b0eeacd4b0, this was causing portable builds to not be portable on windows 2025-05-23 18:30:44 +08:00
tests Upgrade minimum CMake to 3.1 2018-04-28 14:29:13 +01:00
tools/WinSymbol Merge pull request #976 from xycaleth/dev/move-tools 2018-05-08 12:38:41 -05:00
ui [Meta] trim EOL whitespace (#1202) 2024-02-19 18:31:27 +11:00
.editorconfig Configure .editorconfig to also remove any trailing whitespaces when editing 2024-10-18 21:07:16 +02:00
.gitattributes Add .gitattributes rule to not mangle .sh files on Windows 2019-06-17 20:42:18 +01:00
.gitignore [Shared] add a custom CMake target to copy compilation DB from build dir to source dir (#1177) 2024-03-05 18:15:51 +11:00
CHANGELOG.md Update CHANGELOG.md 2015-09-17 22:11:04 -05:00
CMakeLists.txt [CMAKE] Bump min version requirement (#1288) 2025-10-10 04:19:39 +11:00
CreateVisualStudio2013Projects.bat Add VS2017 and VS2019 batch files 2019-06-22 17:00:44 -05:00
CreateVisualStudio2015Projects.bat Add VS2017 and VS2019 batch files 2019-06-22 17:00:44 -05:00
CreateVisualStudio2017Projects.bat Add VS2017 and VS2019 batch files 2019-06-22 17:00:44 -05:00
CreateVisualStudio2019Projects.bat Add VS 2022 x86 project file build script 2023-03-05 08:54:39 -06:00
CreateVisualStudio2022Projects.bat Add VS 2022 x86 project file build script 2023-03-05 08:54:39 -06:00
Dockerfile Update Dockerfile (#1191) 2023-11-22 17:31:28 -06:00
LICENSE.txt Update LICENSE.txt 2015-08-05 00:19:16 -05:00
README.md [Shared] Add git tag to version string (#1176) 2025-05-20 21:48:42 +02:00
rv-readme.txt [Meta] trim EOL whitespace (#1202) 2024-02-19 18:31:27 +11:00

OpenJK

OpenJK is a community effort to maintain and improve the game and engine powering Jedi Academy and Jedi Outcast, while maintaining full backwards compatibility with the existing games and mods.
This project does not intend to add major features, rebalance, or otherwise modify core gameplay.

Our aims are to:

  • Improve the stability of the engine by fixing bugs and improving performance.
  • Support more hardware (x86_64, Arm, Apple Silicon) and software platforms (Linux, macOS)
  • Provide a clean base from which new code modifications can be made.

discord forum

build coverity

Supported Games

Game Single Player Multi Player
Jedi Academy Stable Stable
Jedi Outcast 😧 Works, needs attention 🙅 Not supported - consider JK2MV

Please direct support queries, discussions and feature requests to the JKHub sub-forum or Discord linked above.

License

OpenJK is licensed under GPLv2 as free software. You are free to use, modify and redistribute OpenJK following the terms in LICENSE.txt

For players

To install OpenJK, you will first need Jedi Academy installed. If you don't already own the game you can buy it from online stores such as Steam, Amazon or GOG.

Download the latest build (alt link) for your operating system.

Installing and running OpenJK:

  1. Extract the contents of the file into the Jedi Academy GameData/ folder. For Steam users, this will be in <Steam Folder>/steamapps/common/Jedi Academy/GameData/.
  2. Run openjk.x86.exe (Windows), openjk.i386 (Linux 32-bit), openjk.x86_64 (Linux 64-bit) or the OpenJK app bundle (macOS), depending on your operating system.

Linux Instructions

If you do not have an existing JKA installation and need to download the base game:

  1. Download and Install SteamCMD SteamCMD.
  2. Set the download path using steamCMD: force_install_dir /path/to/install/jka/
  3. Using SteamCMD Set the platform to windows to download any windows game on steam. @sSteamCmdForcePlatformType "windows"
  4. Using SteamCMD download the game, app_update 6020.

Extract the contents of the file into the Jedi Academy GameData/ folder. For Steam users, this will be in <Steam Folder>/steamapps/common/Jedi Academy/GameData/.

macOS Instructions

If you have the Mac App Store Version of Jedi Academy, follow these steps to get OpenJK runnning under macOS:

  1. Install Homebrew if you don't have it.
  2. Open the Terminal app, and enter the command brew install sdl2.
  3. Extract the contents of the OpenJK DMG into the game directory /Applications/Star Wars Jedi Knight: Jedi Academy.app/Contents/
  4. Run OpenJK.app or OpenJK SP.app
  5. Savegames, Config Files and Log Files are stored in /Users/$USER/Library/Application Support/OpenJK/

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 JK_VERSION define in codemp/qcommon/game_version.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 (full list: @JACoders)

Leads:

Significant contributors (full list)