Category:VGUI: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
{{langsp}}
{{langsp}}
'''VGUI''' (or, technically, "'''VGUI2'''"), is used to display dynamic 2D images and graphical user interfaces in {{goldsrc|1}} (since 2003), {{source|1}}. This includes dialogues and buttons, the [[HUD]], in-game menu, and even the surfaces of monitors and screens in the 3D world. It is platform-independent and [[Wikipedia:Unicode|Unicode]]-compliant.
'''VGUI''' (or, technically, "'''VGUI2'''"), is used to display dynamic 2D images and graphical user interfaces in {{goldsrc|1}} (since 2003) and {{source|1}}, aswell as {{source2|1}} (in some games). This includes dialogues and buttons, the [[HUD]], in-game menu, and even the surfaces of monitors and screens in the 3D world. It is platform-independent and [[Wikipedia:Unicode|Unicode]]-compliant.


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 the whole Steam UI was replaced with [[Chromium Embedded Framework]], however, Steam will fallback to VGUI only if CEF wasn't working properly, telling users to restart all or some Steam process (e.g. {{path|steamwebhelper|exe}}), or when Steam is running in Windows compatibility mode.
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 the whole Steam UI was replaced with [[Chromium Embedded Framework]], however, Steam will fallback to VGUI only if CEF wasn't working properly, telling users to restart all or some Steam process (e.g. {{path|steamwebhelper|exe}}), or when Steam is running in Windows compatibility mode.

Revision as of 05:24, 15 September 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 and graphical user interfaces in GoldSrc (since 2003) and Source, aswell as Source 2 (in some games). This includes dialogues and buttons, the HUD, in-game menu, 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 the whole Steam UI was replaced with Chromium Embedded Framework, however, Steam will fallback to VGUI only if CEF wasn't working properly, telling users to restart all or some Steam process (e.g. 🖿steamwebhelper.exe), or when Steam is running in Windows compatibility mode. This also meant that custom Steam skins (which uses VGUI) are no longer supported, and cannot be used except on few dialogs, as long it's was selected prior to the update (or through Steam registry path (Registry PathHKEY_CURRENT_USER\SOFTWARE\Valve\Steam\Skin), which can be viewed with Windows's Registry Editor).

GoldSrc GoldSrc uses both VGUI and VGUI2. Source Source and some Source 2 Source 2 games[confirm] 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