Subversion Repositories vaca_plus

Rev

Rev 67 | Rev 75 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. @echo off
  2. color 0C
  3. setlocal ENABLEEXTENSIONS DISABLEDELAYEDEXPANSION
  4. pushd "%~dp0"
  5. set startdir=%cd%
  6.  
  7. :restart
  8. title Duke Caribbean: Life's A Beach Plus Launcher
  9. if "%editor%"=="1" title Duke Caribbean: Life's A Beach Plus Editor Launcher
  10.  
  11. set exedir=%startdir%
  12. set addondir=%startdir%
  13. set addonhrpdir=%startdir%
  14.  
  15. set exename=eduke32
  16. set exeproper=EDuke32
  17. set action=playing
  18.  
  19. if "%editor%"=="1" (
  20. set exename=mapster32
  21. set exeproper=Mapster32
  22. set action=editing
  23. )
  24.  
  25. set addonver=r004
  26.  
  27. :title
  28. echo                     ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
  29. echo                     º Duke Caribbean: Life's A Beach Plus º
  30. echo                     ÈÍÍÍÍÍÍÍÍÍÑÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÑÍÍÍÍÍÍÍÍͼ
  31. echo                               ³ By Hendricks266 ³
  32. echo                               ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
  33. echo.
  34. echo You are %action% Sunstorm Interactive's Duke Caribbean: Life's A Beach with the
  35. echo various enhancements of Duke Caribbean: Life's A Beach Plus, maintained by
  36. echo Hendricks266.
  37. echo.
  38.  
  39. if "%xxx%"=="1" echo Using XXX mode.
  40. if "%dp%"=="1" echo Using Duke Plus by DeeperThought.
  41. if "%debug%"=="1" echo Using debug mode.
  42.  
  43. if "%debug%"=="1" echo DEBUG: Command Line Input: %*
  44.  
  45. :recheck
  46. if not exist %exename%.exe goto execheck
  47. :execheck_done
  48. set exedir=%cd%
  49. if "%debug%"=="1" echo DEBUG: %exeproper% Directory: "%exedir%"
  50.  
  51. if not exist vaca_plus\ goto nodir
  52. if not exist duke3d.grp echo Warning: You don't have Duke3D.grp in your directory.
  53.  
  54. if exist vacation\ set addonhrpdir=%cd%
  55. :addondircheck
  56. if exist VACATION.PRG ren VACATION.PRG vacation.grp
  57. chdir vaca_plus
  58. set addondir=%cd%
  59. if exist vacation\ set addonhrpdir=%cd%
  60. if exist vaca_plus\ goto addondircheck
  61. if "%debug%"=="1" echo DEBUG: Vaca+ Directory: "%addondir%".
  62. if "%debug%"=="1" echo DEBUG: VacaHRP Directory: "%addonhrpdir%".
  63.  
  64. set kextract=%addondir%\utils\windows\win32\kextract.exe
  65. if "%debug%"=="1" set kextract=%addondir%\utils\windows\win32\kextract.debug.exe
  66. set kgroup=%addondir%\utils\windows\win32\kgroup.exe
  67. if "%debug%"=="1" set kgroup=%addondir%\utils\windows\win32\kgroup.debug.exe
  68. set unpackssi=%addondir%\utils\windows\win32\unpackssi.exe
  69. if "%debug%"=="1" set unpackssi=%addondir%\utils\windows\win32\unpackssi.debug.exe
  70. set bspatch=%addondir%\utils\windows\win32\bspatch.exe
  71. set sha1sum=%addondir%\utils\windows\win32\sha1sum.exe
  72.  
  73. if "%vacagrpname%"=="" set vacagrpname=vacation.grp
  74. if not exist "%exedir%\%vacagrpname%" if not exist "%addondir%\%vacagrpname%" if exist "%exedir%\vaca15.grp" set vacagrpname=vaca15.grp
  75. if not exist "%exedir%\%vacagrpname%" if not exist "%addondir%\%vacagrpname%" if exist "%addondir%\vaca15.grp" set vacagrpname=vaca15.grp
  76. if not exist "%exedir%\%vacagrpname%" if not exist "%addondir%\%vacagrpname%" if exist "%exedir%\vacapp.grp" set vacagrpname=vacapp.grp
  77. if not exist "%exedir%\%vacagrpname%" if not exist "%addondir%\%vacagrpname%" if exist "%addondir%\vacapp.grp" set vacagrpname=vacapp.grp
  78. if not exist "%exedir%\%vacagrpname%" if not exist "%addondir%\%vacagrpname%" if exist "%exedir%\vaca13.grp" set vacagrpname=vaca13.grp
  79. if not exist "%exedir%\%vacagrpname%" if not exist "%addondir%\%vacagrpname%" if exist "%addondir%\vaca13.grp" set vacagrpname=vaca13.grp
  80. if not exist "%exedir%\%vacagrpname%" if not exist "%addondir%\%vacagrpname%" if exist "%exedir%\vacation13.grp" set vacagrpname=vacation13.grp
  81. if not exist "%exedir%\%vacagrpname%" if not exist "%addondir%\%vacagrpname%" if exist "%addondir%\vacation13.grp" set vacagrpname=vacation13.grp
  82. if not exist "%exedir%\%vacagrpname%" if not exist "%addondir%\%vacagrpname%" goto novacagrp
  83.  
  84. if exist vacation.grp ren vacation.grp vacation.grp
  85. call :grpchecksum
  86. :novacagrp_return
  87. if not "%version%"=="demo" (
  88. if not exist vaca1.map goto mapextract
  89. if not exist vaca2.map goto mapextract
  90. if not exist vaca3.map goto mapextract
  91. if not exist vaca4.map goto mapextract
  92. if not exist vaca5.map goto mapextract
  93. if not exist vaca6.map goto mapextract
  94. if not exist vaca7.map goto mapextract
  95. if not exist vacasl.map goto mapextract
  96. if not exist vacadm1.map goto mapextract
  97. if not exist vacadm2.map goto mapextract
  98. if not exist vacadm3.map goto mapextract
  99. if not exist vacadm4.map goto mapextract
  100. if not exist vacaflag_%addonver%.h266 goto updateextract
  101. )
  102. chdir /d "%exedir%"
  103. echo.
  104. echo.
  105. echo.
  106. echo.
  107. echo.
  108. echo.
  109. echo.
  110. echo.
  111. echo.
  112.  
  113. :init
  114. pause
  115. echo.
  116. goto check
  117.  
  118. :check
  119.  
  120. echo.
  121. echo Launching Duke Nukem 3D . . .
  122. echo Thanks for %action%!
  123. echo.
  124.  
  125. if "%editor%"=="1" (
  126. type "%exedir%\names.h" > "%exedir%\VacaNames.h"
  127. echo. >> "%exedir%\VacaNames.h"
  128. type "%addondir%\VacaNames.def" >> "%exedir%\VacaNames.h"
  129. )
  130.  
  131. :arguments
  132. set args=
  133. if exist "%exedir%\HRP\" set args=%args% -jHRP
  134. if exist "%exedir%\polymer_hrp\" set args=%args% -jpolymer_hrp
  135. if exist "%exedir%\duke3d_voxel.zip" set args=%args% -gduke3d_voxel.zip
  136. if exist "%exedir%\duke3d_hrp.zip" set args=%args% -gduke3d_hrp.zip
  137. if exist "%exedir%\hrp_update.zip" set args=%args% -ghrp_update.zip
  138. if exist "%exedir%\maphacks.zip" set args=%args% -gmaphacks.zip
  139. if exist "%exedir%\eduke32_mus.zip" set args=%args% -geduke32_mus.zip
  140. if exist "%addondir%" if not "%addondir%"=="%exedir%" set args=%args% -j"%addondir:\=/%"
  141. if exist "%addonhrpdir%" if not "%addonhrpdir%"=="%exedir%" if not "%addonhrpdir%"=="%addondir%" set args=%args% -j"%addonhrpdir:\=/%"
  142. set args=%args% -g%vacagrpname% -hvacation.def -xVacaEDuke.con
  143. if "%editor%"=="1" set args=%args% -namesfile VacaNames.h
  144. if "%dp%"=="1" set args=%args% -hvaca_dp.def -xVacaDP.con
  145. if "%xxx%"=="1" if exist "%exedir%\xxx_lite.zip" set args=%args% -gxxx_lite.zip
  146. if "%xxx%"=="1" if exist "%exedir%\xxx_lite\" set args=%args% -jxxx_lite
  147. if "%xxx%"=="1" if exist "%exedir%\xxx_pack.zip" set args=%args% -gxxx_pack.zip
  148. if "%xxx%"=="1" if exist "%exedir%\xxx_pack\" set args=%args% -jxxx_pack
  149. if "%xxx%"=="1" set args=%args% -hvaca_xxx.def
  150. if "%xxx%"=="1" if "%dp%"=="1" set args=%args% -hvaca_dp_xxx.def -xVacaDPXXX.con
  151. set args=%args% %*
  152. if "%dp%"=="1" set args=%args% -jDukePlus
  153.  
  154. set exe=%exename%
  155. if "%debug%"=="1" set exe=%exename%.debug
  156.  
  157. if exist %exe%.bat (
  158. if "%debug%"=="1" echo DEBUG: Final Command Line: call %exe%.bat %args%
  159. call %exe%.bat %args%
  160. ) else (
  161. if "%debug%"=="1" echo DEBUG: Final Command Line: start %exe%.exe %args%
  162. start %exe%.exe %args%
  163. )
  164.  
  165. set svnpath=0
  166. if "%svnpath%"=="0" if exist "%startdir%\svn\bin\svn.exe" set svnpath=%startdir%\svn\bin
  167. if "%svnpath%"=="0" if exist "%exedir%\svn\bin\svn.exe" set svnpath=%exedir%\svn\bin
  168. if "%svnpath%"=="0" if exist "%ProgramFiles%\SlikSvn\bin\svn.exe" set svnpath=%ProgramFiles%\SlikSvn\bin
  169. if "%svnpath%"=="0" if exist "%ProgramFiles(x86)%\SlikSvn\bin\svn.exe" set svnpath=%ProgramFiles(x86)%\SlikSvn\bin
  170. if "%svnpath%"=="0" if exist "%ProgramFiles%\Subversion\bin\svn.exe" set svnpath=%ProgramFiles%\Subversion\bin
  171. if "%svnpath%"=="0" if exist "%ProgramFiles(x86)%\Subversion\bin\svn.exe" set svnpath=%ProgramFiles(x86)%\Subversion\bin
  172. if "%svnpath%"=="0" if exist "%ProgramFiles%\TortoiseSVN\bin\svn.exe" set svnpath=%ProgramFiles%\TortoiseSVN\bin
  173. if "%svnpath%"=="0" if exist "%ProgramFiles(x86)%\TortoiseSVN\bin\svn.exe" set svnpath=%ProgramFiles(x86)%\TortoiseSVN\bin
  174. if "%svnpath%"=="0" for %%S in (svn.exe) do if exist "%%~dp$PATH:S" set svnpath=%%~dp$PATH:S
  175.  
  176. chdir /d "%addondir%"
  177. if not "%svnpath%"=="0" call :svn_action
  178. chdir /d "%addonhrpdir%"
  179. if not "%svnpath%"=="0" call :svn_action
  180.  
  181. goto end
  182.  
  183. :svn_action
  184. set PATH=%PATH%;%svnpath%
  185. for /f "delims=" %%a in ('svnversion.exe .') do @set oldrev=%%a
  186. if "%oldrev%"=="exported" goto :eof
  187. if "%oldrev%"=="Unversioned directory" goto :eof
  188. "svn.exe" update
  189. for /f "delims=" %%a in ('svnversion.exe .') do @set rev=%%a
  190. if %rev% EQU %oldrev% goto :eof
  191. set /a oldrev=%oldrev% + 1
  192. echo.
  193. "svn.exe" log -r %oldrev%:%rev%
  194. echo.
  195. pause
  196. goto :eof
  197.  
  198. :novacagrp
  199. echo.
  200. echo Error: You don't have VACATION.GRP in your directory.
  201. echo.
  202. goto ssicheck
  203. :retry
  204. echo.
  205. set cddrive=
  206. set /p cddrive=What is the drive letter that your Caribbean CD is in?
  207. echo.
  208. if not '%cddrive%'=='' set cddrive=%cddrive:~0,1%
  209. if '%cddrive%'=='' goto cdno
  210. if not exist %cddrive%:\ goto cdno
  211. if not exist %cddrive%:\* goto cdno
  212. if exist %cddrive%:\VACATION\VACA13.SSI copy %cddrive%:\VACATION\*.SSI .\ && goto ssicheck
  213. if exist %cddrive%:\VACATION\VACATION\VACA13.SSI copy %cddrive%:\VACATION\VACATION\*.SSI .\ && goto ssicheck
  214. if exist %cddrive%:\CARIBBEA\VACA13.SSI copy %cddrive%:\CARIBBEA\VACATION\*.SSI .\ && goto ssicheck
  215. if exist %cddrive%:\CARIBBEAN\VACA13.SSI copy %cddrive%:\CARIBBEAN\VACATION\*.SSI .\ && goto ssicheck
  216. goto cdwrong
  217.  
  218. :cdno
  219. echo '%cddrive%' is not valid.  Please try again.
  220. goto retry
  221.  
  222. :cdwrong
  223. echo '%cddrive%' is not the correct disc.  Please try again.
  224. goto retry
  225.  
  226. :ssicheck
  227. if exist VACA15.SSI goto ssi1
  228. if exist VACAPP.SSI goto ssi2
  229. if exist VACA13.SSI goto ssi3
  230. echo You don't have the SSI files in your directory.
  231. goto retry
  232.  
  233. :ssi1
  234. echo You do have the Caribbean SSI file in this directory, but it has not been
  235. echo extracted.  It will now be unpacked.
  236. echo.
  237. pause
  238. mkdir vaca15ssi
  239. chdir vaca15ssi
  240. if "%debug%"=="1" echo DEBUG: Changing directory to "%cd%".
  241. "%unpackssi%" ..\VACA15.SSI
  242. if exist VACATION.PRG move /y VACATION.PRG ..\vacation.grp
  243. chdir ..
  244. if "%debug%"=="1" echo DEBUG: Changing directory to "%cd%".
  245. if exist vacation.grp (
  246. rmdir /s /q vaca15ssi
  247. goto novacagrp_done
  248. )
  249. if not exist vacation.grp (
  250. echo Installation Error!
  251. echo Contact Hendricks266 for help.
  252. echo.
  253. pause
  254. goto end
  255. )
  256.  
  257. :ssi2
  258. echo You do have the Caribbean SSI file in this directory, but it has not been
  259. echo extracted.  It will now be unpacked.
  260. echo.
  261. pause
  262. mkdir vacappssi
  263. chdir vacappssi
  264. if "%debug%"=="1" echo DEBUG: Changing directory to "%cd%".
  265. "%unpackssi%" ..\VACAPP.SSI
  266. if exist VACATION.PRG move /y VACATION.PRG ..\vacation.grp
  267. chdir ..
  268. if "%debug%"=="1" echo DEBUG: Changing directory to "%cd%".
  269. if exist vacation.grp (
  270. rmdir /s /q vacappssi
  271. goto novacagrp_done
  272. )
  273. if not exist vacation.grp (
  274. echo Installation Error!
  275. echo Contact Hendricks266 for help.
  276. echo.
  277. pause
  278. goto end
  279. )
  280.  
  281. :ssi3
  282. echo You do have the Caribbean SSI file in this directory, but it has not been
  283. echo extracted.  It will now be unpacked.
  284. echo.
  285. pause
  286. mkdir vaca13ssi
  287. chdir vaca13ssi
  288. if "%debug%"=="1" echo DEBUG: Changing directory to "%cd%".
  289. "%unpackssi%" ..\VACA13.SSI
  290. ren *.TRA *.ART
  291. ren *.PCS *.SCP
  292. ren VACA1.MAP vaca1.map
  293. ren VACA2.MAP vaca2.map
  294. ren VACA3.MAP vaca3.map
  295. ren VACA4.MAP vaca4.map
  296. ren VACA5.MAP vaca5.map
  297. ren VACA6.MAP vaca6.map
  298. ren VACA7.MAP vaca7.map
  299. ren VACASL.MAP vacasl.map
  300. ren VACADM1.MAP vacadm1.map
  301. ren VACADM2.MAP vacadm2.map
  302. ren VACADM3.MAP vacadm3.map
  303. ren VACADM4.MAP vacadm4.map
  304. ren *.NOC *.CON
  305. ren *.DIM *.MID
  306. ren *.MNA *.ANM
  307. ren *.COV *.VOC
  308. ren *.OMD *.DMO
  309. ren GAME.CON VACAGAME.CON
  310. ren USER.CON VACAUSER.CON
  311. ren DEFS.CON VACADEFS.CON
  312. ren DUKETEAM.ANM RADLOGO.ANM
  313. "%kgroup%" vacation.grp *.ART *.SCP *.map *.MID *.ANM *.VOC *.DMO CARIB.EXE
  314. if exist vacation.grp move /y vacation.grp ..\vacation.grp
  315. move /y *.map ..\
  316. chdir ..
  317. if "%debug%"=="1" echo DEBUG: Changing directory to "%cd%".
  318. if exist vacation.grp (
  319. rmdir /s /q vaca13ssi
  320. goto novacagrp_done
  321. )
  322. if not exist vacation.grp (
  323. echo Installation Error!
  324. echo Contact Hendricks266 for help.
  325. echo.
  326. pause
  327. goto end
  328. )
  329.  
  330. :novacagrp_done
  331. type DVINTRO.TXT
  332. echo.
  333. pause
  334. call :grpchecksum
  335. call :grpchecksum_results
  336. goto novacagrp_return
  337.  
  338. :grpchecksum
  339. if not exist "%sha1sum%" (
  340. echo "%sha1sum%" not found.
  341. goto :eof
  342. )
  343. pushd .
  344. if exist "%addondir%\%vacagrpname%" chdir /d %addondir%
  345. if exist "%exedir%\%vacagrpname%" chdir /d %exedir%
  346. echo ea0a9a77b9aee6edce76afa19eaea3a810fb2390 *%vacagrpname% | "%sha1sum%" --status --check -
  347. if "%ERRORLEVEL%"=="0" set version=full && popd && goto :eof
  348. if "%ERRORLEVEL%"=="1" set version=unknown
  349. popd
  350. goto :eof
  351.  
  352. :grpchecksum_results
  353. if "%version%"=="full" echo VACATION.GRP checksum verified.
  354. if "%version%"=="unknown" echo VACATION.GRP checksum does not match. You may have a bad copy.
  355. echo.
  356. goto :eof
  357.  
  358.  
  359. :mapextract
  360. echo Extracted maps not found or patched. Proceeding to installation.
  361. goto extract
  362.  
  363. :updateextract
  364. echo Map patch update required. Proceeding to installation.
  365. goto extract
  366.  
  367. :extract
  368. echo.
  369. echo                                ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
  370. echo                                º Installation º
  371. echo                                ÈÍÍÍÍÍÍÍÍÍÍÍÍÍͼ
  372. echo.
  373. call :grpchecksum
  374. call :grpchecksum_results
  375. if not exist vaca1.patch goto nopatch
  376. if not exist vaca2.patch goto nopatch
  377. if not exist vaca3.patch goto nopatch
  378. if not exist vaca4.patch goto nopatch
  379. if not exist vaca5.patch goto nopatch
  380. if not exist vaca6.patch goto nopatch
  381. if not exist vaca7.patch goto nopatch
  382. if not exist vacasl.patch goto nopatch
  383. if not exist vacadm1.patch goto nopatch
  384. if not exist vacadm2.patch goto nopatch
  385. if not exist vacadm3.patch goto nopatch
  386. if not exist vacadm4.patch goto nopatch
  387. mkdir vaca_preserve
  388. if exist vaca*.map move /y vaca*.map vaca_preserve\
  389. if exist "%exedir%\vaca*.map" move /y "%exedir%\vaca*.map" vaca_preserve\
  390. "%kextract%" vacation.grp VACA*.MAP
  391. ren VACA1.MAP vaca1.map
  392. ren VACA2.MAP vaca2.map
  393. ren VACA3.MAP vaca3.map
  394. ren VACA4.MAP vaca4.map
  395. ren VACA5.MAP vaca5.map
  396. ren VACA6.MAP vaca6.map
  397. ren VACA7.MAP vaca7.map
  398. ren VACASL.MAP vacasl.map
  399. ren VACADM1.MAP vacadm1.map
  400. ren VACADM2.MAP vacadm2.map
  401. ren VACADM3.MAP vacadm3.map
  402. ren VACADM4.MAP vacadm4.map
  403. if exist vacapatch*.h266 del /f /q vacapatch*.h266
  404. if exist vacaflag*.h266 del /f /q vacaflag*.h266
  405. echo.
  406. echo Map patching will now begin.
  407. echo.
  408. pause
  409. echo
  410. "%bspatch%" vaca1.map vaca1.map vaca1.patch
  411. "%bspatch%" vaca2.map vaca2.map vaca2.patch
  412. "%bspatch%" vaca3.map vaca3.map vaca3.patch
  413. "%bspatch%" vaca4.map vaca4.map vaca4.patch
  414. "%bspatch%" vaca5.map vaca5.map vaca5.patch
  415. "%bspatch%" vaca6.map vaca6.map vaca6.patch
  416. "%bspatch%" vaca7.map vaca7.map vaca7.patch
  417. "%bspatch%" vacasl.map vacasl.map vacasl.patch
  418. "%bspatch%" vacadm1.map vacadm1.map vacadm1.patch
  419. "%bspatch%" vacadm2.map vacadm2.map vacadm2.patch
  420. "%bspatch%" vacadm3.map vacadm3.map vacadm3.patch
  421. "%bspatch%" vacadm4.map vacadm4.map vacadm4.patch
  422. if exist vacapatch*.h266 del /f /q vacapatch*.h266
  423. if exist vacaflag*.h266 del /f /q vacaflag*.h266
  424. echo Do not delete this file! You will be forced to reinstall Vaca+ and repatch the maps. >vacaflag_%addonver%.h266
  425. attrib +r vacaflag_%addonver%.h266
  426. echo.
  427. echo Patching complete!
  428. :scanning
  429. chdir "%exedir%"
  430. echo.
  431. echo Scanning directory for potential problems.
  432. if exist vaca1.mhk goto mhkfound
  433. if exist vaca2.mhk goto mhkfound
  434. if exist vaca3.mhk goto mhkfound
  435. if exist vaca4.mhk goto mhkfound
  436. if exist vaca5.mhk goto mhkfound
  437. if exist vaca6.mhk goto mhkfound
  438. if exist vaca7.mhk goto mhkfound
  439. if exist vacasl.mhk goto mhkfound
  440. if exist vacadm1.mhk goto mhkfound
  441. if exist vacadm2.mhk goto mhkfound
  442. if exist vacadm3.mhk goto mhkfound
  443. if exist vacadm4.mhk goto mhkfound
  444. if exist dcava0r.mhk goto mhkfound
  445. if exist dcava1.mhk goto mhkfound
  446. if exist _vacazoo.mhk goto mhkfound
  447. :mhkfound_done
  448. if exist TILES000.ART goto artfound
  449. if exist TILES003.ART goto artfound
  450. if exist TILES005.ART goto artfound
  451. if exist TILES006.ART goto artfound
  452. if exist TILES007.ART goto artfound
  453. if exist TILES008.ART goto artfound
  454. if exist TILES009.ART goto artfound
  455. if exist TILES010.ART goto artfound
  456. if exist TILES012.ART goto artfound
  457. if exist TILES014.ART goto artfound
  458. :artfound_done
  459. call :checksum 3d5092d053b23a823c1fa0ad0b0bdbc33b2a09bb DEFS.CON "VACA15 file detected and neutralized:"
  460. call :checksum 807aaf21edd6e315bcb76dd54450f28616f84609 GAME.CON "VACA15 file detected and neutralized:"
  461. call :checksum 6d29c3b19d26ff84edb104e68120edc5150066dd USER.CON "VACA15 file detected and neutralized:"
  462. call :checksum 856374f3b42a1f2e355730ffc70497a3e6a49585 BEACHBAB.CON "VACA15 file detected and neutralized:"
  463. call :checksum efb8168c6351d4b5e2c108ebc8189d4aba85ef35 BEACHBAL.CON "VACA15 file detected and neutralized:"
  464. call :checksum a947947409a76ea7e6c46076a8cfbaa76f8b0172 BEACHBTH.CON "VACA15 file detected and neutralized:"
  465. call :checksum 3c11b9d40a204849c2d7d6c10984397f3b6a444c DRAGON.CON "VACA15 file detected and neutralized:"
  466. call :checksum 1417476e2cd8a3aef85dd9c1f36308f2123d8b54 SEAGULL.CON "VACA15 file detected and neutralized:"
  467. call :checksum 0c1314dcd983b232f6afb941942e1ccbd7331ebb SOUNDS.CON "VACA15 file detected and neutralized:"
  468. call :checksum 032a25b2cd98e19a5ff9a859ac27c91a4abfcb46 USER.CON "VACAPP file detected and neutralized:"
  469. call :checksum 34ed9d27095d547e20fb9db87957d17ca9cb2046 DEFS.CON "VACA13 file detected and neutralized:"
  470. call :checksum 3480ad8caca150b7c4678a42a606c0d9941db631 GAME.CON "VACA13 file detected and neutralized:"
  471. call :checksum 74feb12ecfa57cb4c8e151593bff89e06b1ae11e USER.CON "VACA13 file detected and neutralized:"
  472. call :checksum 840d701ca5e1e590ff03510eb5d63880f3e5be79 BEACHBAB.CON "VACA13 file detected and neutralized:"
  473. call :checksum f4c7080384dde2f298e807b1bc9901e6e61ac617 BEACHBAL.CON "VACA13 file detected and neutralized:"
  474. call :checksum 9965ae6e6b4337d06e1df22b41592b4cdfb69b2f BEACHBTH.CON "VACA13 file detected and neutralized:"
  475. call :checksum d56a1ff075671d0919540086a062b37290113621 DRAGON.CON "VACA13 file detected and neutralized:"
  476. call :checksum 06be81473bad004296324b2d63f4730ac2160aa6 SEAGULL.CON "VACA13 file detected and neutralized:"
  477. call :checksum ef149cd90764bae685d9fab83eb2fe719486dce3 SOUNDS.CON "VACA13 file detected and neutralized:"
  478. if exist Vacation.con goto confound
  479. if exist VacaEDuke.con goto confound
  480. if exist VacaDefs.con goto confound
  481. if exist VacaUser.con goto confound
  482. if exist VacaDP.con goto confound
  483. if exist VacaDPCode.con goto confound
  484. if exist VacaDPXXX.con goto confound
  485. if exist VSounds.con goto confound
  486. if exist VBeachBabe.con goto confound
  487. if exist VBeachBall.con goto confound
  488. if exist VBeachBather.con goto confound
  489. if exist VDragon.con goto confound
  490. if exist VSeagull.con goto confound
  491. :confound_done
  492. chdir /d "%exedir%"
  493. if not exist GAME.CON "%kextract%" DUKE3D.GRP GAME.CON
  494. if not exist DEFS.CON "%kextract%" DUKE3D.GRP DEFS.CON
  495. if not exist USER.CON "%kextract%" DUKE3D.GRP USER.CON
  496. chdir /d "%addondir%"
  497. echo.
  498. pause
  499. goto restart
  500.  
  501. :checksum
  502. if not exist "%sha1sum%" (
  503. echo "%sha1sum%" not found.
  504. goto :eof
  505. )
  506. if not exist "%~2" goto :eof
  507. echo %~1 *%~2 | "%sha1sum%" --status --check -
  508. if "%ERRORLEVEL%"=="0" (
  509. ren "%~2" "VacaOld_%addonver%_%~nx2"
  510. echo %~3 %~nx2
  511. )
  512. goto :eof
  513.  
  514. :nopatch
  515. echo.
  516. echo Error: You don't have all the *.patch files in your directory.
  517. echo Aborting installation.
  518. echo Map patching is required for Vaca+ to function correctly.
  519. echo.
  520. pause
  521. goto end
  522.  
  523. :mhkfound
  524. echo.
  525. echo Problematic .mhk files have been found in your directory.
  526. echo Unless you have knowingly made a modification to Vaca's map hacks,
  527. echo the presence of these files in your %exeproper% directory will
  528. echo cause Vaca+ to function incorrectly.
  529. echo.
  530. echo vaca1.mhk
  531. echo vaca2.mhk
  532. echo vaca3.mhk
  533. echo vaca4.mhk
  534. echo vaca5.mhk
  535. echo vaca6.mhk
  536. echo vaca7.mhk
  537. echo vacasl.mhk
  538. echo vacadm1.mhk
  539. echo vacadm2.mhk
  540. echo vacadm3.mhk
  541. echo vacadm4.mhk
  542. echo dcava0r.mhk
  543. echo dcava1.mhk
  544. echo _vacazoo.mhk
  545. goto mhkfound_done
  546.  
  547. :artfound
  548. echo.
  549. echo Problematic .art files have been found in your directory.
  550. echo Unless you have knowingly made a modification to Vaca's art,
  551. echo the presence of these files in your %exeproper% directory will
  552. echo cause Vaca+ to function incorrectly.
  553. echo.
  554. echo TILES000.ART
  555. echo TILES003.ART
  556. echo TILES005.ART
  557. echo TILES006.ART
  558. echo TILES007.ART
  559. echo TILES008.ART
  560. echo TILES009.ART
  561. echo TILES010.ART
  562. echo TILES012.ART
  563. echo TILES014.ART
  564. goto artfound_done
  565.  
  566. :confound
  567. echo.
  568. echo Problematic .con files have been found in your directory.
  569. echo Unless you have knowingly made a modification to Vaca's programming,
  570. echo the presence of these files in your %exeproper% directory will
  571. echo cause Vaca+ to function incorrectly.
  572. echo.
  573. echo Vacation.con
  574. echo VacaEDuke.con
  575. echo VacaDefs.con
  576. echo VacaUser.con
  577. echo VacaDP.con
  578. echo VacaDPCode.con
  579. echo VacaDPXXX.con
  580. echo VSounds.con
  581. echo VBeachBabe.con
  582. echo VBeachBall.con
  583. echo VBeachBather.con
  584. echo VDragon.con
  585. echo VSeagull.con
  586. echo.
  587. echo IF THESE ARE THE ORIGINAL CARIBBEAN CON FILES, OR THEY COME FROM
  588. echo AN OUTDATED VERSION OF VACA+, REMOVE THEM FROM YOUR %exeproper% DIRECTORY
  589. echo IMMEDIATELY!
  590. echo Vaca+ uses modified .con files to fix programming errors created by
  591. echo the original programmers. Due to improvements made to the levels,
  592. echo Vaca+ will have major errors if the included .con files are not used.
  593. goto confound_done
  594.  
  595. :execheck
  596. if exist %exename%.bat goto execheck_done
  597. if exist %exename%.exe goto recheck
  598. set prevdir=%cd%
  599. if not "%cd%"=="%cd:~0,3%" chdir ..
  600. if not "%cd%"=="%prevdir%" goto execheck
  601. echo Warning: You don't have %exeproper% in your directory.
  602. chdir /d "%startdir%"
  603. goto execheck_done
  604.  
  605. :nodir
  606. echo.
  607. echo Error: "vaca_plus" data directory not found.
  608. echo Aborting launch.
  609. echo.
  610. pause
  611. goto end
  612.  
  613. :end
  614. if "%debug%"=="1" echo.
  615. if "%debug%"=="1" pause
  616. echo.
  617. popd
  618. endlocal
  619. title %ComSpec%
  620. color 07
  621.