Nub Mapping Questions
Supernorn
Best. Picture. Ever. Made. Ever. Join Date: 2002-11-07 Member: 7608Members, Constellation
<div class="IPBDescription">sorry if this is obvious but.....</div> i am having some MINOR problems with my map.
1. i think i have the basic understanding of texture lighting. i have the lights.rad with the list of all the lights, in theory all i have to do is put the texture in-game, and it will read the RGB values, and give off the correct light. Or...do i have to place them in valve.rad? i am confused....
2. how do i get the computer monitors to give off light? they are not light textures, so i do not think it is texture lighting.
thanks for your time.
and yes, i am teh uber nub. <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html/emoticons/tounge.gif' border='0' style='vertical-align:middle' alt='tounge.gif'><!--endemo-->
1. i think i have the basic understanding of texture lighting. i have the lights.rad with the list of all the lights, in theory all i have to do is put the texture in-game, and it will read the RGB values, and give off the correct light. Or...do i have to place them in valve.rad? i am confused....
2. how do i get the computer monitors to give off light? they are not light textures, so i do not think it is texture lighting.
thanks for your time.
and yes, i am teh uber nub. <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html/emoticons/tounge.gif' border='0' style='vertical-align:middle' alt='tounge.gif'><!--endemo-->
Comments
-lights pathtoyourrad\yourradfile.rad
Also, lights.rad will be read automatically by the tools. Copy all the contents of valve.rad to lights.rad and then you should be able to use the texture lights with no problem.
First, HLRAD checks for <yourmap'sfullname>.rad in folder where your .map file is located.
If it doesn't find one, it check for a lights.rad file
If it doesn't find that one, it checks for a valve.rad file.
Now, if you have the SAME entry for a light texture in those files, the first .rad file it finds will be the values its find.
So, for example, if you have this in ns_yourmap.rad :
light_strip1 100 100 100 200
and lights.rad:
light_strip1 150 150 150 100
hlrad will use the entry from ns_yourmap.rad.
Get it?
It's very handy cuz you can make a lights.rad for every single light texture for every mod you have maps for, but if you want a different setting for a light texture for a specific map, you can just do the adjustments in the yourmap'sname.rad file.