Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 11-07-2013, 13:39
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
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.
Reply With Quote
Sponsored Links
  #2  
Old 12-07-2013, 02:27
FileForFile FileForFile is offline
Registered User
 
Join Date: Feb 2013
Location: jakarta
Posts: 15
Thanks: 11
Thanked 4 Times in 1 Post
FileForFile is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
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

Last edited by FileForFile; 12-07-2013 at 02:29.
Reply With Quote
Reply

Tags
1xdvd5, ciu 1.0.1.4, conversion, dark

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
INDEX - CD2DVD Conversion Index **UPDATED: 17-07-2024** Grumpy PC Games - CD/DVD Conversions 252 16-07-2024 20:35
Source Code: Conversion Converter Razor12911 Conversion Tutorials 66 31-03-2018 18:53
Bioshock DVD9 to 1xDVD5 - lzma+CIU 1.0.1.4 spawniectes PC Games - CD/DVD Conversions 2 27-09-2016 07:48
Dark Souls - Inno Setup - This is not a conversion, it's just custom installer Fabioddq PC Games - CD/DVD Conversions 4 26-10-2012 19:48
The Dark Eye - Chains of Satinav DVD9 - 1xDVD5 pakrat2k2 PC Games - CD/DVD Conversions 2 20-07-2012 10:38



All times are GMT -7. The time now is 14:06.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com