diff options
| author | Maxxiii <[email protected]> | 2020-09-02 17:56:51 +0300 |
|---|---|---|
| committer | Maxxiii <[email protected]> | 2020-09-02 17:56:51 +0300 |
| commit | 209bbebcdd641d4ad2b53e78478ad68b99501b52 (patch) | |
| tree | d12bdced7c56c86a3750f9b011873a7888dace49 /files/batch-compiler-spec/Source_GLView.bci | |
| parent | Update README.md (diff) | |
| download | nemstools.github.io-209bbebcdd641d4ad2b53e78478ad68b99501b52.tar.xz nemstools.github.io-209bbebcdd641d4ad2b53e78478ad68b99501b52.zip | |
Add Batch Compiler spec files, update links to them, ...
update some internal links for subpages, fix subpages menu for Batch_Compiler-Tutorials and Terrain_Generator-Tutorials
Diffstat (limited to 'files/batch-compiler-spec/Source_GLView.bci')
| -rw-r--r-- | files/batch-compiler-spec/Source_GLView.bci | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/files/batch-compiler-spec/Source_GLView.bci b/files/batch-compiler-spec/Source_GLView.bci new file mode 100644 index 0000000..56a7b99 --- /dev/null +++ b/files/batch-compiler-spec/Source_GLView.bci @@ -0,0 +1,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." + } +}
\ No newline at end of file |