Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou must get permission from me before you are allowed to modify my files to improve it
Conversion permissionYou are not allowed to convert this file to work on other games under any circumstances
Asset use permissionYou must get permission from me before you are allowed to use any of the assets in this file
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are not allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
CyberEssentials automagically activates when the game starts!
Version 1.2.0
Adds two new commands RemoveWarp() and ListWarps() as well as adds more functionality to SetWarp()
Version 1.1.0
Adds two new commands SetWarp() and Warp()
Version 1.0.1
Fixes breaking changes introduced by the latest version of Cyber Engine Tweaks.
Version 1.0
Initial Release
CyberEssentials
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.
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.