Any serious FPS disadvantage to using blank_lightmap?

If you're looking for mapping help or you reckon you're a mapping guru, post your questions / solutions here

Moderator: Moderators

Post Reply
BirdsofaFeather
Sergeant
Posts: 72
Joined: Sun Aug 24, 2003 3:49 am

Any serious FPS disadvantage to using blank_lightmap?

Post by BirdsofaFeather »

Obviously caulk and blank_lightmap look the same in radiant, but when I started this map at first I wasn't as careful about selecting the right one as I am now, and parts of my map may be done with blank_lightmap instead of caulk. Is there any problems with FPS that blank_lightmap would cause?

And I suppose second part, is there a way (in radiant, plugin, etc) to convert all the blank_lightmap textures to caulk (if indeed blank_lightmap was causing a problem) without changing them all manually. Thanks in advance.
Look! Up in the sky! It's a Bird! It's a Plane! It's......oh wait it's a bird.

<Your MOHAA Mapping Friend in the Sky ;)>
User avatar
tltrude
Chuck Norris
Posts: 4774
Joined: Sun Jul 07, 2002 4:03 am
Location: Oklahoma, USA
Contact:

lightmap

Post by tltrude »

I don't know, but I do know how you can find out. Go around your map and check the fps while standing in corners, or any spots you can find again. Then open your .map file with Wordpad. Using the replace feature, replace "common/blank_lightmap" with "common/caulk" and save. Then compile and check the fps at the same spots.

The shaders for the two textures are totally different, but I still don't know what blank_lightmap is for.

Code: Select all

textures/common/caulk
{
	qer_editorimage textures/common/caulk.tga // needed for recognition by the fence tracing system
	qer_keyword utility
	surfaceparm nodraw
	surfaceparm nomarks
}

Code: Select all

textures/common/blank_lightmap
{
	qer_editorimage textures/common/caulk.tga
	{
		map $whiteimage
		nextbundle
		map $lightmap
	}
}
Tom Trude,

Image
BirdsofaFeather
Sergeant
Posts: 72
Joined: Sun Aug 24, 2003 3:49 am

Post by BirdsofaFeather »

will do, thanks tltrude.
Look! Up in the sky! It's a Bird! It's a Plane! It's......oh wait it's a bird.

<Your MOHAA Mapping Friend in the Sky ;)>
Post Reply