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 | 8430cfe3dd18b061831d915ad1488d83b2b75494 (patch) | |
tree | e5ced4b54b8dd76ca818abe4162955b0e0723761 /games-fps | |
parent | new version, fixes gentoo #114868, sent patch upstream gnome #323580 (diff) | |
download | gentoo-2-8430cfe3dd18b061831d915ad1488d83b2b75494.tar.gz gentoo-2-8430cfe3dd18b061831d915ad1488d83b2b75494.tar.bz2 gentoo-2-8430cfe3dd18b061831d915ad1488d83b2b75494.zip |
Added einfo about render-to-texture.
(Portage version: 2.0.53)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/ut2004/ChangeLog | 5 | ||||
-rw-r--r-- | games-fps/ut2004/ut2004-3369.ebuild | 9 |
2 files changed, 12 insertions, 2 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/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" |