Re: r speeds
Posted by IrishGuinea on
Tue Nov 23rd 2004 at 3:45am
51 posts
5 snarkmarks
Registered:
Nov 14th 2004
Occupation: Production Manager
Location: USA
how do I set "r_speeds 1" to be on automatically, so I dont have to type it in everytime i launch to test a map?
Re: r speeds
Posted by fraggard on
Tue Nov 23rd 2004 at 3:59am
1110 posts
220 snarkmarks
Registered:
Jul 8th 2002
Occupation: Student
Location: Bangalore, India
If you want the r's to show for every map you load (including the default ones), just add the line
r_speeds "1"
to the end of your valve/config.cfg file.
If you want it only for maps you edit, it depends on your compile frontend.
In the default hammer compiler: to the Additional Game Parameters field add +r_speeds "1"
[color=white]In HLCC, add +r_speeds "1" [color=white]to the [color=gold]Command Line Parameters field.[/color][/color][/color]
[color=#ffffff]Leave a space between the r_speeds parameter, and all other parameters.
[/color]
Re: r speeds
Posted by Forceflow on
Tue Nov 23rd 2004 at 6:27am
2420 posts
451 snarkmarks
Registered:
Nov 6th 2003
Occupation: Engineering Student (CS)
Location: Belgium
It's even safer to put it in your autoexec.cfg file, becouse the normal config gets overwritten sometimes.
Re: r speeds
Posted by Orpheus on
Tue Nov 23rd 2004 at 10:59am
Posted
2004-11-23 10:59am
Orpheus
member
13860 posts
2024 snarkmarks
Registered:
Aug 26th 2001
Occupation: Long Haul Trucking
Location: Long Oklahoma - USA
personally, i didn't like r_speeds on all the time, mostly because the maps i was critiquing were so horrible the numbers made my head hurt. you can also turn on netgraph or whatever its called and get some idea of r's that way, but i cannot recall the command line. it shows a bit of info, but it also shows the FPS, so even if r's are high, you may be getting good frame rates.
Re: r speeds
Posted by parakeet on
Tue Nov 23rd 2004 at 8:30pm
544 posts
81 snarkmarks
Registered:
Apr 30th 2004
Occupation: n/a
Location: Eastern US
I never found out what affected r_speeds the most other than large open spaces and split faces. Does r_speeds have to do with rendering speeds? oh well it seems to late now but it ate out my eyes seeing them go so high and not knowing how to kill them i ended up killing my mapping dreams... im back but maybe you could direct me to an r_speeds tut =P its been a year or so
Re: r speeds
Posted by ReNo on
Wed Nov 24th 2004 at 3:50pm
ReNo
member
5457 posts
1991 snarkmarks
Registered:
Aug 22nd 2001
Occupation: Level Designer
Location: Scotland
Put them up here foo', they'll get read more often and they are useful :smile:
Re: r speeds
Posted by SaintGreg on
Tue Jan 25th 2005 at 3:24am
212 posts
51 snarkmarks
Registered:
Dec 3rd 2004
Most likely if you are only getting 4 fps, your map is beyond
repair. If it were me I would start over again, as reworking
trouble areas will probably be alot tougher in the long run.
Re: r speeds
Posted by waTchouT on
Mon Feb 14th 2005 at 8:46pm
11 posts
11 snarkmarks
Registered:
Feb 13th 2005
if you wanted to bind it to a button instead so it toggles i use this in my autoexec
alias rspeeds "rspeedson"<br style="font-style: italic;">
alias rspeedson "r_speeds 1; alias rspeeds rspeedsoff"<br style="font-style: italic;">
alias rspeedsoff "r_speeds 0; alias rspeeds rspeedson"<br style="font-style: italic;">
bind "m" "rspeeds"
replace m with whatever button you want to toggle it to, you also need to have 'developer 1' set to see it onscreen.
im not quite sure of the source command, i think it could possibly be this, but i havent tested it
<br style="font-style: italic;">
bindtoggle m r_speeds
but its prolly easier to have it on all the time lol :razz: