Category:VGUI: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 3: Line 3:


VGUI2 forms can technically be displayed on the Windows and Mac desktop as well as in-game. {{steamicon|4}} formerly used VGUI until June 15, 2023 when it's was completely dropped, and replaced with [[Chromium Embedded Framework]].  
VGUI2 forms can technically be displayed on the Windows and Mac desktop as well as in-game. {{steamicon|4}} formerly used VGUI until June 15, 2023 when it's was completely dropped, and replaced with [[Chromium Embedded Framework]].  
This also meant that custom [[Steam Skins|Steam skins]] are no longer supported, and cannot be used except on [[:File:SteamJune2023-VGUI-Leftovers.png|very few leftover dialogs]].
This also meant that custom [[Steam Skins|Steam skins]] are no longer supported, and cannot be used except on [[:File:SteamJune2023-VGUI-Leftovers.png|very few dialogs]], as long it's was selected prior to the update.




{{GoldSrc|4.1}} uses both VGUI and VGUI2. {{Src|4}} only uses VGUI2. Due to this wiki historically documenting Source more than GoldSrc, VGUI2 is oftentimes interchangeably referred to as VGUI.
{{GoldSrc|4.1}} uses both VGUI and VGUI2. {{Src|4}} only uses VGUI2. Due to this wiki historically documenting Source more than GoldSrc, VGUI2 is oftentimes interchangeably referred to as VGUI.

Revision as of 23:47, 17 June 2023

English (en)Deutsch (de)Español (es)Polski (pl)Русский (ru)Українська (uk)中文 (zh)Translate (Translate)

VGUI (or, technically, "VGUI2"), is used to display dynamic 2D images in Source. This includes dialogues and buttons, the HUD, and even the surfaces of monitors and screens in the 3D world. It is platform-independent and Unicode-compliant.

VGUI2 forms can technically be displayed on the Windows and Mac desktop as well as in-game. Steam Steam formerly used VGUI until June 15, 2023 when it's was completely dropped, and replaced with Chromium Embedded Framework. This also meant that custom Steam skins are no longer supported, and cannot be used except on very few dialogs, as long it's was selected prior to the update.


GoldSrc GoldSrc uses both VGUI and VGUI2. Source Source only uses VGUI2. Due to this wiki historically documenting Source more than GoldSrc, VGUI2 is oftentimes interchangeably referred to as VGUI.

Subcategories

This category has the following 3 subcategories, out of 3 total.

C

H