Huge Hi-Res Flat

Advanced OpenGL source port fork from ZDoom, picking up where ZDoomGL left off.
[Home] [Download] [Git builds (Win)] [Git builds (Mac)] [Wiki] [Repo] [Bugs&Suggestions]

Moderator: Graf Zahl

Locked
User avatar
Syfo-Dyas
Posts: 182
Joined: Sun Oct 09, 2005 21:54
Location: Ohio
Contact:

Huge Hi-Res Flat

Post by Syfo-Dyas »

I've never figured this one out, how do I make hi-res flats that are larger than 64x64?
User avatar
Nash
Developer
Developer
Posts: 1226
Joined: Sun Sep 25, 2005 1:49
Location: Kuala Lumpur, Malaysia
Contact:

Post by Nash »

Since textures and flats are interchangeable in (G)ZDoom, just define a high res texture and place them on floors/ceilings and they'll work.

To do this in DoomBuilder, open your game's configuration file, look for the "mixtexturesflats" setting and set it to 1.

You have two ways to define high res textures:

1) HIRESTEX lump (broken in current version of GZDoom)

2) TEXTUREx lump (you enter a scale value. XWE and SLumpEd supports this feature, but SLumpEd's is better because it can tell you how large the scaled result texture will be; XWE doesn't)

Or you can just stick in a high res graphic between FF_START and FF_END and (G)ZDoom will automatically scale the graphics to fit the 64 x 64 grid.
User avatar
Syfo-Dyas
Posts: 182
Joined: Sun Oct 09, 2005 21:54
Location: Ohio
Contact:

Post by Syfo-Dyas »

Thankx Nash, I'll try this at home!
User avatar
Syfo-Dyas
Posts: 182
Joined: Sun Oct 09, 2005 21:54
Location: Ohio
Contact:

Post by Syfo-Dyas »

Added that line to my gzdoom config, and everything works like magic thank you!
Locked

Return to “GZDoom”