2013-04-24 06:27:46 +00:00
|
|
|
Jedi Academy with various changes to make it build/run on
|
|
|
|
more platforms including amd64/x86_64.
|
|
|
|
|
2013-04-26 12:03:00 +00:00
|
|
|
Currently only the single player code runs on amd64.
|
2013-04-24 06:27:46 +00:00
|
|
|
|
|
|
|
The game needs to be patched to 1.01 to work, the data in the
|
|
|
|
steam version is already patched.
|
|
|
|
|
2013-04-26 12:03:00 +00:00
|
|
|
How to build single player:
|
2013-04-24 06:27:46 +00:00
|
|
|
|
|
|
|
mkdir build-sp && cd build-sp
|
|
|
|
cmake ../code/
|
|
|
|
make
|
|
|
|
|
2013-04-26 12:03:00 +00:00
|
|
|
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
|
2013-04-24 06:27:46 +00:00
|
|
|
|
|
|
|
Known issues:
|
|
|
|
|
|
|
|
Save games do not yet work on amd64.
|
|
|
|
|
|
|
|
The demo has various issues and does not work properly.
|
2013-04-26 12:03:00 +00:00
|
|
|
|
|
|
|
multiplayer has to be run with "+set sv_pure 0" for now
|