I've just downloaded the High-res texture pack (Revision 10.1). But I never used Hirg-res texture pack berfore, so I don't how to play with it, how to install it.
Could you help me ?
Thanks
schloepfi
Phear Chyld at
10.1
Extract all the textures to the directory "newtex" in your Duke directory. But I just put the new textures in and now some of the textures are messed up. Like the sky on the first level is a sign and not city scape. I wonder if anyone else is having this problem?
Zebius at
Re: 10.1
Phear Chyld said
Extract all the textures to the directory "newtex" in your Duke directory. But I just put the new textures in and now some of the textures are messed up. Like the sky on the first level is a sign and not city scape. I wonder if anyone else is having this problem?
I have the same problem with newest version of JonoF's Duke Nukem 3D Port (13th October). Before, everything was OK, so this is probably bug related to skyboxes or we just need new definition files.
JonoF at
Phear Chyld said
Extract all the textures to the directory "newtex" in your Duke directory. But I just put the new textures in and now some of the textures are messed up. Like the sky on the first level is a sign and not city scape. I wonder if anyone else is having this problem?
I changed the way numbers are parsed to give myself more flexibility, and the side effect of it is the 0's that are used to pad the numbers less than 1000 in the extra.con file of the texture pack make the numbers appear to be in octal (base 8). Do this to correct the problem:
Open extra.con in Notepad
Go to Edit menu, choose Replace
Type "definetexture 0" in the "Find what" box, and type "definetexture " (note the space after the 'e') in the "Replace what" box
Click the "Replace All" button a total of three times. You will have to wait between clicks as the replace operation goes through the file for each pass.
Save the file and exit Notepad
When the texture pack is updated this won't be a problem anymore.