Code Monkey home page Code Monkey logo

braindanceprotocol's Introduction

BraindanceProtocol

A collection of Lua scripts to modify your Cyberpunk 2077 experience.

Requirements

Installation

Drop mods folder into bin\x64\plugins\cyber_engine_tweaks\

In-Game Lua Console

BD = GetMod("braindance_protocol")

Following that, all below commands will be available.

Activating Protocols

-- Cheats
BD.Cheats.Platform.UnlockAllAchievements() -- Unlock all achievements on your platform (Steam / GoG)
BD.Cheats.Player.MaxOut() -- Max Level, Attributes, Skill Points, Money,
BD.Cheats.Player.GodMode() -- Gives you pseudo "god mode". Permanent to your SaveFile
BD.Cheats.Player.AddMoney(amount) -- Gives the player specified amount of money. If no amount is specified, gives you 999999 money.
BD.Cheats.Crafting.AddAll() -- Add all Recipes & Materials
BD.Cheats.Crafting.AddLegendaryMaterials(quantity) -- Add specified amount of legendary crafting materials
BD.Cheats.Crafting.AddLegendaryRecipes() -- Adds all legendary crafting recipes.
BD.Cheats.Johnny.AddItems() -- Adds Johnny's Legendary Items and his Porsche.
BD.Cheats.Legend.Create() -- Makes all equipped items legendary with max stats.

-- Utilities
BD.Shopper.SellJunk() -- "Sells" all common junk items from players inventory by removing them and adding appropriate amount of Eddies back.
BD.Shopper.SellAlcohol() -- As above but for alcohol (consumables).
BD.Shopper.SellJewellery() -- As above but for jewellery (pricier junk).
BD.Shopper.SellAllUselessItems() -- As above but all at the same time.

-- Saves
BD.Saves.DisableAutosave() -- Disables auto saving.
BD.Saves.DecreaseAutosaves() -- Decreases time between auto saves.
BD.Saves.IncreaseAutosaves() -- Increases time between auto saves.
BD.Saves.IncreaseQuicksaves() -- Increase Quicksave slots to 10

-- Vehicles
BD.Vehicles.GetAll() -- Grants you all ownable player vehicles.

braindanceprotocol's People

Contributors

kristoferblack avatar kyle873 avatar osulli avatar vectoradw avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.