• dev a8ce192981

    dev build (a8ce192) Pre-release

    alex19EP released this 2026-08-24 22:48:50 +03:00 | 0 commits to main since this release

    Rolling pre-alpha test build of CyberAccess, a screen-reader accessibility mod for Cyberpunk 2077.

    This tag moves. dev always points at the newest test build, so re-downloading the same tag
    later gives you different bits. When reporting anything, quote the commit below.

    Commit a8ce192
    Built 2026-08-24
    Game build 2.31 / engine 3.0.80.51928

    Requirements

    • Cyberpunk 2077 on PC (Windows), patch 2.31 (engine build 3.0.80.51928). On any other
      build every subsystem that reads engine memory stays off and the plugin says so out loud.
    • RED4ext
    • redscript — this build ships two .reds files and
      nothing compiles them without it. The DLL runs either way and says so out loud when the bridge
      is missing, but subtitles are not spoken and hits and kills give no audible confirmation
      until redscript is installed.
    • A screen reader (NVDA, JAWS, ZDSR, ZoomText, SenseReader, PC-Talker, BoyPCReader), or SAPI /
      Windows OneCore as the fallback
    • Optional: Input Loader — moves the
      two game actions vanilla binds to Tab onto \, since the navigator owns Tab. Without it those
      two actions are unreachable while CyberAccess runs; everything else works.

    Installing

    Extract the archive at your Cyberpunk 2077 game root. It contains:

    README.md, LICENSE             (at the root — the README lists the keys)
    red4ext/plugins/CyberAccess/   CyberAccess.dll, CyberAccess.pdb, inputs.xml,
                                   navlinks.bin, routepoints.bin
    r6/scripts/CyberAccess/        Bridge.reds, Subtitles.reds
    

    Both halves must land. The Redscript side is optional at runtime — the DLL runs without it and
    announces the lost subtitles and hit feedback — but the two share a protocol version and a
    mismatched pair is refused loudly rather than half-working. Mod-manager users: install as its own
    mod with that same internal layout.

    Expect rough edges

    Pre-alpha, under active development. Coverage grows menu by menu, keys can change without notice,
    and screens that already work may break as neighbouring ones land. Back up your saves.

    Reporting

    Say what you were doing, what was spoken, and what you expected instead. Quote the commit above.

    If it crashed, do not send the game's crash log — it has no stack in it. stacktrace.txt is
    four lines that name the exception and nothing else, and neither RED4ext's log nor CyberAccess's
    own log records a single frame. The only file with the stack in it is the minidump:

    %LOCALAPPDATA%\REDEngine\ReportQueue\Cyberpunk2077-<newest folder>\Cyberpunk2077.dmp
    

    Send that. CyberAccess.pdb is bundled beside the DLL in this archive precisely so that dump can
    be read: symbols only resolve against the exact build that produced them, and because this tag
    moves, the symbols for the build you are running now will not exist here later. Keep the archive
    you installed from, or send the .pdb along with the dump.

    CyberAccess's own log — red4ext/logs/cyberaccess-*.log, next to the game's red4ext folder,
    or in your mod manager's overwrite folder — is worth attaching for anything that is not a crash.

    Recent changes

    • Speak the stance the HUD only ever draws as an icon
    • Read a container's real children instead of calling 502 of them garbage
    • Walk to the elevator instead of describing the dead end
    • Stop building 112 translation units on a single core
    • Stop an announce-only screen hiding behind "attached_screen: -"
    • Gate the loading reader on the layer that owns input
    • Read the first-launch user agreement, and unlock it by reading it
    • Follow the map route to a pin the player tracked by hand
    • Give the aim cue a held tone, and the markers our own samples
    • Give the stats sheet (Параметры) a screen — the last bare hub destination
    • Say what the mod does now, and put the docs where testers look
    • Read the Outfit slot's saved-sets panel in item mode

    MIT. Bundles Prism (MPL-2.0) statically; its source is the
    upstream repository at the pinned tag. Unofficial fan project, not affiliated with CD PROJEKT.

    Downloads