Skip to content

9.5.0

Compare
Choose a tag to compare
@mastercoms mastercoms released this 10 Jun 21:20
· 1013 commits to develop since this release

Highlights: app updates and config enhancements

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

Presets

  • Added preset_level, a command that shows the currently applied preset
  • Added None Preset.
    • This will make mastercomfig skip setting all quality options, and just will do performance optimizations, networking, and other quality of life fixes.
    • Recommended to use in tandem with -autoconfig or your own selections in the game settings.

Modules

  • Added module_levels, a command that lists all selected module levels.
  • Added module_name_level, which says the currently applied module level for that module
  • More info

Ragdolls

  • Fixed a bug in ragdolls=off which caused ragdolls to accumulate over time, causing performance issues

App

  • Added full offline support (through Service Workers). You can now load the app and customize modules even if you do not have access to the Internet.
  • Added native file support (available on Chrome/Chromium browsers, Edge, Opera).
    • This allows you to select your Team Fortress 2 folder, and have the app automatically install your presets, addons and customizations in their appropriate location.
  • Fixed version check not automatically updating after download
  • Fixed some issues with icons
  • Fixed some issues with external links
  • Optimized data cache and modules selections by using IndexedDB
  • Fixed issue with preset selection when changing view width
  • Fixed API data getting corrupted if GitHub is down during a data update

Dev

  • Fixed formatting issues with GitHub release deployment

View the code changes