News | Forum | People | FAQ | Links | Search | Register | Log in
Screenshots & Betas
This is the place to post screenshots of your upcoming masterpiece and get criticism, or just have people implore you to finish it. You should also use this thread to post beta versions of your maps.

Need a place to host your screenshots? Upload them here:
http://www.quaketastic.com/
Username: quaketastic
Password: ZigguratVertigoBlewTronynsSocksOff
File size limit is 128MB.
First | Previous | Next | Last
Can't Wait 
For retroquad to "come out". 
Mankrip 
Will Retroquad support bsp2, protocol 999, and enhanced limits?

Or is that too "modern" for Retro? 
#14781 
BSP2 and enhanced limits would be nice.

Specific protocols from other engines will likely not happen, and I'll probably develop a custom protocol tailored to Retroquad's specific features. Also, hardware-accelerated engines will always be a better choice for multiplayer.

The only part of the BSP renderer still missing HD texture support is the scrolling sky renderer. There's also a bunch of usability improvements and some other stuff to do in the texture code, and the texture format still needs some changes & additions.

The palette management subsystem needs some big changes that will allow the implementation of a new color selection algorithm which should be more accurate in some cases, and also allow for colored lighting. 
Mankrip 
Decal support?

Also I was thinking that the tech that you've got in retroquad would make for a great 8 bit paint. Not very many programs let you paint with a palette with opacity. 
Shamblernaut 
Proper decals would take a lot of work to implement, and would slow down the renderer even more.
A more possible alternative would be to implement stainmaps similar to the ones in Darkplaces, but it's not in my plans yet.

Hmm, I didn't think about using it for 8-bit painting before. Nice idea.

The closest I had thought about was to create a modified version of the texture compiling algorithm as an alternative dithering method for quantizating standard 2D images (converting TGAs to PCX, etc.). It would be interesting to compare against usual 2D dithering methods such as Floyd-Steinberg. 
 
if you're still using a surface cache, you could try painting your decals into that. That should make them free other than for adding/removing them(or when dlights are around).
I believe this is the way halflife did them.
(stainmaps suck)

regarding 8-bit painting, increase the lightmap resolution and just megatexture the entire map! 
Spike 
Retroquad's surface cache only contains light levels, not texture data, and because of this there's no way to paint a decal texture into them. Lighting & textures are combined in realtime, per-pixel.

Also, decals aren't strictly necessary to achieve a cohesive visual style - they're an addition, not an improvement per se. Part of my main focus is on making the engine easier to produce content for, not on raising the amount of content to work on.

But it will always be possible to use sprite-based decals like the ones in Scourge of Armagon. 
Soft Depth On Opaque BSP Entities 
RetroJam 6 map: The Legacy of Giants, by khreathor. Edited version with soft-depth sand.

screenshot 
#14787 
Pretty nifty. 
Awesome Stuff! 
 
 
that's a clever use of soft depth effect, i've usually only seen it for liquids/smoke.

question, does it look good in motion or does the parallax give it away? 
Metlslime 
It looks good in motion because it's dithered in screen space, using an ordered dither. 
That Looks Rad 
 
Noice 
Looks Amazing 
any chance of a video? 
TF Map Pimp. 
Facing Worlds?? 
 
Pretty Much. 
 
 
Mankrip I mean, will you be able to see that the sand is either floating over the floor or sunken beneath it, due to parallax? 
Another One By Urthar 
Making My The 2nd Map Ever Made 
@Kres 
Looks very interesting. Unique geometry and feel to these. That rotunda in the first few screens reminds me of a roulette wheel. 
Cool 
That is some crazy central cylinder thing you got going there. I also like that sewer shot with an apparent gold key door. Nice work, keep us updated! 
#14798 
Yes, it looks a bit floating over. But if you look from an angle parallel to the floor, the sand will look fully opaque, because there won't be any surface near it from behind. The depth is calculated from the view plane.

I have an idea for properly multitextured surface blending, which would be way faster to render, but it's also too complicated to try at this moment. 
 
drow: It looks good, but you could use different texture themes for each side (medieval/metal/etc.), instead of changing the colors only.

Kres: Really bloody good. Water in Quake doesn't look good enough in pitch black areas, though. 
First | Previous | Next | Last
You must be logged in to post in this thread.
Website copyright © 2002-2024 John Fitzgibbons. All posts are copyright their respective authors.