From 209bbebcdd641d4ad2b53e78478ad68b99501b52 Mon Sep 17 00:00:00 2001 From: Maxxiii <30539708+Maxxiii@users.noreply.github.com> Date: Wed, 2 Sep 2020 17:56:51 +0300 Subject: 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 --- files/batch-compiler-spec/Source_GLView.bci | 61 +++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 files/batch-compiler-spec/Source_GLView.bci (limited to 'files/batch-compiler-spec/Source_GLView.bci') 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 -- cgit v1.2.3