Skip to content

9.5.2

Compare
Choose a tag to compare
@mastercoms mastercoms released this 13 Jun 14:54
· 987 commits to develop since this release

Highlights: performance optimizations and bug fixes

Support me: Learn how you can support more updates to mastercomfig!

How to install: Instructions on setting up mastercomfig initially and get it working with your custom files.

How to update: Instructions on updating mastercomfig after you've already installed it.


Comfig

  • Reverted experimental networking settings introduced in 9.4.0
    • They were causing networking to fail on some servers, and weren't very worth it.

Presets

None

  • Fixed missing "None preset selected" in console

Modules

Decals

  • decals=off now disables decal batching, which simplifies decal logic

Ragdolls

  • Removed ragdolls=low because it was functionally very similar to ragdolls=off
  • Added ragdolls=hidden, which reverts to the old behavior of ragdolls=off
    • Makes ragdolls invisible, but keeps them in the map, decreasing performance over time, due to a bug in TF2

Killfeed

  • Reduced display time from 5.5 seconds to 5 seconds

App

  • Moved all user data to IndexedDB, which should improve performance and fix issues with selections being forgotten
    • Preset and addon selections will be reset this one time
  • Optimized initialization performance

Docs

  • Added information about new ragdolls=off functionality to Quick Fixes page

View the code changes