Blame | Letzte Änderung | Log anzeigen | RSS feed
::Created by Chrisstrahl for c7 Mod 2010.08.05@echo offcd "/"if not exist c7 goto searchforc7if not exist ef2.exe goto searchforc7cd "c7"if not exist c7_01_textures.pk3 goto wrongDircd "../":startCLSecho.echo ---------------------------------------------------------echo Starting the "Colony 7" Modecho ---------------------------------------------------------echo.goto startc7exit:searchforc7cd "../"if not exist ef2.exe goto errorif not exist c7 goto wrongDirgoto startexit:startc7if not exist cgamex86.dll goto startParameter2if not exist gamex86.dll goto startParameter2ef2.exe +set fs_game c7exit:startParameter2ef2.exe +set gamedll base/gamex86.dll +set cgamedll base/cgamex86.dll +set fs_game c7exit:wrongDirecho.echo ----------------------------------------------echo The c7 mod seams to be in the wrong directoryecho there are some files missing or misspleacedecho the c7 Mod is not meant to be stored in theecho base folder, please READ the readme!echo ----------------------------------------------echo.echo ***QUIT***pause >NULexit:errorecho.echo ---------------------------------------echo WRONG DIRECORY, please READ the readme!echo ---------------------------------------echo.echo ***QUIT***pause >NULexit