Cyberpunk 2077
You are viewing a potentially older version of this package. View Latest Version
Install

Details

Date Uploaded
6 years ago
Downloads
5.8K
Size
7.7KB
Dependency string
osulli-BraindanceProtocol-0.3.0

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

CyberEngineTweaks

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.

Thunderstore development is made possible with ads. Please consider making an exception to your adblock.