Talk:VGUI: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
m (Nesciuse moved page Talk:Multipage Base Pages Temp Storage/VGUI to Talk:VGUI without leaving a redirect: Moving back to proper place)
 
(13 intermediate revisions by 6 users not shown)
Line 1: Line 1:
I want to know how to display models in VGUI. This is what I'm aiming for: http://kauler.com/games/kotor/K2%20-%20018%20-%20Reles%20in%20the%20menu.jpg
Added my VGUI HTML screen tutorial ... hope nobody minds :) --[[User:Daedalus|Daedalus]] 08:58, 29 Dec 2006 (PST)


:Well...that's hardly possible, unless you want to remake the vgui dialogs that are in the engine
I have Steam UI functionality replica code that needs implementation...if anyone would like to give it a shot, get it [http://hl2sdk.gigcities.com/files/ts2do-Scheme.zip here]—'''[[User:Ts2do|ts2do]]''' 21:40, 29 May 2006 (PDT)


::Just make a [[Creating_Menu_Background_Maps|menu background map]] --[[User:King2500|King2500]] 00:21, 5 Sep 2005 (PDT)
:With it, mods with it will be able to load scheme files like [[Steamscheme.res file structure|steamscheme.res]], which will give them more control over control drawing—'''[[User:Ts2do|ts2do]]''' 16:58, 2 Jun 2006 (PDT)


:::Thanks, but how about something like this?  Is this possible?


http://www.apartment167.com/otherimages/CTF4/PreviewSkins.jpg
Maybe someone could give some hints on using 3d models in vgui :) --[[User:RomeoJGuy|RomeoJGuy]] 20:29, 10 Jun 2006 (PDT)


http://forums.thewavelength.net/index.php?showtopic=11786 - Pongles says he has done it by calling a few engine functions.
:[[Models on VGUI Panels]]—'''[[User:Ts2do|ts2do]]''' 21:40, 10 Jun 2006 (PDT)
Does anyone know which functions he may have called? --[[User:Canuckian|Canuckian]] 09:02, 5 Sep 2005 (PDT)
::Thanks

Latest revision as of 17:37, 15 July 2024

Added my VGUI HTML screen tutorial ... hope nobody minds :) --Daedalus 08:58, 29 Dec 2006 (PST)

I have Steam UI functionality replica code that needs implementation...if anyone would like to give it a shot, get it herets2do 21:40, 29 May 2006 (PDT)

With it, mods with it will be able to load scheme files like steamscheme.res, which will give them more control over control drawing—ts2do 16:58, 2 Jun 2006 (PDT)


Maybe someone could give some hints on using 3d models in vgui :) --RomeoJGuy 20:29, 10 Jun 2006 (PDT)

Models on VGUI Panelsts2do 21:40, 10 Jun 2006 (PDT)
Thanks