From 8525b4178f14d50432c61ed94ddec4743d69c998 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Sun, 28 Apr 2013 20:48:48 +1000 Subject: [PATCH] update the readme for multiplayer --- README.txt | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index a82eeca..de4d671 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,7 @@ Jedi Outcast with various changes to make it build/run on more platforms including amd64/x86_64. -Currently only the single player code is built. +Currently only the single player code runs on amd64. The game needs to be patched to 1.04 to work, the data in the steam version is already patched. @@ -9,13 +9,22 @@ steam version is already patched. The single player demo data also seems to be compatible and runs seemingly fine. - How to build: + How to build single player: mkdir build-sp && cd build-sp cmake ../code/ make -copy jk2sp and jk2game*.so to your game data directory +copy jk2sp and jk2game*.so to the directory containing base or demo + + How to build multiplayer: + +mkdir build-mp && cd build-mp +cmake ../CODE-mp/ +make + +copy jk2mp and jk2mpded to the directory containing base +copy *.so to your base directory Known issues: