Forum

Problems with Fullbright Colours

Discuss the construction of maps and the tools to create maps for 3D games.

Moderator: InsideQC Admins

Problems with Fullbright Colours

Postby mh » Sun Aug 23, 2009 7:27 pm

We've all seen it. A map using a new texture set is released, and you run it in either a modified engine or in software Quake, and there are areas of many textures - sometimes quite huge areas - that glow out of the darkness at you. The recently reviewed Temple of Anubis (over on Quaddicted) has it, Warpspasm had it, and there are many more.

Image

(screenshot taken in original WinQuake - for crying out loud!)

What's going on? Are mappers not aware that fullbright colours are a feature of the Quake engine (and quite a deliberate, intentional one at that - check out colormap.lmp), or do they not test their maps in software Quake (or an engine that does support fullbrights)?
We had the power, we had the space, we had a sense of time and place
We knew the words, we knew the score, we knew what we were fighting for
User avatar
mh
 
Posts: 2292
Joined: Sat Jan 12, 2008 1:38 am

Postby Spirit » Sun Aug 23, 2009 8:31 pm

Argh, that reminds me of my almost done next part of sw-vs-glquake for just this issue.

glquake is wildly popular amongst normal people. They do not know about better engines (except for the best: Tenebrae!!!). At least that is my guess and what sometimes surfaces in random forums.

Having a r_fullbrights switch in the engine can really make the pain go away in those cases but of course timewarp & extinguishing glquake and ugly engines would be the best way. :P
Improve Quaddicted, send me a pull request: https://github.com/SpiritQuaddicted/Quaddicted-reviews
Spirit
 
Posts: 1031
Joined: Sat Nov 20, 2004 9:00 pm

Postby Electro » Sun Aug 23, 2009 9:18 pm

This is the result of textures not being originally painted in the Quake1 palette. When it's converted to the Quake1 palette, the tool is just finding the nearest colour (regardless of fullbright or not). This most often occurs for textures that are stolen from other games and run through a mass conversion without anyone even looking or knowing what the hell they're doing.
Benjamin Darling
http://www.bendarling.net/

Reflex - In development competitive arena fps combining modern tech with the speed, precision and freedom of 90's shooters.
http://www.reflexfps.net/
Electro
 
Posts: 312
Joined: Wed Dec 29, 2004 11:25 pm
Location: Brisbane, Australia

Re: Problems with Fullbright Colours

Postby goldenboy » Mon Aug 24, 2009 1:55 am

There is no tool for easy removal of fullbrights after conversion. There's Wally, which doesn't pay attention to fullbrights. There's TexMex, but I never got into it. I didn't find out how to simply remove fullbrights with that, either.

Doing it by hand is teh horror.

In general, creating or modifying assets for Quake is teh horror.

Even more so under Linux.
User avatar
goldenboy
 
Posts: 924
Joined: Fri Sep 05, 2008 11:04 pm
Location: Kiel

Postby Willem » Mon Aug 24, 2009 12:31 pm

If you're using ToeTag on a Mac, you can export the texture and then import it using the "without fullbrights" option. It's only a few clicks per problematic texture.
Willem
 
Posts: 73
Joined: Wed Jan 23, 2008 10:58 am

Postby frag.machine » Tue Aug 25, 2009 12:51 am

To convert textures to Quake I use PaintShop Pro. I open the image, then I load a customized palette file and presto. Works just fine. To generate the .pal file, I first took a PCX screenshot in WinQuake, opened it in PSP, erased by hand the last 16 colors in the palette and saved the resulting .pal file.
I know FrikaC made a cgi-bin version of the quakec interpreter once and wrote part of his website in QuakeC :) (LordHavoc)
User avatar
frag.machine
 
Posts: 2090
Joined: Sat Nov 25, 2006 1:49 pm

Postby ceriux » Tue Aug 25, 2009 1:20 am

i have a easyier way, that or i can just upload and post mine up =)

i just opened up wally's quake pallet and saved it in a format photoshop can open xD presto done! =D
User avatar
ceriux
 
Posts: 2223
Joined: Sat Sep 06, 2008 3:30 pm
Location: Indiana, USA

Postby xaGe » Tue Aug 25, 2009 2:27 am

..OR you get yourself a copy of the freeware Quake texture manipulation program called TEXMEX(formerly hosted via PlanetQuake). Open the wad your using to texture with or even the map.bsp itself in Texmex. Select the offending texture, right-click and choose Adjust Brightness, then click Remove Brites. Do this to all the offending textures and don't forget to save it after you have finished removing the full brights from your textures.
User avatar
xaGe
 
Posts: 461
Joined: Wed Mar 01, 2006 8:29 am
Location: Upstate, New York

Postby frag.machine » Tue Aug 25, 2009 11:46 pm

@Xage: your suggestion is much better. Mine works well for importing 1 or 2 textures to a .wad.
I know FrikaC made a cgi-bin version of the quakec interpreter once and wrote part of his website in QuakeC :) (LordHavoc)
User avatar
frag.machine
 
Posts: 2090
Joined: Sat Nov 25, 2006 1:49 pm

Postby xaGe » Wed Aug 26, 2009 12:32 am

:) Just wanted to give an alternative method that I've used over the years myself. I've done it the way you described a lot as well. FYI I know your method will also work in Photoshop & Gimp at least as well.
Last edited by xaGe on Tue Nov 27, 2018 8:57 am, edited 1 time in total.
User avatar
xaGe
 
Posts: 461
Joined: Wed Mar 01, 2006 8:29 am
Location: Upstate, New York

Postby FrikaC » Wed Aug 26, 2009 5:43 pm

I should add that to fimg. Also make fimg good, I should do that too.
FrikaC
Site Admin
 
Posts: 1026
Joined: Fri Oct 08, 2004 11:19 pm

Postby xaGe » Thu Aug 27, 2009 2:29 am

Yeah, why not? or add it to quaded if it still exists...lol
Last edited by xaGe on Tue Nov 27, 2018 8:58 am, edited 1 time in total.
User avatar
xaGe
 
Posts: 461
Joined: Wed Mar 01, 2006 8:29 am
Location: Upstate, New York

Postby Spirit » Fri Aug 28, 2009 11:39 am

Hey xaGe, you really do not need to quote posts you are directly replying to. And if you do, rather put the quote above your reply otherwise it is a completely backward way of reading. :wink:
Improve Quaddicted, send me a pull request: https://github.com/SpiritQuaddicted/Quaddicted-reviews
Spirit
 
Posts: 1031
Joined: Sat Nov 20, 2004 9:00 pm

Postby xaGe » Fri Aug 28, 2009 11:43 pm

..Thanks for the tip! :wink:

Spirit wrote:Hey xaGe, you really do not need to quote posts you are directly replying to. And if you do, rather put the quote above your reply otherwise it is a completely backward way of reading. :wink:
User avatar
xaGe
 
Posts: 461
Joined: Wed Mar 01, 2006 8:29 am
Location: Upstate, New York

Postby MeTcHsteekle » Sat Aug 29, 2009 1:12 am

i find its seems to be a good habit as its like a summery of what he is talking about especially if he is commenting on a post on page 2 and his is on page 5 or somfing
bah
MeTcHsteekle
 
Posts: 399
Joined: Thu May 15, 2008 10:46 pm
Location: its a secret

Next

Return to Mapping

Who is online

Users browsing this forum: No registered users and 1 guest