TiberiumFusion
released this
15 Aug 02:38
·
10 commits
to master
since this release
Major update.
Patch Files
Major changes:
- Rebased snapshot onto version 9097133 of steam-chat.com (circa 2024-08-08), which is still currently the latest version as of writing this.
Previous 3.0.x versions were based on version 8825046 (circa 2024-04-18). - New required patches have been added to reconcile changes between 8825046 and 9097133.
- Select Valve javascript files are now downlevel transpiled due to Valve breaking M86 compatibility.
- Various minor changes to internal patch behavior.
Known Fixes:
- Fixed resource fetch from remote sometimes using local urls instead.
Before this fix, at least one resource file loaded by the inner friends.js (noisegate-audio-worklet.js
) always used its local url.
QuickPatcher
- Updated forced in-place Steam update instructions.
- "Patch cannot be installed while Steam is running" warning now counts the number of running Steam processes in the main UI.
SnapshotMaker
- Added snapshot manifests and patch configurations for some CLSTAMPs since the previous release.
- Updated and added several patch definitions to account for new/changed targets circa 9097133.
- Implemented transpiler stage to conform snapshot javascript to the M86 CEF capabilities of our target Steam clients. Initial transpiler configurations target
<= 8997688
and>= 9004798
, which is the split where Valve broke M86 compatibility. - Various minor adjustments and fixes.