mirror of
https://github.com/ioquake/jedi-academy.git
synced 2024-11-10 07:11:44 +00:00
add an initial readme
This commit is contained in:
parent
018d1fe5d4
commit
6886cdcb07
1 changed files with 26 additions and 0 deletions
26
README.txt
Normal file
26
README.txt
Normal file
|
@ -0,0 +1,26 @@
|
|||
Jedi Academy with various changes to make it build/run on
|
||||
more platforms including amd64/x86_64.
|
||||
|
||||
Currently only the single player code is built.
|
||||
|
||||
The game needs to be patched to 1.01 to work, the data in the
|
||||
steam version is already patched.
|
||||
|
||||
How to build:
|
||||
|
||||
mkdir build-sp && cd build-sp
|
||||
cmake ../code/
|
||||
make
|
||||
|
||||
copy jasp and jagame*.so to your game data directory
|
||||
|
||||
Known issues:
|
||||
|
||||
When running windowed the mouse does not work in the menus.
|
||||
|
||||
Loading levels on amd64 seems to skip the cutscenes and
|
||||
not properly set everything up.
|
||||
|
||||
Save games do not yet work on amd64.
|
||||
|
||||
The demo has various issues and does not work properly.
|
Loading…
Reference in a new issue