A mod for Cyberpunk 2077 that adds an Examine interaction.
Vist the Nexusmods page for more details: nexusmods.com/games/cyberpunk2077/mods/32335
source/archivecontains archive resourcessource/resourcescontains redscript, ArchiveXL, and TweakXL resourcesnative/ExamineInteractionNativecontains the RED4ext native plugin and its redscript bindingsscripts/releasecontains release stuff
Release notes are in CHANGELOG.md
The native plugin requires Windows, CMake 3.25 or newer, and Visual Studio 2022 with C++ desktop development tools.
cmake -S native/ExamineInteractionNative -B native/ExamineInteractionNative/build -A x64
cmake --build native/ExamineInteractionNative/build --config Release --target ExamineInteractionNativeCMake fetches the pinned RED4ext.SDK and RedLib revisions automatically. An existing RED4ext.SDK checkout can instead be supplied with -DRED4EXT_SDK_ROOT=C:/path/to/RED4ext.SDK or the RED4EXT_SDK_ROOT environment variable.
Build the native plugin and create the complete game-root ZIP and SHA-256 file with:
pwsh -File scripts/release/Build-Package.ps1Versioned artifacts are written to dist. The script restores the pinned WolvenKit.CLI tool, packs the archive resources, and validates the final ZIP layout.
See LICENSE and native/ExamineInteractionNative/THIRD_PARTY_NOTICES.txt
Big thanks to psiberx - Codeware, RedLib, RedHotTools, and the core mods as always (ArchiveXL, TweakXL) have been fundamental to the development of this mod. Big thanks to the RED4Ext and redscript maintainers and contributors as well.
