Wurst.Wiki

The Official Wurst Client Wiki

User Tools

Site Tools


clickgui

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
clickgui [2021/09/15 15:06] alexander01998clickgui [2023/02/26 16:54] alexander01998
Line 3: Line 3:
 <WRAP 516px> <WRAP 516px>
 ^  ClickGUI  ^^ ^  ClickGUI  ^^
-|{{ update:forgewurst_0.1_beta_540p.webp?500 |ClickGUI in ForgeWurst v0.1 Beta.}}||+|{{ hack:clickgui:clickgui.webp?500x280 |ClickGUI in Wurst v7.30 MC1.19.2.}}||
 ^Type|[[Hack]]| ^Type|[[Hack]]|
 ^Category|[[No Category|none]]| ^Category|[[No Category|none]]|
 ^In-game description|"Window-based ClickGUI."| ^In-game description|"Window-based ClickGUI."|
 ^[[keybinds#default_keybinds|Default keybind]]|Right CTRL<sup>[//[[:Wurst 7]]//]</sup>| ^[[keybinds#default_keybinds|Default keybind]]|Right CTRL<sup>[//[[:Wurst 7]]//]</sup>|
-|:::|Left CTRL or Right CTRL<sup>[//[[:Wurst 6]]//]</sup>+|:::|Left CTRL or Right CTRL<sup>[//[[:Wurst 6]] and [[:ForgeWurst]]//]</sup>
-|:::|Left CTRL or Right CTRL<sup>[//[[:ForgeWurst]]//]</sup>|+^Source code|[[w7src>net/wurstclient/hacks/ClickGuiHack.java]]|
 </WRAP> </WRAP>
 +
 +[{{ update:forgewurst_0.1_beta_540p.webp?400|ClickGUI in [[update:ForgeWurst 0.1 Beta]], which was the first release to use modern ClickGUI's codebase.}}]
 +
 +[{{ hack:clickgui:clickgui_wurst_1.3pre3_dev_screenshot.webp?400|A screenshot of ClickGUI taken during the development of [[update:Wurst 1.3pre3]]. This version is still based on the Darkstorm API, but looks much closer to modern versions.}}]
 +
 +[{{ hack:clickgui:clickgui_wurst_1.4_beta.webp?400|ClickGUI in [[update:Wurst 1.4 Beta]]. The ON/OFF buttons were later removed again.}}]
 +
 +[{{ update:wurst_1.1_beta_540p.webp?400|ClickGUI in [[update:Wurst 1.1 Beta]], based on the Darkstorm API.}}]
 +
 +[{{ hack:clickgui:clickgui_keybind.webp?400|Visualization of the default Right CTRL -> ClickGUI keybind on an ANSI 104 keyboard.}}]
  
 ClickGUI is a Minecraft hack that allows the user to enable and disable other hacks. ClickGUI is a Minecraft hack that allows the user to enable and disable other hacks.
 +
 +When opened, ClickGUI displays a window for each [[Category]], which then contains a list of every feature in that category. Each window can be moved around, minimized, or pinned. Pinned windows are also displayed when ClickGUI is closed, however they can still only be interacted with while ClickGUI is open.
 +
 +ClickGUI does not have a window for [[no category|uncategorized features]]. Such features can only be viewed in the [[Navigator]] GUI.
 +
 +Every feature in a window has a button that allows the user to turn that feature on or off. The button turns green whenever the feature is enabled. Some features also show an arrow next to the button. When clicked, this opens up a new window with additional settings for that feature.
  
 ===== Settings ===== ===== Settings =====
 +
 +==== Background ====
 +^  Background  ^^
 +|{{ hack:clickgui:clickgui_bg.webp?500x485 |Changing the ClickGUI Background setting to red.}}||
 +^Type|[[:ColorSetting|Color]]|
 +^In-game description|"Background color"|
 +^Default value|#404040|
 +
 +==== Accent ====
 +^  Accent  ^^
 +|{{ hack:clickgui:clickgui_ac.webp?500x485 |Changing the ClickGUI Accent setting to red.}}||
 +^Type|[[:ColorSetting|Color]]|
 +^In-game description|"Accent color"|
 +^Default value|#101010|
 +
 +==== Text ====
 +^  Text  ^^
 +^Type|[[:ColorSetting|Color]]|
 +^In-game description|"Text color"|
 +^Default value|#F0F0F0|
 +
 +Allows the user to customize the color of text in ClickGUI, [[Navigator]], and [[TabGUI]].
  
 ==== Opacity ==== ==== Opacity ====
Line 27: Line 65:
 "Opacity" controls how opaque or transparent the ClickGUI windows are. Lower Opacity values make it easier to see through the ClickGUI windows, while higher Opacity values make it easier to see the windows themselves. "Opacity" controls how opaque or transparent the ClickGUI windows are. Lower Opacity values make it easier to see through the ClickGUI windows, while higher Opacity values make it easier to see the windows themselves.
  
-==== BG ====+==== Tooltip opacity ==== 
 +^  Tooltip opacity  ^^ 
 +^Type|Slider| 
 +^In-game description|(none)| 
 +^Default value|0.75| 
 +^Minimum|0.15| 
 +^Maximum|1.0| 
 +^Increment|0.01| 
 + 
 +"Opacity" controls how opaque or transparent the tooltips in ClickGUI and [[Navigator]] are. Lower Opacity values make it easier to see through the tooltips, while higher Opacity values make it easier to read the tooltips themselves. 
 + 
 +==== Removed Settings ==== 
 + 
 +Removed settings no longer exist in current versions of Wurst. 
 + 
 +=== BG ===
 ^  BG  ^^ ^  BG  ^^
-|{{ :clickgui_bg.webp?500 |Changing the ClickGUI BG setting to red.}}|| 
 ^Type|[[:ColorSetting|Color]]| ^Type|[[:ColorSetting|Color]]|
 ^In-game description|"Background color"| ^In-game description|"Background color"|
 ^Default value|#404040| ^Default value|#404040|
  
-==== AC ====+This setting was renamed to [[#Background]] in [[update:Wurst 7.19]]. 
 + 
 +=== AC ===
 ^  AC  ^^ ^  AC  ^^
-|{{ :clickgui_ac.webp?500 |Changing the ClickGUI AC setting to red.}}|| 
 ^Type|[[:ColorSetting|Color]]| ^Type|[[:ColorSetting|Color]]|
 ^In-game description|"Accent color"| ^In-game description|"Accent color"|
 ^Default value|#101010| ^Default value|#101010|
  
-==== Removed Settings ==== +This setting was renamed to [[#Accent]] in [[update:Wurst 7.19]].
- +
-Removed settings no longer exist in current versions of Wurst.+
  
 === BG red === === BG red ===
Line 53: Line 104:
 ^Maximum|255.0| ^Maximum|255.0|
 ^Increment|1.0| ^Increment|1.0|
 +
 +This setting was replaced with [[#BG]] in [[update:Wurst 7.17]].
  
 === BG green === === BG green ===
Line 62: Line 115:
 ^Maximum|255.0| ^Maximum|255.0|
 ^Increment|1.0| ^Increment|1.0|
 +
 +This setting was replaced with [[#BG]] in [[update:Wurst 7.17]].
  
 === BG blue === === BG blue ===
Line 71: Line 126:
 ^Maximum|255.0| ^Maximum|255.0|
 ^Increment|1.0| ^Increment|1.0|
 +
 +This setting was replaced with [[#BG]] in [[update:Wurst 7.17]].
  
 === AC red === === AC red ===
Line 80: Line 137:
 ^Maximum|255.0| ^Maximum|255.0|
 ^Increment|1.0| ^Increment|1.0|
 +
 +This setting was replaced with [[#AC]] in [[update:Wurst 7.17]].
  
 === AC green === === AC green ===
Line 89: Line 148:
 ^Maximum|255.0| ^Maximum|255.0|
 ^Increment|1.0| ^Increment|1.0|
 +
 +This setting was replaced with [[#AC]] in [[update:Wurst 7.17]].
  
 === AC blue === === AC blue ===
Line 98: Line 159:
 ^Maximum|255.0| ^Maximum|255.0|
 ^Increment|1.0| ^Increment|1.0|
 +
 +This setting was replaced with [[#AC]] in [[update:Wurst 7.17]].
  
 ===== Changes ===== ===== Changes =====
Line 127: Line 190:
 |[[update:Wurst 7.0pre15]]|Fixed ClickGUI and [[Navigator]] not rendering properly in snapshot versions.| |[[update:Wurst 7.0pre15]]|Fixed ClickGUI and [[Navigator]] not rendering properly in snapshot versions.|
 |[[update:Wurst 7.17]]|Replaced the sliders for ClickGUI's background and accent colors with [[ColorSettings]]. (Thanks to [[gh>hiddenalt-team]]!)| |[[update:Wurst 7.17]]|Replaced the sliders for ClickGUI's background and accent colors with [[ColorSettings]]. (Thanks to [[gh>hiddenalt-team]]!)|
 +|:::|Fixed settings windows in ClickGUI sometimes opening at the wrong position.|
 +|[[update:Wurst 7.19]]|Added a "[[#Tooltip opacity]]" setting to ClickGUI.|
 +|:::|Added a "[[#Text color]]" setting to ClickGUI.|
 +|:::|Renamed the "[[#BG]]" setting in ClickGUI to "[[#Background]]".|
 +|:::|Renamed the "[[#AC]]" setting in ClickGUI to "[[#Accent]]".|
 +|[[update:Wurst 7.20]]|Fixed ClickGUI sometimes rendering the title bar of a window with 100% opacity, regardless of settings.|
 +|[[update:Wurst 7.31]]|Added a shortcut to open the [[Keybind Manager]] from within [[Navigator]] or ClickGUI.|
 ^  ForgeWurst  ^^ ^  ForgeWurst  ^^
 |[[update:ForgeWurst 0.1 Beta]]|Added ClickGUI.| |[[update:ForgeWurst 0.1 Beta]]|Added ClickGUI.|
clickgui.txt · Last modified: 2023/02/27 13:11 by alexander01998