home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 May / Pcwk5b98.iso / Gry / Rr / rrdemo.exe / DATA / MENU.DLG < prev    next >
Text File  |  1998-01-23  |  3KB  |  158 lines

  1. :menu
  2. YOU
  3.   >>ask_newgame
  4.     Start a new campaign
  5.   >>multiplayer
  6.     Start multiplayer game
  7.   >>load
  8.     Load a game
  9.   >>save
  10.     Save current game
  11.   >>options
  12.     Set some options
  13.   >>areyousure_quit
  14.     Quit the game
  15. SETVARIABLE ROBOT_WELCOME 1
  16.  
  17. :ask_newgame
  18. TALKER
  19.   >>answer_newgame
  20.     Are you sure you want to
  21.     start a completely new game ?
  22.     Your current game will be lost.
  23.  
  24. :answer_newgame
  25. YOU
  26.   >>do_newgame
  27.     Yes, I'd like to restart the whole game.
  28.   >>menu
  29.     No, I've changed my mind.
  30.  
  31. :multiplayer
  32. TALKER
  33.   >>menu
  34.     Sorry, this feature has been
  35.     disabled in demo mode.
  36.  
  37. :load
  38. TALKER
  39.   >>menu
  40.     Sorry, this feature has been
  41.     disabled in demo mode.
  42.  
  43. :save
  44. TALKER
  45.   >>menu
  46.     Sorry, this feature has been
  47.     disabled in demo mode.
  48.  
  49. :options
  50. TALKER
  51.   >>do_options
  52.     What options do you want to set ?
  53.  
  54. :do_options
  55. YOU
  56.   >>options_sound
  57.     Sound
  58.   >>options_video
  59.     Display
  60.   >>options_controls
  61.     Controls
  62.   >>menu
  63.     Done
  64.  
  65. :options_sound
  66. TALKER
  67.   >>sound_fx_volume
  68.     Sound fx volume #sound_fx_volume
  69.   >>music_volume
  70.     Music volume #music_volume
  71.   >>sound_reverse
  72.     Reverse stereo #sound_reverse
  73.   >>menu
  74.     Return
  75.  
  76. :options_video
  77. TALKER
  78.   >>mipmaps
  79.     Mip-mapping #mipmaps
  80.   >>filtering
  81.     Bilinear filtering #filtering
  82.   >>shadows
  83.     Robo shadows #shadows
  84.   >>lowquality
  85.     Scroll mode #lowquality
  86.   >>menu
  87.     Return
  88.  
  89. :options_controls
  90. TALKER
  91.   >>scroll_speed
  92.     Scroll speed #scroll_speed
  93.   >>rotate_speed
  94.     Rotate speed #rotate_speed
  95.   >>zoom_speed
  96.     Zoom speed #zoom_speed
  97.   >>menu
  98.     Return
  99.  
  100. :areyousure_quit
  101. TALKER
  102.   >>answer_quit
  103.     Are you sure you want to quit this game ?
  104.  
  105. :answer_quit
  106. YOU
  107.   >>quit_01
  108.     Yes, I want to quit.
  109.   >>menu
  110.     No, I don't want to quit.
  111.  
  112. :quit_01
  113. TALKER
  114.   >>quit_02
  115.     Very well, sir. So you want to quit. Please
  116.     remember this is just a short preview of
  117.     the full game. I hope to meet you again,
  118.     sir. I always need someone to admire
  119.     my beautiful construction.
  120.  
  121. :quit_02
  122. TALKER
  123.   >>quit_03
  124.     The full version of Robo Rumble offers you
  125.     15 missions for each Army Leader, and the
  126.     final mission where you might even face the
  127.     Aliens themselves..., not to mention fully
  128.     animated cut-scenes (including intro and
  129.     outro), CD music and 3D ambient sounds.
  130.  
  131. :quit_03
  132. TALKER
  133.   >>quit_04
  134.     Robo Rumble uses a spectacular 3D engine,
  135.     with alpha blending, terrain morphing,
  136.     real-time colored lighting and a particle
  137.     system. It supports software rendering,
  138.     3Dfx in native mode and other 3D hardware
  139.     accelerators, through Direct3D.  And don't
  140.     forget, sir, there's also a multi-player mode
  141.     which supports up to 4 players at the same
  142.     time.
  143.  
  144. :quit_04
  145. TALKER
  146.   >>quit_05
  147.     But the most important things are the
  148.     surprises, which I'm not allowed to reveal.
  149.     However, if you finish this demo, that nice
  150.     lady from the president will give you
  151.     some hints.
  152.  
  153. :quit_05
  154. TALKER
  155.   >>do_quit
  156.     Goodbye, sir.
  157.  
  158. :end