All Projects → ioquake → jedi-academy

ioquake / jedi-academy

Licence: GPL-2.0 License
No description, website, or topics provided.

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
objective c
16641 projects - #2 most used programming language
Jedi Academy with various changes to make it build/run on
more platforms including amd64/x86_64.

Currently only the single player code runs on amd64.

The game needs to be patched to 1.01 to work, the data in the
steam version is already patched.

	How to build single player:

mkdir build-sp && cd build-sp
cmake ../code/
make

copy jasp and jagame*.so to the directory containing base or demo

	How to build multiplayer:

mkdir build-mp && cd build-mp
cmake ../codemp/
make

copy jamp and jampded to the directory containing base
copy *.so to your base directory

	Known issues:

Save games do not yet work on amd64.

The demo has various issues and does not work properly.

multiplayer has to be run with "+set sv_pure 0" for now
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].