Quote:
Originally Posted by pakrat2k2
if you were creating English conversion, then don't worry about that error. easiest way to fix it is to edit the bat file & delete the language section you don't want, then no more errors.
|
how to create a spoiler??? sorry for my post then.
Quote:
echo off
:start
cls
set choice1=
set arc=
set retry=
echo.
set /p choice1=Select your game directory (e.g. C:\Program Files\Dark):
if "%choice1%"=="" goto start
cls
echo.
echo Creating Data.cab's, please wait...
echo.
ata1
set arc=Data1.cab
if exist .\DARK\%arc% goto Data2
arc a -ep1 -r -w.\ -mlzma:a1:mfbt4:d256m:fb128:mc1000:lc8 [email protected] -dp"%choice1%" .\DARK\%arc%
if ERRORLEVEL 1 goto arcfail
ata2
set arc=Data2.cab
if exist .\DARK\%arc% goto lang
arc a -ep1 -r -w.\ -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 [email protected] -dp"%choice1%" .\DARK\%arc%
if ERRORLEVEL 1 goto arcfail
:lang
@echo 1) Yes
@echo 2) No
@echo.
@set /p choice=Do you want English lang:
@if %choice%==1 goto en
@if %choice%==2 goto lang1
:en
set arc=english.cab
if exist .\DARK\%arc% goto lang1
arc a -ep1 -r -w.\ -mlzma:a1:mfbt4:d256m:fb128:mc1000:lc8 [email protected] -dp"%choice1%" .\DARK\%arc%
if ERRORLEVEL 1 goto arcfail
:lang1
@echo 1) Yes
@echo 2) No
@echo.
@set /p choice=Do you want German lang:
@if %choice%==1 goto de
@if %choice%==2 goto lang2
:de
set arc=german.cab
if exist .\DARK\%arc% goto lang2
arc a -ep1 -r -w.\ -mlzma:a1:mfbt4:d256m:fb128:mc1000:lc8 [email protected] -dp"%choice1%" .\DARK\%arc%
if ERRORLEVEL 1 goto arcfail
:lang2
@echo 1) Yes
@echo 2) No
@echo.
@set /p choice=Do you want Russian lang:
@if %choice%==1 goto ru
@if %choice%==2 goto lang3
:ru
set arc=russian.cab
if exist .\DARK\%arc% goto lang3
arc a -ep1 -r -w.\ -mlzma:a1:mfbt4:d256m:fb128:mc1000:lc8 [email protected] -dp"%choice1%" .\DARK\%arc%
if ERRORLEVEL 1 goto arcfail
:lang3
@echo 1) Yes
@echo 2) No
@echo.
@set /p choice=Do you want French lang:
@if %choice%==1 goto fr
@if %choice%==2 goto end
:fr
set arc=french.cab
if exist .\DARK\%arc% goto end
arc a -ep1 -r -w.\ -mlzma:a1:mfbt4:d256m:fb128:mc1000:lc8 [email protected] -dp"%choice1%" .\DARK\%arc%
if ERRORLEVEL 1 goto arcfail
:end
echo.Finished!
echo.
:start2
set create=
set choice2=
set choice3=
echo.
:create
set /p create=You want to create ISO files? [Y/N]:
if /I "%create%"=="Y" goto choice2
if /I "%create%"=="N" goto end
:choice2
echo.
set /p choice2=Select your imgBurn.exe directory (e.g. C:\Program Files (x86)\ImgBurn\ImgBurn.exe):
if /I "%choice2%"=="" goto end
:choice3
echo.
set /p choice3=Select the destination directory of the ISO files (e.g. C:\Temp):
if /I "%choice3%"=="" goto end
cls
echo.
echo.Creating ISO file, please wait...
echo.(Your new ISO's will be in: %choice3%)
@for /d %%i in (*.*) do "%choice2%" /mode build /buildmode imagefile /src "%%i\\" /dest "%choice3%\\%%i.iso " /FILESYSTEM "UDF" /UDFREVISION "2.5" /VOLUMELABEL "%%i" /start /CLOSE /NOIMAGEDETAILS /PRESERVEFULLPATHNAMES no /rootfolder yes
:end
echo.
echo.Finished!
echo.
pause
goto EOF
:arcfail
echo.
echo.WARNING: FreeArc returns an error in archive %arc%!
set /p retry=Do you wish to retry [Y/N]:
if /I "%retry%"=="Y" goto %arc:~0,5%
pause
:EOF
|
which must i delete?
ex: i want delete german language at the setup

btw total size with update 1? i was downloaded update 1 (walmart) and the size is so big (2,71gib),
sorry for my english