How can i get some hi-res textures and how do i use them?
Moderator: Graf Zahl
- DuduKrazy
- Posts: 402
- Joined: Sun Dec 25, 2005 18:59
How can i get some hi-res textures and how do i use them?
i'm really interested to use hi-res textures in gzdoom but i don't know where to get them not even how to use them. i need some help.
- NeoHippo
- Posts: 408
- Joined: Tue Sep 13, 2005 0:47
- Location: British Columbia Canada
http://www.doomworld.com/afterglow/textures.shtml
http://www.mayang.com/textures/
http://www.jbserver.com/downloads/abbs/textures/
http://www.teamtnt.com/return/retres.htm
http://www.doomsdayhq.com/files.php?class=4&type=3
http://nwvault.ign.com/View.php?view=Te ... tail&id=27
etc., etc., just use Google to find more sites, or others could list their favourite sites
http://www.mayang.com/textures/
http://www.jbserver.com/downloads/abbs/textures/
http://www.teamtnt.com/return/retres.htm
http://www.doomsdayhq.com/files.php?class=4&type=3
http://nwvault.ign.com/View.php?view=Te ... tail&id=27
etc., etc., just use Google to find more sites, or others could list their favourite sites
TAtL, tU, aE
- Syfo-Dyas
- Posts: 182
- Joined: Sun Oct 09, 2005 21:54
- Location: Ohio
- Contact:
- Nash
- Developer
- Posts: 1226
- Joined: Sun Sep 25, 2005 1:49
- Location: Kuala Lumpur, Malaysia
- Contact:
*sigh*
http://forum.drdteam.org/viewtopic.php?t=231
Then press Ctrl + F and type "hirestex" and press Enter.
And if you want a source for high resolution textures... there are many options: Google for them, rip from modern commercial games (Unreal, Doom 3, Quake 4, etc), take photos yourself; the options are endless. You can also go to http://www.doomsdayhq.com/ and download JDoom's Texture Pack.
http://forum.drdteam.org/viewtopic.php?t=231
Then press Ctrl + F and type "hirestex" and press Enter.
And if you want a source for high resolution textures... there are many options: Google for them, rip from modern commercial games (Unreal, Doom 3, Quake 4, etc), take photos yourself; the options are endless. You can also go to http://www.doomsdayhq.com/ and download JDoom's Texture Pack.
- Syfo-Dyas
- Posts: 182
- Joined: Sun Oct 09, 2005 21:54
- Location: Ohio
- Contact:
So this is my answer? If so I'm clueless as to what in the world it's trying to tell me here.
Also that Hi-Res texture pack for JDOOM seems to have ZERO textures. I've NO idea how to make these and I've been researching this for a while.
Every hi-res texture pack I download is packed full of standard 256 color BMP files, what gives? I'm so lost.
================
Probably worth sticking this here to keep everything centralised:
Graf Zahl wrote:
...the HIRESTEX lump is finally functional.
Its syntax is very simple:
To replace an original texture, sprite or graphic use:
Code:
remap texturename hireslumpname
And to define a new hires texture use:
Code:
define lumpname scaledwidth scaledheight
Also worth mentioning - Hires texture lumps should not be placed between TX markers.
Also that Hi-Res texture pack for JDOOM seems to have ZERO textures. I've NO idea how to make these and I've been researching this for a while.
Every hi-res texture pack I download is packed full of standard 256 color BMP files, what gives? I'm so lost.
================
Probably worth sticking this here to keep everything centralised:
Graf Zahl wrote:
...the HIRESTEX lump is finally functional.
Its syntax is very simple:
To replace an original texture, sprite or graphic use:
Code:
remap texturename hireslumpname
And to define a new hires texture use:
Code:
define lumpname scaledwidth scaledheight
Also worth mentioning - Hires texture lumps should not be placed between TX markers.
- Nash
- Developer
- Posts: 1226
- Joined: Sun Sep 25, 2005 1:49
- Location: Kuala Lumpur, Malaysia
- Contact:
Okay, then check this thread out instead:
http://forum.zdoom.org/potato.php?t=845 ... n+textures
It's a high res texture pack that replaces all the Doom 2 textures, because it looks to me you are only interested in playing Doom 2 with high res replacements, and not actually modding (G)ZDoom.
http://forum.zdoom.org/potato.php?t=845 ... n+textures
It's a high res texture pack that replaces all the Doom 2 textures, because it looks to me you are only interested in playing Doom 2 with high res replacements, and not actually modding (G)ZDoom.
- Syfo-Dyas
- Posts: 182
- Joined: Sun Oct 09, 2005 21:54
- Location: Ohio
- Contact:
- Nash
- Developer
- Posts: 1226
- Joined: Sun Sep 25, 2005 1:49
- Location: Kuala Lumpur, Malaysia
- Contact:
There is nothing hard about it really. I really don't see what your problem is.
Step 1: Have a high res picture to be used as a texture. Since you're using GZDoom, it can be in these formats: .bmp, .jpg/jpeg, .png. They can be either 8-bit (256 colour) or true colour; doesn't matter.
Step 2: Using XWE, load your picture as RAW DATA and put them anywhere into the wad.
Step 3: Make a new lump in your wad called HIRESTEX, and follow the extremely easy instructions to define a new texture. That's all there is to it.
Note: DoomBuilder currently won't recognize HIRESTEX textures. DB will display true-colour textures in the 3-d editor - however they will look weird.
Step 1: Have a high res picture to be used as a texture. Since you're using GZDoom, it can be in these formats: .bmp, .jpg/jpeg, .png. They can be either 8-bit (256 colour) or true colour; doesn't matter.
Step 2: Using XWE, load your picture as RAW DATA and put them anywhere into the wad.
Step 3: Make a new lump in your wad called HIRESTEX, and follow the extremely easy instructions to define a new texture. That's all there is to it.
Note: DoomBuilder currently won't recognize HIRESTEX textures. DB will display true-colour textures in the 3-d editor - however they will look weird.
- Syfo-Dyas
- Posts: 182
- Joined: Sun Oct 09, 2005 21:54
- Location: Ohio
- Contact:

What program to use for this.
Well now you got that answered, use XWE, load up a image in raw format, then make a new lump called:
HIRESTEX
Then follow instructions for editing it as per the instructions on that one page...
Everything in DOOM is easier than it looks at first, it's just finding simple help for the total virgin that's the hard part.
- Nash
- Developer
- Posts: 1226
- Joined: Sun Sep 25, 2005 1:49
- Location: Kuala Lumpur, Malaysia
- Contact:
In that case, you'd better go to http://zdoom.org/wiki/ and check out the newbies section.
A good start would be here, too: http://www.zdoom.org/wiki/index.php?title=TUTORIALS
It looks like you haven't even gotten the basics down yet. Read it slowly...
You ought to feel grateful because there's tons of Doom editing documentation lying around and constantly updated by an active community.
Unlike Quake, where it's impossible to figure out how to do stuff for newbies. Documentation is SO SCARCE! The reason I quit trying to learn how to mod Quake and went back to Doom.
A good start would be here, too: http://www.zdoom.org/wiki/index.php?title=TUTORIALS
It looks like you haven't even gotten the basics down yet. Read it slowly...
You ought to feel grateful because there's tons of Doom editing documentation lying around and constantly updated by an active community.
Unlike Quake, where it's impossible to figure out how to do stuff for newbies. Documentation is SO SCARCE! The reason I quit trying to learn how to mod Quake and went back to Doom.
Last edited by Nash on Mon Jan 16, 2006 23:40, edited 2 times in total.
- Syfo-Dyas
- Posts: 182
- Joined: Sun Oct 09, 2005 21:54
- Location: Ohio
- Contact:
I know I prolly sound a lot newer than I am.
The thing is that I've been stictly doing my project for Legacy up to this point. Now since I'm in GZDOOM and want to take advantage of 3D sloped floors and the like, I have to use DOOM/Hexen mode which makes even making a door completely new to me.
I've been learning DOOM editing for about 5 years now, but I've never used anything but standard textures, and have never had to "create" and "Edit" a lump file by hand ever, and I've never heard of this SYNTAX as mentioned here:
.the HIRESTEX lump is finally functional.
Its syntax is very simple:
To replace an original texture, sprite or graphic use:
Code:
remap texturename hireslumpname
And to define a new hires texture use:
Code:
define lumpname scaledwidth scaledheight
So...
...I'm confused and sound new. Wish I had internet at home atm, this would make things a lot easier.
The thing is that I've been stictly doing my project for Legacy up to this point. Now since I'm in GZDOOM and want to take advantage of 3D sloped floors and the like, I have to use DOOM/Hexen mode which makes even making a door completely new to me.
I've been learning DOOM editing for about 5 years now, but I've never used anything but standard textures, and have never had to "create" and "Edit" a lump file by hand ever, and I've never heard of this SYNTAX as mentioned here:
.the HIRESTEX lump is finally functional.
Its syntax is very simple:
To replace an original texture, sprite or graphic use:
Code:
remap texturename hireslumpname
And to define a new hires texture use:
Code:
define lumpname scaledwidth scaledheight
So...
...I'm confused and sound new. Wish I had internet at home atm, this would make things a lot easier.