Source GLView.bci 961 B

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