L.G.C. |How-To| — Star Wars Jedi Knight II: Jedi Outcast (Native)

Time for another L.G.C. quick and dirty how-to. This time we install the native port of Star Wars Jedi Knight II: Jedi Outcast.

Install the needed libraries:

  • 32-bit: sudo apt-get install libopenal1 wine git
  • 64-bit: sudo apt-get install ia32-libs libxxf86dga1:i386 wine git

Download the 1.04 Update:

Clone the git repo:

  • git clone git://github.com/xLAva/JediOutcastLinux.git

Install Star Wars Jedi Knight II: Jedi Outcast using WINE:

  • cd YOURCDMOUNTPOINT/Install/
  • wine Launch.exe

Install the 1.04 update:

  • wine JKIIUp104.exe

Copy the *.pk3 files from the WINE install:

  • Locate the base directory in “~/.wine/drive_c/Program Files/LucasArts/Star Wars JK II Jedi Outcast/GameData/”
  • Copy base directory into the “~/Desktop/JediOutcastLinux/code/Release folder”

Run the game:

  • Launch the game with ./jk2sp located in “~/Desktop/JediOutcastLinux/code/Release folder”
2 Comments
  1. I just installed it, no need for wine for the full version (I used wine for the demo, though); just did

    cp -R /media/cdrom/GameData/GameData/base .

    from the directory where I put the binaries to get the base directory from the CD onto my linux install

Leave Your Reply