R_speeds
BlackPlague
Join Date: 2004-02-02 Member: 25990Banned
<div class="IPBDescription">How to add them</div> Can someone tell me how to insert r_speeds into my map? as well as textured lighting?<!--emo&???--><img src='http://www.unknownworlds.com/forums/html//emoticons/confused.gif' border='0' style='vertical-align:middle' alt='confused.gif' /><!--endemo--><!--emo&???--><img src='http://www.unknownworlds.com/forums/html//emoticons/confused.gif' border='0' style='vertical-align:middle' alt='confused.gif' /><!--endemo--><!--emo&???--><img src='http://www.unknownworlds.com/forums/html//emoticons/confused.gif' border='0' style='vertical-align:middle' alt='confused.gif' /><!--endemo-->
im lost lolz i need a CLEAN thorough tutorial please.
im lost lolz i need a CLEAN thorough tutorial please.
Comments
second, you don't exactly add r_speeds (although you can increase and decease them) they are a value depending on how long it takes to render the scene and lots of other things, do a search on google for them. To see them, in the console type :
sv_cheats 1;developer 1;r_speeds 1;
(in fact, just leave cheats and dev mode always on when checking out your map)
Thirdly : To make textured lighting, find, or make a lights.rad file, or a yourmapname.rad file. inside put : texturename R G B Brightness (i.e wall 50 50 50 1000). make a new line for each texture you wish to add.
He answered both of your questions. There's no ideas or opinions, they're the exact ways of doing it.
*EDIT: And yes, this should not be posted here but in the <a href='http://www.unknownworlds.com/forums/index.php?showforum=34' target='_blank'>mapping help</a> forum. I wish more people would take a second just to look up their screen and realise it's there.
Here's my textured lightning tutorial.
light_newwhite 255 255 255 200
light_panel03 0 191 96 200
light_newblue 81 81 255 200
light_newgreen 0 204 0 200
light_newred 255 89 89 200
is there anything wrong with it?