home *** CD-ROM | disk | FTP | other *** search
INSTALL Professional project | 1994-07-03 | 39.2 KB | 978 lines |
- /*
- * INSTALL.DAT
- *
- * Project: RenderStar-2 / RenderStar-2 eXtension-24
- * Version: v1.0 , 3.5 inch release
- * Install by Omar Curiere
- * Copyright (c) 1992 RenderStar Technology BV
- */
-
- @DefineProject
- @Name = "RenderStar-2 eXtension-24"
- @Version = "v1.0"
- @Subdir = "\\RSTAR2"
- @OutDrive = C
- @Group = "A"
- @Requires @HardDisk
- @EndProject
-
- @DefineVars
- @Dir @Rs2Dir = "DOS"
- @Drive @Rs2drive = C
- @EndVars
-
-
- @WELCOME
- @CLS
-
- @If (@CPU < 386)
- @Name requires an 80386 or 80486 CPU.
- Your computer is running on a 80@CPU CPU.
-
-
- @Pause
- @Endif
-
- @If ((@OSMajor * 100 + @OSMinor) < 330)
- @NAME requires DOS version 3.30 or higher.
-
- @Pause
- @Endif
-
- @If (@NDP == 0)
- A math coprocessor is required to run @NAME
- and no 80x87 math coprocessor was found. You must install
- a compatible math coprocessor before @NAME
- can be run. Please go out and buy one !.
-
- @Pause
- @Endif
-
- @CLS
- RenderStar-2
- RenderStar-2 eXtension-24
- v1.0
- Copyright (C) 1989-1992 RenderStar Technology BV, Sept 17, 1992
-
- This program installs RenderStar-2 and/or RenderStar-2 eXtension-24 on
- your computer system and checks the distribution disks for errors.
- You will be prompted for the drive and directory where you want to install
- RenderStar-2. The program will create the directory for you. Also, you can
- choose to install only selected parts of the software. This program can
- also be used for changing your configuration settings.
-
- Each screen of this program offers a choice and a default response.
- Press the RETURN key to accept the default. Otherwise, type or select
- another response and then press the RETURN key. If you make a mistake
- while typing, press the BACKSPACE key and retype the entry. You can
- press the ESC key at any time to cancel installation and return to
- the operating system.
-
- @PAUSE
- @EndWelcome
-
- @GetGroups
- @CLS
- Please select which part of @Name you wish to
- install, or which part you want to change. ?
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- If you are familiar with RenderStar you can opt to only install the
- Executable & Support files. Installing the Executables will also ask some
- questions about your graphics cards. When you choose to change one of the
- drivers you are using, only the selected drivers will be installed.
-
- @SET A = "Complete @NAME installation"
- @SET P = "@NAME Executable & Support files only"
- @SET S = "@NAME Sample & Tutorial files only"
- @SET T = "@NAME Texture files only"
- @SET R = "@Name RenderShell Screen Drivers"
- @SET I = "@Name RenderShell Input Device"
- @SET H = "@Name Image Display Drivers"
-
-
- @EndGroups
-
-
- @If ('A' [=@Group || 'P' [=@Group || 'S' [=@Group || 'T' [=@Group)
- @GetOutDrive
- @Suppress A
- @Suppress B
- @Cls
- On which disk drive do you wish to install @Name ?
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Use the up and down cursor keys to scroll through the list of disk
- drives. Press the RETURN key when you have selected a drive.
-
- @EndOutDrive
- @EndIf
-
- @If ('R' [=@Group || 'I' [=@Group || 'H' [=@Group)
- @GetOutDrive
- @Suppress A
- @Suppress B
- @Cls
- On which disk drive is @Name installed ?
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Use the up and down cursor keys to scroll through the list of disk
- drives. Press the RETURN key when you have selected a drive.
-
- @EndOutDrive
- @EndIf
-
- @If ('A' [=@Group || 'P' [=@Group || 'S' [=@Group || 'T' [=@Group)
- @GetSubdir
- @CLS
- Enter the the name of the directory where @NAME
- is to be installed.
- By default, the name of this directory is: @SUBDIR.
-
- The program will create a subdirectory under the root directory of the
- selected disk drive. If you have no preference, choose the default by
- pressing the RETURN key.
-
- To change the directory name, backspace over the directory name and type
- a new name. Press the RETURN key when you have finished typing the name.
-
-
- @Prompt = "Which subdirectory ([Enter] = @Subdir) ?"
-
- @EndSubdir
- @EndIf
-
- @If ('R' [=@Group || 'I' [=@Group || 'H' [=@Group)
- @GetSubdir
- @CLS
- Here you specify the name of the directory where @NAME is
- installed. By default, the name of this directory is: @SUBDIR.
-
-
- To change the directory name, backspace over the directory name
- and type a new name. Press the RETURN key when you have finished
- typing the name.
-
-
- @Prompt = "Which subdirectory ([Enter] = @Subdir) ?"
-
- @EndSubdir
- @EndIf
-
-
- @SetRCPatchdir ("@OutDrive:@Subdir\\default")
- @SetDFPatchdir ("@OutDrive:@Subdir\\bin")
-
-
-
-
- @If ('A' [=@Group || 'P' [=@Group)
- @GetGroups
- @CLS
- Which math co-processor do you want @Name to use ?
-
- @SET N = "Intel 386/387 or 486DX"
- @SET W = "Weitek 3167/4167"
-
- @EndGroups
- @EndIf
-
-
- @If ('A' [=@Group || 'P' [=@Group)
- @Display
-
- The installation program has detected another version of RenderStar,
- in order to run correctly we must rename the other RS2.COM programs
- to RS2OLD.COM. If you want to keep the other version of RenderStar
- running you can start it by typing RS2OLD <Name>.
- @RenameOldRscom
-
-
- @EndDisplay
- @EndIf
-
-
- @If ('A' [=@Group || 'P' [=@Group)
- @GetOutDrive @Rs2Drive
- @Suppress A /* don't display A: */
- @Suppress B /* or B: */
- @CLS
- Specify the drive where the RS2.COM program is to be installed.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- The RS2.COM program will be responsible for starting RenderStar.
- It needs to be located within your system's DOS path, so that
- RenderStar can be started from anywhere on the system.
-
- Use the up and down cursor keys to scroll through the list of disk
- drives. Press the RETURN key when you have selected a drive.
- @EndOutDrive
- @EndIf
-
- @If ('A' [=@Group || 'P' [=@Group)
- @GetSubdir @Rs2Dir
- @Default = "@Rs2Dir\\"
- @CLS
- Specify the name of the directory where the RS2.COM program
- must be installed. This program must be installed in a directory which is
- defined in your PATH. For example the directory where your DOS programs
- are located. Usually this directory is called something like @Rs2Dir.
-
- If you define a directory which is not yet created, this program will
- make it for you, but you have to include this directory in your PATH
- in order to get @Name up-and-running.
-
- To change the directory name, backspace over the directory name and type
- a new name. Press the RETURN key when you have finished typing the name.
-
-
-
-
-
- @PROMPT = " RS2.COM directory ? "
- @EndSubdir
- @EndIf
-
-
- @If ('A' [=@Group || 'P' [=@Group || 'R' [=@Group )
- @GetOption
- Select the (Super) VGA that you will be using for displaying the
- @Name's user-interface, "RenderShell".
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- If you are not sure which board you are using please read the READ.ME
- file on disk 1, in this file we keep track of the boards we support.
-
- @Option 101 = "All Standard VGA Compatibles 640x480 16"
- @Option 102 = "ATI, VGA Wonder 800x600 16"
- @Option 103 = "CHIPS 82C45x 800x600 16"
- @Option 104 = "Everex, EVGA EV-673 800x600 16"
- @Option 105 = "Genoa, SuperEGA 4880 800x600 16"
- @Option 106 = "Genoa, SuperVGA 5/6000 800x600 16"
- @Option 107 = "Genoa, SuperVGA 5/6000 Option 1 1024x768 16"
- @Option 108 = "Genoa, SuperVGA 6000 Option 2 1024x768 16"
- @Option 109 = "NSI, Smart EGA/Plus 800x600 16"
- @Option 110 = "OAK VGA 800x600 16"
- @Option 111 = "OAK VGA-segspn 1024x768 16"
- @Option 112 = "OAK VGA-banked 1024x768 16"
- @Option 113 = "Paradise, VGA 800x600 16"
- @Option 114 = "Paradise, VGA Pro Option 1 1024x768 16"
- @Option 115 = "Paradise, VGA Pro Option 2 1024x768 16"
- @Option 116 = "Quadram, VGA Spectra 800x600 16"
- @Option 117 = "Quadram, VGA Spectra Option 1 1024x768 16"
- @Option 118 = "Quadram, VGA Spectra Option 2 1024x768 16"
- @Option 119 = "Tecmar, VGA/AD 800x600 16"
- @Option 120 = "Tecmar, VGA/AD Option 1 1024x768 16"
- @Option 121 = "Tecmar, VGA/AD Option 2 1024x768 16"
- @Option 122 = "Trident Impact 800x600 16"
- @Option 123 = "Trident Impact Option 1 1024x768 16"
- @Option 124 = "Trident Impact Option 2 1024x768 16"
- @Option 125 = "Tseng 3000 800x600 16"
- @Option 126 = "Tseng 3000 1024x768 16"
- @Option 127 = "Tseng 4000 800x600 16"
- @Option 128 = "Tseng 4000 1024x768 16"
- @Option 129 = "VESA Super VGA 800x600 16"
- @Option 130 = "V7, Vega, FastWrite, 1024i, VRAM VGA 800x600 16"
- @Option 131 = "V7, VGA 1024i 1024x768 16"
- @Option 132 = "V7, FastWrite, 1024i, VRAM VGA 1024x768 16"
- @EndOption
- @EndIf
-
- @If ('A' [=@Group || 'P' [=@Group || 'I' [=@Group)
- @GetOption
- Select the input device that you will be using with
- @Name's user-interface, "RenderShell".
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- @Option 301 = "Standard MS DOS Mouse driver"
- @Option 302 = "Logitech/Mouse Systems mouse, COM1"
- @Option 303 = "Logitech/Mouse Systems mouse, COM2"
- @Option 304 = "Fujitsu DOS mouse driver"
-
- @EndOption
- @EndIf
-
-
- @If ('A' [=@Group || 'P' [=@Group || 'H' [=@Group)
- @GetOption
- Select which Graphics Card you will be using for displaying the
- @Name images.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- If you are not sure which board you are using please read the README
- file on disk 1. In this file we list the boards and how we support them.
-
- @Option 201 = "SuperVGA / VESA compatible 8 bit RS2SVGA"
- @Option 202 = "VESA Sierra Hi-Color RS2SVGA"
- @Option 203 = "Tseng 3000 8 bit RS2SVGA"
- @Option 204 = "Tseng 4000 8 bit RS2SVGA"
- @Option 205 = "Tseng 4000 Sierra Hi-Color RS2SVGA"
- @Option 206 = "TIGA 8 bit RS2TIGA"
- @Option 207 = "TIGA 8/16/24 bit RS2TIGA"
- @Option 208 = "IBM 8514/A or Compatible 8 bit RS2_85"
- @Option 209 = "DGIS 8 bit RS2DGIS"
- @Option 210 = "SPEA 1280/FGA,Painter,Gallery,HiLite 8 bit RS2SPEA"
- @Option 211 = "Cambridge Xcellerator 1600/1600i 8 bit RS2CAM"
- @Option 212 = "Rasterex Graphics Toolkit Interface 8 bit RS2GTI"
- @Option 213 = "Matrox PG-1281/8 8 bit RS2MTRX"
- @Option 214 = "NEC Graphics Engine 8 bit RS2NEC"
- @Option 215 = "ELSA XHR 8 bit RS2XHR"
- @Option 216 = "Truevision TargaVista 24 bit RS2VISTA"
- @Option 217 = "Artist RealVision 16E 8 bit RS2RV16E"
- @Option 218 = "Artist XJ10,MC10,XJ12,MC12 8 bit RS2ART_H"
- @Option 219 = "Artist XJS 8 bit RS2ART_T"
- @Option 220 = "DataPATH Q-PC 8 bit GIF2QPC"
- @Option 221 = "Metheus UGA 8 bit GIF2UGA"
- @Option 222 = "CalComp DrawingCard 3100/3200 8 bit GIF2_DC"
- @Option 223 = "Pixelworks 8 bit GIF2_PW"
- @EndOption
- @EndIf
-
- @If (206 [= @Option || 207 [= @Option || 208 [= @Option || 209 [= @Option || 210 [= @Option || 212 [= @Option || 214 [= @Option ||
- 215 [= @Option || 217 [= @Option || 218 [= @Option || 221 [= @Option || 222 [= @Option)
- @GetGroups
- @CLS
- You have selected a Hi-Res Graphics Card that has either Single Screen or
- Dual Screen options. Please select the configuration that you will be using.
-
- @SET E = "Single Screen Configuration"
- @SET D = "Dual Screen Configuration"
-
- @EndGroups
- @EndIf
-
- @If ('E' [=@Group)
- @If (206 [= @Option || 207 [= @Option)
- @InsertPatchrc("show_str","-cnqs -A # Counting, Quanting, Silence,Single")
- @InsertPatchrc("show_type","main # Main, Single Screen")
- @Elseif (208 [= @Option || 209 [= @Option || 210 [= @Option || 212 [= @Option || 214 [= @Option ||
- 215 [= @Option || 217 [= @Option || 218 [= @Option || 221 [= @Option || 222 [= @Option)
- @InsertPatchrc("show_type","main # Main, Single Screen")
- @Endif
- @ElseIf ('D' [=@Group)
- @InsertPatchrc("show_type","second # Second,Dual Screen")
- @EndIf
-
- @If (301 [= @Option)
- @InsertPatchrc( "mouse_str","-m:d# MS DOS Mouse driver")
- @ElseIf (302 [= @Option)
- @InsertPatchrc( "mouse_str","-1# Logitech/Mouse Systems mouse, COM1")
- @ElseIf (303 [= @Option)
- @InsertPatchrc( "mouse_str","-2# Logitech/Mouse Systems mouse, COM2")
- @ElseIf (304 [= @Option)
- @InsertPatchrc( "mouse_str","-m:f# Fujitsu DOS mouse driver")
- @EndIf
-
- @If (201 [= @Option || 202 [=@Option || 203 [=@Option || 204 [=@Option || 205 [=@Option )
- @InsertPatchrc("show_file","rs2svga.exe # ET3000/ET4000/VESA 8/16 bit")
- @InsertPatchrc("show_str","-cnqs # Counting, Quanting, Silence")
- @InsertPatchrc("show_type","main # Main, Single Screen")
- @ElseIf (206 [= @Option)
- @InsertPatchrc("show_file","rs2tiga.exe # TIGA 34010/34020 8 bit")
- @ElseIf (207 [= @Option)
- @InsertPatchrc("show_file","rs2tiga.exe # TIGA 34010/34020 24 bit")
- @ElseIf (208 [= @Option)
- @InsertPatchrc("show_file","rs2_85.exe # IBM 8514/A & Compatible")
- @InsertPatchrc("show_str","-cnqs # Counting, Quanting, Silence")
- @ElseIf (209 [= @Option)
- @InsertPatchrc("show_file","rs2dgis.exe # DGIS graphics interface")
- @InsertPatchrc("show_str","-cnqs # Counting, Quanting, Silence")
- @ElseIf (210 [= @Option)
- @InsertPatchrc("show_file","rs2spea.exe # SPEA FGA,Painter, Gallery")
- @InsertPatchrc("show_str","-cnqs # Counting, Quanting, Silence")
- @ElseIf (211 [= @Option)
- @InsertPatchrc("show_file","rs2cam.exe # Cambridge Xcellerator 1600/1600i")
- @InsertPatchrc("show_str","-cns # Counting")
- @InsertPatchrc("show_type","second # Second,Dual Screen")
- @ElseIf (212 [= @Option)
- @InsertPatchrc("show_file","rs2gti.exe # Rasterex Toolkit")
- @InsertPatchrc("show_str","-cns # Counting")
- @ElseIf (213 [= @Option)
- @InsertPatchrc("show_file","rs2mtrx.exe # Matrox PG-1281/8")
- @InsertPatchrc("show_str","-cns # Counting")
- @InsertPatchrc("show_type","second # Second,Dual Screen")
- @ElseIf (214 [= @Option)
- @InsertPatchrc("show_file","rs2nec.exe # NEC Graphics Engine")
- @InsertPatchrc("show_str","-cns # Counting")
- @ElseIf (215 [= @Option)
- @InsertPatchrc("show_file","rs2xhr.exe # ELSA XHR")
- @InsertPatchrc("show_str","-cns # Counting")
- @ElseIf (216 [= @Option)
- @InsertPatchrc("show_file","rs2vista.exe # TargaVISTA")
- @InsertPatchrc("show_str","-cns -M 4 # Counting, Standard Mode 768x576")
- @InsertPatchrc("show_type","second # Second,Dual Screen")
- @ElseIf (217 [= @Option)
- @InsertPatchrc("show_file","rs2v16e.exe # Artist Realvision")
- @InsertPatchrc("show_str","-cn # Counting")
- @ElseIf (218 [= @Option)
- @InsertPatchrc("show_file","rs2art_h.exe # Artist HITACHI")
- @InsertPatchrc("show_str","-cns # Counting")
- @ElseIf (219 [= @Option)
- @InsertPatchrc("show_file","rs2art_t.exe # Artist TIGA")
- @InsertPatchrc("show_str","-cns # Counting")
- @ElseIf (220 [= @Option)
- @InsertPatchrc("show_file","gif2qpc.bat # Datapath Q-PC")
- @InsertPatchrc("show_str","-cn # Counting")
- @InsertPatchrc("show_type","second # Second,Dual Screen")
- @ElseIf (221 [= @Option)
- @InsertPatchrc("show_file","gif2uga.bat # Metheus UGA")
- @InsertPatchrc("show_str","-cn # Counting")
- @InsertPatchrc("show_type","second # Second,Dual Screen")
- @ElseIf (222 [= @Option)
- @InsertPatchrc("show_file","gif2_dc.bat # Calcomp DrawinCard")
- @InsertPatchrc("show_str","-cn # Counting")
- @ElseIf (223 [= @Option)
- @InsertPatchrc("show_file","gif2_pw.bat # Pixelworks")
- @InsertPatchrc("show_str","-cn # Counting")
- @EndIf
-
-
- @If (101 [= @Option)
- @InsertPatchrc( "display_str","-i:23# IBM, VGA 640x480 16")
- @SetCfgFont("640.fnt")
- @ElseIf (102 [= @Option)
- @InsertPatchrc( "display_str","-ai:20# ATI, VGA Wonder 800x600 16")
- @SetCfgFont("800.fnt")
- @ElseIf (103 [= @Option)
- @InsertPatchrc( "display_str","-ch:20# CHIPS 82C45x 800x600 16")
- @SetCfgFont("800.fnt")
- @ElseIf (104 [= @Option)
- @InsertPatchrc( "display_str","-ev:20# Everex, EVGA EV-673 800x600 16")
- @SetCfgFont("800.fnt")
- @ElseIf (105 [= @Option)
- @InsertPatchrc( "display_str","-g:11# Genoa, SuperEGA 4880 800x600 16")
- @SetCfgFont("800.fnt")
- @ElseIf (106 [= @Option)
- @InsertPatchrc( "display_str","-g:20# Genoa, SuperVGA 5/6000 800x600 16 ")
- @SetCfgFont("800.fnt")
- @ElseIf (107 [= @Option)
- @InsertPatchrc( "display_str","-g:21# Genoa, SuperVGA 5/6000-segspn 1024x768 16")
- @SetCfgFont("1024-3.fnt")
- @ElseIf (108 [= @Option)
- @InsertPatchrc( "display_str","-g:23# Genoa, SuperVGA 6000-banked 1024x768 16")
- @SetCfgFont("1024-3.fnt")
- @ElseIf (109 [= @Option)
- @InsertPatchrc( "display_str","-ns:10# NSI, Smart EGA/Plus 800x600 16")
- @SetCfgFont("800.fnt")
- @ElseIf (110 [= @Option)
- @InsertPatchrc( "display_str","-ok:20# OAK VGA 800x600 16")
- @SetCfgFont("800.fnt")
- @ElseIf (111 [= @Option)
- @InsertPatchrc( "display_str","-ok:21# OAK VGA-segspn 1024x768 16")
- @SetCfgFont("1024-3.fnt")
- @ElseIf (112 [= @Option)
- @InsertPatchrc( "display_str","-ok:22# OAK VGA-banked 1024x768 16")
- @SetCfgFont("1024-3.fnt")
- @ElseIf (113 [= @Option)
- @InsertPatchrc( "display_str","-p:20# Paradise VGA 800x600 16")
- @SetCfgFont("800.fnt")
- @ElseIf (114 [= @Option)
- @InsertPatchrc( "display_str","-p:21# Paradise VGA Pro-segspn 1024x768 16")
- @SetCfgFont("1024-3.fnt")
- @ElseIf (115 [= @Option)
- @InsertPatchrc( "display_str","-p:22# Paradise VGA Pro-banked 1024x768 16")
- @SetCfgFont("1024-3.fnt")
- @ElseIf (116 [= @Option)
- @InsertPatchrc( "display_str","-q:20# Quadram VGA Spectra 800x600 16")
- @SetCfgFont("800.fnt")
- @ElseIf (117 [= @Option)
- @InsertPatchrc( "display_str","-st:21# Quadram VGA Spectra-segspn 1024x768 16")
- @SetCfgFont("1024-3.fnt")
- @ElseIf (118 [= @Option)
- @InsertPatchrc( "display_str","-st:22# Quadram, VGA Spectra-banked 1024x768 16")
- @SetCfgFont("1024-3.fnt")
- @ElseIf (119 [= @Option)
- @InsertPatchrc( "display_str","-tc:20# Tecmar, VGA/AD 800x600 16")
- @SetCfgFont("800.fnt")
- @ElseIf (120 [= @Option)
- @InsertPatchrc( "display_str","-tc:21# Tecmar, VGA/AD-segspn 1024x768 16")
- @SetCfgFont("1024-3.fnt")
- @ElseIf (121 [= @Option)
- @InsertPatchrc( "display_str","-tc:22# Tecmar, VGA/AD-banked 1024x768 16")
- @SetCfgFont("1024-3.fnt")
- @ElseIf (122 [= @Option)
- @InsertPatchrc( "display_str","-tr:20# Trident Impact 800x600 16")
- @SetCfgFont("800.fnt")
- @ElseIf (123 [= @Option)
- @InsertPatchrc( "display_str","-tr:21# Trident Impact-banked 1024x768 16")
- @SetCfgFont("1024-3.fnt")
- @ElseIf (124 [= @Option)
- @InsertPatchrc( "display_str","-tr:22# Trident Impact 1024x768 16")
- @SetCfgFont("1024-3.fnt")
- @ElseIf (125 [= @Option)
- @InsertPatchrc( "display_str","-st:20# Tseng 3000 800x600 16")
- @SetCfgFont("800.fnt")
- @ElseIf (126 [= @Option)
- @InsertPatchrc( "display_str","-st:22# Tseng 3000-banked 1024x768 16")
- @SetCfgFont("1024-3.fnt")
- @ElseIf (127 [= @Option)
- @InsertPatchrc( "display_str","-ts:20# Tseng 4000 800x600 16")
- @SetCfgFont("800.fnt")
- @ElseIf (128 [= @Option)
- @InsertPatchrc( "display_str","-ts:21# Tseng 4000-banked 1024x768 16")
- @SetCfgFont("1024-3.fnt")
- @ElseIf (129 [= @Option)
- @InsertPatchrc( "display_str","-ve:20# VESA Super VGA 800x600 16")
- @SetCfgFont("800.fnt")
- @ElseIf (130 [= @Option)
- @InsertPatchrc( "display_str","-v7:20# V7, Vega, FastWrite, 1024i, VRAM VGA 800x600 16")
- @SetCfgFont("800.fnt")
- @ElseIf (131 [= @Option)
- @InsertPatchrc( "display_str","-v7:21# V7, VGA 1024i-segspn 1024x768 16")
- @SetCfgFont("1024-3.fnt")
- @ElseIf (132 [= @Option)
- @InsertPatchrc( "display_str","-v7:22# V7, FastWrite, 1024i, VRAM VGA-banked 1024x768 16")
- @SetCfgFont("1024-3.fnt")
- @EndIf
-
- @If ('N' [=@Group )
- @InsertPatchrc( "render_file","render2.exe # DOS 386/486 Render Engine")
- @ElseIf ('W' [=@Group )
- @InsertPatchrc( "render_file","render2w.exe # DOS Weitek 3167/4167 Engine")
- @EndIf
-
- @DefineDisk
- @Label = "Disk 1 of 1"
- @File DOSDEMOS\RENDSTAR\readme @Out readme @Group AP
- @BeginLib RS2X24.001
- @File 0 @Size 4844 @Out BIN\1024-1.FNT @Group AP
- @File 1 @Size 4157 @Out BIN\1024-2.FNT @Group AP
- @File 2 @Size 4340 @Out BIN\1024-3.FNT @Group AP
- @File 3 @Size 4340 @Out BIN\1024-4.FNT @Group AP
- @File 4 @Size 2926 @Out BIN\640.FNT @Group AP
- @File 5 @Size 3644 @Out BIN\800.FNT @Group AP
- @File 6 @Size 44832 @Out BIN\CFIG386.EXE @Group AP
- @File 7 @Size 271664 @Out BIN\CONVERT.EXE @Group AP
- @File 8 @Size 1108 @Out BIN\DEFAULT.CFG @Group AP
- @File 9 @Size 17238 @Out BIN\DEFAULT.RSC @Group AP
- @File A @Size 289360 @Out BIN\MAKEFLC.EXE @Group AP
- @File B @Size 52 @Out BIN\ORIGINAL.COL @Group AP
- @File C @Size 10759 @Out BIN\PATCH_RS.EXE @Group AP
- @File D @Size 263548 @Out BIN\PLAYFLC.EXE @Group AP
- @File E @Size 487896 @Out BIN\RENDER2.EXE @Group N
- @File F @Size 420020 @Out BIN\RENDER2W.EXE @Group W
- @File G @Size 12097 @Out BIN\RS2.COM @Group AP
- @File G @Size 12097 @Out @Rs2drive:@Rs2Dir\RS2.COM @Group AP
- @File H @Size 69650 @Out BIN\RS2EPS.EXE @Group AP
- @File I @Size 29071 @Out BIN\RS2PCX.EXE @Group AP
- @EndLib
-
- @BeginLib RS2X24.002
- @File 0 @AppendTo BIN\RS2PCX.EXE @Group AP
- @File 1 @Size 32740 @Out BIN\RS2TGA.EXE @Group AP
- @File 2 @Size 48772 @Out BIN\RSEDIT.EXE @Group AP
- @File 3 @Size 52 @Out BIN\RSHELL.COL @Group AP
- @File 4 @Size 864853 @Out BIN\RSHELL.EXE @Group AP
- @File 5 @Size 210036 @Out BIN\VOL2DXF.EXE @Group AP
- @File 6 @Size 306 @Out DEFAULT\16X16.CMF @Group AP
- @File 7 @Size 88 @Out DEFAULT\4X64.CMF @Group AP
- @File 8 @Size 148 @Out DEFAULT\8X32.CMF @Group AP
- @File 9 @Size 306 @Out DEFAULT\STANDARD.CMF @Group AP
- @File A @Size 177654 @Out DEFAULT\ADAM.GIF @Group AT
- @File B @Size 813 @Out DEFAULT\BLACK.GIF @Group AT
- @File C @Size 813 @Out DEFAULT\BLUE.GIF @Group AT
- @File D @Size 26140 @Out DEFAULT\BUMPS.GIF @Group AT
- @File E @Size 19819 @Out DEFAULT\CLOUD.GIF @Group AT
- @File F @Size 199780 @Out DEFAULT\CLOUDS.GIF @Group AT
- @File G @Size 3038 @Out DEFAULT\COPYMESS.GIF @Group AT
- @File H @Size 1669 @Out DEFAULT\CROSS.GIF @Group AT
- @File I @Size 1425 @Out DEFAULT\EMPTY.GIF @Group AT
- @File J @Size 813 @Out DEFAULT\GREEN.GIF @Group AT
- @File K @Size 813 @Out DEFAULT\GREY.GIF @Group AT
- @File L @Size 22035 @Out DEFAULT\MARBLE-1.GIF @Group AT
- @File M @Size 26890 @Out DEFAULT\MARBLE-2.GIF @Group AT
- @File N @Size 25527 @Out DEFAULT\MARBLE-3.GIF @Group AT
- @File O @Size 25744 @Out DEFAULT\MOUNT.GIF @Group AT
- @File P @Size 156439 @Out DEFAULT\MOUNTAIN.GIF @Group AT
- @EndLib
-
- @BeginLib RS2X24.003
- @File 0 @AppendTo DEFAULT\MOUNTAIN.GIF @Group AT
- @File 1 @Size 40519 @Out DEFAULT\RANDOM.GIF @Group AT
- @File 2 @Size 813 @Out DEFAULT\RED.GIF @Group AT
- @File 3 @Size 29415 @Out DEFAULT\RED_MARB.GIF @Group AT
- @File 4 @Size 29831 @Out DEFAULT\REFLEC.GIF @Group AT
- @File 5 @Size 6368 @Out DEFAULT\TREE-A.GIF @Group AT
- @File 6 @Size 9372 @Out DEFAULT\TREE-B.GIF @Group AT
- @File 7 @Size 6133 @Out DEFAULT\TREE-C.GIF @Group AT
- @File 8 @Size 16285 @Out DEFAULT\TREES-1.GIF @Group AT
- @File 9 @Size 12762 @Out DEFAULT\TREES-2.GIF @Group AT
- @File A @Size 27043 @Out DEFAULT\WALL.GIF @Group AT
- @File B @Size 813 @Out DEFAULT\WHITE.GIF @Group AT
- @File C @Size 38553 @Out DEFAULT\WOOD1.GIF @Group AT
- @File D @Size 40760 @Out DEFAULT\WOOD2.GIF @Group AT
- @File E @Size 813 @Out DEFAULT\YELLOW.GIF @Group AT
- @File F @Size 1358 @Out DEFAULT\NEWTEXT.MAT @Group AP
- @File G @Size 2895 @Out DEFAULT\OLDRS1.MAT @Group AP
- @File H @Size 6825 @Out DEFAULT\RS2-X24.MAT @Group AP
- @File I @Size 68 @Out DEFAULT\STANDARD.MAT @Group AP
- @File J @Size 46 @Out DEFAULT\STANDARD.MLF @Group AP
- @File K @Size 440 @Out DEFAULT\16X16.PAL @Group AP
- @File L @Size 874 @Out DEFAULT\32X8.PAL @Group AP
- @File M @Size 148 @Out DEFAULT\4X64.PAL @Group AP
- @File N @Size 222 @Out DEFAULT\8X32.PAL @Group AP
- @File O @Size 264 @Out DEFAULT\ACAD.PAL @Group AP
- @File P @Size 222 @Out DEFAULT\STANDARD.PAL @Group AT
- @File Q @Size 11171 @Out DEFAULT\BLOCK-1C.TGA @Group AT
- @File R @Size 10163 @Out DEFAULT\BLOCK-1E.TGA @Group AT
- @File S @Size 11603 @Out DEFAULT\BRICK-1A.TGA @Group AT
- @File T @Size 9683 @Out DEFAULT\BRICK-2E.TGA @Group AT
- @File U @Size 12887 @Out DEFAULT\BRICK-3D.TGA @Group AT
- @File V @Size 15267 @Out DEFAULT\BRICK-4A.TGA @Group AT
- @File W @Size 8275 @Out DEFAULT\BROWN-1A.TGA @Group AT
- @File X @Size 8275 @Out DEFAULT\CEMEN-3E.TGA @Group AT
- @File Y @Size 16083 @Out DEFAULT\CEMEN-4B.TGA @Group AT
- @File Z @Size 8275 @Out DEFAULT\FINIS-2C.TGA @Group AT
- @File 00 @Size 8275 @Out DEFAULT\FINIS-3D.TGA @Group AT
- @File 10 @Size 8275 @Out DEFAULT\FINIS-4B.TGA @Group AT
- @File 20 @Size 9981 @Out DEFAULT\LAWNV-1D.TGA @Group AT
- @File 30 @Size 8275 @Out DEFAULT\LAWNV-3D.TGA @Group AT
- @File 40 @Size 13411 @Out DEFAULT\LAWNV-4C.TGA @Group AT
- @File 50 @Size 8275 @Out DEFAULT\METAL-1B.TGA @Group AT
- @File 60 @Size 8275 @Out DEFAULT\PAVER-1D.TGA @Group AT
- @File 70 @Size 9155 @Out DEFAULT\PAVER-1E.TGA @Group AT
- @File 80 @Size 13203 @Out DEFAULT\PAVER-3E.TGA @Group AT
- @File 90 @Size 8275 @Out DEFAULT\SANDG-1A.TGA @Group AT
- @File A0 @Size 8275 @Out DEFAULT\SANDG-2C.TGA @Group AT
- @File B0 @Size 10451 @Out DEFAULT\SANDG-4A.TGA @Group AT
- @File C0 @Size 11035 @Out DEFAULT\SANDG-4E.TGA @Group AT
- @File D0 @Size 8275 @Out DEFAULT\SKYWA-1D.TGA @Group AT
- @File E0 @Size 17107 @Out DEFAULT\SKYWA-2C.TGA @Group AT
- @File F0 @Size 8275 @Out DEFAULT\SOIL-2B.TGA @Group AT
- @File G0 @Size 12883 @Out DEFAULT\STONE-2D.TGA @Group AT
- @File H0 @Size 8275 @Out DEFAULT\STONE-2E.TGA @Group AT
- @File I0 @Size 14703 @Out DEFAULT\STONE-3B.TGA @Group AT
- @File J0 @Size 8190 @Out DEFAULT\TILE-1B.TGA @Group AT
- @File K0 @Size 12095 @Out DEFAULT\TILE-2E.TGA @Group AT
- @File L0 @Size 44611 @Out DEFAULT\TREE1-2C.TGA @Group AT
- @File M0 @Size 218261 @Out DEFAULT\TREE3-1A.TGA @Group AT
- @File N0 @Size 179943 @Out DEFAULT\TREE4-1B.TGA @Group AT
- @File O0 @Size 8275 @Out DEFAULT\WOOD1-1D.TGA @Group AT
- @File P0 @Size 8275 @Out DEFAULT\WOOD1-2A.TGA @Group AT
- @File Q0 @Size 15219 @Out DEFAULT\WOOD1-3B.TGA @Group AT
- @File R0 @Size 8275 @Out DEFAULT\WOOD2-1E.TGA @Group AT
- @File S0 @Size 50 @Out ANIMATE\ANIMATE.MLF @Group AS
- @File T0 @Size 282 @Out ANIMATE\ANIMATE.CMF @Group AS
- @File U0 @Size 496 @Out ANIMATE\ANIMATE.MAT @Group AS
- @File V0 @Size 101 @Out ANIMATE\ANIMATE.PAL @Group AS
- @File W0 @Size 1183 @Out ANIMATE\ANIMATE.RC1 @Group AS
- @File X0 @Size 16615 @Out ANIMATE\CHESS.VOL @Group AS
- @File Y0 @Size 11026 @Out BITMAP\DOOR.GIF @Group AS
- @File Z0 @Size 189566 @Out BITMAP\BITMAP.DXF @Group AS
- @File 01 @Size 5009 @Out BITMAP\NAME.GIF @Group AS
- @File 11 @Size 10064 @Out BITMAP\SHELF.GIF @Group AS
- @File 21 @Size 1304 @Out BITMAP\ROAD.GIF @Group AS
- @File 31 @Size 11733 @Out BITMAP\TILE.GIF @Group AS
- @File 41 @Size 8700 @Out BITMAP\TILEROOF.GIF @Group AS
- @File 51 @Size 3929 @Out BITMAP\WINDOW.GIF @Group AS
- @File 61 @Size 265652 @Out COLOR\COLOR.DXF @Group AS
- @File 71 @Size 46 @Out EXT-24\START.MLF @Group AS
- @File 81 @Size 733 @Out EXT-24\CHAIRSHD.CMF @Group AS
- @File 91 @Size 852 @Out EXT-24\CHAIRSHD.MAT @Group AS
- @File A1 @Size 1579 @Out EXT-24\CHAIRSHD.RC1 @Group AS
- @File B1 @Size 730 @Out EXT-24\ENVIRON.CMF @Group AS
- @File C1 @Size 1763 @Out EXT-24\ENVIRON.MAT @Group AS
- @File D1 @Size 1673 @Out EXT-24\ENVIRON.RC1 @Group AS
- @File E1 @Size 719 @Out EXT-24\EXT-24.CMF @Group AS
- @File F1 @Size 78785 @Out EXT-24\EXT-24.DWG @Group AS
- @File G1 @Size 599 @Out EXT-24\EXT-24.MAT @Group AS
- @File H1 @Size 432 @Out EXT-24\EXT-24.MLF @Group AS
- @File I1 @Size 296 @Out EXT-24\EXT-24.PAL @Group AS
- @File J1 @Size 1781 @Out EXT-24\EXT-24.RC1 @Group AS
- @File K1 @Size 37743 @Out EXT-24\EXT-24.VOL @Group AS
- @File L1 @Size 78571 @Out EXT-24\EXT-MIR.DWG @Group AS
- @File M1 @Size 790 @Out EXT-24\EXT-MIR.MLF @Group AS
- @File N1 @Size 37615 @Out EXT-24\EXT-MIR.VOL @Group AS
- @File O1 @Size 726 @Out EXT-24\REFLEC.CMF @Group AS
- @File P1 @Size 1115 @Out EXT-24\REFLEC.MAT @Group AS
- @File Q1 @Size 483 @Out EXT-24\REFLEC.MLF @Group AS
- @File R1 @Size 296 @Out EXT-24\REFLEC.PAL @Group AS
- @File S1 @Size 1674 @Out EXT-24\REFLEC.RC1 @Group AS
- @File T1 @Size 724 @Out EXT-24\START.CMF @Group AS
- @File U1 @Size 151 @Out EXT-24\START.MAT @Group AS
- @File V1 @Size 1952 @Out EXT-24\STYLE-1.GIF @Group AS
- @File W1 @Size 5518 @Out EXT-24\STYLE-2.GIF @Group AS
- @File X1 @Size 724 @Out EXT-24\SUNSHD.CMF @Group AS
- @File Y1 @Size 1588 @Out EXT-24\SUNSHD.RC1 @Group AS
- @File Z1 @Size 2337 @Out HSB\LOGO.GIF @Group AS
- @File 02 @Size 16631 @Out HSB\BODY.VOL @Group AS
- @File 12 @Size 13287 @Out HSB\BOTTOM3.VOL @Group AS
- @File 22 @Size 95 @Out HSB\CLOUDS.VOL @Group AS
- @File 32 @Size 94463 @Out HSB\FL1.VOL @Group AS
- @File 42 @Size 80863 @Out HSB\FL2.VOL @Group AS
- @File 52 @Size 74879 @Out HSB\FL3.VOL @Group AS
- @File 62 @Size 51679 @Out HSB\FL4.VOL @Group AS
- @File 72 @Size 35903 @Out HSB\FL5.VOL @Group AS
- @File 82 @Size 1729 @Out HSB\GLASS.GIF @Group AS
- @File 92 @Size 948 @Out HSB\HSB.CMF @Group AS
- @File A2 @Size 1546 @Out HSB\HSB.RC1 @Group AS
- @File B2 @Size 2198 @Out HSB\HSB.MAT @Group AS
- @File C2 @Size 183 @Out HSB\HSB.MLF @Group AS
- @File D2 @Size 245 @Out HSB\HSB.PAL @Group AS
- @File E2 @Size 480 @Out HSB\HSBX24.MLF @Group AS
- @File F2 @Size 230 @Out HSB\HSBX24.PAL @Group AS
- @File G2 @Size 1898 @Out HSB\HSBX24.RC1 @Group AS
- @File H2 @Size 926 @Out HSB\HSBX24.CMF @Group AS
- @File I2 @Size 1305 @Out HSB\HSBX24.MAT @Group AS
- @File J2 @Size 2208 @Out HSB\TILE_1.GIF @Group AS
- @File K2 @Size 10151 @Out HSB\NEW_B.VOL @Group AS
- @File L2 @Size 542 @Out HSB\README.RS2 @Group AS
- @File M2 @Size 555 @Out HSB\README.X24 @Group AS
- @File N2 @Size 1505 @Out HSB\RECT.GIF @Group AS
- @File O2 @Size 2919 @Out HSB\SERV.VOL @Group AS
- @File P2 @Size 892 @Out HSB\SHADOW.CMF @Group AS
- @File Q2 @Size 1211 @Out HSB\SHADOW.RC1 @Group AS
- @File R2 @Size 1545 @Out HSB\SHADOW24.RC1 @Group AS
- @File S2 @Size 1036 @Out HSB\SHADOW24.CMF @Group AS
- @File T2 @Size 77855 @Out HSB\STAIR.VOL @Group AS
- @File U2 @Size 13983 @Out HSB\TECH.VOL @Group AS
- @File V2 @Size 2040 @Out HSB\TILE_2.GIF @Group AS
- @File W2 @Size 2621 @Out HSB\TITLE.GIF @Group AS
- @File X2 @Size 10015 @Out HSB\TREES.VOL @Group AS
- @File Y2 @Size 1629 @Out LIGHT\PAUSE.GIF @Group AS
- @File Z2 @Size 1670 @Out LIGHT\LIGHT.RC1 @Group AS
- @File 03 @Size 681 @Out LIGHT\LIGHT.CMF @Group AS
- @File 13 @Size 1220 @Out LIGHT\LIGHT.MAT @Group AS
- @File 23 @Size 244 @Out LIGHT\LIGHT.PAL @Group AS
- @File 33 @Size 214575 @Out LIGHT\LIGHT.VOL @Group AS
- @File 43 @Size 607 @Out LIGHT\LIGHTS.MLF @Group AS
- @File 53 @Size 1394 @Out LIGHT\LIGHTS.GIF @Group AS
- @File 63 @Size 31007 @Out MATERIAL\CYLINDER.VOL @Group AS
- @File 73 @Size 3231 @Out MATERIAL\HOUSES.VOL @Group AS
- @File 83 @Size 179 @Out MATERIAL\MATERIAL.MLF @Group AS
- @File 93 @Size 1523 @Out MATERIAL\MATERIAL.RC1 @Group AS
- @File A3 @Size 1055 @Out MATERIAL\PLANE.VOL @Group AS
- @File B3 @Size 447 @Out PTT\MASKER.VOL @Group AS
- @File C3 @Size 1692 @Out PTT\PTT.CMF @Group AS
- @File D3 @Size 228 @Out PTT\PTT.PAL @Group AS
- @File E3 @Size 1477 @Out PTT\PTT.MAT @Group AS
- @File F3 @Size 411 @Out PTT\PTT.MLF @Group AS
- @File G3 @Size 1652 @Out PTT\PTT.RC1 @Group AS
- @File H3 @Size 531 @Out PTT\README.X24 @Group AS
- @File I3 @Size 217 @Out PTT\SHADOW.MAT @Group AS
- @File J3 @Size 1538 @Out PTT\SHADOW.RC1 @Group AS
- @File K3 @Size 1506 @Out PTT\SHADOW.CMF @Group AS
- @File L3 @Size 9639 @Out PTT\TOTGEV1.COL @Group AS
- @File M3 @Size 155175 @Out PTT\TOTGEV1.VOL @Group AS
- @File N3 @Size 81455 @Out PTT\TOTINT1.VOL @Group AS
- @File O3 @Size 115391 @Out PTT\TOTKOL1.VOL @Group AS
- @File P3 @Size 94711 @Out PTT\TOTKOL2.VOL @Group AS
- @File Q3 @Size 25783 @Out PTT\TOTLOK1.VOL @Group AS
- @File R3 @Size 433 @Out QUICK\QUICK.CMF @Group AS
- @File S3 @Size 732 @Out QUICK\QUICK.MAT @Group AS
- @File T3 @Size 72 @Out QUICK\QUICK.MLF @Group AS
- @File U3 @Size 220 @Out QUICK\QUICK.PAL @Group AS
- @File V3 @Size 1501 @Out QUICK\QUICK.RC1 @Group AS
- @File W3 @Size 14055 @Out QUICK\QUICK.VOL @Group AS
- @File X3 @Size 8455 @Out STREAM\L.VOL @Group AS
- @File Y3 @Size 1062 @Out STREAM\L.RC1 @Group AS
- @File Z3 @Size 253 @Out STREAM\L.MAT @Group AS
- @File 04 @Size 681 @Out STREAM\L.CMF @Group AS
- @File 14 @Size 7193 @Out STREAM\L-ANIM.RC1 @Group AS
- @File 24 @Size 1264 @Out STREAM\README @Group AS
- @File 34 @Size 20575 @Out STREAM\S.VOL @Group AS
- @File 44 @Size 3479 @Out STREAM\S.RC1 @Group AS
- @File 54 @Size 102031 @Out VCA\BLOCK1.VOL @Group AS
- @File 64 @Size 150127 @Out VCA\BLOCK2.VOL @Group AS
- @EndLib
-
- @BeginLib RS2X24.004
- @File 0 @AppendTo VCA\BLOCK2.VOL @Group AS
- @File 1 @Size 19327 @Out VCA\BLOCK3.VOL @Group AS
- @File 2 @Size 1823 @Out VCA\EXTRA1.VOL @Group AS
- @File 3 @Size 30303 @Out VCA\GROUND.VOL @Group AS
- @File 4 @Size 524 @Out VCA\README.RS2 @Group AS
- @File 5 @Size 531 @Out VCA\README.X24 @Group AS
- @File 6 @Size 1518 @Out VCA\SHADOW.RC1 @Group AS
- @File 7 @Size 5023 @Out VCA\TREE1.VOL @Group AS
- @File 8 @Size 10015 @Out VCA\TREES.VOL @Group AS
- @File 9 @Size 267 @Out VCA\VCA.PAL @Group AS
- @File A @Size 2966 @Out VCA\VCA.CMF @Group AS
- @File B @Size 1546 @Out VCA\VCA.RC1 @Group AS
- @File C @Size 163 @Out VCA\VCA.MLF @Group AS
- @File D @Size 4647 @Out VCA\VCA.MAT @Group AS
- @File E @Size 2915 @Out VCA\VCAX24.CMF @Group AS
- @File F @Size 3970 @Out VCA\VCAX24.MAT @Group AS
- @File G @Size 1544 @Out VCA\VCAX24.RC1 @Group AS
- @EndLib
-
- @File language\render.rc1 @Out DEFAULT\render.rc1 @Group AP
- @File language\rshell.mnu @Out BIN\RSHELL.MNU @Group AP
- @File language\rshell2.mnu @Out BIN\RSHELL2.MNU @Group AP
- @File language\rshell.txt @Out BIN\RSHELL.txt @Group AP
- @File language\rshell.key @Out BIN\RSHELL.key @Group AP
- @File language\convert.doc @Out DOC\convert.doc @Group AP
- @File language\imagecel.doc @Out DOC\imagecel.doc @Group AP
- @File language\makeflc.doc @Out DOC\makeflc.doc @Group AP
- @File language\meta_dev.doc @Out DOC\meta_dev.doc @Group AP
- @File language\pharlap.doc @Out DOC\pharlap.doc @Group AP
- @File language\playflc.doc @Out DOC\playflc.doc @Group AP
- @File language\render.doc @Out DOC\render.doc @Group AP
- @File language\rshell.doc @Out DOC\rshell.doc @Group AP
- @File language\rs_utils.doc @Out DOC\rs_utils.doc @Group AP
- @File language\vol2dxf.doc @Out DOC\vol2dxf.doc @Group AP
- @File DRIVERS\RS2SVGA.DOC @Out DOC\RS2SVGA.DOC @Group AP
- @File DRIVERS\RS2SVGA.EXE @Out BIN\RS2SVGA.EXE @Group AP
- @File DRIVERS\RS2TIGA.EXE @Out BIN\RS2TIGA.EXE @option 206
- @File DRIVERS\RS2TIGA.DOC @Out DOC\RS2TIGA.DOC @option 206
- @File DRIVERS\RS2TIGA.EXE @Out BIN\RS2TIGA.EXE @option 207
- @File DRIVERS\RS2TIGA.DOC @Out DOC\RS2TIGA.DOC @option 207
- @File DRIVERS\RS2_85.EXE @Out BIN\RS2_85.EXE @option 208
- @File DRIVERS\RS2_85.DOC @Out DOC\RS2_85.DOC @option 208
- @File DRIVERS\RS2DGIS.EXE @Out BIN\RS2DGIS.EXE @option 209
- @File DRIVERS\RS2DGIS.DOC @Out DOC\RS2DGIS.DOC @option 209
- @File DRIVERS\RS2SPEA.EXE @Out BIN\RS2SPEA.EXE @option 210
- @File DRIVERS\RS2SPEA.DOC @Out DOC\RS2SPEA.DOC @option 210
- @File DRIVERS\RS2CAM.EXE @Out BIN\RS2CAM.EXE @option 211
- @File DRIVERS\RS2CAM.DOC @Out DOC\RS2CAM.DOC @option 211
- @File DRIVERS\RS2GTI.EXE @Out BIN\RS2GTI.EXE @option 212
- @File DRIVERS\RS2GTI.DOC @Out DOC\RS2GTI.DOC @option 212
- @File DRIVERS\RS2MTRX.EXE @Out BIN\RS2MTRX.EXE @option 213
- @File DRIVERS\RS2MMTRX.DOC @Out DOC\RS2MTRX.DOC @option 213
- @File DRIVERS\RS2NEC.EXE @Out BIN\RS2NEC.EXE @option 214
- @File DRIVERS\RS2NEC.DOC @Out DOC\RS2NEC.DOC @option 214
- @File DRIVERS\RS2XHR.EXE @Out BIN\RS2XHR.EXE @option 215
- @File DRIVERS\RS2XHR.DOC @Out DOC\RS2XHR.DOC @option 215
- @File DRIVERS\RS2VISTA.EXE @Out BIN\RS2VISTA.EXE @option 216
- @File DRIVERS\RS2VISTA.DOC @Out DOC\RS2VISTA.DOC @option 216
- @File DRIVERS\RS2RV16e.EXE @Out BIN\RS2rv16e.EXE @option 217
- @File DRIVERS\RS2RV16e.DOC @Out DOC\RS2rv16e.DOC @option 217
- @File DRIVERS\RS2ART_H.EXE @Out BIN\RS2ART_H.EXE @option 218
- @File DRIVERS\RS2ART_H.DOC @Out DOC\RS2ART_H.DOC @option 218
- @File DRIVERS\RS2ART_T.EXE @Out BIN\RS2ART_T.EXE @option 219
- @File DRIVERS\RS2ART_T.DOC @Out DOC\RS2ART_T.DOC @option 219
- @File DRIVERS\GIF2QPC.EXE @Out BIN\GIF2QPC.EXE @option 220
- @File DRIVERS\GIF2QPC.DOC @Out DOC\GIF2QPC.DOC @option 220
- @File DRIVERS\GIF2QPC.BAT @Out BIN\GIF2QPC.BAT @option 220
- @File DRIVERS\GIF2UGA.EXE @Out BIN\GIF2UGA.EXE @option 221
- @File DRIVERS\GIF2UGA.DOC @Out DOC\GIF2UGA.DOC @option 221
- @File DRIVERS\GIF2UGA.BAT @Out BIN\GIF2UGA.BAT @option 221
- @File DRIVERS\GIF2_DC.EXE @Out BIN\GIF2_DC.EXE @option 222
- @File DRIVERS\GIF2_DC.DOC @Out DOC\GIF2_DC.DOC @option 222
- @File DRIVERS\GIF2_DC.BAT @Out BIN\GIF2_DC.BAT @option 222
- @File DRIVERS\GIF2_PW.EXE @Out BIN\GIF2_PW.EXE @option 223
- @File DRIVERS\GIF2_PW.DOC @Out DOC\GIF2_PW.DOC @option 223
- @File DRIVERS\GIF2_PW.BAT @Out BIN\GIF2_PW.BAT @option 223
-
- @EndDisk
-
- @Finish
- @If ('A' [=@Group || 'P' [=@Group)
- @InsertPatchrc ("PATCH","PATCH")
- @SetCfgFont ("PATCH")
- @PatchRscom ("@Rs2Drive:@Rs2Dir","@OutDrive:@Subdir\\bin","")
- @ElseIf ('R' [=@Group)
- @InsertPatchrc ("PATCH","PATCH")
- @SetCfgFont ("PATCH")
- @ElseIf ('I' [=@Group || 'H' [=@Group )
- @InsertPatchrc ("PATCH","PATCH")
- @EndIf
-
- @ChDrive @OutDrive
- @ChDir "@SubDir"
-
- Installation of @Name is now finished.
- You can start RenderStar by typing RS2 <Name of your project>.
-
- For example "RS2 QUICK"
-
- Please refer to the manual for any optional switches used with the
- RS2 command.
- @Pause
- @EndFinish
-
-