Head Start and New Game Plus
A simple script to be activated after the tutorial mission. Give your V a head start or simulate New Game Plus.
Plain and simple this script is made to give your V a head start on life in Night City. Comes in two flavors.
Head Start:
You’ll get 10 Million eddies, 100k in all crafting material, every single piece of cyberware and mods in the game, and one piece of both armor and weapon upgrades in the game.
New Game Plus:
Same as the head start option however you’ll be leveled to 50 with 49 attribute and perk points to spend as you see fit. Attribute levels remain at 1 and you’ll naturally get more perk points as you level up your attributes. Meant to simulate New Game plus as best as possible.
*(crafting specs for iconic weapons can’t be used unless you found it in game and have it in your inventory)
Some mods don’t officially work such as the mod ‘Bouncy” which is supposed to increase ricochet damage, but is unable to be equipped.
Active the script after the tutorial mission with Jackie.
INSTALL INSCRUCTIONS:
1. First and foremost you need the mod Cyber Engine tweaks to have access to the game console
2. Download the file and extract it anywhere.
3. Once you extracted the file
– For Steam user’s simply placing it in your root directory of Cyberpunk 2077 is fine
– For GOG user’s you’ll need to put it into the following path Cyberpunk 2077\bin\x64\plugins\cyber_engine_tweaks\scripts
HOW TO ACTIVATE:
To activate the script simple type in as follows in the console
FOR STEAM USER’S
For Head Start:
dofile([[C:\Program Files (x86)\Steam\steamapps\common\Cyberpunk 2077/NewGame.lua]])
or if you didn’t install cyberpunk in programs files like I did.
dofile([[C:\Games\Steam\steamapps\common\Cyberpunk 2077/NewGame.lua]])
For New Game Plus:
dofile([[C:\Program Files (x86)\Steam\steamapps\common\Cyberpunk 2077/NewGamePlus.lua]])
or
dofile([[C:\Games\Steam\steamapps\common\Cyberpunk 2077/NewGamePlus.lua]])
FOR GOG USER’S
For Head Start
dofile(“plugins/cyber_engine_tweaks/scripts/NewGame.lua”)
For New Game Plus:
dofile(“plugins/cyber_engine_tweaks/scripts/NewGamePlus.lua”)
Troubleshoot: if for some reason the script doesn’t run – example the console is giving you an error message – you can simple open the .lua file with notepad++ and copy and paste the file contents into the console.