Skip to content

1.13.6

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Aug 08:59
· 154 commits to master since this release
8a30ff3

CD

Installation

  • Download:
  • Place the binary into the game folder e.g. Portal 2
  • Open developer console and enter plugin_load sar

Changelog

Features:

  • Better human-looking SAR coop message if partner doesn't have SAR - "Hello! I have SourceAutoRecord, a plugin mainly used for speedrunning." This will only appear once per coop session, and only if the Orange player has SAR. Advisory: there are potential cases where NetMessages could break after this change. If things stop working, try restarting your game. (@ThisAMJ)
  • sar_auto_voidclip_pause <command> - requires cheats. e.g. sar_auto_voidclip_pause load quick
  • sar_vphys commands for P-body
  • sar_update restart option
  • More visible sar_update auto-exit warning
  • Exports whether or not a cvar is from SAR to cvars_all.json (sar_cvars_dump)

Fixes:

  • Hide portals in hidden traces
  • sar_pp_hud now uses custom colors from sar_portalcolor_*
  • _restart command now works properly
  • Echo SAR version immediately on load
  • Don't crash on early plugin loading failure
  • Fixed a number of typos and grammatical errors