toddbmobile
July 15th, 2007, 04:33 PM
Step 1
Remove any existing installs of “wine.”
Step 2
Delete the “.wine” folder in you home holder (remember it is hidden) and its contents. (regretfully this would remove any preexisting windows program installs)
Step 3
Goto Winehq for the latest version of “wine.” (must be 0.9.39 or newer)
http://www.winehq.org/ and download Wine 0.9.39 or newer.
Step 4
Once at the site select “Binary packages for various distributions will be available from:”
http://www.winehq.org/site/download
Step 5
Then select Ubuntu link.
Step 6
Next, open a terminal window. Then add the repository's key to your system's list of trusted APT keys by copying and pasting the following code below at the prompt “$.”
wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -
Step 7
Next, add the repository to your system's list of APT sources. Do this by selecting copy and then paste the below code in the terminal prompt “$.”
sudo wget http://wine.budgetdedicated.com/apt/....d/feisty.list -O /etc/apt/sources.list.d/winehq.list
Step 8
sudo apt-get update (updates the above repository on you system)
Step 9
sudo apt-get install wine (Installs “wine.” Select “y or yes” if asked to do so.)
Step 10
(The remaining steps and paths will change based on where your setup.exe for Jedi Knight II:Outcast is located)
Also in a terminal window type the code below at the prompt “$”:
cd /cdrom
Step 11
at the prompt “$”:
cd GANEDATA
then
wine Setup.exe
NOTE: After installation you will need to goto Megagames and get the no-cd crack for the single player side. I have tested and both multiplayer and single player work. To launch the game you will need to "cd" to the folders in the ".wine" folder and actually type jk2sp.exe or jk2mp.exe in a terminal window.
Sound Issues:
Regretfully the only problem I really found is with sound, so before I launch the game I run the command below as ROOT which enables sound:
echo "et.x86 0 0 direct" > /proc/asound/card0/pcm0p/oss
Remove any existing installs of “wine.”
Step 2
Delete the “.wine” folder in you home holder (remember it is hidden) and its contents. (regretfully this would remove any preexisting windows program installs)
Step 3
Goto Winehq for the latest version of “wine.” (must be 0.9.39 or newer)
http://www.winehq.org/ and download Wine 0.9.39 or newer.
Step 4
Once at the site select “Binary packages for various distributions will be available from:”
http://www.winehq.org/site/download
Step 5
Then select Ubuntu link.
Step 6
Next, open a terminal window. Then add the repository's key to your system's list of trusted APT keys by copying and pasting the following code below at the prompt “$.”
wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -
Step 7
Next, add the repository to your system's list of APT sources. Do this by selecting copy and then paste the below code in the terminal prompt “$.”
sudo wget http://wine.budgetdedicated.com/apt/....d/feisty.list -O /etc/apt/sources.list.d/winehq.list
Step 8
sudo apt-get update (updates the above repository on you system)
Step 9
sudo apt-get install wine (Installs “wine.” Select “y or yes” if asked to do so.)
Step 10
(The remaining steps and paths will change based on where your setup.exe for Jedi Knight II:Outcast is located)
Also in a terminal window type the code below at the prompt “$”:
cd /cdrom
Step 11
at the prompt “$”:
cd GANEDATA
then
wine Setup.exe
NOTE: After installation you will need to goto Megagames and get the no-cd crack for the single player side. I have tested and both multiplayer and single player work. To launch the game you will need to "cd" to the folders in the ".wine" folder and actually type jk2sp.exe or jk2mp.exe in a terminal window.
Sound Issues:
Regretfully the only problem I really found is with sound, so before I launch the game I run the command below as ROOT which enables sound:
echo "et.x86 0 0 direct" > /proc/asound/card0/pcm0p/oss