home *** CD-ROM | disk | FTP | other *** search
/ PC Zone 99 / dppcz0201.7z / dppcz0201.mdf / Demos / Alice / alicedem.exe / demo / pak0.pk3 / ui / cinemaquickmenu.urc < prev    next >
Text File  |  2000-11-20  |  3KB  |  147 lines

  1. menu "CinemaQuickmenu" 128 260 NONE
  2.  
  3.  
  4.  
  5. resource
  6. Button
  7. {
  8. title "Fakeplayer"
  9. name "Default"
  10. rect 0 20 128 20
  11. fgcolor 1.00 1.00 1.00 1.00
  12. bgcolor 0.00 0.00 1.00 1.00
  13. borderstyle "3D_BORDER"
  14. stuffcommand "script fakeplayer"
  15. }
  16. resource
  17. Button
  18. {
  19. title "Cinematic"
  20. name "Default"
  21. rect 0 40 128 20
  22. fgcolor 1.00 1.00 1.00 1.00
  23. bgcolor 0.00 0.00 1.00 1.00
  24. borderstyle "3D_BORDER"
  25. stuffcommand "script cinematic"
  26. }
  27. resource
  28. Button
  29. {
  30. title "First Person"
  31. name "Default"
  32. rect 0 100 128 20
  33. fgcolor 1.00 1.00 1.00 1.00
  34. bgcolor 0.00 0.00 1.00 1.00
  35. borderstyle "3D_BORDER"
  36. stuffcommand "cg_3rd_person 0"
  37. }
  38. resource
  39. Label
  40. {
  41. title "Cinema End"
  42. name "Default"
  43. rect 0 120 128 20
  44. fgcolor 0.00 0.00 0.00 1.00
  45. bgcolor 0.00 1.00 1.00 1.00
  46. borderstyle "INDENT_BORDER"
  47. }
  48. resource
  49. Label
  50. {
  51. title "Cinema Start"
  52. name "Default"
  53. rect 0 0 128 20
  54. fgcolor 0.00 0.00 0.00 1.00
  55. bgcolor 1.00 1.00 0.00 1.00
  56. borderstyle "INDENT_BORDER"
  57. }
  58. resource
  59. Button
  60. {
  61. title "RemoveFakeplayer"
  62. name "Default"
  63. rect 0 140 128 20
  64. fgcolor 1.00 1.00 1.00 1.00
  65. bgcolor 0.50 0.00 1.00 1.00
  66. borderstyle "3D_BORDER"
  67. stuffcommand "script removefakeplayer"
  68. }
  69. resource
  70. Button
  71. {
  72. title "Noncinematic"
  73. name "Default"
  74. rect 0 160 128 20
  75. fgcolor 1.00 1.00 1.00 1.00
  76. bgcolor 0.50 0.00 1.00 1.00
  77. borderstyle "3D_BORDER"
  78. stuffcommand "script noncinematic"
  79. }
  80. resource
  81. Button
  82. {
  83. title "Cueplayer"
  84. name "Default"
  85. rect 0 200 128 20
  86. fgcolor 1.00 1.00 1.00 1.00
  87. bgcolor 0.50 0.00 1.00 1.00
  88. borderstyle "3D_BORDER"
  89. stuffcommand "script cueplayer 0"
  90. }
  91. resource
  92. Button
  93. {
  94. title "ThirdPerson"
  95. name "Default"
  96. rect 0 220 128 20
  97. fgcolor 1.00 1.00 1.00 1.00
  98. bgcolor 0.50 0.00 1.00 1.00
  99. borderstyle "3D_BORDER"
  100. stuffcommand "cg_3rd_person 1"
  101. }
  102. resource
  103. Button
  104. {
  105. title "Noclip"
  106. name "Default"
  107. rect 0 80 128 20
  108. fgcolor 1.00 1.00 1.00 1.00
  109. bgcolor 0.00 0.00 1.00 1.00
  110. borderstyle "3D_BORDER"
  111. stuffcommand "noclip"
  112. }
  113. resource
  114. Button
  115. {
  116. title "Noclip"
  117. name "Default"
  118. rect 0 240 128 20
  119. fgcolor 1.00 1.00 1.00 1.00
  120. bgcolor 0.50 0.00 1.00 1.00
  121. borderstyle "3D_BORDER"
  122. stuffcommand "noclip"
  123. }
  124. resource
  125. Button
  126. {
  127. title "Clearletterbox"
  128. name "Default"
  129. rect 0 180 128 20
  130. fgcolor 1.00 1.00 1.00 1.00
  131. bgcolor 0.50 0.00 1.00 1.00
  132. borderstyle "3D_BORDER"
  133. stuffcommand "script clearletterbox 0"
  134. }
  135. resource
  136. Button
  137. {
  138. title "Letterbox 1"
  139. name "Default"
  140. rect 0 60 128 20
  141. fgcolor 1.00 1.00 1.00 1.00
  142. bgcolor 0.00 0.00 1.00 1.00
  143. borderstyle "3D_BORDER"
  144. stuffcommand "script letterbox 1"
  145. }
  146. end.
  147.