Install
Here are the steps required to get yourself started with this mod.
For players
Mandatory steps, in order:
-
🎮 Cyberpunk
this doc assumes you installed it on Steam but you can easily modify it for whichever game launcher
-
⚙️ CET
scripting engine, based on .lua
- download latest CET release
- unzip at the root of your game folder
- configure in-game
- Launch the game and bind the CET menu key (e.g.
Home
) - Quit the game to configure the other mods
- Launch the game and bind the CET menu key (e.g.
You can also watch these steps on video in YouTube, thanks to PerfectlyNormalBeast
.
Then, in any order:
-
🧧 REDscript
additional supported programming language:
.reds
- download latest REDscript release
- unzip at the root of your game folder
-
🔴 RED4ext
relied upon by many mods, allow for extending scripting system
- make sure that Visual C++ Redistributable 2022 is installed
- download latest RED4ext release
- unzip at the root of your game folder
-
🔺 TweakXL
useful to create custom tweaks (modify TweakDB, REDengine 4 proprietary database)
- download latest TweakXL release
- unzip at the root of your game folder
-
🔺 ArchiveXL
useful to package archive (load custom resources without touching original game files)
- download latest ArchiveXL release
- unzip at the root of your game folder
-
🔺 Codeware
redscript dependency
- download latest Codeware release
- unzip at the root of your game folder
-
🔺 Audioware
used to manage custom souds and subtitles
Only required if you use this mod's Optional files (audio files and subtitles). Kindly note that Audioware itself requires both RED4ext and Codeware (see above).
- download latest Audioware release
- unzip at the root of your game folder
Only for developers
If you would like to contribute to this repo, I would strongly recommend:
-
🔺 Redscript IDE VSCode plugin
provides autocompletion in Visual Studio Code
- download latest Redscript IDE VSCode plugin release
- install manually in VSCode
-
🔺 RED Hot Tools
allows for archive, scripts and tweaks hot-reloading in-game
- download latest RED Hot Tools release
- unzip at the root of your game folder
-
🔺 clipTester or SoundClipTester
useful to listen to all sounds in-game via CET console
- download from Nexus
- unzip at the root of your game folder