Upvote Upvoted 67 Downvote Downvoted
1 2 3 4 5
Rhapsody's Performance Config
posted in Customization
121
#121
0 Frags +

The config has been updated and now matches performance with Comanglia's config as long as you enable rpc_experimental_on. Note that if you don't have four cores, you might crash when using experimental mode.

The config has been updated and now matches performance with Comanglia's config as long as you enable rpc_experimental_on. Note that if you don't have four cores, you might crash when using experimental mode.
122
#122
-2 Frags +

Plz HElp, I start the game writhe setup in console and i do all the configurations 1 by 1 then i join the server and I play like 15 mins and i get dc out of the game and error sayin Dynamic Mash(something with engine cant...). Help me fix this, PLS !

Plz HElp, I start the game writhe setup in console and i do all the configurations 1 by 1 then i join the server and I play like 15 mins and i get dc out of the game and error sayin Dynamic Mash(something with engine cant...). Help me fix this, PLS !
123
#123
0 Frags +

Having an issue where the config doesn't get saved when I restart the game when I do all the setup stuff previously. Is there a reason why that's happening? Great config btw.

Having an issue where the config doesn't get saved when I restart the game when I do all the setup stuff previously. Is there a reason why that's happening? Great config btw.
124
#124
0 Frags +
VictorHaving an issue where the config doesn't get saved when I restart the game when I do all the setup stuff previously. Is there a reason why that's happening? Great config btw.

At this point just manually uncomment things in the config, some people have this bug, and it seems to be Valve's fault

SlayerTF2Plz HElp, I start the game writhe setup in console and i do all the configurations 1 by 1 then i join the server and I play like 15 mins and i get dc out of the game and error sayin Dynamic Mash(something with engine cant...). Help me fix this, PLS !

Did make sure to consider what processor you have?

[quote=Victor]Having an issue where the config doesn't get saved when I restart the game when I do all the setup stuff previously. Is there a reason why that's happening? Great config btw.[/quote]


At this point just manually uncomment things in the config, some people have this bug, and it seems to be Valve's fault

[quote=SlayerTF2]Plz HElp, I start the game writhe setup in console and i do all the configurations 1 by 1 then i join the server and I play like 15 mins and i get dc out of the game and error sayin Dynamic Mash(something with engine cant...). Help me fix this, PLS ![/quote]

Did make sure to consider what processor you have?
125
#125
0 Frags +

Alright, so I've been going through the config and uncommenting things manually, but do you know what I would uncomment/leave commented to get facialfeatures_low? Additionally, could I leave the "network" section alone so I could switch between goodconnection and badconnection in game (like how it was done in the setup menu)?

Alright, so I've been going through the config and uncommenting things manually, but do you know what I would uncomment/leave commented to get facialfeatures_low? Additionally, could I leave the "network" section alone so I could switch between goodconnection and badconnection in game (like how it was done in the setup menu)?
126
#126
0 Frags +
VictorAlright, so I've been going through the config and uncommenting things manually, but do you know what I would uncomment/leave commented to get facialfeatures_low? Additionally, could I leave the "network" section alone so I could switch between goodconnection and badconnection in game (like how it was done in the setup menu)?

The cool thing about Rhapsody is that he has these "rpc_" commands scattered throughout the config, do a ctr+f for all commands starting with "rpc_" and you can use those to quickly enable/disable various features, such as rpc_enable_gibs and rpc_disable_gibs

You can then make separate scripts to run multiple commands at once.

Edit: Didn't notice autocorrect ruining my life again.

[quote=Victor]Alright, so I've been going through the config and uncommenting things manually, but do you know what I would uncomment/leave commented to get facialfeatures_low? Additionally, could I leave the "network" section alone so I could switch between goodconnection and badconnection in game (like how it was done in the setup menu)?[/quote]

The cool thing about Rhapsody is that he has these "rpc_" commands scattered throughout the config, do a ctr+f for all commands starting with "rpc_" and you can use those to quickly enable/disable various features, such as rpc_enable_gibs and rpc_disable_gibs

You can then make separate scripts to run multiple commands at once.

Edit: Didn't notice autocorrect ruining my life again.
127
#127
0 Frags +

http://steamcommunity.com/sharedfiles/filedetails/?id=423688025
been having this issue where theres this radius of shadows, hard to explain but its really distracting for me, I assume its either a shadow issue so heres my shadow settings

mat_shadowstate 1					// Set to 1 to enable.
r_shadowmaxrendered 11			// Set to 11 to enable.
r_shadowrendertotexture 1			// Set to 1 to enable, but can cause lag; 0 is the recommended setting either way.
r_shadows 1						// Set to 1 to enable.
nb_shadow_dist 400				// Distance from which shadows are visible. Uncomment to modify.
http://steamcommunity.com/sharedfiles/filedetails/?id=423688025
been having this issue where theres this radius of shadows, hard to explain but its really distracting for me, I assume its either a shadow issue so heres my shadow settings [code]mat_shadowstate 1 // Set to 1 to enable.
r_shadowmaxrendered 11 // Set to 11 to enable.
r_shadowrendertotexture 1 // Set to 1 to enable, but can cause lag; 0 is the recommended setting either way.
r_shadows 1 // Set to 1 to enable.
nb_shadow_dist 400 // Distance from which shadows are visible. Uncomment to modify.[/code]
128
#128
0 Frags +
SlayerTF2Plz HElp, I start the game writhe setup in console and i do all the configurations 1 by 1 then i join the server and I play like 15 mins and i get dc out of the game and error sayin Dynamic Mash(something with engine cant...). Help me fix this, PLS !

Are you using experimental features with a processor that has less than 4 cores?

VictorHaving an issue where the config doesn't get saved when I restart the game when I do all the setup stuff previously. Is there a reason why that's happening? Great config btw.

This is an issue introduced by Valve's scripting system, wherein host_writeconfig doesn't actually save the changes properly. You can get around this by creating a file called autoexec2.cfg in your cfg folder and putting the rpc_ commands in that file. This makes it so that they launch every time that the game starts, since I recently added a line to my config to execute autoexec2.cfg if it's present, specifically for this.

Someone suggested that you uncomment what you want to use, but I highly suggest you use this method so that you don't have to edit the config manually and can keep the auto-updater running without issues.

BrimstoneVictorAlright, so I've been going through the config and uncommenting things manually, but do you know what I would uncomment/leave commented to get facialfeatures_low? Additionally, could I leave the "network" section alone so I could switch between goodconnection and badconnection in game (like how it was done in the setup menu)?
The cool thing about Rhapsody is that he has these "rpc_" commands scattered throughout the config, do a ctr+f for all commands starting with "rpc_" and you can use those to quickly enable/disable various features, such as rpc_enable_gibs and rpc_disable_gibs

You can then make separate scripts to run multiple commands at once.

Edit: Didn't notice autocorrect ruining my life again.

Actually, they're no longer scattered throughout the config! I recently organized them, so they're all at the bottom of the config in the same area.

kounterpartshttp://steamcommunity.com/sharedfiles/filedetails/?id=423688025
been having this issue where theres this radius of shadows, hard to explain but its really distracting for me, I assume its either a shadow issue so heres my shadow settings
mat_shadowstate 1					// Set to 1 to enable.
r_shadowmaxrendered 11			// Set to 11 to enable.
r_shadowrendertotexture 1			// Set to 1 to enable, but can cause lag; 0 is the recommended setting either way.
r_shadows 1						// Set to 1 to enable.
nb_shadow_dist 400				// Distance from which shadows are visible. Uncomment to modify.

Check if there's a notable difference with the default settings that would be there without the config. The game tells you the default if you type in the convar name without specifying a value.

[quote=SlayerTF2]Plz HElp, I start the game writhe setup in console and i do all the configurations 1 by 1 then i join the server and I play like 15 mins and i get dc out of the game and error sayin Dynamic Mash(something with engine cant...). Help me fix this, PLS ![/quote]

Are you using experimental features with a processor that has less than 4 cores?

[quote=Victor]Having an issue where the config doesn't get saved when I restart the game when I do all the setup stuff previously. Is there a reason why that's happening? Great config btw.[/quote]

This is an issue introduced by Valve's scripting system, wherein host_writeconfig doesn't actually save the changes properly. You can get around this by creating a file called autoexec2.cfg in your cfg folder and putting the rpc_ commands in that file. This makes it so that they launch every time that the game starts, since I recently added a line to my config to execute autoexec2.cfg if it's present, specifically for this.

Someone suggested that you uncomment what you want to use, but I highly suggest you use this method so that you don't have to edit the config manually and can keep the auto-updater running without issues.

[quote=Brimstone][quote=Victor]Alright, so I've been going through the config and uncommenting things manually, but do you know what I would uncomment/leave commented to get facialfeatures_low? Additionally, could I leave the "network" section alone so I could switch between goodconnection and badconnection in game (like how it was done in the setup menu)?[/quote]

The cool thing about Rhapsody is that he has these "rpc_" commands scattered throughout the config, do a ctr+f for all commands starting with "rpc_" and you can use those to quickly enable/disable various features, such as rpc_enable_gibs and rpc_disable_gibs

You can then make separate scripts to run multiple commands at once.

Edit: Didn't notice autocorrect ruining my life again.[/quote]

Actually, they're no longer scattered throughout the config! I recently organized them, so they're all at the bottom of the config in the same area.

[quote=kounterparts]http://steamcommunity.com/sharedfiles/filedetails/?id=423688025
been having this issue where theres this radius of shadows, hard to explain but its really distracting for me, I assume its either a shadow issue so heres my shadow settings [code]mat_shadowstate 1 // Set to 1 to enable.
r_shadowmaxrendered 11 // Set to 11 to enable.
r_shadowrendertotexture 1 // Set to 1 to enable, but can cause lag; 0 is the recommended setting either way.
r_shadows 1 // Set to 1 to enable.
nb_shadow_dist 400 // Distance from which shadows are visible. Uncomment to modify.[/code][/quote]

Check if there's a notable difference with the default settings that would be there without the config. The game tells you the default if you type in the convar name without specifying a value.
129
#129
3 Frags +

Submitted a pull request: https://github.com/RhapsodySL/perfconfig/pull/23

Submitted a pull request: https://github.com/RhapsodySL/perfconfig/pull/23
130
#130
-1 Frags +

Whenever I turn left or right, the water seems to have weird bars that move around as well... Does anyone know what could cause this?

http://i.imgur.com/fpHVbrq.jpg

http://i.imgur.com/caFtTLY.jpg

http://i.imgur.com/II0qO1M.jpg

Whenever I turn left or right, the water seems to have weird bars that move around as well... Does anyone know what could cause this?
[img]http://i.imgur.com/fpHVbrq.jpg[/img]
[img]http://i.imgur.com/caFtTLY.jpg[/img]
[img]http://i.imgur.com/II0qO1M.jpg[/img]
131
#131
1 Frags +

http://i.imgur.com/OdtU1fd.jpg

Full res.

When I changed to this config at first it was fine, then after a launch at some point I got this smoky look on every map, makes it hard to see people. I couldn't see snipers from that house on upward to blu spawn. Not sure what causes this.

Okay it was r_pixelfog, fixed it.

[img]http://i.imgur.com/OdtU1fd.jpg[/img] Full res.

When I changed to this config at first it was fine, then after a launch at some point I got this smoky look on every map, makes it hard to see people. I couldn't see snipers from that house on upward to blu spawn. Not sure what causes this.

Okay it was r_pixelfog, fixed it.
132
#132
4 Frags +

I know it's been a while, but I've gone ahead and updated my config, finally. There hasn't really been a need for it, since there's been no real new discoveries about what could be added, removed, or changed. However, following the issue with mat_antialias causing crashes, I changed it in my config to prevent that.

While doing that, I also decided to remove cl_loadondemand_default (since it no longer exists in the game), and I also updated the auto-updater. I noticed that it wasn't working due to a stupid mistake on my part. I made some changes to improve reliability and it now checks if the OS is 32-bit or 64-bit and installs to the correct path without any modifications. For the people with a non-default installation path, use updater-legacy.bat and change the path there instead.

Have any suggestions or issues? I check back here every once in a while, but not as often as I could. If you really want to get my attention, add me on Steam, or post an issue on the github, since I get notifications for that. Thanks.

I know it's been a while, but I've gone ahead and updated my config, finally. There hasn't really been a need for it, since there's been no real new discoveries about what could be added, removed, or changed. However, following the issue with mat_antialias causing crashes, I changed it in my config to prevent that.

While doing that, I also decided to remove cl_loadondemand_default (since it no longer exists in the game), and I also updated the auto-updater. I noticed that it wasn't working due to a stupid mistake on my part. I made some changes to improve reliability and it now checks if the OS is 32-bit or 64-bit and installs to the correct path without any modifications. For the people with a non-default installation path, use updater-legacy.bat and change the path there instead.

Have any suggestions or issues? I check back here every once in a while, but not as often as I could. If you really want to get my attention, add me on Steam, or post an issue on the github, since I get notifications for that. Thanks.
133
#133
-1 Frags +

It seems as though that whenever I launch tf2, my resolution is changed from 1360-768 to 1360-768. (Shown this way in the console; "Changing resolutions from (1360, 768) -> (1360, 768)"). I find this to be very irritating, as it is obviously redundant. But to make matters worse, the "resolution reload" absolutely destroys my mumble overlay because of the drastic change of settings my tf2 makes with the autoexec. I have yet to find anything that alters this and the "Team Fortress 2>properties>set launch options" does not seem to have an effect.

Please Note: This problem only occurs when the autoexec from this config is active, if I were to delete this config from the autoexec, everything goes back to normal. I would rather keep this config, however, as I see it is necessary for my game to run dx9.

It seems as though that whenever I launch tf2, my resolution is changed from 1360-768 to 1360-768. (Shown this way in the console; "Changing resolutions from (1360, 768) -> (1360, 768)"). I find this to be very irritating, as it is obviously redundant. But to make matters worse, the "resolution reload" absolutely destroys my mumble overlay because of the drastic change of settings my tf2 makes with the autoexec. I have yet to find anything that alters this and the "Team Fortress 2>properties>set launch options" does not seem to have an effect.

Please Note: This problem only occurs when the autoexec from this config is active, if I were to delete this config from the autoexec, everything goes back to normal. I would rather keep this config, however, as I see it is necessary for my game to run dx9.
134
#134
0 Frags +

The 'setup' feature in console never worked for me smoothly. Some settings like rpc_disableragdolls are not saving after restart so I had to put them in autoexec2. Is this intended? If yes, it should mention that some settings are not permanent.

Edit: nevermind I have read #128

The 'setup' feature in console never worked for me smoothly. Some settings like rpc_disableragdolls are not saving after restart so I had to put them in autoexec2. Is this intended? If yes, it should mention that some settings are not permanent.

Edit: nevermind I have read #128
135
#135
0 Frags +

r_renderoverlayfragment 0

why does everyone disable this even in dx9+ tier configs

r_renderoverlayfragment 0

why does everyone disable this even in dx9+ tier configs
136
#136
1 Frags +

nice work i have to say, but is there a reason why you deleted the mat_picmip setting?

nice work i have to say, but is there a reason why you deleted the mat_picmip setting?
137
#137
-6 Frags +

Sorry , but I can not activate the anti aliasing, and try all commands he believed was right but still does not work , please help

Sorry , but I can not activate the anti aliasing, and try all commands he believed was right but still does not work , please help
138
#138
-3 Frags +

Sorry , but I can not activate the anti aliasing, and try all commands he believed was right but still does not work , please help

Sorry , but I can not activate the anti aliasing, and try all commands he believed was right but still does not work , please help
139
#139
0 Frags +

Been using this for a few weeks and It's really an improvement, but my question is how can I disable ragdolls and gibs they sometimes clutter my screen and block my vision.

Been using this for a few weeks and It's really an improvement, but my question is how can I disable ragdolls and gibs they sometimes clutter my screen and block my vision.
140
#140
-1 Frags +

@Gr1Zz Go to any other config, such as Comanglia's or mastercomfig and search for the words "ragdoll" and "gib". There will most likely be a group of convars clustered together along with a comment explaining their functionality.

@Gr1Zz Go to any other config, such as Comanglia's or mastercomfig and search for the words "ragdoll" and "gib". There will most likely be a group of convars clustered together along with a comment explaining their functionality.
141
#141
1 Frags +
Gr1ZzBeen using this for a few weeks and It's really an improvement, but my question is how can I disable ragdolls and gibs they sometimes clutter my screen and block my vision.

// Disable ragdolls
cl_ragdoll_fade_time 0
cl_ragdoll_forcefade 1
cl_ragdoll_physics_enable 0
g_ragdoll_fadespeed 0
g_ragdoll_lvfadespeed 0
ragdoll_sleepaftertime 0

// Disable gibs
cl_phys_props_enable 0
cl_phys_props_max 0
props_break_max_pieces 0
r_propsmaxdist 1
violence_agibs 0
violence_hgibs 0

took this directly from comanglias config btw, would recommend switching to either comanglias or mastercom's config

[quote=Gr1Zz]Been using this for a few weeks and It's really an improvement, but my question is how can I disable ragdolls and gibs they sometimes clutter my screen and block my vision.[/quote]
// Disable ragdolls
cl_ragdoll_fade_time 0
cl_ragdoll_forcefade 1
cl_ragdoll_physics_enable 0
g_ragdoll_fadespeed 0
g_ragdoll_lvfadespeed 0
ragdoll_sleepaftertime 0

// Disable gibs
cl_phys_props_enable 0
cl_phys_props_max 0
props_break_max_pieces 0
r_propsmaxdist 1
violence_agibs 0
violence_hgibs 0

took this directly from comanglias config btw, would recommend switching to either comanglias or mastercom's config
142
#142
0 Frags +

for some reason when i started using the config it turns my mouse acceleration on, and no matter what i do i can't turn it off(even when on the options menu says it's off), i looked through the config but couldn't find anything related to mouse acceleration, can anybody help me?

for some reason when i started using the config it turns my mouse acceleration on, and no matter what i do i can't turn it off(even when on the options menu says it's off), i looked through the config but couldn't find anything related to mouse acceleration, can anybody help me?
143
#143
-8 Frags +

It just crashes my game at startup.

It just crashes my game at startup.
144
#144
-3 Frags +

I always crash upon loading.

I always crash upon loading.
145
#145
0 Frags +
NecromanncerI always crash upon loading.

This was made 3 years ago.

[quote=Necromanncer]I always crash upon loading.[/quote]
This was made 3 years ago.
146
#146
6 Frags +

has ur game been crashing for 2 months

has ur game been crashing for 2 months
1 2 3 4 5
Please sign in through STEAM to post a comment.