mastercoms
Account Details
SteamID64 76561198046110893
SteamID3 [U:1:85845165]
SteamID32 STEAM_0:1:42922582
Country United States
Signed Up August 8, 2017
Last Posted May 29, 2025 at 11:21 PM
Posts 1557 (0.5 per day)
Game Settings
In-game Sensitivity
Windows Sensitivity
Raw Input 1
DPI
 
Resolution
 
Refresh Rate
 
Hardware Peripherals
Mouse  
Keyboard  
Mousepad  
Headphones  
Monitor  
1 ⋅⋅ 24 25 26 27 28 29 30 ⋅⋅ 104
#1991 mastercomfig - fps/customization config in Customization
HarrowMy issue is the following. Whenever i switch classes my config for that seperate class doesnt load and the config from the first class i chose stays the same . I cant be bothered typing exec demoman_c or exec sniper_c everytime i wanna switch a class. I just downloaded the latest mastercomfig version ( used to have the 7.0 one and it worked fine). What should i do

Solved on Discord. Needed to move configs to user folder, and rename them back to normal.

posted about 5 years ago
#1989 mastercomfig - fps/customization config in Customization
sAvenAfter updating from version 8.3.5 to 8.3.8, the console was disabled (con_enable was set to 0). Is this a new feature or something overlooked?

The console is no longer force enabled. You can enable it in advanced settings under keyboard. This is due to the extra overhead from the console.

posted about 5 years ago
#17 fix for interpolation-based hitbox desync in Customization

Thinking about and analyzing it further, an interval of 1/66 in interpolation essentially corresponds to a 0.015 interval on the server. So that's fine.

At 66 update rate, when you receive a new snapshot at for example, 0.04545454545 seconds, and rewind 0.0303030303 seconds back in time for interpolation, you are at 0.01515151515 seconds, which is when you received the packet for server frame 1, so you are rendering server frame 1. So when the server rewinds back to server frame 1, it matches your render position.

But now, it seems like I am missing something else, or there can be a big error on interpolation between packets, because if you shoot someone at 0.05303030302 seconds, your render time will be at 0.02272727272, it will submit a command at 0.0606060606, with tick count of 3. Then, it will rewind two frames back because of lerp ticks of 2 from 0.03030303 lerp, and then use frame 1 on the server, which was 0.01515151515 on client time. So, you see something at 0.02272727272, but the server lag compensates it as if it was on 0.01515151515. Essentially making it compensate for the base tick delay from interpolation, but not the distance interpolation introduces from the base tick values.

posted about 5 years ago
#16 fix for interpolation-based hitbox desync in Customization

Alright, so I did investigate further. CServerGameClients::ClientSettingsChanged is not the source of this issue. TIME_TO_TICKS is. TIME_TO_TICKS converts time in seconds into number of ticks. Number of ticks cannot be fractional, according to the TIME_TO_TICKS formula (equivalent to round(dt / 0.015) in TF2 (full formula is (int)(0.5f + (float)(dt) / host_state.interval_per_tick)).

The two relevant places I could find this being used in relation to interp/lerp is in lag compensation (CLagCompensationManager::StartLagCompensation) and demos. In lag compensation, it uses lerp time (as discussed above, set in CServerGameClients::ClientSettingsChanged), and converts it to number of ticks, and rewinds that many ticks back.

What is confusing to me though is that this seems to use the default tick rate (intervals of 0.015), rather than any networking rates (intervals of 1/66). So I must be missing something, or else most of the default settings or using cl_interp_ratio would cause at least an error as well.

posted about 5 years ago
#7 some class cfgs not changing interp in Q/A Help

You have mastercomfig installed, an old version of it actually. You can update it.

Also, you can make a user folder where your configs are currently, and then drop them in there. More information here: https://docs.mastercomfig.com/en/stable/setup/install/#custom-configs

posted about 5 years ago
#5 New Anti-Cheat released: Little Anti-Cheat 0.7.1 in Projects
sagewouldnt being open source make it easier for cheaters to figure out how to avoid detection?

Security through obfuscation should not be relied upon, although it can be an okay first defense, it cannot be the only nor the strongest defense to circumvention.

posted about 5 years ago
#2 Cannot connect to servers after map change in Q/A Help

What version of mastercomfig are you on? If you are on 8.3.8, does this still happen on 8.3.5? If it does, does it happen on 8.3.4?

posted about 5 years ago
#9 Hitboxes lagged far behind in Q/A Help
Thurbo

What's your config?

posted about 5 years ago
#1987 mastercomfig - fps/customization config in Customization
hi_I wanna pick and choose from all the settings since some break sprays, is there a cfg planned ever?

You can enable sprays by entering this into your modules.cfg file:

sprays=on

This will run the settings needed to enable sprays (as you say, there are some that break sprays -- this module fixes them), though keep in mind that because sprays are decals, you will need to enable decals as well, which you can do by entering this into your modules.cfg file for a low amount of decals:

decals=low

For more information, you can check the modules page in the mastercomfig docs:
https://docs.mastercomfig.com/en/latest/customization/modules/#general-decals

posted about 5 years ago
#3 How do i edit particles? in Customization

I think this pack fixes pyro flames: https://github.com/agrastiOs/Ultimate-TF2-Visual-Fix-Pack

posted about 5 years ago
#52 Feedback from people who don't use mastercomfig in Customization

As announced in the main thread, mastercomfig 8.3.8 comes with the aforementioned documentation updates for installation, which are linked to from the download page at "Initial Setup Instructions"

I'll be adding GIFs to these steps soon, and then the video tutorial and then finally add transition guide after that.

I'd like to hear everyone's feedback about these changes before I fully commit to the GIFs and video though.

posted about 5 years ago
#1985 mastercomfig - fps/customization config in Customization

8.3.8 released with documentation updates, performance improvements, and quality of life enhancements.

Changelog
Support me

This release took 5 hours to produce. If you like the work I do, consider supporting me!

posted about 5 years ago
#1984 mastercomfig - fps/customization config in Customization
whitepuzzle8.3.5 medium-low seemed better than 8.3.7, specular for aussies and uber (much better visibility on ubers in dxlevel 81) without the shiny textures on floors and whatnot that you get with 8.3.7+lighting=medium_high, and barely a 0.5% performance impact

This will be fixed in the next release.

posted about 5 years ago
#50 Feedback from people who don't use mastercomfig in Customization

tf/cfg/user folder is not obsolete. We keep the documentation up to date for every release.

I understand that you want to dig into the files but most users do not. But I'm still going to be releasing a manual package for those who do.

posted about 5 years ago
#47 Feedback from people who don't use mastercomfig in Customization
Comanglia

That custom configs page you referenced is actually meant to be part of the installation steps, but also a reference. I'm not sure how you installed mastercomfig or found the GitHub readme to be the place to go but on the download page, the docs site is linked. There are next buttons on the page which are intended to lead you to the next page in the install process. This is what I was saying earlier about making the current pages reference only and making a dedicated installation guide page, so that there aren't these buttons to find and everything is a clear step rather than being descriptive.

The whole config is made to be changed, unfortunately there was one case where I didn't know the full extent of the texture limit command, and have since removed it. If I knew what it did entirely and kept it, I would have added it to the modules so that it isn't incompatible.

Twiggymastercomsmastercomfig updates very frequentlywho here as a player goes through the hassle of updating a graphics cfg?
Isnt it like with huds when you update when an update broke it?
As a satisfied mastercoms user I didnt update it for like 2 years (and used chris wayyy after it was unsupported too lol)
mastercoms It has lots of other modifications within TF2's script files which can only be loaded in the custom folderbut at its root it's still commands in some cfg files isn't it?

I agree with the others asking for text files and no config_c.cfg. What you do with the VPK and class configs renamed, etc.., remind me of people at work making wrappers above open source libs and scripts above buildsystems "to make it simpler", when all it does is obfuscating things away.

Yeah, I learn more about the game, listen to feedback, test things, etc that make the config better with updates. I don't think updating a config should be a hassle.

I would say most of the config is commands, yes.

Also could you go into more detail about what's being obfuscated here? It's not a wrapper for simplicity, these were meant to solve real problems with the config that came up over time.

posted about 5 years ago
1 ⋅⋅ 24 25 26 27 28 29 30 ⋅⋅ 104