It didnt fix my issue either :/
kuzanagiIt didnt fix my issue either :/
mat_filtertextures 1
ur welcome
mat_filtertextures 1
ur welcome
Well, this is probably irrelevant, but since I downloaded the comanglia's FPS config; the GFX one. Everytime I get killed in TF2, no matter what I play, I get this error: %killername% etc. I don't know how to fix it or remove it. For some reason it annoys me so much. Keep in mind, I'm playing on dxlevel 81.
I've installed the config but now, every time I launch TF2 and go into a private server, I can't move and when I press M1, I start firing a lot of shots but I don't lose any ammo. Help?
StalinI've installed the config but now, every time I launch TF2 and go into a private server, I can't move and when I press M1, I start firing a lot of shots but I don't lose any ammo. Help?
host_thread_mode 0 - Every time u play offline set your host_thread_mode to 0
host_thread_mode 0 - Every time u play offline set your host_thread_mode to 0
The link to download Comanglia's Config at the top doesn't work for me
please help, or do other people have this issue?
please help, or do other people have this issue?
CaipseThe link to download Comanglia's Config at the top doesn't work for me
please help, or do other people have this issue?
https://cfg.tf/make/ from the "Graphic Setting Config" you can choose a gfx cfg. It has Comanglia's as well as others such as Mastercoms.
please help, or do other people have this issue?[/quote]
https://cfg.tf/make/ from the "Graphic Setting Config" you can choose a gfx cfg. It has Comanglia's as well as others such as Mastercoms.
The domain Timfortress.today has expired this month and will no longer be accessible
For comanglia updated go here: https://www90.zippyshare.com/v/jsE2e61X/file.html - Dead link
For chrisconfig updated go here: https://drive.google.com/file/d/1PzovxzFZyNcA-BIbfhk_7AJYJNWftzQg/view - (Changes)
sorry for the inconvenience, I should have used a filehosting website from the start
For comanglia updated go here: [s]https://www90.zippyshare.com/v/jsE2e61X/file.html[/s] - Dead link
For chrisconfig updated go here: https://drive.google.com/file/d/1PzovxzFZyNcA-BIbfhk_7AJYJNWftzQg/view - [url=https://pastebin.com/PaSfpUca](Changes)[/url]
sorry for the inconvenience, I should have used a filehosting website from the start
I'm currently working on an update.
wow I'm really looking forward to it
wow I'm really looking forward to it
sageThe domain Timfortress.today has expired this month and will no longer be accessible
For comanglia updated go here: https://www90.zippyshare.com/v/jsE2e61X/file.html
For chrisconfig updated go here: https://www90.zippyshare.com/v/3lUtkgUM/file.html - (Changes)
sorry for the inconvenience, I should have used a filehosting website from the start
Forbidden.
For comanglia updated go here: https://www90.zippyshare.com/v/jsE2e61X/file.html
For chrisconfig updated go here: https://www90.zippyshare.com/v/3lUtkgUM/file.html - [url=https://pastebin.com/PaSfpUca](Changes)[/url]
sorry for the inconvenience, I should have used a filehosting website from the start[/quote]
Forbidden.
Well, I have been maintaining comanglia's high performance cfg for years now.
Here it is if anybody is interested:
https://gist.github.com/fagoatse/2ebd594ca516d1273389b9055cba2825
I tried to keep anything of personal preference to minimum but I might have missed something.
Here it is if anybody is interested:
https://gist.github.com/fagoatse/2ebd594ca516d1273389b9055cba2825
I tried to keep anything of personal preference to minimum but I might have missed something.
It is now fully up-to-date with the latest experimental mastercoms. Enjoy.
fagoatseWell, I have been maintaining comanglia's high performance cfg for years now.
Here it is if anybody is interested:
https://gist.github.com/fagoatse/2ebd594ca516d1273389b9055cba2825
I tried to keep anything of personal preference to minimum but I might have missed something.
Would it be ok if i released a config with some of your/ most of your gfx settings? I will make sure to credit you in the config.
Here it is if anybody is interested:
https://gist.github.com/fagoatse/2ebd594ca516d1273389b9055cba2825
I tried to keep anything of personal preference to minimum but I might have missed something.[/quote]
Would it be ok if i released a config with some of your/ most of your gfx settings? I will make sure to credit you in the config.
So the link above points to a high performance cfg.. but it says not for toasters,?
Sorry I haven't got around to actually pushing this out. Been hung up on a lot of commands mostly for aesthetic reasons since very very few people are ever GPU bound. However some people have integrate GPUs and some (potentially most) people may prefer the aesthetic of lower settings.
mat_reducefillrate
mat_picmip
mat_forceaniso
mat_antialias - this command would be commented out but for general recommendation
Currently I'm favoring these settings
mat_reducefillrate 0
mat_picmip -1
mat_forceaniso 4
//mat_antialias 2 // again commented out
another major holdup is setting a default "rate" largely because of how common it still is for people to have sub 1Mbps upload speed, and how various leagues handle "cl_interp_ratio" generally I was planning on setting it to 1 but my recommendation would be setting it to 2 for primarily hitscan classes but some leagues force the ratio to 1 making cl_interp the preferred way of setting it :/
There's also a couple other things such as formatting and splitting the sections up into different files to make it a bit easier where to find certain commands but that comes with it's own problem of not just being able to search 1 file for what you're looking for...
To give you an idea of what I'm talking about this is what autoexec.cfg looks like
exec NoTutorial.cfg // Disables Tutorial prompts
//exec SteamController.cfg // Settings for Steam Controllers
exec HUDNotifications.cfg // Contracts, Vote UI, Achievement tracking, Killstreaks, Chat
exec HUDGeneral.cfg // Most HUD settings can be found here.
exec UserPreferences.cfg // User Preferences including hitsounds, damage numbers, FOV,
// viewmodels, crosshair, closed captions, ingame demo settings, etc.
exec NetSettings.cfg // You'll find most/all net settings here including match making settings
exec Sound.cfg // Most/All sound settings can be found here including volume.
exec gfxc.cfg // The main part of the performance config
//exec TransparentViewmodels.cfg // Uncomment this if you use TransparentViewmodels
[code]mat_reducefillrate
mat_picmip
mat_forceaniso
mat_antialias - this command would be commented out but for general recommendation
[/code]
Currently I'm favoring these settings
[code]
mat_reducefillrate 0
mat_picmip -1
mat_forceaniso 4
//mat_antialias 2 // again commented out
[/code]
another major holdup is setting a default "rate" largely because of how common it still is for people to have sub 1Mbps upload speed, and how various leagues handle "cl_interp_ratio" generally I was planning on setting it to 1 but my recommendation would be setting it to 2 for primarily hitscan classes but some leagues force the ratio to 1 making cl_interp the preferred way of setting it :/
There's also a couple other things such as formatting and splitting the sections up into different files to make it a bit easier where to find certain commands but that comes with it's own problem of not just being able to search 1 file for what you're looking for...
To give you an idea of what I'm talking about this is what autoexec.cfg looks like
[code]
exec NoTutorial.cfg // Disables Tutorial prompts
//exec SteamController.cfg // Settings for Steam Controllers
exec HUDNotifications.cfg // Contracts, Vote UI, Achievement tracking, Killstreaks, Chat
exec HUDGeneral.cfg // Most HUD settings can be found here.
exec UserPreferences.cfg // User Preferences including hitsounds, damage numbers, FOV,
// viewmodels, crosshair, closed captions, ingame demo settings, etc.
exec NetSettings.cfg // You'll find most/all net settings here including match making settings
exec Sound.cfg // Most/All sound settings can be found here including volume.
exec gfxc.cfg // The main part of the performance config
//exec TransparentViewmodels.cfg // Uncomment this if you use TransparentViewmodels
[/code]
AnarykeSo the link above points to a high performance cfg.. but it says not for toasters,?
I had actually tried to do somethings with it to make it for toasters, as i can't find the original for Cowmanglia's taoster config, but it didn't work out anyway.
I had actually tried to do somethings with it to make it for toasters, as i can't find the original for Cowmanglia's taoster config, but it didn't work out anyway.
AnarykeSo the link above points to a high performance cfg.. but it says not for toasters,?
yeah, back then there were 3 or 4 presets and the high performance cfg was meant for decent hardware as in it didn't have anything that would sacrifice some important gameplay elements for more frames. While, I don't have any other hw to test except my fairly beefy PC I assume nearly everything should be able to run the config I posted these days.
t1ntedfagoatseWell, I have been maintaining comanglia's high performance cfg for years now.
Here it is if anybody is interested:
https://gist.github.com/fagoatse/2ebd594ca516d1273389b9055cba2825
I tried to keep anything of personal preference to minimum but I might have missed something.
Would it be ok if i released a config with some of your/ most of your gfx settings? I will make sure to credit you in the config.
I don't mind but is there anything you wish to be added here? I wanted to keep it simple. One cfg, one file, plug n play.
yeah, back then there were 3 or 4 presets and the high performance cfg was meant for decent hardware as in it didn't have anything that would sacrifice some important gameplay elements for more frames. While, I don't have any other hw to test except my fairly beefy PC I assume nearly everything should be able to run the config I posted these days.
[quote=t1nted][quote=fagoatse]Well, I have been maintaining comanglia's high performance cfg for years now.
Here it is if anybody is interested:
https://gist.github.com/fagoatse/2ebd594ca516d1273389b9055cba2825
I tried to keep anything of personal preference to minimum but I might have missed something.[/quote]
Would it be ok if i released a config with some of your/ most of your gfx settings? I will make sure to credit you in the config.[/quote]
I don't mind but is there anything you wish to be added here? I wanted to keep it simple. One cfg, one file, plug n play.
fagoatseWell, I have been maintaining comanglia's high performance cfg for years now.
Here it is if anybody is interested:
https://gist.github.com/fagoatse/2ebd594ca516d1273389b9055cba2825
I tried to keep anything of personal preference to minimum but I might have missed something.
What speed of internet are your net settings designed for?
Here it is if anybody is interested:
https://gist.github.com/fagoatse/2ebd594ca516d1273389b9055cba2825
I tried to keep anything of personal preference to minimum but I might have missed something.[/quote]
What speed of internet are your net settings designed for?
fagoatseAnarykeSo the link above points to a high performance cfg.. but it says not for toasters,?
yeah, back then there were 3 or 4 presets and the high performance cfg was meant for decent hardware as in it didn't have anything that would sacrifice some important gameplay elements for more frames. While, I don't have any other hw to test except my fairly beefy PC I assume nearly everything should be able to run the config I posted these days.
t1ntedfagoatseWell, I have been maintaining comanglia's high performance cfg for years now.
Here it is if anybody is interested:
https://gist.github.com/fagoatse/2ebd594ca516d1273389b9055cba2825
I tried to keep anything of personal preference to minimum but I might have missed something.
Would it be ok if i released a config with some of your/ most of your gfx settings? I will make sure to credit you in the config.
I don't mind but is there anything you wish to be added here? I wanted to keep it simple. One cfg, one file, plug n play.
what do you mean by "wish to be added here"? I'm using your cfg, raspbryy pi's, and chris's config. i just combined most of them and see which commands don't fit.
yeah, back then there were 3 or 4 presets and the high performance cfg was meant for decent hardware as in it didn't have anything that would sacrifice some important gameplay elements for more frames. While, I don't have any other hw to test except my fairly beefy PC I assume nearly everything should be able to run the config I posted these days.
[quote=t1nted][quote=fagoatse]Well, I have been maintaining comanglia's high performance cfg for years now.
Here it is if anybody is interested:
https://gist.github.com/fagoatse/2ebd594ca516d1273389b9055cba2825
I tried to keep anything of personal preference to minimum but I might have missed something.[/quote]
Would it be ok if i released a config with some of your/ most of your gfx settings? I will make sure to credit you in the config.[/quote]
I don't mind but is there anything you wish to be added here? I wanted to keep it simple. One cfg, one file, plug n play.[/quote]
what do you mean by "wish to be added here"? I'm using your cfg, raspbryy pi's, and chris's config. i just combined most of them and see which commands don't fit.
teabellfagoatseWell, I have been maintaining comanglia's high performance cfg for years now.
Here it is if anybody is interested:
https://gist.github.com/fagoatse/2ebd594ca516d1273389b9055cba2825
I tried to keep anything of personal preference to minimum but I might have missed something.
What speed of internet are your net settings designed for?
I actually forgot to add net settings, because I removed the net in general.
Here it is if anybody is interested:
https://gist.github.com/fagoatse/2ebd594ca516d1273389b9055cba2825
I tried to keep anything of personal preference to minimum but I might have missed something.[/quote]
What speed of internet are your net settings designed for?[/quote]
I actually forgot to add net settings, because I removed the net in general.
teabell
What speed of internet are your net settings designed for?
25/5
Oops I lied a bit. The rates are from csgo. I recommend adjusting them to 80% of your bandwidth or use mastercoms calculator.
t1ntedwhat do you mean by "wish to be added here"? I'm using your cfg, raspbryy pi's, and chris's config. i just combined most of them and see which commands don't fit.
Oh I see. Well, if you come up with something cool please do mention it.
What speed of internet are your net settings designed for?[/quote]
[s]25/5[/s]
Oops I lied a bit. The rates are from csgo. I recommend adjusting them to 80% of your bandwidth or use mastercoms calculator.
[quote=t1nted]what do you mean by "wish to be added here"? I'm using your cfg, raspbryy pi's, and chris's config. i just combined most of them and see which commands don't fit.[/quote]
Oh I see. Well, if you come up with something cool please do mention it.
BatbatAny updates on the new good PC config?
Well, feel free to give it a try.
https://gist.github.com/fagoatse/2ebd594ca516d1273389b9055cba2825
Maybe it will do for you.
Well, feel free to give it a try.
https://gist.github.com/fagoatse/2ebd594ca516d1273389b9055cba2825
Maybe it will do for you.
fagoatseWell, feel free to give it a try.
https://gist.github.com/fagoatse/2ebd594ca516d1273389b9055cba2825
Maybe it will do for you.
that config is great, best one ive used so far thanks!
https://gist.github.com/fagoatse/2ebd594ca516d1273389b9055cba2825
Maybe it will do for you.[/quote]
that config is great, best one ive used so far thanks!