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 on Linux. 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: http://www.lucasarts.com/support/upda... 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"