p2sr / SourceAutoRecord

Speedrun plugin for Source engine games.
https://sar.portal2.sr/
MIT License
93 stars 29 forks source link

[enhancement] detect invalid folders for 'record' #2

Closed mlugg closed 3 years ago

mlugg commented 3 years ago

If you run save in a folder that doesn't exist, the game detects it and errors; however, it does not do this for record. SAR could implement this by hooking the record command and checking the file in question can be created.

Transferred from Blenderiste09/SourceAutoRecord#61