Cyberpunk 2077

File information

Last updated

Original upload

Created by

TheManualEnhancer

Uploaded by

TheManualEnhancer

Virus scan

Safe to use

About this mod

Got a mod with an ImGUI window that really doesn't need to be on screen? Or just want to give your users the option to hide it anyway? Also, yes, this hides CET mod overlay windows so it can be useful for everyone :)

Requirements
Permissions and credits
Changelogs
Donations
THIS MOD DOES NOTHING EXCEPT CREATE A BLANK WINDOW... OTHER MODS CAN ADD BUTTONS TO THIS WINDOW TO SHOW/HIDE THEIR MOD WINDOW... ANY MOD AUTHOR CAN ADD THEM FROM THEIR OWN SCRIPTS...

New "Other Mods Addon" file available...
I figured out (a while ago) that I can add support for other mods if they return the their "open" variable's state in their script... So far, though, I have only found a few mods that return the needed values, and only one worth hiding, that being "FreeFly" (by u/NexusGuy999)... So, as of v0.1-oma of this addon, it currently only supports hiding FreeFly's window... More may be added in the future if I find more that return their values...

To mod authors:

  • This includes a basic API to allow you to add buttons to it's ImGui window (technically only really used to check if this mod is installed to add the button), as well as a readme file with instructions on how to add it and set everything up in your script to use it (readme is in the form of a sample script)
  • It's pretty simple to use, as long as you have some basic knowledge of CET/ImGui, which I assume you do if you're going to try to use this... If you need any help, though, just ask...
  • The new "Dev Tool Addon" file makes it even simpler to add support for hiding your mod windows... This makes a new window in CET overlay (can be hidden, of course) with the ability to name your menu listing and your mod, then export to a "NewScript.lua" file (in this mod folder) that contains everything you need to add to your script (or use as a base to build your script off of)...

To mod users:
  • This allows you to toggle the visibility of CET overlay windows entirely... No more collapsed windows everywhere (assuming other mod authors take advantage, anyway)
  • This doesn't contain any buttons on it's own (as of v1.0), but buttons are added to the menu from other mod scripts
  • Currently has support for all of my own mods that have overlay windows...
  • If you want this to support mods from other authors, ask them to make a button for it :)


Installation:


Uninstallation:

  • Delete the "WindowHiderTool" folder from your [CP77>bin>x64>plugins>CET>mods] folder







Check out all of my mods/tweaks HERE