Simple widget that will show up in the Cyber Engine Tweaks overlay that allows users to add Perk or Attribute points, as well as Eddies, by clicking the corresponding buttons.
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
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 2.0.3
Added text field and button for manual Eddie amounts.
Version 2.0.2
Added button to remove all unspent Perk and Attribute points (code provided by Raiman95's comment)
Version 2.0.1
Fixed Perk and Attribute increment buttons.
Version 2.0
Rebuilt mod using CET Overlay Window Builder Tool. Added increment buttons, as well as Eddies.
Version 1.0
Initial release.
Donations
No donations accepted
NEW PATCH, WHO DIS?
As I'm sure most users browsing NexusMods are aware, Cyberpunk 2.0 has been released, and with that release came a change to the underlying framework of the game. This resulted in our favorite cheat commands being replaced or changed.
To save myself a headache, I wanted an easy way to add attribute and perk points without manually typing in the applicable console command (especially where the previously known commands no longer worked). Now that it's been a little bit, we know more about the changes made to the game.
WHAT MAGIC IS THIS?
Idk, I just wanted a paragraph separator. There's no magic, and I'm no Gandalf. All this does is create a simple interface with buttons that only appears when the Cyber Engine Tweaks overlay is opened. Buttons can be pressed multiple times for multiple points. This is my first attempt at modding Cyberpunk 2077, and subsequently my first time coding anything in Lua, so I can't promise it's a clean solution but it worked well enough for me.
Update: 8/30/24 - Mod has been rebuilt using TheManualEnhancer's CET Overlay Window Builder Tool - ImGUI Scripting Tool to clean up code used for window management. Added buttons for increments of 1, 5, 10, and 20 for Perks and Attributes, as well as a remove all unspent points button. Also added Eddies in increments of $1,000, $10,000, $100,000, $1,000,000, and $10,000,000.
INSTALLATION
Extract like any other CET related mod. Can be installed manually or through Vortex. If manually:
Extract the zipped folder into the game folder or the mod folder found in: bin\x64\plugins\cyber_engine_tweaks\mods
REQUIREMENTS
Requires Cyber Engine Tweaks Compatible with version 2.12 and Phantom Liberty. Probably not backwards compatible, and I won't provide support for pre-2.12 runtimes.
CREDITS
CDPR for Cyberpunk 2077 yamashi for Cyber Engine Tweaks WSSDude from the Cyberpunk 2077 Modding Community on Discord for advice TheManualEnhancer for CET Overlay Window Builder Tool Raiman95 for code to remove unspent perk and attribute points