Cyberpunk 2077

File information

Last updated

Original upload

Created by

TheManualEnhancer

Uploaded by

TheManualEnhancer

Virus scan

Safe to use

About this mod

New toggleable preview window and "fucntion builder" tab (write and add custom functions/variables/etc to your script)! Tool to build a CET overlay window (inside of another window) and export as a new script/mod

Requirements
Permissions and credits
Changelogs
Donations
Note: This is mostly intended for mod developers... However, it is fairly simple to understand and use, and anyone could quite easily make a window with buttons to execute different CET console commands with this (as one example of how it could be useful for anyone)... You don't need to know any scripting, you just need basic reading comprehension skills (in English) and know how to use CET console commands...




You may also want to check out my CET NativeUI Menu Builder Tool


Mod features:
  • Allows you to build an ImGui (CET overlay) window with no coding experience
  • Mostly just enough to get a working window, but could technically write an entire script line-by-line in it using the "User Code" option if you really wanted to (or in the "Functions" tab)
  • Has options to add buttons, a user editable text field (InputText field), checkboxes (for toggling true/false values), sliders (both float and integer sliders), the "ImGui.SameLine" function call (tells the script to put the next window element on the same line as the previous), and the aforementioned "Custom Code" button...
  • Can delete the last element on the list at any time, or clear all elements (this is useful, as the tab will never clear on it's own even if you rename it or try to generate a new one, which you can not do... Only supports one mod project at a time)
  • Has a separate tab to customize things like colors and your window's initial size/position
  • Can export straight to a .lua file (named "custom_init.lua" and goes into the same folder as this mod... You will need to move it to a new CET mod folder and rename it to just "init.lua")...
  • Exported mods can be packaged and published to Nexus, and do not need to require this mod
  • Exported mods support hiding their windows in CET overlay with my CET Window Hider Tool (this mod window can also be hidden with it)

The "ImGui Styles Editor" file has been archived and has been re-released on it's own mod page... The new mod can be found HERE

Installation:
  • Extract to main CP77 install folder or install with Vortex

Uninstallation:
  • Delete the "ImGuiWindowBuilderTool-CET" folder from your [CP77>bin>x64>plugins>CET>mods] folder





Check out all of my mods/tweaks HERE