blob: 56a7b99c4cb40bf3e83451fa2ef6fe00498a330b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
// Specification: GLView
// Written by: Ryan Gregg
// Version: N/A
// Created: December 3, 2004
// Last updated: N/A
Batch
{
Name "GLView"
Priority "1"
Links "Source SDK,http://www.valve-erc.com/srcsdk/"
Stages "GLView"
Filter "GL Files (*.gl)|*.gl"
ShellExecute "True"
Template "\"${StagePath=GLView}\" ${StageParam=GLView} \"${FilePath}\\${FileName}.gl\""
}
//
// GLView
//
Stage
{
Name "GLView"
Title "GLView"
Type "Program"
Filter "GLView (glview.exe)|glview.exe"
CheckBox
{
Name "Portal"
Param "-portal"
Hint "\tRead portal file."
}
CheckBox
{
Name "Portal Highlight"
Param "-portalhighlight"
Hint "\tHighlight portals."
}
CheckBox
{
Name "Displacement"
Param "-disp"
Hint "\t???"
}
Space
{
Size "7"
}
TextBox
{
Name "Additional Parameters"
Type "String"
Size "3"
Hint "\tAdd additional parameters here as you would a command line."
}
}
|