[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
howtos:misc:games:ut2004 [2017/04/23 00:26 (UTC)] – created khronosschotyhowtos:misc:games:ut2004 [2017/04/23 01:54 (UTC)] (current) – [Native Unreal Tournament 2004 ECE from gog.com] khronosschoty
Line 10: Line 10:
   - Find your UT2004 cdkey with wine regedit. <code>wine regedit</code> a windows registry window will open up; navigate via mouse to find the CDKey located in HKEY_LOCAL_MACHINE/Software/Unreal Technology/Installed Apps/UT2004/   - Find your UT2004 cdkey with wine regedit. <code>wine regedit</code> a windows registry window will open up; navigate via mouse to find the CDKey located in HKEY_LOCAL_MACHINE/Software/Unreal Technology/Installed Apps/UT2004/
   - In the terminal log back in as root, and, create a new text document called CDKey with the discovered digits inside of the correct directory. <code>su root </code> <code>vim /usr/share/games/ut2004/System/CDKey</code>   - In the terminal log back in as root, and, create a new text document called CDKey with the discovered digits inside of the correct directory. <code>su root </code> <code>vim /usr/share/games/ut2004/System/CDKey</code>
-  - Copy over all the game data from the wine install to the correct directory (make sure you are still root during this step): <code>cp -rfv cp -rf ~/.wine/drive_c/GOG\ Games/Unreal\ Tournament\ 2004/* /usr/share/games/ut2004/</code>+  - Copy over all the game data from the wine install to the correct directory (make sure you are still root during this step): <code>cp -rfv ~/.wine/drive_c/GOG\ Games/Unreal\ Tournament\ 2004/* /usr/share/games/ut2004/</code>
 == Use the SlackBuild from SlackBuilds.org == == Use the SlackBuild from SlackBuilds.org ==
   - Download the SlackBuild from SlackBuilds.org <code>wget https://slackbuilds.org/slackbuilds/14.2/games/ut2004.tar.gz</code>   - Download the SlackBuild from SlackBuilds.org <code>wget https://slackbuilds.org/slackbuilds/14.2/games/ut2004.tar.gz</code>
   - Extract the files <code>tar -xvf ut2004.tar</code>   - Extract the files <code>tar -xvf ut2004.tar</code>
   - Change to the correct directory <code>cd ut2004</code>   - Change to the correct directory <code>cd ut2004</code>
-  - Download the correct required files found in the .info <code>wget https://liflg.reto-schneider.ch/files/final/ut2004_3369-english.midway.dvd-3.run</code>+  - Download the required files found in the .info <code>wget https://liflg.reto-schneider.ch/files/final/ut2004_3369-english.midway.dvd-3.run</code>
   - Execute the script <code>./ut2004.SlackBuild</code>   - Execute the script <code>./ut2004.SlackBuild</code>
   - Finally install the package it produces.    - Finally install the package it produces. 
 howtos:misc:games:ut2004 ()