-
1. timedemo your_cfg
2 .timedemo someone_elses_cfg
3. ???
4. FPS RESULTS?
2 .timedemo someone_elses_cfg
3. ???
4. FPS RESULTS?
On a scale from minecraft to far cry three how bad does it look?
So from my understanding, one must first join a listen server so that sv_cheats can be enabled. Then settings like picmip and stuff can go higher than allowed. Then it is precached? Is that correct?
Your core version has some of your personal preference things like mouse1 bound to attack and reload in lieu of autoreload.
i think it makes the reload on certain guns a bit faster, i found it pretty buggy so it's pretty useless to me
Geknaiiri think it makes the reload on certain guns a bit faster, i found it pretty buggy so it's pretty useless to me
yeah if u use it on pistol it shoots slower and it will block the loose cannon and make it explode in your face if you spam mouse1
yeah if u use it on pistol it shoots slower and it will block the loose cannon and make it explode in your face if you spam mouse1
I don't remember what tf2 autoreload breaks but I made this script a few years ago to get the best of both worlds.
alias +primary "-reload;+attack;spec_next"
alias -primary "-attack;+reload"
bind mouse1 +primary
alias +primary "-reload;+attack;spec_next"
alias -primary "-attack;+reload"
bind mouse1 +primary
When ever I try to join a server I get to the class selection screen and receive the following error. http://prntscr.com/6bigcy
How do I "preload" my cfg so it looks like the first screenshot? I thought it meant to load it in a local server first, but I'm not getting the same effect.
Join a local server first.
You can just put map cp_badlands in your autoexec
You can just put map cp_badlands in your autoexec
That's not working for me, it looks nothing like this screenshot after joining a server
[img]http://i.imgur.com/XmuHYhN.jpg[/img]
TripzWhen ever I try to join a server I get to the class selection screen and receive the following error. http://prntscr.com/6bigcy
Set studio_queue_mode to 1.
Set studio_queue_mode to 1.
pastryrockTripzWhen ever I try to join a server I get to the class selection screen and receive the following error. http://prntscr.com/6bigcy
Set studio_queue_mode to 1.
Thankyou
Set studio_queue_mode to 1.[/quote]
Thankyou
You say you use quad core why not use "cl_threaded_bone_setup 1" easily a 5+% boost. their's also a couple other things I noticed from the screenshots, but I don't know the exact commands.
If you look at process you'll see that ribbon, I can't remember the commands but that can be 2-3% extra frames for disabling.
-edit-
mat_specular 0 // Controls specularity. Setting this to 0 will make ubers
// non-shiny, and will remove some specular effects from in-game
// entities which support it. Setting this to 1 on dx8 will
// result in some strange `fire' textures replacing their
// appropriate counterparts, especially on medals, and certain
// hats.
mat_trilinear 0
I also disagree with how this is setup, so far I've found having mat_specular 1 has better framerate when trilinear is off, but I wouldn't be surprised if you've found something different.
-edit2-
r_pixelfog 0
I'd highly recommend this for DX9 users it doesn't improve FPS much but it makes everything SO MUCH clearer.
https://imgur.com/a/fGAiN
If you look at process you'll see that ribbon, I can't remember the commands but that can be 2-3% extra frames for disabling.
-edit-
[code]mat_specular 0 // Controls specularity. Setting this to 0 will make ubers
// non-shiny, and will remove some specular effects from in-game
// entities which support it. Setting this to 1 on dx8 will
// result in some strange `fire' textures replacing their
// appropriate counterparts, especially on medals, and certain
// hats.
mat_trilinear 0[/code]
I also disagree with how this is setup, so far I've found having mat_specular 1 has better framerate when trilinear is off, but I wouldn't be surprised if you've found something different.
-edit2-
[code]r_pixelfog 0[/code]
I'd highly recommend this for DX9 users it doesn't improve FPS much but it makes everything SO MUCH clearer.