Cyberscript
cyberpunk2077 โ Mods & Enhancements
Cyberscript is a Lua-based scripting framework for Cyberpunk 2077 that uses CET to execute .json scripts, enabling easy creation of custom quests, dialogs, and stories. With 4,182 endorsements and 327,101 downloads, it's a popular tool for modders seeking to add narrative content.
๐ฆ Full mod page on discovermods
Downloads, ratings, compatibility info, installation guides, and user reviews.
View on discovermods โSyntax
Scripts
Example
Downloads: 327,101
๐ก Notes
By RedRock Studio
๐ฏ Tips & Tricks
Make sure you have Cyber Engine Tweaks installed and updated, as Cyberscript depends on it.
Start with simple .json scripts to understand the structure before tackling complex quests.
Check the mod's forum posts or Discord for community examples and troubleshooting.
๐ง Troubleshooting
Mod conflicts
Check load order. Disable conflicting mods one by one.
โ ๏ธ Common Mistakes
- Installing without checking requirements
๐ Pros
- Huge community trust with 4,182 endorsements and over 327k downloads.
- Makes custom quest and dialog creation accessible via simple .json files.
- Actively maintainedโlast updated May 2025, so it's likely compatible with current game patches.
๐ Cons
- Requires CET as a dependency, so you'll need to install that first.
- No detailed documentation in the descriptionโyou'll have to dig into the mod page or forums for full instructions.
- Scripting framework means a learning curve if you're new to Lua or JSON.