Script Modding
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
โ Done. To test, launch the game with REDmod.
Last updated