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.1.2 |
| Download link | osulli-BraindanceProtocol-0.1.2.zip |
| Downloads | 219 |
| Dependency string | osulli-BraindanceProtocol-0.1.2 |
README
BraindanceProtocol
A collection of LUA scripts to modify your Cyberpunk 2077 experience
Available Tweaks
- Prevent V from being knocked over by NPC vehicles
Installation
Drop lua folder into bin\x64\
Requirements
Usage
There are two ways of using the scripts
Autoexec
Inside of bin\x64\plugins\cyber_engine_tweaks\scripts\autoexec.lua add the following at the end of the script:
Example = require("osm.examples.example")
Example.Hello()
Manual
Open the console and run:
Example = require("osm.examples.example")
Example.Hello()
Your console should look similar to the snippet below:
> Example = require("osm.examples.example")
> Example.Hello()
Hello World