home *** CD-ROM | disk | FTP | other *** search
/ The Amiga Game Guide / AmigaGameGuide_CD.iso / Amiga / Games-AddOns / AB3dII-Level / AB3d2-XeniumCore / INSTALL_FILES < prev    next >
Encoding:
Text File  |  1978-01-01  |  5.6 KB  |  158 lines

  1.  
  2. echo " ** Xenium Core Alien Breed 3d2 Installation Script ** "
  3. echo ""
  4. echo "This script copies the necessary files from the original AB3d2 game into"
  5. echo "the archive directory."
  6. echo ""
  7. echo "The required files may be copied from an existing HD installation of AB3d2"
  8. echo "or from the original floppy disks. Only the necessary files will be copied."
  9. echo ""
  10. echo "Please choose which to use. If you choose to copy the files from an existing"
  11. echo "HD installation, you will also have to select the directory containing that"
  12. echo "installation."
  13. echo ""
  14. echo "Please note: this script will also copy Aki Laukkanen's TKGPatch, if it finds"
  15. echo "it. If you do not have this patch it is available on Aminet. Please note that"
  16. echo "using the ENGINE option spoils some of the textures in later levels of this game."
  17. echo "It causes a blank line at the joins of graphic tiles preventing them blending"
  18. echo "smoothly together. I don't know why. The ENGINE option is not on by default,"
  19. echo "I recommend you leave it off."
  20. echo ""
  21.  
  22. Assign MKG: ""
  23. Assign TKG1:
  24. Assign TKG2:
  25. Assign SFX:
  26.  
  27. if exists MKG:TKG
  28.     requestchoice >ENV:inchoice "INSTALL ALERT" "! Do you really want to recopy all the files?*n(The TKG executable is already in this directory)" "Continue" "Quit"
  29.     if $inchoice eq 0
  30.         quit
  31.     endif
  32. endif
  33. requestchoice >ENV:inchoice "File source" "Many of the original AB3d2 files are required for this game.*nWhere do you want to get them from?" "Existing HD installation of the original game" "Original floppy disks" "Cancel"  
  34. if $inchoice eq 0
  35.     quit
  36. endif
  37. if $inchoice eq 1
  38.     requestfile >ENV:TKGHOMEMIKE SYS: TITLE="Please select the directory containing the original game" DRAWERSONLY 
  39.     assign TKG1: $TKGHOMEMIKE
  40.     if not exists TKG1:TKG >NIL:
  41.         echo "ERROR! TKG executable not in this directory! (Exiting script..)"
  42.         wait 5
  43.         quit
  44.     endif
  45.     assign TKG2: TKG1:
  46.     assign SFX: TKG1:
  47. endif
  48. if $inchoice eq 2
  49.     echo "Copying files from floppy disks."
  50.     echo "Please insert original TKG disks when requested."
  51.     echo ""
  52. endif
  53.  
  54. copy SFX:Samples MKG:Samples
  55. ; whole dir copied over existing one, samples already in it not overwritten
  56.  
  57. copy TKG1:hqn MKG:hqn
  58. ; need whole dir, no dir in arc
  59.  
  60. ; AB3DII-TKG ; probably don't want this - include it in archive
  61. ; AB3DII-TKG.info
  62. ; include boot.dat in archive
  63.  
  64. copy TKG1:TKG MKG:TKG
  65. ; ah! the executable...
  66.  
  67. copy TKG1:libs MKG:libs
  68. ; need whole dir, no dir in arc
  69.  
  70. ; copy the following if they are present
  71. IF EXISTS TKG1:TKGPatch.doc
  72.  Copy TKG1:TKGPatch.doc MKG:
  73. ENDIF
  74. IF EXISTS TKG1:TKGPatch.doc.info
  75.  Copy TKG1:TKGPatch.doc.info MKG:
  76. ENDIF
  77. IF EXISTS TKG1:TKGPatch
  78.  Copy TKG1:TKGPatch MKG:
  79. ENDIF
  80. IF EXISTS TKG1:TKGPatch.info
  81.  Copy TKG1:TKGPatch.info MKG:
  82. ENDIF
  83.  
  84. ; dir INCLUDES exists in archive
  85. ; includes copied individually to leave out TEXT_FILE & TEST.LNK
  86. ; these files will therefore not be overwritten in arc dir
  87. Copy TKG1:INCLUDES/glare.256pal MKG:INCLUDES/
  88. Copy TKG1:INCLUDES/glare.ptr MKG:INCLUDES/
  89. Copy TKG1:INCLUDES/glare.wad MKG:INCLUDES/
  90. Copy TKG1:INCLUDES/keys.256pal MKG:INCLUDES/
  91. Copy TKG1:INCLUDES/keys.ptr MKG:INCLUDES/
  92. Copy TKG1:INCLUDES/keys.wad MKG:INCLUDES/
  93. Copy TKG1:INCLUDES/lamps.256pal MKG:INCLUDES/
  94. Copy TKG1:INCLUDES/lamps.ptr MKG:INCLUDES/
  95. Copy TKG1:INCLUDES/lamps.wad MKG:INCLUDES/
  96. Copy TKG1:INCLUDES/newtexturemaps MKG:INCLUDES/
  97. Copy TKG1:INCLUDES/newtexturemaps.pal MKG:INCLUDES/
  98. Copy TKG1:INCLUDES/PICKUPS.256pal MKG:INCLUDES/
  99. Copy TKG1:INCLUDES/pickups.ptr MKG:INCLUDES/
  100. Copy TKG1:INCLUDES/pickups.wad MKG:INCLUDES/
  101. Copy TKG1:INCLUDES/rawbackpacked MKG:INCLUDES/
  102. Copy TKG1:INCLUDES/ROCKETS.256pal MKG:INCLUDES/
  103. Copy TKG1:INCLUDES/ROCKETS.ptr MKG:INCLUDES/
  104. Copy TKG1:INCLUDES/ROCKETS.wad MKG:INCLUDES/
  105. Copy TKG1:INCLUDES/splutch.256pal MKG:INCLUDES/
  106. Copy TKG1:INCLUDES/splutch.ptr MKG:INCLUDES/
  107. Copy TKG1:INCLUDES/splutch.wad MKG:INCLUDES/
  108. Copy TKG1:INCLUDES/ALIEN2.256pal MKG:INCLUDES/
  109. Copy TKG1:INCLUDES/alien2.ptr MKG:INCLUDES/
  110. Copy TKG1:INCLUDES/alien2.wad MKG:INCLUDES/
  111. Copy TKG1:INCLUDES/BIGBULLET.256pal MKG:INCLUDES/
  112. Copy TKG1:INCLUDES/bigbullet.ptr MKG:INCLUDES/
  113. Copy TKG1:INCLUDES/bigbullet.wad MKG:INCLUDES/
  114. Copy TKG1:INCLUDES/Explosion.256pal MKG:INCLUDES/
  115. Copy TKG1:INCLUDES/explosion.ptr MKG:INCLUDES/
  116. Copy TKG1:INCLUDES/explosion.wad MKG:INCLUDES/
  117. Copy TKG1:INCLUDES/floortile MKG:INCLUDES/
  118.  
  119. ; dir WALLINC exists in archive
  120. ; Wall includes copied individually to leave out unused ones - check my versions
  121. ; of the ones below are unchanged from originals!
  122. Copy TKG1:wallinc/hullmetal.256wad MKG:wallinc/
  123. Copy TKG1:wallinc/STONEWALL.256wad MKG:wallinc/
  124. Copy TKG1:wallinc/TECHNOTRITILE.256wad MKG:wallinc/
  125.  
  126. ; dir Vectobj exists in archive
  127. ; Vectobjs copied individually to leave out unused ones - check this list!
  128. Copy TKG1:vectobj/plink MKG:vectobj/
  129. Copy TKG1:vectobj/glarebox MKG:vectobj/
  130. Copy TKG1:vectobj/grenadelauncher MKG:vectobj/
  131. Copy TKG1:vectobj/laser MKG:vectobj/
  132. Copy TKG1:vectobj/Mantis MKG:vectobj/
  133. Copy TKG1:vectobj/passkey MKG:vectobj/
  134. Copy TKG1:vectobj/plasmagun MKG:vectobj/
  135. Copy TKG1:vectobj/ventfan MKG:vectobj/
  136. Copy TKG1:vectobj/scenery MKG:vectobj/
  137. Copy TKG1:vectobj/shotgun MKG:vectobj/
  138. Copy TKG1:vectobj/snake MKG:vectobj/
  139. Copy TKG1:vectobj/switch MKG:vectobj/
  140. Copy TKG1:vectobj/wasp MKG:vectobj/
  141.  
  142. ; TKG2: stuff
  143. copy TKG2:music MKG:music
  144. ; need whole dir, no dir in arc
  145. Copy TKG2:wallinc/steampunk.256wad MKG:wallinc/
  146. Copy TKG2:wallinc/gieger.256wad MKG:wallinc/
  147. Copy TKG2:wallinc/rocky.256wad MKG:wallinc/
  148. copy TKG2:INCLUDES/titlescrnraw1 MKG:INCLUDES/
  149.  
  150. echo ""
  151. echo "All done (hopefully). Now double-click the Start icon to play."
  152. echo ""
  153. echo "If you have problems, check the file list in CompleteFileList.txt"
  154. echo "This is a complete list of all the files and directories you"
  155. echo "should now have in AB3d2-XeniumCore."
  156. protect Start +s
  157. wait 5
  158.