[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

Last revisionBoth sides next revision
howtos:misc:games:ut2004 [2017/04/23 00:26 (UTC)] – created khronosschotyhowtos:misc:games:ut2004 [2017/04/23 00:43 (UTC)] – [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>
 howtos:misc:games:ut2004 ()