To make a script mod in REDmod:
- make a new mod and create a new folder here:
<Cyberpunk 2077>/mods/MODNAME/scripts
- copy the
.script
file(s) you want to change from<Cyberpunk 2077>/tools/redmod/scripts
❗ preserving the folder structure! - add an
info.json
file to<Cyberpunk 2077>/mods/MODNAME/scripts
with some mod info
{
"name": "MODNAME",
"description": "Description for the script mod.",
"version": "1.0.0",
"customSounds": [ ]
}
✅ Done. To test, launch the game with REDmod.