diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-12-08 20:08:16 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-12-08 20:08:16 +0000 |
commit | 3e7f1639c57052f56a40676efb10b5b19f3161db (patch) | |
tree | e29e2280e5b0d083c20b6095970c08cb5b1693c1 /games-fps | |
parent | new version, fixes gentoo #114868, sent patch upstream gnome #323580 (diff) | |
download | historical-3e7f1639c57052f56a40676efb10b5b19f3161db.tar.gz historical-3e7f1639c57052f56a40676efb10b5b19f3161db.tar.bz2 historical-3e7f1639c57052f56a40676efb10b5b19f3161db.zip |
Added einfo about render-to-texture.
Package-Manager: portage-2.0.53
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/ut2004/ChangeLog | 5 | ||||
-rw-r--r-- | games-fps/ut2004/Manifest | 4 | ||||
-rw-r--r-- | games-fps/ut2004/ut2004-3369.ebuild | 9 |
3 files changed, 14 insertions, 4 deletions
diff --git a/games-fps/ut2004/ChangeLog b/games-fps/ut2004/ChangeLog index 4d5e48445a0a..1b10f8dc6796 100644 --- a/games-fps/ut2004/ChangeLog +++ b/games-fps/ut2004/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/ut2004 # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ChangeLog,v 1.34 2005/12/07 22:26:42 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ChangeLog,v 1.35 2005/12/08 20:08:16 wolf31o2 Exp $ + + 08 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org> ut2004-3369.ebuild: + Added einfo about render-to-texture. 07 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org> -ut2004-3355-r2.ebuild: diff --git a/games-fps/ut2004/Manifest b/games-fps/ut2004/Manifest index 1a1a98973283..33076052a6c0 100644 --- a/games-fps/ut2004/Manifest +++ b/games-fps/ut2004/Manifest @@ -1,7 +1,7 @@ -MD5 0d08f2fad9d636d18fee309b73e95c5e ChangeLog 5989 +MD5 79b0ef2fb0b7df50833bc8c0138c0f7f ChangeLog 6103 MD5 3953d9c3f549c05431bb62a8df17a787 files/digest-ut2004-3355-r1 153 MD5 2729ca7eae0fa14ecce9669115aa71d3 files/digest-ut2004-3369 74 MD5 e199cda0f458ab3a4b3ca2e482451c8f files/ut2004.xml 358 MD5 11a7e1491b1ac042ac7216b26b4ad1fb metadata.xml 254 MD5 4e276a5c3353bfd4ee5d59b140ab21ef ut2004-3355-r1.ebuild 3275 -MD5 f3a628286216ed086578789608ca4b4e ut2004-3369.ebuild 3085 +MD5 3295187c9951328983c2759d09dfe54c ut2004-3369.ebuild 3543 diff --git a/games-fps/ut2004/ut2004-3369.ebuild b/games-fps/ut2004/ut2004-3369.ebuild index a32f630bebd6..30b6ae8a47ff 100644 --- a/games-fps/ut2004/ut2004-3369.ebuild +++ b/games-fps/ut2004/ut2004-3369.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ut2004-3369.ebuild,v 1.2 2005/12/04 20:50:53 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ut2004-3369.ebuild,v 1.3 2005/12/08 20:08:16 wolf31o2 Exp $ inherit eutils games @@ -74,6 +74,13 @@ pkg_postinst() { ewarn "emerge --config =${CATEGORY}/${PF}" ewarn "That way you can [re]enter your cdkey." fi + einfo "Starting with 3369, the game supports render-to-texture. To enable" + einfo "it, you will need the Nvidia drivers of at least version 7676 and" + einfo "you should edit the following:" + einfo 'Set "UseRenderTargets=True" in the "[OpenGLDrv.OpenGLRenderDevice]"' + einfo 'section of your UT2004.ini/Default.ini and set "bPlayerShadows=True"' + einfo 'and "bBlobShadow=False" in the "[UnrealGame.UnrealPawn]" section of' + einfo 'your User.ini/DefUser.ini' echo einfo "To play the game run:" einfo " ut2004" |