About this mod
A set of scripts to make using the Cyber Engine Tweaks console a bit more user friendly.
- Requirements
- Permissions and credits
- Mirrors
- Changelogs
CyberEssentials is a mod that extends the base commands provided by Cyber Engine Tweaks and attempts to add more functionality in a user friendly way.
Installation Instructions:
- Download the latest version of the mod
- Go to your Cyberpunk 2077 install and go to the directory bin/x64/plugins/cyber_engine_tweaks/mods
- Unzip the mod and drag the cyberessentials folder into your mods folder.
- Launch Cyberpunk 2077 and then open the Cyber Engine Tweaks Console, if you see "[CyberEssentials] Mod activated..." in the console you know it worked.
Commands:
SetWarp("name", optional_XCoord, optional_YCoord, optional_ZCoord)
Note: To use this command, you must put quotes around the name of the warp you want to create.
Description:
This command allows you to create a new warp based on your current position or a set of coordinates that you can teleport to using the Warp() command.
Usages:
- SetWarp("My new warp")
- SetWarp("Peralezes' Apartment", -75.815399, -113.607819, 111.161728)
Warp("name")
Note: To use this command, you must put quotes around the name of the warp you want to go to.
Description:
This command allows you to teleport to any previously created warp locations.
Usage: Warp("V's Apartment")
RemoveWarp("name")
Note: To use this command, you must put quotes around the name of the warp you want to remove.
Description:
This command allows you to remove a previously created warp.
Usage: RemoveWarp("V's Apartment")
ListWarps()
Description:
This command allows you to view a list of previously created warps.
Usage: ListWarps()
MoveForward(distance)
Description:
This command will move you in the direction you're looking by the specified distance.
Usage: MoveForward(10)
Back()
Description:
This command will move you to the players last location before using any of the movement commands.
Usage: Back()
GoUp(distance)
Description:
This command will move you up by the specified distance.
Usage: GoUp(10)
GoDown(distance)
Description:
This command will move you down by the specified amount.
Usage: GoDown(10)
WhereAmI()
Description:
This command is a shorter and more succinct way to get your current in game coordinates.
Usage: WhereAmI()