home *** CD-ROM | disk | FTP | other *** search
/ Becoming a Computer Animator / COMPANIMATE.ISO / pc / dosdemos / rendstar / install.dat next >
Encoding:
INSTALL Professional project  |  1994-07-03  |  39.2 KB  |  978 lines

  1. /*
  2.  * INSTALL.DAT
  3.  *
  4.  * Project: RenderStar-2 / RenderStar-2 eXtension-24
  5.  * Version: v1.0 , 3.5 inch release
  6.  * Install by Omar Curiere
  7.  * Copyright (c) 1992 RenderStar Technology BV
  8. */
  9.  
  10. @DefineProject
  11.     @Name = "RenderStar-2 eXtension-24"
  12.     @Version = "v1.0"
  13.      @Subdir      = "\\RSTAR2"
  14.      @OutDrive    = C
  15.      @Group       = "A"
  16.      @Requires    @HardDisk
  17. @EndProject
  18.  
  19. @DefineVars
  20.      @Dir            @Rs2Dir        = "DOS"
  21.      @Drive          @Rs2drive      = C
  22. @EndVars
  23.  
  24.  
  25. @WELCOME
  26.     @CLS
  27.  
  28.     @If (@CPU < 386)
  29.      @Name requires an 80386 or 80486 CPU.
  30.      Your computer is running on a 80@CPU CPU.
  31.  
  32.  
  33.      @Pause
  34.      @Endif
  35.  
  36.      @If ((@OSMajor * 100 + @OSMinor) < 330)
  37.      @NAME requires DOS version 3.30 or higher.
  38.  
  39.      @Pause
  40.      @Endif
  41.  
  42.    @If (@NDP == 0)
  43.      A math coprocessor is required to run @NAME
  44.      and no 80x87 math coprocessor was found.  You must install
  45.      a compatible math coprocessor before @NAME
  46.      can be run. Please go out and buy one !.
  47.  
  48.     @Pause
  49.    @Endif
  50.  
  51. @CLS
  52.                  RenderStar-2
  53.               RenderStar-2 eXtension-24
  54.                      v1.0
  55.       Copyright (C) 1989-1992 RenderStar Technology BV, Sept 17, 1992
  56.  
  57.   This program installs RenderStar-2 and/or RenderStar-2 eXtension-24 on
  58.   your computer system and checks the distribution disks for errors.
  59.   You will be prompted for the drive and directory where you want to install
  60.   RenderStar-2. The program will create the directory for you. Also, you can
  61.   choose to install only selected parts of the software. This program can
  62.   also be used for changing your configuration settings.
  63.  
  64.   Each screen of this program offers a choice and a default response.
  65.   Press the RETURN key to accept the default.  Otherwise, type or select
  66.   another response and then press the RETURN key. If you make a mistake
  67.   while typing, press the BACKSPACE key and retype the entry. You can
  68.   press the ESC key at any time to cancel installation and return to
  69.   the operating system.
  70.  
  71.    @PAUSE
  72. @EndWelcome
  73.  
  74. @GetGroups
  75.     @CLS
  76.     Please select which part of @Name you wish to
  77.     install, or which part you want to change. ?
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.     If you are familiar with RenderStar you can opt to only install the
  93.     Executable & Support files. Installing the Executables will also ask some
  94.     questions about your graphics cards. When you choose to change one of the
  95.     drivers you are using, only the selected drivers will be installed.
  96.  
  97.     @SET A = "Complete @NAME installation"
  98.     @SET P = "@NAME Executable & Support files only"
  99.     @SET S = "@NAME Sample & Tutorial files only"
  100.     @SET T = "@NAME Texture files only"
  101.     @SET R = "@Name RenderShell Screen Drivers"
  102.     @SET I = "@Name RenderShell Input Device"
  103.     @SET H = "@Name Image Display Drivers"
  104.  
  105.  
  106. @EndGroups
  107.  
  108.  
  109. @If ('A' [=@Group || 'P' [=@Group || 'S' [=@Group || 'T' [=@Group)
  110. @GetOutDrive
  111.     @Suppress A
  112.     @Suppress B
  113.     @Cls
  114.     On which disk drive do you wish to install @Name ?
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.     Use the up and down cursor keys to scroll through the list of disk
  132.     drives. Press the RETURN key when you have selected a drive.
  133.  
  134. @EndOutDrive
  135. @EndIf
  136.  
  137. @If ('R' [=@Group || 'I' [=@Group || 'H' [=@Group)
  138. @GetOutDrive
  139.     @Suppress A
  140.     @Suppress B
  141.     @Cls
  142.     On which disk drive is @Name installed ?
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.     Use the up and down cursor keys to scroll through the list of disk
  160.     drives. Press the RETURN key when you have selected a drive.
  161.  
  162. @EndOutDrive
  163. @EndIf
  164.  
  165. @If ('A' [=@Group || 'P' [=@Group || 'S' [=@Group || 'T' [=@Group)
  166. @GetSubdir
  167.     @CLS
  168.     Enter the the name of the directory where @NAME
  169.     is to be installed.
  170.     By default, the name of this directory is: @SUBDIR.
  171.  
  172.     The program will create a subdirectory under the root directory of the
  173.     selected disk drive.  If you have no preference, choose the default by
  174.     pressing the RETURN key.
  175.  
  176.     To change the directory name, backspace over the directory name and type
  177.     a new name.  Press the RETURN key when you have finished typing the name.
  178.  
  179.  
  180.      @Prompt = "Which subdirectory ([Enter] = @Subdir) ?"
  181.  
  182. @EndSubdir
  183. @EndIf
  184.  
  185. @If ('R' [=@Group || 'I' [=@Group || 'H' [=@Group)
  186. @GetSubdir
  187.     @CLS
  188.     Here you specify the name of the directory where @NAME is
  189.     installed. By default, the name of this directory is: @SUBDIR.
  190.  
  191.  
  192.     To change the directory name, backspace over the directory name
  193.     and type a new name.  Press the RETURN key when you have finished
  194.     typing the name.
  195.  
  196.  
  197.     @Prompt = "Which subdirectory ([Enter] = @Subdir) ?"
  198.  
  199. @EndSubdir
  200. @EndIf
  201.  
  202.  
  203. @SetRCPatchdir ("@OutDrive:@Subdir\\default")
  204. @SetDFPatchdir ("@OutDrive:@Subdir\\bin")
  205.  
  206.  
  207.  
  208.  
  209. @If ('A' [=@Group || 'P' [=@Group)
  210. @GetGroups
  211.     @CLS
  212.     Which math co-processor do you want @Name to use ?
  213.  
  214.     @SET N = "Intel 386/387 or 486DX"
  215.     @SET W = "Weitek 3167/4167"
  216.  
  217. @EndGroups
  218. @EndIf
  219.  
  220.  
  221. @If ('A' [=@Group || 'P' [=@Group)
  222.     @Display
  223.  
  224.     The installation program has detected another version of RenderStar,
  225.     in order to run correctly we must rename the other RS2.COM programs
  226.     to RS2OLD.COM. If you want to keep the other version of RenderStar
  227.     running you can start it by typing RS2OLD <Name>.
  228.     @RenameOldRscom
  229.  
  230.  
  231.     @EndDisplay
  232. @EndIf
  233.  
  234.  
  235. @If ('A' [=@Group || 'P' [=@Group)
  236. @GetOutDrive @Rs2Drive
  237.     @Suppress A      /* don't display A: */
  238.     @Suppress B      /* or B:            */
  239.     @CLS
  240.     Specify the drive where the RS2.COM program is to be installed.
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.     
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.     The RS2.COM program will be responsible for starting RenderStar.
  256.     It needs to be located within your system's DOS path, so that
  257.     RenderStar can be started from anywhere on the system.
  258.     
  259.     Use the up and down cursor keys to scroll through the list of disk
  260.     drives. Press the RETURN key when you have selected a drive.
  261. @EndOutDrive
  262. @EndIf
  263.  
  264. @If ('A' [=@Group || 'P' [=@Group)
  265. @GetSubdir @Rs2Dir
  266.     @Default = "@Rs2Dir\\"
  267.     @CLS
  268.     Specify the name of the directory where the RS2.COM program
  269.     must be installed. This program must be installed in a directory which is
  270.     defined in your PATH. For example the directory where your DOS programs
  271.     are located. Usually this directory is called something like @Rs2Dir.
  272.  
  273.     If you define a directory which is not yet created, this program will
  274.     make it for you, but you have to include this directory in your PATH
  275.     in order to get @Name up-and-running.
  276.  
  277.     To change the directory name, backspace over the directory name and type
  278.     a new name.  Press the RETURN key when you have finished typing the name.
  279.  
  280.  
  281.  
  282.  
  283.  
  284.     @PROMPT = " RS2.COM directory ? "
  285. @EndSubdir
  286. @EndIf
  287.  
  288.  
  289. @If ('A' [=@Group || 'P' [=@Group || 'R' [=@Group )
  290. @GetOption
  291.     Select the (Super) VGA that you will be using for displaying the
  292.     @Name's user-interface, "RenderShell".
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308.     If you are not sure which board you are using please read the READ.ME
  309.     file on disk 1, in this file we keep track of the boards we support.
  310.  
  311.     @Option 101 = "All Standard VGA Compatibles            640x480 16"
  312.     @Option 102 = "ATI, VGA Wonder                         800x600 16"
  313.     @Option 103 = "CHIPS 82C45x                            800x600 16"
  314.     @Option 104 = "Everex, EVGA EV-673                     800x600 16"
  315.     @Option 105 = "Genoa, SuperEGA 4880                    800x600 16"
  316.     @Option 106 = "Genoa, SuperVGA 5/6000                  800x600 16"
  317.     @Option 107 = "Genoa, SuperVGA 5/6000 Option 1        1024x768 16"
  318.     @Option 108 = "Genoa, SuperVGA 6000 Option 2          1024x768 16"
  319.     @Option 109 = "NSI, Smart EGA/Plus                     800x600 16"
  320.     @Option 110 = "OAK VGA                                 800x600 16"
  321.     @Option 111 = "OAK VGA-segspn                         1024x768 16"
  322.     @Option 112 = "OAK VGA-banked                         1024x768 16"
  323.     @Option 113 = "Paradise, VGA                           800x600 16"
  324.     @Option 114 = "Paradise, VGA Pro Option 1            1024x768 16"
  325.     @Option 115 = "Paradise, VGA Pro Option 2             1024x768 16"
  326.     @Option 116 = "Quadram, VGA Spectra                    800x600 16"
  327.     @Option 117 = "Quadram, VGA Spectra Option 1          1024x768 16"
  328.     @Option 118 = "Quadram, VGA Spectra Option 2          1024x768 16"
  329.     @Option 119 = "Tecmar, VGA/AD                          800x600 16"
  330.     @Option 120 = "Tecmar, VGA/AD Option 1                1024x768 16"
  331.     @Option 121 = "Tecmar, VGA/AD Option 2                1024x768 16"
  332.     @Option 122 = "Trident Impact                          800x600 16"
  333.     @Option 123 = "Trident Impact Option 1                1024x768 16"
  334.     @Option 124 = "Trident Impact Option 2                1024x768 16"
  335.     @Option 125 = "Tseng 3000                              800x600 16"
  336.     @Option 126 = "Tseng 3000                             1024x768 16"
  337.     @Option 127 = "Tseng 4000                              800x600 16"
  338.     @Option 128 = "Tseng 4000                             1024x768 16"
  339.     @Option 129 = "VESA Super VGA                          800x600 16"
  340.     @Option 130 = "V7, Vega, FastWrite, 1024i, VRAM VGA    800x600 16"
  341.     @Option 131 = "V7, VGA 1024i                          1024x768 16"
  342.     @Option 132 = "V7, FastWrite, 1024i, VRAM VGA         1024x768 16"
  343. @EndOption
  344. @EndIf
  345.  
  346. @If ('A' [=@Group || 'P' [=@Group || 'I' [=@Group)
  347. @GetOption
  348.     Select the input device that you will be using with
  349.     @Name's user-interface, "RenderShell".
  350.  
  351.  
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.     @Option 301 = "Standard MS DOS Mouse driver"
  368.     @Option 302 = "Logitech/Mouse Systems mouse, COM1"
  369.     @Option 303 = "Logitech/Mouse Systems mouse, COM2"
  370.     @Option 304 = "Fujitsu DOS mouse driver"
  371.  
  372. @EndOption
  373. @EndIf
  374.  
  375.  
  376. @If ('A' [=@Group  || 'P' [=@Group || 'H' [=@Group)
  377. @GetOption
  378.     Select which Graphics Card you will be using for displaying the
  379.     @Name images.
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.     If you are not sure which board you are using please read the README
  397.     file on disk 1. In this file we list the boards and how we support them.
  398.  
  399.     @Option 201 = "SuperVGA / VESA compatible            8 bit    RS2SVGA"
  400.     @Option 202 = "VESA                        Sierra Hi-Color    RS2SVGA"
  401.     @Option 203 = "Tseng 3000                            8 bit    RS2SVGA"
  402.     @Option 204 = "Tseng 4000                            8 bit    RS2SVGA"
  403.     @Option 205 = "Tseng 4000                  Sierra Hi-Color    RS2SVGA"
  404.     @Option 206 = "TIGA                                  8 bit    RS2TIGA"
  405.     @Option 207 = "TIGA                            8/16/24 bit    RS2TIGA"
  406.     @Option 208 = "IBM 8514/A or Compatible              8 bit    RS2_85"
  407.     @Option 209 = "DGIS                                  8 bit    RS2DGIS"
  408.     @Option 210 = "SPEA 1280/FGA,Painter,Gallery,HiLite  8 bit    RS2SPEA"
  409.     @Option 211 = "Cambridge Xcellerator 1600/1600i      8 bit    RS2CAM"
  410.     @Option 212 = "Rasterex Graphics Toolkit Interface   8 bit    RS2GTI"
  411.     @Option 213 = "Matrox PG-1281/8                      8 bit    RS2MTRX"
  412.     @Option 214 = "NEC Graphics Engine                   8 bit    RS2NEC"
  413.     @Option 215 = "ELSA XHR                              8 bit    RS2XHR"
  414.     @Option 216 = "Truevision TargaVista                24 bit    RS2VISTA"
  415.     @Option 217 = "Artist RealVision 16E                 8 bit    RS2RV16E"
  416.     @Option 218 = "Artist XJ10,MC10,XJ12,MC12            8 bit    RS2ART_H"
  417.     @Option 219 = "Artist XJS                            8 bit    RS2ART_T"
  418.     @Option 220 = "DataPATH Q-PC                         8 bit    GIF2QPC"
  419.     @Option 221 = "Metheus UGA                           8 bit    GIF2UGA"
  420.     @Option 222 = "CalComp DrawingCard 3100/3200         8 bit    GIF2_DC"
  421.     @Option 223 = "Pixelworks                            8 bit    GIF2_PW"
  422. @EndOption
  423. @EndIf
  424.  
  425. @If (206 [= @Option || 207 [= @Option || 208 [= @Option || 209 [= @Option || 210 [= @Option || 212 [= @Option ||  214 [= @Option ||
  426. 215 [= @Option || 217 [= @Option || 218 [= @Option || 221 [= @Option || 222 [= @Option)
  427. @GetGroups
  428.     @CLS
  429.  You have selected a Hi-Res Graphics Card that has either Single Screen or
  430.  Dual Screen options. Please select the configuration that you will be using.
  431.  
  432.     @SET E = "Single Screen Configuration"
  433.     @SET D = "Dual Screen Configuration"
  434.  
  435. @EndGroups
  436. @EndIf
  437.  
  438. @If ('E' [=@Group)
  439.     @If (206 [= @Option || 207 [= @Option)
  440.         @InsertPatchrc("show_str","-cnqs -A                # Counting, Quanting, Silence,Single")
  441.     @InsertPatchrc("show_type","main                   # Main, Single Screen")
  442.     @Elseif (208 [= @Option || 209 [= @Option || 210 [= @Option || 212 [= @Option ||  214 [= @Option ||
  443.     215 [= @Option || 217 [= @Option || 218 [= @Option || 221 [= @Option || 222 [= @Option)
  444.     @InsertPatchrc("show_type","main                   # Main, Single Screen")
  445.     @Endif
  446. @ElseIf ('D' [=@Group)
  447.     @InsertPatchrc("show_type","second                 # Second,Dual Screen")
  448. @EndIf
  449.  
  450.     @If (301 [= @Option)
  451.     @InsertPatchrc( "mouse_str","-m:d# MS DOS Mouse driver")
  452.     @ElseIf (302 [= @Option)
  453.     @InsertPatchrc( "mouse_str","-1# Logitech/Mouse Systems mouse, COM1")
  454.     @ElseIf (303 [= @Option)
  455.     @InsertPatchrc( "mouse_str","-2# Logitech/Mouse Systems mouse, COM2")
  456.     @ElseIf (304 [= @Option)
  457.     @InsertPatchrc( "mouse_str","-m:f# Fujitsu DOS mouse driver")
  458.     @EndIf
  459.  
  460.     @If (201 [= @Option || 202 [=@Option || 203 [=@Option || 204 [=@Option || 205 [=@Option )
  461.     @InsertPatchrc("show_file","rs2svga.exe            # ET3000/ET4000/VESA 8/16 bit")
  462.     @InsertPatchrc("show_str","-cnqs                  # Counting, Quanting, Silence")
  463.     @InsertPatchrc("show_type","main                   # Main, Single Screen")
  464.     @ElseIf (206 [= @Option)
  465.     @InsertPatchrc("show_file","rs2tiga.exe            # TIGA 34010/34020 8 bit")
  466.     @ElseIf (207 [= @Option)
  467.     @InsertPatchrc("show_file","rs2tiga.exe            # TIGA 34010/34020 24 bit")
  468.     @ElseIf (208 [= @Option)
  469.     @InsertPatchrc("show_file","rs2_85.exe             # IBM 8514/A & Compatible")
  470.     @InsertPatchrc("show_str","-cnqs                  # Counting, Quanting, Silence")
  471.     @ElseIf (209 [= @Option)
  472.     @InsertPatchrc("show_file","rs2dgis.exe            # DGIS graphics interface")
  473.     @InsertPatchrc("show_str","-cnqs                  # Counting, Quanting, Silence")
  474.     @ElseIf (210 [= @Option)
  475.     @InsertPatchrc("show_file","rs2spea.exe            # SPEA FGA,Painter, Gallery")
  476.     @InsertPatchrc("show_str","-cnqs                  # Counting, Quanting, Silence")
  477.     @ElseIf (211 [= @Option)
  478.     @InsertPatchrc("show_file","rs2cam.exe             # Cambridge Xcellerator 1600/1600i")
  479.     @InsertPatchrc("show_str","-cns                   # Counting")
  480.     @InsertPatchrc("show_type","second                 # Second,Dual Screen")
  481.     @ElseIf (212 [= @Option)
  482.     @InsertPatchrc("show_file","rs2gti.exe             # Rasterex Toolkit")
  483.     @InsertPatchrc("show_str","-cns                   # Counting")
  484.     @ElseIf (213 [= @Option)
  485.     @InsertPatchrc("show_file","rs2mtrx.exe            # Matrox PG-1281/8")
  486.     @InsertPatchrc("show_str","-cns                   # Counting")
  487.     @InsertPatchrc("show_type","second                 # Second,Dual Screen")
  488.     @ElseIf (214 [= @Option)
  489.     @InsertPatchrc("show_file","rs2nec.exe            # NEC Graphics Engine")
  490.     @InsertPatchrc("show_str","-cns                  # Counting")
  491.     @ElseIf (215 [= @Option)
  492.     @InsertPatchrc("show_file","rs2xhr.exe            # ELSA XHR")
  493.     @InsertPatchrc("show_str","-cns                  # Counting")
  494.     @ElseIf (216 [= @Option)
  495.     @InsertPatchrc("show_file","rs2vista.exe          # TargaVISTA")
  496.     @InsertPatchrc("show_str","-cns -M 4             # Counting, Standard Mode 768x576")
  497.     @InsertPatchrc("show_type","second               # Second,Dual Screen")
  498.     @ElseIf (217 [= @Option)
  499.     @InsertPatchrc("show_file","rs2v16e.exe            # Artist Realvision")
  500.     @InsertPatchrc("show_str","-cn                     # Counting")
  501.     @ElseIf (218 [= @Option)
  502.     @InsertPatchrc("show_file","rs2art_h.exe           # Artist HITACHI")
  503.     @InsertPatchrc("show_str","-cns                   # Counting")
  504.     @ElseIf (219 [= @Option)
  505.     @InsertPatchrc("show_file","rs2art_t.exe           # Artist TIGA")
  506.     @InsertPatchrc("show_str","-cns                   # Counting")
  507.     @ElseIf (220 [= @Option)
  508.     @InsertPatchrc("show_file","gif2qpc.bat            # Datapath Q-PC")
  509.     @InsertPatchrc("show_str","-cn                    # Counting")
  510.     @InsertPatchrc("show_type","second                 # Second,Dual Screen")
  511.     @ElseIf (221 [= @Option)
  512.     @InsertPatchrc("show_file","gif2uga.bat            # Metheus UGA")
  513.     @InsertPatchrc("show_str","-cn                    # Counting")
  514.     @InsertPatchrc("show_type","second                 # Second,Dual Screen")
  515.     @ElseIf (222 [= @Option)
  516.     @InsertPatchrc("show_file","gif2_dc.bat            # Calcomp DrawinCard")
  517.     @InsertPatchrc("show_str","-cn                    # Counting")
  518.     @ElseIf (223 [= @Option)
  519.     @InsertPatchrc("show_file","gif2_pw.bat            # Pixelworks")
  520.     @InsertPatchrc("show_str","-cn                    # Counting")
  521.     @EndIf
  522.  
  523.  
  524.     @If (101 [= @Option)
  525.     @InsertPatchrc( "display_str","-i:23# IBM, VGA  640x480 16")
  526.     @SetCfgFont("640.fnt")
  527.     @ElseIf (102 [= @Option)
  528.     @InsertPatchrc( "display_str","-ai:20# ATI, VGA Wonder  800x600 16")
  529.     @SetCfgFont("800.fnt")
  530.     @ElseIf (103 [= @Option)
  531.     @InsertPatchrc( "display_str","-ch:20# CHIPS 82C45x  800x600 16")
  532.     @SetCfgFont("800.fnt")
  533.     @ElseIf (104 [= @Option)
  534.     @InsertPatchrc( "display_str","-ev:20# Everex, EVGA EV-673  800x600 16")
  535.     @SetCfgFont("800.fnt")
  536.     @ElseIf (105 [= @Option)
  537.     @InsertPatchrc( "display_str","-g:11# Genoa, SuperEGA 4880  800x600 16")
  538.     @SetCfgFont("800.fnt")
  539.     @ElseIf (106 [= @Option)
  540.     @InsertPatchrc( "display_str","-g:20# Genoa, SuperVGA 5/6000  800x600 16 ")
  541.     @SetCfgFont("800.fnt")
  542.     @ElseIf (107 [= @Option)
  543.     @InsertPatchrc( "display_str","-g:21# Genoa, SuperVGA 5/6000-segspn  1024x768 16")
  544.     @SetCfgFont("1024-3.fnt")
  545.     @ElseIf (108 [= @Option)
  546.     @InsertPatchrc( "display_str","-g:23# Genoa, SuperVGA 6000-banked  1024x768 16")
  547.     @SetCfgFont("1024-3.fnt")
  548.     @ElseIf (109 [= @Option)
  549.     @InsertPatchrc( "display_str","-ns:10# NSI, Smart EGA/Plus  800x600 16")
  550.     @SetCfgFont("800.fnt")
  551.     @ElseIf (110 [= @Option)
  552.     @InsertPatchrc( "display_str","-ok:20# OAK VGA  800x600 16")
  553.     @SetCfgFont("800.fnt")
  554.     @ElseIf (111 [= @Option)
  555.     @InsertPatchrc( "display_str","-ok:21# OAK VGA-segspn  1024x768 16")
  556.     @SetCfgFont("1024-3.fnt")
  557.     @ElseIf (112 [= @Option)
  558.     @InsertPatchrc( "display_str","-ok:22# OAK VGA-banked  1024x768 16")
  559.     @SetCfgFont("1024-3.fnt")
  560.     @ElseIf (113 [= @Option)
  561.     @InsertPatchrc( "display_str","-p:20# Paradise VGA  800x600 16")
  562.     @SetCfgFont("800.fnt")
  563.     @ElseIf (114 [= @Option)
  564.     @InsertPatchrc( "display_str","-p:21# Paradise VGA Pro-segspn  1024x768 16")
  565.     @SetCfgFont("1024-3.fnt")
  566.     @ElseIf (115 [= @Option)
  567.     @InsertPatchrc( "display_str","-p:22# Paradise VGA Pro-banked  1024x768 16")
  568.     @SetCfgFont("1024-3.fnt")
  569.     @ElseIf (116 [= @Option)
  570.     @InsertPatchrc( "display_str","-q:20# Quadram VGA Spectra  800x600 16")
  571.     @SetCfgFont("800.fnt")
  572.     @ElseIf (117 [= @Option)
  573.     @InsertPatchrc( "display_str","-st:21# Quadram VGA Spectra-segspn  1024x768 16")
  574.     @SetCfgFont("1024-3.fnt")
  575.     @ElseIf (118 [= @Option)
  576.     @InsertPatchrc( "display_str","-st:22# Quadram, VGA Spectra-banked  1024x768 16")
  577.     @SetCfgFont("1024-3.fnt")
  578.     @ElseIf (119 [= @Option)
  579.     @InsertPatchrc( "display_str","-tc:20# Tecmar, VGA/AD  800x600 16")
  580.     @SetCfgFont("800.fnt")
  581.     @ElseIf (120 [= @Option)
  582.     @InsertPatchrc( "display_str","-tc:21# Tecmar, VGA/AD-segspn  1024x768 16")
  583.     @SetCfgFont("1024-3.fnt")
  584.     @ElseIf (121 [= @Option)
  585.     @InsertPatchrc( "display_str","-tc:22# Tecmar, VGA/AD-banked  1024x768 16")
  586.     @SetCfgFont("1024-3.fnt")
  587.     @ElseIf (122 [= @Option)
  588.     @InsertPatchrc( "display_str","-tr:20# Trident Impact  800x600 16")
  589.     @SetCfgFont("800.fnt")
  590.     @ElseIf (123 [= @Option)
  591.     @InsertPatchrc( "display_str","-tr:21# Trident Impact-banked  1024x768 16")
  592.     @SetCfgFont("1024-3.fnt")
  593.     @ElseIf (124 [= @Option)
  594.     @InsertPatchrc( "display_str","-tr:22# Trident Impact  1024x768 16")
  595.     @SetCfgFont("1024-3.fnt")
  596.     @ElseIf (125 [= @Option)
  597.     @InsertPatchrc( "display_str","-st:20# Tseng 3000  800x600 16")
  598.     @SetCfgFont("800.fnt")
  599.     @ElseIf (126 [= @Option)
  600.     @InsertPatchrc( "display_str","-st:22# Tseng 3000-banked  1024x768 16")
  601.     @SetCfgFont("1024-3.fnt")
  602.     @ElseIf (127 [= @Option)
  603.     @InsertPatchrc( "display_str","-ts:20# Tseng 4000  800x600 16")
  604.     @SetCfgFont("800.fnt")
  605.     @ElseIf (128 [= @Option)
  606.     @InsertPatchrc( "display_str","-ts:21# Tseng 4000-banked  1024x768 16")
  607.     @SetCfgFont("1024-3.fnt")
  608.     @ElseIf (129 [= @Option)
  609.     @InsertPatchrc( "display_str","-ve:20# VESA Super VGA 800x600 16")
  610.     @SetCfgFont("800.fnt")
  611.     @ElseIf (130 [= @Option)
  612.     @InsertPatchrc( "display_str","-v7:20# V7, Vega, FastWrite, 1024i, VRAM VGA  800x600 16")
  613.     @SetCfgFont("800.fnt")
  614.     @ElseIf (131 [= @Option)
  615.     @InsertPatchrc( "display_str","-v7:21# V7, VGA 1024i-segspn  1024x768 16")
  616.     @SetCfgFont("1024-3.fnt")
  617.     @ElseIf (132 [= @Option)
  618.     @InsertPatchrc( "display_str","-v7:22# V7, FastWrite, 1024i, VRAM VGA-banked  1024x768 16")
  619.     @SetCfgFont("1024-3.fnt")
  620.     @EndIf
  621.  
  622. @If ('N' [=@Group )
  623.     @InsertPatchrc( "render_file","render2.exe            # DOS 386/486 Render Engine")
  624. @ElseIf ('W' [=@Group )
  625.     @InsertPatchrc( "render_file","render2w.exe           # DOS Weitek 3167/4167 Engine")
  626. @EndIf
  627.  
  628. @DefineDisk
  629.     @Label = "Disk 1 of 1"
  630.     @File DOSDEMOS\RENDSTAR\readme @Out readme @Group AP
  631.     @BeginLib RS2X24.001
  632.         @File 0 @Size 4844 @Out BIN\1024-1.FNT @Group AP
  633.         @File 1 @Size 4157 @Out BIN\1024-2.FNT @Group AP
  634.         @File 2 @Size 4340 @Out BIN\1024-3.FNT @Group AP
  635.         @File 3 @Size 4340 @Out BIN\1024-4.FNT @Group AP
  636.         @File 4 @Size 2926 @Out BIN\640.FNT @Group AP
  637.         @File 5 @Size 3644 @Out BIN\800.FNT @Group AP
  638.         @File 6 @Size 44832 @Out BIN\CFIG386.EXE @Group AP
  639.         @File 7 @Size 271664 @Out BIN\CONVERT.EXE @Group AP
  640.         @File 8 @Size 1108 @Out BIN\DEFAULT.CFG @Group AP
  641.         @File 9 @Size 17238 @Out BIN\DEFAULT.RSC @Group AP
  642.         @File A @Size 289360 @Out BIN\MAKEFLC.EXE @Group AP
  643.         @File B @Size 52 @Out BIN\ORIGINAL.COL @Group AP
  644.         @File C @Size 10759 @Out BIN\PATCH_RS.EXE @Group AP
  645.         @File D @Size 263548 @Out BIN\PLAYFLC.EXE @Group AP
  646.         @File E @Size 487896 @Out BIN\RENDER2.EXE @Group N
  647.         @File F @Size 420020 @Out BIN\RENDER2W.EXE @Group W
  648.         @File G @Size 12097 @Out BIN\RS2.COM @Group AP
  649.         @File G @Size 12097 @Out @Rs2drive:@Rs2Dir\RS2.COM @Group AP
  650.         @File H @Size 69650 @Out BIN\RS2EPS.EXE @Group AP
  651.         @File I @Size 29071 @Out BIN\RS2PCX.EXE @Group AP
  652.     @EndLib
  653.  
  654.     @BeginLib RS2X24.002
  655.         @File 0 @AppendTo BIN\RS2PCX.EXE @Group AP
  656.         @File 1 @Size 32740 @Out BIN\RS2TGA.EXE @Group AP
  657.         @File 2 @Size 48772 @Out BIN\RSEDIT.EXE @Group AP
  658.         @File 3 @Size 52 @Out BIN\RSHELL.COL @Group AP
  659.         @File 4 @Size 864853 @Out BIN\RSHELL.EXE @Group AP
  660.         @File 5 @Size 210036 @Out BIN\VOL2DXF.EXE @Group AP
  661.         @File 6 @Size 306 @Out DEFAULT\16X16.CMF @Group AP
  662.         @File 7 @Size 88 @Out DEFAULT\4X64.CMF @Group AP
  663.         @File 8 @Size 148 @Out DEFAULT\8X32.CMF @Group AP
  664.         @File 9 @Size 306 @Out DEFAULT\STANDARD.CMF @Group AP
  665.         @File A @Size 177654 @Out DEFAULT\ADAM.GIF @Group AT
  666.         @File B @Size 813 @Out DEFAULT\BLACK.GIF @Group AT
  667.         @File C @Size 813 @Out DEFAULT\BLUE.GIF @Group AT
  668.         @File D @Size 26140 @Out DEFAULT\BUMPS.GIF @Group AT
  669.         @File E @Size 19819 @Out DEFAULT\CLOUD.GIF @Group AT
  670.         @File F @Size 199780 @Out DEFAULT\CLOUDS.GIF @Group AT
  671.         @File G @Size 3038 @Out DEFAULT\COPYMESS.GIF @Group AT
  672.         @File H @Size 1669 @Out DEFAULT\CROSS.GIF @Group AT
  673.         @File I @Size 1425 @Out DEFAULT\EMPTY.GIF @Group AT
  674.         @File J @Size 813 @Out DEFAULT\GREEN.GIF @Group AT
  675.         @File K @Size 813 @Out DEFAULT\GREY.GIF @Group AT
  676.         @File L @Size 22035 @Out DEFAULT\MARBLE-1.GIF @Group AT
  677.         @File M @Size 26890 @Out DEFAULT\MARBLE-2.GIF @Group AT
  678.         @File N @Size 25527 @Out DEFAULT\MARBLE-3.GIF @Group AT
  679.         @File O @Size 25744 @Out DEFAULT\MOUNT.GIF @Group AT
  680.         @File P @Size 156439 @Out DEFAULT\MOUNTAIN.GIF @Group AT
  681.     @EndLib
  682.  
  683.     @BeginLib RS2X24.003
  684.         @File 0 @AppendTo DEFAULT\MOUNTAIN.GIF @Group AT
  685.         @File 1 @Size 40519 @Out DEFAULT\RANDOM.GIF @Group AT
  686.         @File 2 @Size 813 @Out DEFAULT\RED.GIF @Group AT
  687.         @File 3 @Size 29415 @Out DEFAULT\RED_MARB.GIF @Group AT
  688.         @File 4 @Size 29831 @Out DEFAULT\REFLEC.GIF @Group AT
  689.         @File 5 @Size 6368 @Out DEFAULT\TREE-A.GIF @Group AT
  690.         @File 6 @Size 9372 @Out DEFAULT\TREE-B.GIF @Group AT
  691.         @File 7 @Size 6133 @Out DEFAULT\TREE-C.GIF @Group AT
  692.         @File 8 @Size 16285 @Out DEFAULT\TREES-1.GIF @Group AT
  693.         @File 9 @Size 12762 @Out DEFAULT\TREES-2.GIF @Group AT
  694.         @File A @Size 27043 @Out DEFAULT\WALL.GIF @Group AT
  695.         @File B @Size 813 @Out DEFAULT\WHITE.GIF @Group AT
  696.         @File C @Size 38553 @Out DEFAULT\WOOD1.GIF @Group AT
  697.         @File D @Size 40760 @Out DEFAULT\WOOD2.GIF @Group AT
  698.         @File E @Size 813 @Out DEFAULT\YELLOW.GIF @Group AT
  699.         @File F @Size 1358 @Out DEFAULT\NEWTEXT.MAT @Group AP
  700.         @File G @Size 2895 @Out DEFAULT\OLDRS1.MAT @Group AP
  701.         @File H @Size 6825 @Out DEFAULT\RS2-X24.MAT @Group AP
  702.         @File I @Size 68 @Out DEFAULT\STANDARD.MAT @Group AP
  703.         @File J @Size 46 @Out DEFAULT\STANDARD.MLF @Group AP
  704.         @File K @Size 440 @Out DEFAULT\16X16.PAL @Group AP
  705.         @File L @Size 874 @Out DEFAULT\32X8.PAL @Group AP
  706.         @File M @Size 148 @Out DEFAULT\4X64.PAL @Group AP
  707.         @File N @Size 222 @Out DEFAULT\8X32.PAL @Group AP
  708.         @File O @Size 264 @Out DEFAULT\ACAD.PAL @Group AP
  709.         @File P @Size 222 @Out DEFAULT\STANDARD.PAL @Group AT
  710.         @File Q @Size 11171 @Out DEFAULT\BLOCK-1C.TGA @Group AT
  711.         @File R @Size 10163 @Out DEFAULT\BLOCK-1E.TGA @Group AT
  712.         @File S @Size 11603 @Out DEFAULT\BRICK-1A.TGA @Group AT
  713.         @File T @Size 9683 @Out DEFAULT\BRICK-2E.TGA @Group AT
  714.         @File U @Size 12887 @Out DEFAULT\BRICK-3D.TGA @Group AT
  715.         @File V @Size 15267 @Out DEFAULT\BRICK-4A.TGA @Group AT
  716.         @File W @Size 8275 @Out DEFAULT\BROWN-1A.TGA @Group AT
  717.         @File X @Size 8275 @Out DEFAULT\CEMEN-3E.TGA @Group AT
  718.         @File Y @Size 16083 @Out DEFAULT\CEMEN-4B.TGA @Group AT
  719.         @File Z @Size 8275 @Out DEFAULT\FINIS-2C.TGA @Group AT
  720.         @File 00 @Size 8275 @Out DEFAULT\FINIS-3D.TGA @Group AT
  721.         @File 10 @Size 8275 @Out DEFAULT\FINIS-4B.TGA @Group AT
  722.         @File 20 @Size 9981 @Out DEFAULT\LAWNV-1D.TGA @Group AT
  723.         @File 30 @Size 8275 @Out DEFAULT\LAWNV-3D.TGA @Group AT
  724.         @File 40 @Size 13411 @Out DEFAULT\LAWNV-4C.TGA @Group AT
  725.         @File 50 @Size 8275 @Out DEFAULT\METAL-1B.TGA @Group AT
  726.         @File 60 @Size 8275 @Out DEFAULT\PAVER-1D.TGA @Group AT
  727.         @File 70 @Size 9155 @Out DEFAULT\PAVER-1E.TGA @Group AT
  728.         @File 80 @Size 13203 @Out DEFAULT\PAVER-3E.TGA @Group AT
  729.         @File 90 @Size 8275 @Out DEFAULT\SANDG-1A.TGA @Group AT
  730.         @File A0 @Size 8275 @Out DEFAULT\SANDG-2C.TGA @Group AT
  731.         @File B0 @Size 10451 @Out DEFAULT\SANDG-4A.TGA @Group AT
  732.         @File C0 @Size 11035 @Out DEFAULT\SANDG-4E.TGA @Group AT
  733.         @File D0 @Size 8275 @Out DEFAULT\SKYWA-1D.TGA @Group AT
  734.         @File E0 @Size 17107 @Out DEFAULT\SKYWA-2C.TGA @Group AT
  735.         @File F0 @Size 8275 @Out DEFAULT\SOIL-2B.TGA @Group AT
  736.         @File G0 @Size 12883 @Out DEFAULT\STONE-2D.TGA @Group AT
  737.         @File H0 @Size 8275 @Out DEFAULT\STONE-2E.TGA @Group AT
  738.         @File I0 @Size 14703 @Out DEFAULT\STONE-3B.TGA @Group AT
  739.         @File J0 @Size 8190 @Out DEFAULT\TILE-1B.TGA @Group AT
  740.         @File K0 @Size 12095 @Out DEFAULT\TILE-2E.TGA @Group AT
  741.         @File L0 @Size 44611 @Out DEFAULT\TREE1-2C.TGA @Group AT
  742.         @File M0 @Size 218261 @Out DEFAULT\TREE3-1A.TGA @Group AT
  743.         @File N0 @Size 179943 @Out DEFAULT\TREE4-1B.TGA @Group AT
  744.         @File O0 @Size 8275 @Out DEFAULT\WOOD1-1D.TGA @Group AT
  745.         @File P0 @Size 8275 @Out DEFAULT\WOOD1-2A.TGA @Group AT
  746.         @File Q0 @Size 15219 @Out DEFAULT\WOOD1-3B.TGA @Group AT
  747.         @File R0 @Size 8275 @Out DEFAULT\WOOD2-1E.TGA @Group AT
  748.         @File S0 @Size 50 @Out ANIMATE\ANIMATE.MLF @Group AS
  749.         @File T0 @Size 282 @Out ANIMATE\ANIMATE.CMF @Group AS
  750.         @File U0 @Size 496 @Out ANIMATE\ANIMATE.MAT @Group AS
  751.         @File V0 @Size 101 @Out ANIMATE\ANIMATE.PAL @Group AS
  752.         @File W0 @Size 1183 @Out ANIMATE\ANIMATE.RC1 @Group AS
  753.         @File X0 @Size 16615 @Out ANIMATE\CHESS.VOL @Group AS
  754.         @File Y0 @Size 11026 @Out BITMAP\DOOR.GIF @Group AS
  755.         @File Z0 @Size 189566 @Out BITMAP\BITMAP.DXF @Group AS
  756.         @File 01 @Size 5009 @Out BITMAP\NAME.GIF @Group AS
  757.         @File 11 @Size 10064 @Out BITMAP\SHELF.GIF @Group AS
  758.         @File 21 @Size 1304 @Out BITMAP\ROAD.GIF @Group AS
  759.         @File 31 @Size 11733 @Out BITMAP\TILE.GIF @Group AS
  760.         @File 41 @Size 8700 @Out BITMAP\TILEROOF.GIF @Group AS
  761.         @File 51 @Size 3929 @Out BITMAP\WINDOW.GIF @Group AS
  762.         @File 61 @Size 265652 @Out COLOR\COLOR.DXF @Group AS
  763.         @File 71 @Size 46 @Out EXT-24\START.MLF @Group AS
  764.         @File 81 @Size 733 @Out EXT-24\CHAIRSHD.CMF @Group AS
  765.         @File 91 @Size 852 @Out EXT-24\CHAIRSHD.MAT @Group AS
  766.         @File A1 @Size 1579 @Out EXT-24\CHAIRSHD.RC1 @Group AS
  767.         @File B1 @Size 730 @Out EXT-24\ENVIRON.CMF @Group AS
  768.         @File C1 @Size 1763 @Out EXT-24\ENVIRON.MAT @Group AS
  769.         @File D1 @Size 1673 @Out EXT-24\ENVIRON.RC1 @Group AS
  770.         @File E1 @Size 719 @Out EXT-24\EXT-24.CMF @Group AS
  771.         @File F1 @Size 78785 @Out EXT-24\EXT-24.DWG @Group AS
  772.         @File G1 @Size 599 @Out EXT-24\EXT-24.MAT @Group AS
  773.         @File H1 @Size 432 @Out EXT-24\EXT-24.MLF @Group AS
  774.         @File I1 @Size 296 @Out EXT-24\EXT-24.PAL @Group AS
  775.         @File J1 @Size 1781 @Out EXT-24\EXT-24.RC1 @Group AS
  776.         @File K1 @Size 37743 @Out EXT-24\EXT-24.VOL @Group AS
  777.         @File L1 @Size 78571 @Out EXT-24\EXT-MIR.DWG @Group AS
  778.         @File M1 @Size 790 @Out EXT-24\EXT-MIR.MLF @Group AS
  779.         @File N1 @Size 37615 @Out EXT-24\EXT-MIR.VOL @Group AS
  780.         @File O1 @Size 726 @Out EXT-24\REFLEC.CMF @Group AS
  781.         @File P1 @Size 1115 @Out EXT-24\REFLEC.MAT @Group AS
  782.         @File Q1 @Size 483 @Out EXT-24\REFLEC.MLF @Group AS
  783.         @File R1 @Size 296 @Out EXT-24\REFLEC.PAL @Group AS
  784.         @File S1 @Size 1674 @Out EXT-24\REFLEC.RC1 @Group AS
  785.         @File T1 @Size 724 @Out EXT-24\START.CMF @Group AS
  786.         @File U1 @Size 151 @Out EXT-24\START.MAT @Group AS
  787.         @File V1 @Size 1952 @Out EXT-24\STYLE-1.GIF @Group AS
  788.         @File W1 @Size 5518 @Out EXT-24\STYLE-2.GIF @Group AS
  789.         @File X1 @Size 724 @Out EXT-24\SUNSHD.CMF @Group AS
  790.         @File Y1 @Size 1588 @Out EXT-24\SUNSHD.RC1 @Group AS
  791.         @File Z1 @Size 2337 @Out HSB\LOGO.GIF @Group AS
  792.         @File 02 @Size 16631 @Out HSB\BODY.VOL @Group AS
  793.         @File 12 @Size 13287 @Out HSB\BOTTOM3.VOL @Group AS
  794.         @File 22 @Size 95 @Out HSB\CLOUDS.VOL @Group AS
  795.         @File 32 @Size 94463 @Out HSB\FL1.VOL @Group AS
  796.         @File 42 @Size 80863 @Out HSB\FL2.VOL @Group AS
  797.         @File 52 @Size 74879 @Out HSB\FL3.VOL @Group AS
  798.         @File 62 @Size 51679 @Out HSB\FL4.VOL @Group AS
  799.         @File 72 @Size 35903 @Out HSB\FL5.VOL @Group AS
  800.         @File 82 @Size 1729 @Out HSB\GLASS.GIF @Group AS
  801.         @File 92 @Size 948 @Out HSB\HSB.CMF @Group AS
  802.         @File A2 @Size 1546 @Out HSB\HSB.RC1 @Group AS
  803.         @File B2 @Size 2198 @Out HSB\HSB.MAT @Group AS
  804.         @File C2 @Size 183 @Out HSB\HSB.MLF @Group AS
  805.         @File D2 @Size 245 @Out HSB\HSB.PAL @Group AS
  806.         @File E2 @Size 480 @Out HSB\HSBX24.MLF @Group AS
  807.         @File F2 @Size 230 @Out HSB\HSBX24.PAL @Group AS
  808.         @File G2 @Size 1898 @Out HSB\HSBX24.RC1 @Group AS
  809.         @File H2 @Size 926 @Out HSB\HSBX24.CMF @Group AS
  810.         @File I2 @Size 1305 @Out HSB\HSBX24.MAT @Group AS
  811.         @File J2 @Size 2208 @Out HSB\TILE_1.GIF @Group AS
  812.         @File K2 @Size 10151 @Out HSB\NEW_B.VOL @Group AS
  813.         @File L2 @Size 542 @Out HSB\README.RS2 @Group AS
  814.         @File M2 @Size 555 @Out HSB\README.X24 @Group AS
  815.         @File N2 @Size 1505 @Out HSB\RECT.GIF @Group AS
  816.         @File O2 @Size 2919 @Out HSB\SERV.VOL @Group AS
  817.         @File P2 @Size 892 @Out HSB\SHADOW.CMF @Group AS
  818.         @File Q2 @Size 1211 @Out HSB\SHADOW.RC1 @Group AS
  819.         @File R2 @Size 1545 @Out HSB\SHADOW24.RC1 @Group AS
  820.         @File S2 @Size 1036 @Out HSB\SHADOW24.CMF @Group AS
  821.         @File T2 @Size 77855 @Out HSB\STAIR.VOL @Group AS
  822.         @File U2 @Size 13983 @Out HSB\TECH.VOL @Group AS
  823.         @File V2 @Size 2040 @Out HSB\TILE_2.GIF @Group AS
  824.         @File W2 @Size 2621 @Out HSB\TITLE.GIF @Group AS
  825.         @File X2 @Size 10015 @Out HSB\TREES.VOL @Group AS
  826.         @File Y2 @Size 1629 @Out LIGHT\PAUSE.GIF @Group AS
  827.         @File Z2 @Size 1670 @Out LIGHT\LIGHT.RC1 @Group AS
  828.         @File 03 @Size 681 @Out LIGHT\LIGHT.CMF @Group AS
  829.         @File 13 @Size 1220 @Out LIGHT\LIGHT.MAT @Group AS
  830.         @File 23 @Size 244 @Out LIGHT\LIGHT.PAL @Group AS
  831.         @File 33 @Size 214575 @Out LIGHT\LIGHT.VOL @Group AS
  832.         @File 43 @Size 607 @Out LIGHT\LIGHTS.MLF @Group AS
  833.         @File 53 @Size 1394 @Out LIGHT\LIGHTS.GIF @Group AS
  834.         @File 63 @Size 31007 @Out MATERIAL\CYLINDER.VOL @Group AS
  835.         @File 73 @Size 3231 @Out MATERIAL\HOUSES.VOL @Group AS
  836.         @File 83 @Size 179 @Out MATERIAL\MATERIAL.MLF @Group AS
  837.         @File 93 @Size 1523 @Out MATERIAL\MATERIAL.RC1 @Group AS
  838.         @File A3 @Size 1055 @Out MATERIAL\PLANE.VOL @Group AS
  839.         @File B3 @Size 447 @Out PTT\MASKER.VOL @Group AS
  840.         @File C3 @Size 1692 @Out PTT\PTT.CMF @Group AS
  841.         @File D3 @Size 228 @Out PTT\PTT.PAL @Group AS
  842.         @File E3 @Size 1477 @Out PTT\PTT.MAT @Group AS
  843.         @File F3 @Size 411 @Out PTT\PTT.MLF @Group AS
  844.         @File G3 @Size 1652 @Out PTT\PTT.RC1 @Group AS
  845.         @File H3 @Size 531 @Out PTT\README.X24 @Group AS
  846.         @File I3 @Size 217 @Out PTT\SHADOW.MAT @Group AS
  847.         @File J3 @Size 1538 @Out PTT\SHADOW.RC1 @Group AS
  848.         @File K3 @Size 1506 @Out PTT\SHADOW.CMF @Group AS
  849.         @File L3 @Size 9639 @Out PTT\TOTGEV1.COL @Group AS
  850.         @File M3 @Size 155175 @Out PTT\TOTGEV1.VOL @Group AS
  851.         @File N3 @Size 81455 @Out PTT\TOTINT1.VOL @Group AS
  852.         @File O3 @Size 115391 @Out PTT\TOTKOL1.VOL @Group AS
  853.         @File P3 @Size 94711 @Out PTT\TOTKOL2.VOL @Group AS
  854.         @File Q3 @Size 25783 @Out PTT\TOTLOK1.VOL @Group AS
  855.         @File R3 @Size 433 @Out QUICK\QUICK.CMF @Group AS
  856.         @File S3 @Size 732 @Out QUICK\QUICK.MAT @Group AS
  857.         @File T3 @Size 72 @Out QUICK\QUICK.MLF @Group AS
  858.         @File U3 @Size 220 @Out QUICK\QUICK.PAL @Group AS
  859.         @File V3 @Size 1501 @Out QUICK\QUICK.RC1 @Group AS
  860.         @File W3 @Size 14055 @Out QUICK\QUICK.VOL @Group AS
  861.         @File X3 @Size 8455 @Out STREAM\L.VOL @Group AS
  862.         @File Y3 @Size 1062 @Out STREAM\L.RC1 @Group AS
  863.         @File Z3 @Size 253 @Out STREAM\L.MAT @Group AS
  864.         @File 04 @Size 681 @Out STREAM\L.CMF @Group AS
  865.         @File 14 @Size 7193 @Out STREAM\L-ANIM.RC1 @Group AS
  866.         @File 24 @Size 1264 @Out STREAM\README @Group AS
  867.         @File 34 @Size 20575 @Out STREAM\S.VOL @Group AS
  868.         @File 44 @Size 3479 @Out STREAM\S.RC1 @Group AS
  869.         @File 54 @Size 102031 @Out VCA\BLOCK1.VOL @Group AS
  870.         @File 64 @Size 150127 @Out VCA\BLOCK2.VOL @Group AS
  871.     @EndLib
  872.  
  873.     @BeginLib RS2X24.004
  874.         @File 0 @AppendTo VCA\BLOCK2.VOL  @Group AS
  875.         @File 1 @Size 19327 @Out VCA\BLOCK3.VOL @Group AS
  876.         @File 2 @Size 1823 @Out VCA\EXTRA1.VOL @Group AS
  877.         @File 3 @Size 30303 @Out VCA\GROUND.VOL @Group AS
  878.         @File 4 @Size 524 @Out VCA\README.RS2 @Group AS
  879.         @File 5 @Size 531 @Out VCA\README.X24 @Group AS
  880.         @File 6 @Size 1518 @Out VCA\SHADOW.RC1 @Group AS
  881.         @File 7 @Size 5023 @Out VCA\TREE1.VOL @Group AS
  882.         @File 8 @Size 10015 @Out VCA\TREES.VOL @Group AS
  883.         @File 9 @Size 267 @Out VCA\VCA.PAL @Group AS
  884.         @File A @Size 2966 @Out VCA\VCA.CMF @Group AS
  885.         @File B @Size 1546 @Out VCA\VCA.RC1 @Group AS
  886.         @File C @Size 163 @Out VCA\VCA.MLF @Group AS
  887.         @File D @Size 4647 @Out VCA\VCA.MAT @Group AS
  888.         @File E @Size 2915 @Out VCA\VCAX24.CMF @Group AS
  889.         @File F @Size 3970 @Out VCA\VCAX24.MAT @Group AS
  890.         @File G @Size 1544 @Out VCA\VCAX24.RC1 @Group AS
  891.     @EndLib
  892.  
  893.       @File language\render.rc1 @Out DEFAULT\render.rc1 @Group AP
  894.       @File language\rshell.mnu @Out BIN\RSHELL.MNU @Group AP
  895.       @File language\rshell2.mnu @Out BIN\RSHELL2.MNU @Group AP
  896.       @File language\rshell.txt @Out BIN\RSHELL.txt @Group AP
  897.       @File language\rshell.key @Out BIN\RSHELL.key @Group AP
  898.       @File language\convert.doc @Out DOC\convert.doc @Group AP
  899.       @File language\imagecel.doc @Out DOC\imagecel.doc @Group AP
  900.       @File language\makeflc.doc  @Out DOC\makeflc.doc @Group AP
  901.       @File language\meta_dev.doc @Out DOC\meta_dev.doc @Group AP
  902.       @File language\pharlap.doc @Out DOC\pharlap.doc @Group AP
  903.       @File language\playflc.doc @Out DOC\playflc.doc @Group AP
  904.       @File language\render.doc @Out DOC\render.doc @Group AP
  905.       @File language\rshell.doc @Out DOC\rshell.doc @Group AP
  906.       @File language\rs_utils.doc @Out DOC\rs_utils.doc @Group AP
  907.       @File language\vol2dxf.doc @Out DOC\vol2dxf.doc @Group AP
  908.       @File DRIVERS\RS2SVGA.DOC @Out DOC\RS2SVGA.DOC @Group AP
  909.       @File DRIVERS\RS2SVGA.EXE @Out BIN\RS2SVGA.EXE @Group AP
  910.       @File DRIVERS\RS2TIGA.EXE @Out BIN\RS2TIGA.EXE @option 206
  911.       @File DRIVERS\RS2TIGA.DOC @Out DOC\RS2TIGA.DOC @option 206
  912.       @File DRIVERS\RS2TIGA.EXE @Out BIN\RS2TIGA.EXE @option 207
  913.       @File DRIVERS\RS2TIGA.DOC @Out DOC\RS2TIGA.DOC @option 207
  914.       @File DRIVERS\RS2_85.EXE @Out BIN\RS2_85.EXE @option 208
  915.       @File DRIVERS\RS2_85.DOC @Out DOC\RS2_85.DOC @option 208
  916.       @File DRIVERS\RS2DGIS.EXE @Out BIN\RS2DGIS.EXE @option 209
  917.       @File DRIVERS\RS2DGIS.DOC @Out DOC\RS2DGIS.DOC @option 209
  918.       @File DRIVERS\RS2SPEA.EXE @Out BIN\RS2SPEA.EXE @option 210
  919.       @File DRIVERS\RS2SPEA.DOC @Out DOC\RS2SPEA.DOC @option 210
  920.       @File DRIVERS\RS2CAM.EXE @Out BIN\RS2CAM.EXE @option 211
  921.       @File DRIVERS\RS2CAM.DOC @Out DOC\RS2CAM.DOC @option 211
  922.       @File DRIVERS\RS2GTI.EXE @Out BIN\RS2GTI.EXE @option 212
  923.       @File DRIVERS\RS2GTI.DOC @Out DOC\RS2GTI.DOC @option 212
  924.       @File DRIVERS\RS2MTRX.EXE @Out BIN\RS2MTRX.EXE @option 213
  925.       @File DRIVERS\RS2MMTRX.DOC @Out DOC\RS2MTRX.DOC @option 213
  926.       @File DRIVERS\RS2NEC.EXE @Out BIN\RS2NEC.EXE @option 214
  927.       @File DRIVERS\RS2NEC.DOC @Out DOC\RS2NEC.DOC @option 214
  928.       @File DRIVERS\RS2XHR.EXE @Out BIN\RS2XHR.EXE @option 215
  929.       @File DRIVERS\RS2XHR.DOC @Out DOC\RS2XHR.DOC @option 215
  930.       @File DRIVERS\RS2VISTA.EXE @Out BIN\RS2VISTA.EXE @option 216
  931.       @File DRIVERS\RS2VISTA.DOC @Out DOC\RS2VISTA.DOC @option 216
  932.       @File DRIVERS\RS2RV16e.EXE @Out BIN\RS2rv16e.EXE @option 217
  933.       @File DRIVERS\RS2RV16e.DOC @Out DOC\RS2rv16e.DOC @option 217
  934.       @File DRIVERS\RS2ART_H.EXE @Out BIN\RS2ART_H.EXE @option 218
  935.       @File DRIVERS\RS2ART_H.DOC @Out DOC\RS2ART_H.DOC @option 218
  936.       @File DRIVERS\RS2ART_T.EXE @Out BIN\RS2ART_T.EXE @option 219
  937.       @File DRIVERS\RS2ART_T.DOC @Out DOC\RS2ART_T.DOC @option 219
  938.       @File DRIVERS\GIF2QPC.EXE @Out BIN\GIF2QPC.EXE @option 220
  939.       @File DRIVERS\GIF2QPC.DOC @Out DOC\GIF2QPC.DOC @option 220
  940.       @File DRIVERS\GIF2QPC.BAT @Out BIN\GIF2QPC.BAT @option 220
  941.       @File DRIVERS\GIF2UGA.EXE @Out BIN\GIF2UGA.EXE @option 221
  942.       @File DRIVERS\GIF2UGA.DOC @Out DOC\GIF2UGA.DOC @option 221
  943.       @File DRIVERS\GIF2UGA.BAT @Out BIN\GIF2UGA.BAT @option 221
  944.       @File DRIVERS\GIF2_DC.EXE @Out BIN\GIF2_DC.EXE @option 222
  945.       @File DRIVERS\GIF2_DC.DOC @Out DOC\GIF2_DC.DOC @option 222
  946.       @File DRIVERS\GIF2_DC.BAT @Out BIN\GIF2_DC.BAT @option 222
  947.       @File DRIVERS\GIF2_PW.EXE @Out BIN\GIF2_PW.EXE @option 223
  948.       @File DRIVERS\GIF2_PW.DOC @Out DOC\GIF2_PW.DOC @option 223
  949.       @File DRIVERS\GIF2_PW.BAT @Out BIN\GIF2_PW.BAT @option 223
  950.  
  951. @EndDisk
  952.  
  953. @Finish
  954. @If ('A' [=@Group  || 'P' [=@Group)
  955.      @InsertPatchrc ("PATCH","PATCH")
  956.      @SetCfgFont ("PATCH")
  957.      @PatchRscom ("@Rs2Drive:@Rs2Dir","@OutDrive:@Subdir\\bin","")
  958. @ElseIf ('R' [=@Group)
  959.      @InsertPatchrc ("PATCH","PATCH")
  960.      @SetCfgFont ("PATCH")
  961. @ElseIf ('I' [=@Group || 'H' [=@Group )
  962.      @InsertPatchrc ("PATCH","PATCH")
  963. @EndIf
  964.  
  965.      @ChDrive @OutDrive
  966.      @ChDir "@SubDir"
  967.  
  968.      Installation of @Name is now finished.
  969.      You can start RenderStar by typing RS2 <Name of your project>.
  970.  
  971.      For example "RS2 QUICK"
  972.  
  973.      Please refer to the manual for any optional switches used with the
  974.      RS2 command.
  975.      @Pause
  976. @EndFinish
  977.  
  978.