summaryrefslogtreecommitdiffstats
path: root/games/UrbanTerror/README
diff options
context:
space:
mode:
author Matthew Fillpot2010-05-13 00:25:55 +0200
committer Robby Workman2010-05-13 00:25:55 +0200
commitb08f62b597f64b47dc525631126d6b5c5c54476d (patch)
tree9a280b3162f97a4e11012044a4875e4db47f7399 /games/UrbanTerror/README
parent5963015b2455c7e6e2527bbb3e6a986a68156c2b (diff)
downloadslackbuilds-b08f62b597f64b47dc525631126d6b5c5c54476d.tar.gz
games/UrbanTerror: Updated for version 4.1
Diffstat (limited to 'games/UrbanTerror/README')
-rw-r--r--games/UrbanTerror/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/games/UrbanTerror/README b/games/UrbanTerror/README
index b9cd2eab1c..fd79bb1bef 100644
--- a/games/UrbanTerror/README
+++ b/games/UrbanTerror/README
@@ -3,3 +3,17 @@ Urban Terror started as a realism based "total conversion" mod for
Quake III Arena. Nowadays, Urban Terror is played using the free,
stand-alone, ioquake3 engine modified, which doesn't require
Quake III Arena, in addition to being an add-on to id Software's.
+
+UPDATING SLACKWARE 12.2 TO 13.0
+If you had a previous installation under Slackware 12.2 and are using the
+same user profile, you will not be able to download maps from servers.
+You will receive a message about the game not finding libcurl.so.3.
+This message is received because Slackware 13.0 is using libcurl.so.4,
+the solution to this issue is to run the following command in the terminal:
+sed -i 's/libcurl.so.3/libcurl.so.4/g' $HOME/.q3a/q3ut4/q3config.cfg
+
+This command will replace the reference in your game confguration file
+with a reference to the newer libraries.
+
+Any new profiles will automatically have the correct reference because the
+primary configuration has already been altered.