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