You are viewing a potentially older version of this package.
View all versions.
BraindanceProtocol
A collection of LUA scripts to modify your Cyberpunk 2077 experience
| Date uploaded | 5 years ago |
| Version | 0.3.0 |
| Download link | osulli-BraindanceProtocol-0.3.0.zip |
| Downloads | 199 |
| Dependency string | osulli-BraindanceProtocol-0.3.0 |
README
BraindanceProtocol
A collection of LUA scripts to modify your Cyberpunk 2077 experience
Available Tweaks
- Prevent V from being knocked over by NPC vehicles
- Disable AutoSaves
- Increase AutoSaves increments
- Decrease AutoSaves increments
Requirements
Installation
Drop mods folder into bin\x64
Usage
Inside of bin\x64\mods\autoexec.lua add the following:
s = [[
---------------------------------------------------------------------
Running mod autoexec scripts in order...
---------------------------------------------------------------------
]]
-- Load Order
local loadOrder = {
"braindance"
}
-- Initialise Mods
for i, mod in ipairs(loadOrder) do
dofile(string.format( "%s_autoexec.lua", mod ))
end
Configuration
Inside of bin\x64\mods\braindance_autoexec.lua configure the protocols you wish to run.