- Steam App
- Blackdoor (4562430)
- Event type
- patch note
- Published
- 25 June 2026 - 16:22:16 UTC
- Source
- steam_community_announcements
Community patch - new NPCs, new scripting tools, QoL, and bug fixes. Thanks to 2dPrinter, Aluvard, _xp_, ItsGime, and delta for the repors.New Community NPCsThree new regulars have joined #lounge: 2dprinter, delta, and vince_kully. They show up in ambient chat, respond to events, and have /whois entries. 2dprinter is also lurking somewhere on the shop server. New - PatternKit ($400)Four new scripting functions for extracting structured data from file content. Available in the shop once you're past Act 1. extract_ips(text) - returns every IPv4 address found in the textextract_emails(text) - returns email addressesextract_urls(text) - returns http/https URLsextract_credentials(text) - returns password/key/token patterns from config files and logsAll four take a string (e.g. the output of read_file()) and return a list. No connection required, no noise generated. The functions appear in the...