home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Reflections 3.0 (Light)
/
REFLIGHT.iso
/
install
/
setup.lst
< prev
Wrap
File List
|
1995-10-18
|
3KB
|
72 lines
REM ####### Setup Installer
REM ####### Version 1.0
REM ####### Copyright 1995 Peter Reuschling Marketing Service
REM ####### All rights reserved
REM ####### Reflections 3.05 Installer ############################################
[Project]
Name=Reflections 3.05 light
Title=Reflections 3.05 light Setup
Copyright=Copyright 1995 - Carsten Fuchs
Dir=Reflight
Source=0
REM ####### Unterverzeichnisse, die im Reflections-Verzeichnis angelegt werden mⁿssen
LOADIMG Image1.bmp
MAKEDIR $t$reflight\
MAKEDIR $t$reflight\anim\
MAKEDIR $t$reflight\bild\
MAKEDIR $t$reflight\szenen\
MAKEDIR $t$REFLIGHT\TEXTUR\
MAKEDIR $t$reflight\material\
MAKEDIR $t$reflight\hilfe\
MAKEDIR $t$reflight\tmp\
MAKEDIR $t$reflight\fonts3d\
REM ####### Directories, die in das Reflections-Verzeichnis kopier werden mⁿssen ##
COPYDIR $s$Install\anim\ $t$reflight\anim\
COPYDIR $s$Install\bild\ $t$reflight\bild\
COPYDIR $s$Install\szenen\ $t$reflight\szenen\
COPYDIR $s$Install\textur\ $t$REFLIGHT\TEXTUR\
COPYDIR $s$Install\material\ $t$reflight\material\
COPYDIR $s$Install\fonts3d\ $t$reflight\fonts3d\
COPYDIR $s$Install\hilfe\ $t$reflight\hilfe\
COPYDIR $s$Install\progs\ $t$reflight\
REM ####### Programmgruppe anlegen und Icon fⁿr Ref3 und Beams3 hinzufⁿgen ########
MAKEGRP Reflight
ADDITEM $t$reflight\Ref3.exe
ADDITEM $t$reflight\Beams3.exe
REM ####### Datei fⁿr die Konfigurationsdatei #####################################
ADDLINE $t$reflight\ref3.cfg ;**********************************************************
ADDLINE $t$reflight\ref3.cfg ; Konfigurationsdatei
ADDLINE $t$reflight\ref3.cfg ;**********************************************************
ADDLINE $t$reflight\ref3.cfg ratio 1.33333333
ADDLINE $t$reflight\ref3.cfg FONT SYSTEM
ADDLINE $t$reflight\ref3.cfg SIZEFONT 10
ADDLINE $t$reflight\ref3.cfg dragdrop_window 1
ADDLINE $t$reflight\ref3.cfg TEXTUR_PFAD $t$REFLIGHT\TEXTUR\
ADDLINE $t$reflight\ref3.cfg TEXTUR_PFAD $t$REFLIGHT\TEXTUR2\
ADDLINE $t$reflight\ref3.cfg AUFLOESUNG 160 128
ADDLINE $t$reflight\ref3.cfg AUFLOESUNG 320 256
ADDLINE $t$reflight\ref3.cfg AUFLOESUNG 320 512
ADDLINE $t$reflight\ref3.cfg AUFLOESUNG 640 512
ADDLINE $t$reflight\ref3.cfg AUFLOESUNG 800 600
ADDLINE $t$reflight\ref3.cfg AUFLOESUNG 1024 768
ADDLINE $t$reflight\ref3.cfg TEMP_DIR $t$reflight\tmp\
ADDLINE $t$reflight\ref3.cfg SZENEN_PFAD $t$reflight\szenen\
ADDLINE $t$reflight\ref3.cfg MATERIAL_PFAD $t$reflight\material\
ADDLINE $t$reflight\ref3.cfg FONT_PFAD $t$reflight\fonts3d\
ADDLINE $t$reflight\ref3.cfg BILD_PFAD $t$reflight\bild\
ADDLINE $t$reflight\ref3.cfg ANIMATIONS_PFAD $t$reflight\anim\
ADDLINE $t$reflight\ref3.cfg WIN_KONFIG_DATEI $t$Reflight\win.cfg
ADDLINE $t$reflight\ref3.cfg START_KONFIG Normal800x600
ADDLINE $t$reflight\ref3.cfg MAX_ANTIAL 30
ADDLINE $t$reflight\ref3.cfg OBJ_CACHE 2000
ADDLINE $t$reflight\ref3.cfg MAX_LIST 40
REM ####### Zeilen fⁿr Autoexec.bat ###############################################
AUTOEXE c:\autoexec.bat REM ***** Reflections 3.0 ************
AUTOEXE c:\autoexec.bat set REF3=$t$reflight\
REM ####### Eintragen der Seriennummer in Ref3 und Beams3 #########################
PRGINIT fcryptpr.exe $t$reflight\Ref3.exe $t$reflight\setup.log
STOPEXE