How to use the Cyber Engine Tweaks Console
The console tab is where you type commands to use cheats and other useful functions.
Clear Output
Clear the output log displayed in the console.
Auto-Scroll
Will automatically scroll to the bottom when there is a new output log.
Reload All Mods
Reload all installed mods.
The console uses Lua script language, you may want to look up how to use it before proceeding. There are some guides here to get you started:
A collection of commonly requested commands. How do I...
After installing CET, you can open the console overlay with the corresponding key.
If you have any problems getting to this stage, please check the troubleshooting page.
The commands are case-sensitive!
Many console commands have changed with 2.0. If something you try doesn't work, check the most up-to-date list under #spreadsheets.
Open the Console
tab to run Lua scripts or engine functions. To find out what you can do here, keep reading.
To find all the codes you can enter, check
CET Console Commands for Patch 2.x (source: #cet-support on redmodding Discord)
For the most common commands, see below.
If you want to find a specific item, look for how to find the hash code for the command below.
Use Game.SetLevel
Formerly Game.SetAttribute
Formerly Game.GiveDevPoints
All vehicle commands are documented on the VehicleSystem page linked below.
You can print V's current coordinates to the CET console with the following command:
You will need to know the coordinates of where you want to go in the game world, some popular coordinates are available here. Replace X, Y, and Z with your coordinates. Coordinates can also be found in the nodeData
of .streamingsector
files.
At this time there is no way of triggering or "fixing" stuck quests with the console.
This gets rid of the character always wearing underwear in the world. Courtesy of Alacrity#5065 on Discord.
Backups & Game Updates
Before performing these steps it is recommended that you make a backup copy of the basegame_4_gamedata.archive
file.
If the game requires an update, you should restore this original file before updating otherwise the game will download the file from scratch (9GB). After updating, follow the steps below again.
Disclaimer: Modifying game files in this manner is experimental at best and may result in things being broken elsewhere. Perform these actions at your own risk, or alternatively, find a mod for this behavior on Nexus Mods.
Open archive/basegame_4_gamedata.archive
in your favorite HexEditor.
Do a Find & Replace All for underwear
and replace with underw_ar
.
Save archive file.
Enjoy not being a never-nude.