[Bug 14939] Black & White: DXTC to ARGB converter not implemented

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Dec 4 12:16:47 CST 2010


http://bugs.winehq.org/show_bug.cgi?id=14939

--- Comment #19 from Itzamna <xamaniqinqu at gmail.com> 2010-12-04 12:16:47 CST ---
To use this patch and not be affected by bug 25417
(http://bugs.winehq.org/show_bug.cgi?id=25417), copy the following commands in
a terminal:

mkdir ~/src
cd src
git clone git://source.winehq.org/git/wine.git ~/wine
cd wine
git checkout b898130a114f1baf24f717ab0c5f9a65030c5283
wget -O wine-dxt1-to-argb4444-conversion.patch
http://bugs2.winehq.org/attachment.cgi?id=32355
patch -p1 < wine-dxt1-to-argb4444-conversion.patch
./configure --prefix=/usr
make depend
make
sudo make install


By the way: DXT1 textures are used as low resolution textures in Black & White,
whereas DXT3 textures are used as high resolution textures. Until I post a DXT3
-> ARGB4444 patch, go to the Black & White installation directory and type
'wine Setup.exe'. Then go to the 'Graphics Detail Level' slider and select
'Custom Detail'. Then click the 'Custom...' button, uncheck "Use hi-res
textures" and check "Use detail textures".

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list