- Steam App
- Blackdoor (4562430)
- Event type
- patch note
- Published
- 18 August 2026 - 15:23:47 UTC
- Source
- steam_community_announcements
NewString formatting: "%s connected on port %d" % \. %s for any value, %d/%f for numbers, %% for a literal percent.rm_dir(conn, path) - recursively delete a directory and everything inside it.get_unix_time() - real wall-clock time, for benchmarking your own script's actual elapsed time.Ctrl+/ in the code editor now comments/uncomments the selected lines (or just the current line).A small "new output" indicator now appears if you're scrolled back in the terminal and something new prints.Republishing an updated Workshop item now asks what actually changed, instead of always using a fixed generic note.Piping is real now: cat file.txt | grep 'bob' works, and find ../ -name *.log | cat $_ runs cat once per result.cd(conn?, path) and get_cwd(conn?) - scripts have a real working directory now.Completed missions now show up in a collapsed list in the jobs panel. Retry any of them for a clean rep...