Using glview: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(quick glview fix)
 
No edit summary
Line 2: Line 2:
This is just showing you how to get glview.
This is just showing you how to get glview.


---
----
 
Go to expert compile mode, and make a new configuration (called it ''glview''.
Go to expert compile mode, and make a new configuration (called it ''glview''.


Line 31: Line 32:


'''Check''' the box for "''Use Process Window''"
'''Check''' the box for "''Use Process Window''"
[[Image:Opt_glview_expertcompile.jpg]]

Revision as of 19:29, 18 December 2005

glview

This is just showing you how to get glview.


Go to expert compile mode, and make a new configuration (called it glview.

Then click new, and enter in this:

Command: $bsp_exe

Parameters: -glview $path\$file.$ext

Check the box "Use Long Filenames"

Check "Ensure post-file exists" and in the box type in: $path\$file.gl

Check "Use Process Window"

That one is done.


Now click new, and click "Cmds" and find glview.exe

It's located at \YourSteamUserDirectory\sourcesdk\bin\glview.exe


Parameters: -portals $path\$file.gl

Check the box for "Long File Names"

Check the box for "Use Process Window"

Opt glview expertcompile.jpg