A suite of Lua scripts to simplify interaction with the Cyberpunk 2077 console.
Bartmoss lets you:
- Control item stats such as quality (rarity), item level or weapon damage and effects.
- Give the player new items with these controls.
- Modify existing items in the player's inventory.
- Easily find and reference items by name instead of obscure hashes.
- Do all this through a simple UI in-game!
In future Bartmoss may let you:
- Control weapon and attachment skins.
- Cyberpunk 2077 (version 1.12.0)
- CyberEngineTweaks (version 1.10.2+)
$ git clone https://github.com/xant-tv/bartmoss
Place bartmoss
directory into \bin\x64\plugins\cyber_engine_tweaks\mods\
within your Cyberpunk 2077 install location.
-- Hook the mod in the console.
Bartmoss = GetMod("bartmoss")
All interfaces will now be available.
Huge thanks to the community of amazing netrunners working on CET, RED4ext and not one, but two save editors. Without you, this would not have been possible. Check out the modding Discord.