Install

Here are the steps required to get yourself started with this mod.

For players

Mandatory steps, in order:

  1. 🎮 Cyberpunk

    this doc assumes you installed it on Steam but you can easily modify it for whichever game launcher

  2. ⚙️ CET

    scripting engine, based on .lua

    1. download latest CET release
    2. unzip at the root of your game folder
    3. configure in-game
      1. Launch the game and bind the CET menu key (e.g. Home)
      2. Quit the game to configure the other mods

You can also watch these steps on video in YouTube, thanks to PerfectlyNormalBeast.

Installing CET, Redscript, Mod

Then, in any order:

  1. 🧧 REDscript

    additional supported programming language: .reds

    1. download latest REDscript release
    2. unzip at the root of your game folder
  2. 🔴 RED4ext

    relied upon by many mods, allow for extending scripting system

    1. make sure that Visual C++ Redistributable 2022 is installed
    2. download latest RED4ext release
    3. unzip at the root of your game folder
  3. 🔺 TweakXL

    useful to create custom tweaks (modify TweakDB, REDengine 4 proprietary database)

    1. download latest TweakXL release
    2. unzip at the root of your game folder
  4. 🔺 ArchiveXL

    useful to package archive (load custom resources without touching original game files)

    1. download latest ArchiveXL release
    2. unzip at the root of your game folder
  5. 🔺 Codeware

    redscript dependency

    1. download latest Codeware release
    2. unzip at the root of your game folder
  6. 🔺 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).

    1. download latest Audioware release
    2. unzip at the root of your game folder

Addicted

And finally this mod itself:

  1. download latest Addicted release on Github or Nexus
  2. unzip at the root of your game folder

Only for developers

If you would like to contribute to this repo, I would strongly recommend:

  1. 🔺 Redscript IDE VSCode plugin

    provides autocompletion in Visual Studio Code

    1. download latest Redscript IDE VSCode plugin release
    2. install manually in VSCode
  2. 🔺 RED Hot Tools

    allows for archive, scripts and tweaks hot-reloading in-game

    1. download latest RED Hot Tools release
    2. unzip at the root of your game folder
  3. 🔺 clipTester or SoundClipTester

    useful to listen to all sounds in-game via CET console

    1. download from Nexus
    2. unzip at the root of your game folder