Page 1 of 1
Huge Hi-Res Flat
Posted: Sat Sep 30, 2006 17:29
by Syfo-Dyas
I've never figured this one out, how do I make hi-res flats that are larger than 64x64?
Posted: Sat Sep 30, 2006 18:46
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.
Posted: Sat Sep 30, 2006 19:02
by Syfo-Dyas
Thankx Nash, I'll try this at home!
Posted: Sun Oct 01, 2006 22:04
by Syfo-Dyas
Added that line to my gzdoom config, and everything works like magic thank you!