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