FileForums

FileForums (https://fileforums.com/index.php)
-   PC Games - CD/DVD Conversions (https://fileforums.com/forumdisplay.php?f=39)
-   -   Dark 1xDVD5 1 Language CIU 1.0.1.4 Conversion (https://fileforums.com/showthread.php?t=94866)

pakrat2k2 08-07-2013 07:40

thats way too much work, uninstall + reinstall for all 4 languages. easiest way is to just delete the sections for languages you dont want. ( Maybe add that to first post, to stop more posts from showing up telling you about errors when creating archives from other languages ? )

spawniectes 08-07-2013 07:58

Quote:

Originally Posted by pakrat2k2 (Post 420746)
thats way too much work, uninstall + reinstall for all 4 languages. easiest way is to just delete the sections for languages you dont want. ( Maybe add that to first post, to stop more posts from showing up telling you about errors when creating archives from other languages ? )

I already upload a fixed bat

pakrat2k2 08-07-2013 08:06

thanks for fixing that, I was in process of doing just that, but you beat me to it :)

FileForFile 11-07-2013 11:57

Quote:

Originally Posted by pakrat2k2 (Post 420725)
spawniectes

just an FYI, creating archives worked fine, except returned an error on creating the other language cabs. it finished creating english.cab, but gave an error on creating german.cab file not found error, do you wish to retry. i just input no & it ended.

as for updating game, after installing update 1, Data.darkpack drops from 2.67GB from original install to 2.65GB after installing update 1. The file list doesnt change at all after update 1. The initial test i ran after update 1 it created archives fine, & total DVD size was 2.21GB with Data1.cab, Data2.cab & english.cab.

is that normal for 2.21 gb total dvd size?
and i got error when creating a german.cab too.
is that normal?
thanks :D

pakrat2k2 11-07-2013 13:39

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.

FileForFile 12-07-2013 02:27

Quote:

Originally Posted by pakrat2k2 (Post 420904)
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.
:Data1
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
:Data2
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 :D
btw total size with update 1? i was downloaded update 1 (walmart) and the size is so big (2,71gib),

sorry for my english :D

pakrat2k2 12-07-2013 07:08

if you wanted ONLY English then change the first
if exist .\DARK\%arc% goto lang1 to end

or delete from
:lang1
.
.
.
if ERRORLEVEL 1 goto arcfail ( just at end of French section )

ceifadorx 05-12-2013 18:52

they released a new dlc for dark called Cult of the Dead
http://store.steampowered.com/app/249170/

are you going to update your conversion?

pakrat2k2 05-12-2013 18:57

Quote:

Originally Posted by ceifadorx (Post 426863)
they released a new dlc for dark called Cult of the Dead
http://store.steampowered.com/app/249170/

are you going to update your conversion?

good question, but spawniectes hasn't been around since middle of OCT, so hard to say if it will be updated or not.

easily fixed just add the dlc1 folder to Data2.lst then it will be automatically added.
Game size shouldn't change enough to worry about, but will check once its installed.

DarkSyrius 16-05-2014 18:07

Worked fine!
 
Hi guys!
This conversion worked fine to me!
Game with all updates plus the DLC Cult of the Dead and only english language!
Worked install and unnistall!
Thanks so much!


All times are GMT -7. The time now is 07:41.

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