Skip to content

v1.1

Latest

Choose a tag to compare

@ThisAMJ ThisAMJ released this 21 Mar 07:59
· 4 commits to master since this release
4d85bf3

Small update to allow loading in tandem with other plugins that perform the same patch e.g. SAR, SMSM

Patches material system render context allocation in non-portal2 mods from 2mb to 6mb. This fixes crashes on large/complex maps.

Windows: materialsystemfix.dll
Linux: materialsystemfix.so

  1. Place materialsystemfix.dll and materialsystemfix.so in your mod's game directory.
  2. Add plugin_load materialsystemfix to cfg/valve.rc or cfg/autoexec.cfg.
    • You can also create addons/materialsystemfix.vdf with the content "plugin"{"file" "materialsystemfix"}
    • It does not have to run on launch, but it is recommended.

The .pdb is included for debugging if Windows users encounter issues.