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

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 02-07-2014, 11:06
NamelessOne's Avatar
NamelessOne NamelessOne is offline
Registered User
 
Join Date: Dec 2008
Location: Sigil
Posts: 285
Thanks: 235
Thanked 854 Times in 186 Posts
NamelessOne is on a distinguished road
Divinity: Original Sin 2xDVD5 *CIU 2.0.2*

Based on: CIU 2.0.2 by yener90
Compression method by: peterf1999 and Fabioddq
Art: found online and ingame
Icon: myself
Music: Couple of songs mixed together from game OST by Kirill Pokrovsky
Tested on: Win7 Home Premium 64bit and Win7 Ultimate 32bit
Final size: English language only with update 1.0.177
DVD1=4.12 GB's
DVD2=1.58 GB's

1. Install the game and extract attachment somewhere on your computer, NOT in the game installation directory, don't remove anything from the game folder.
2. Start Compress.bat, wait for it to compile
3. Make ISO file and test before burning

NOTE
If you're using some language other than English, please correct .lst file list. Also, if you have some fine screenshots from the final game I would be happy to update the conversion. Those used here are from Alpha version, those are pretty much only one available along with the Beta version, but the game is so much better looking in the final version.

It seems some users are having the problem with the shortcut doesn't appearing on the desktop or in the Start menu although I haven't had that problem on two of my computers. Anyway, if you're having this particular problem (has something to do with the custom icon) just download "fixed setup" and replace your Setup.exe. No need to do the conversion again


CHANGES:
1.2

-added new languages, new screenshots

dos1.png
dos2.png
Attached Files
File Type: rar DOS_1.2.rar (41.39 MB, 197 views)

Last edited by NamelessOne; 19-10-2014 at 09:54.
Reply With Quote
The Following 21 Users Say Thank You to NamelessOne For This Useful Post:
ahmetbtmn (09-11-2015), andiaweka (02-07-2014), blackjoe (18-02-2015), chuotchu001 (05-07-2014), Ciapa (13-10-2014), DarkSyrius (08-01-2015), ff7aerith (04-07-2020), houcine80 (16-07-2014), hungthinh225 (03-07-2014), Juggernautwill (31-08-2014), kassane (01-12-2017), khokhan (03-07-2014), logansama (03-10-2014), Maxgrilo (27-07-2014), pakrat2k2 (13-08-2014), pcgamer352 (02-07-2014), peteka (16-07-2014), prudislav (02-07-2014), Simorq (08-03-2015), wit (03-07-2014), _Hell_Boy_ (17-11-2014)
Sponsored Links
  #2  
Old 02-07-2014, 13:01
klaroqsim klaroqsim is offline
Registered User
 
Join Date: Sep 2008
Location: RS
Posts: 29
Thanks: 0
Thanked 3 Times in 2 Posts
klaroqsim is on a distinguished road
error: Data2.1st: open: does not exist <no such file or directory>
Reply With Quote
  #3  
Old 02-07-2014, 13:32
NamelessOne's Avatar
NamelessOne NamelessOne is offline
Registered User
 
Join Date: Dec 2008
Location: Sigil
Posts: 285
Thanks: 235
Thanked 854 Times in 186 Posts
NamelessOne is on a distinguished road
Quote:
Originally Posted by klaroqsim View Post
error: Data2.1st: open: does not exist <no such file or directory>

Oops, just open the Compress.bat with Notepad and change Data2.lst to Data1.lst
Reply With Quote
  #4  
Old 02-07-2014, 15:36
prudislav prudislav is offline
Registered User
 
Join Date: Jan 2009
Location: moon
Posts: 484
Thanks: 267
Thanked 189 Times in 135 Posts
prudislav is on a distinguished road
for wich version of game is cov. made??? (its v1.0.47 now)
Reply With Quote
  #5  
Old 02-07-2014, 22:23
NamelessOne's Avatar
NamelessOne NamelessOne is offline
Registered User
 
Join Date: Dec 2008
Location: Sigil
Posts: 285
Thanks: 235
Thanked 854 Times in 186 Posts
NamelessOne is on a distinguished road
Quote:
Originally Posted by prudislav View Post
for wich version of game is cov. made??? (its v1.0.47 now)
It was tested on v1.0.47, but should work with any other upcoming update.
Reply With Quote
  #6  
Old 16-07-2014, 01:35
mikii mikii is offline
Registered User
 
Join Date: May 2010
Location: bosnia
Posts: 23
Thanks: 5
Thanked 0 Times in 0 Posts
mikii is on a distinguished road
Quote:
Originally Posted by NamelessOne View Post
Oops, just open the Compress.bat with Notepad and change Data2.lst to Data1.lst
I cannot find these files,or i dont understand what to rename
echo off
:start
cls
set choice1=
set arc=
set retry=
echo.
echo.Conversion by The Nameless One.
set /p choice1=Select your game directory (e.g. C:\Program Files\Murdered Soul Suspect):
if "%choice1%"=="" goto start
cls
echo.
echo Creating Data.cab's, please wait...
echo.
ata1
set arc=Data1.ist
if exist .\DOS_1\%arc% goto Data1
arc a -ep1 -r -w.\ -m0 [email protected] -dp"%choice1%" .\DOS_1\%arc%
if ERRORLEVEL 1 goto arcfail
:end
ata2
set arc=Data2.ist
if exist .\DOS_2\%arc% goto Data2
arc a -ep1 -r -w.\ -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 [email protected] [email protected] -dp"%choice1%" .\DOS_2\%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

This is text in compress .exe
Reply With Quote
  #7  
Old 16-07-2014, 04:13
NamelessOne's Avatar
NamelessOne NamelessOne is offline
Registered User
 
Join Date: Dec 2008
Location: Sigil
Posts: 285
Thanks: 235
Thanked 854 Times in 186 Posts
NamelessOne is on a distinguished road
Updated the conversion to 1.1. Compressor.bat is now fixed for all of you
Reply With Quote
The Following User Says Thank You to NamelessOne For This Useful Post:
logansama (04-10-2014)
  #8  
Old 16-07-2014, 06:25
mikii mikii is offline
Registered User
 
Join Date: May 2010
Location: bosnia
Posts: 23
Thanks: 5
Thanked 0 Times in 0 Posts
mikii is on a distinguished road
Thanks
Reply With Quote
  #9  
Old 16-07-2014, 07:41
Cale2201 Cale2201 is offline
Registered User
 
Join Date: Nov 2008
Location: Srbija
Posts: 33
Thanks: 6
Thanked 4 Times in 4 Posts
Cale2201 is on a distinguished road
work, perfect
Reply With Quote
  #10  
Old 23-07-2014, 01:46
NamelessOne's Avatar
NamelessOne NamelessOne is offline
Registered User
 
Join Date: Dec 2008
Location: Sigil
Posts: 285
Thanks: 235
Thanked 854 Times in 186 Posts
NamelessOne is on a distinguished road
Works with the latest 1.0.81 version. No need to change anything. Only DVD sizes are changed. DVD1=4.10 GB's, DVD2=1.88 GB's (GOG version)
Reply With Quote
The Following User Says Thank You to NamelessOne For This Useful Post:
marcos838 (05-08-2014)
  #11  
Old 05-08-2014, 13:43
marcos838 marcos838 is offline
Registered User
 
Join Date: Nov 2008
Location: Argentina
Posts: 37
Thanks: 311
Thanked 14 Times in 10 Posts
marcos838 is on a distinguished road
Nice conversion tested and working on WIN7 x64 100% using the "Update.v1.0.81" applied. Thank You! ... Great Work!

Last edited by marcos838; 06-08-2014 at 21:41.
Reply With Quote
  #12  
Old 12-08-2014, 23:52
chuotchu001 chuotchu001 is offline
Registered User
 
Join Date: Dec 2012
Location: Vietnam
Posts: 159
Thanks: 554
Thanked 175 Times in 52 Posts
chuotchu001 is on a distinguished road
Hi! NamelessOne. The convert is Ok with new update v1.0.107 (so, no need change). But desktop icon not show. Thanks.
Reply With Quote
  #13  
Old 13-08-2014, 00:44
NamelessOne's Avatar
NamelessOne NamelessOne is offline
Registered User
 
Join Date: Dec 2008
Location: Sigil
Posts: 285
Thanks: 235
Thanked 854 Times in 186 Posts
NamelessOne is on a distinguished road
Quote:
Originally Posted by chuotchu001 View Post
Hi! NamelessOne. The convert is Ok with new update v1.0.107 (so, no need change). But desktop icon not show. Thanks.
That (random) problem has already been solved. Download the attached Setup.exe and replace it with your current one. No need to do the conversion again
Reply With Quote
The Following User Says Thank You to NamelessOne For This Useful Post:
chuotchu001 (13-08-2014)
  #14  
Old 17-08-2014, 09:40
BACKSTABBER's Avatar
BACKSTABBER BACKSTABBER is offline
Registered User
 
Join Date: Nov 2008
Location: Earth
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
BACKSTABBER is on a distinguished road
Memory Error on compression

Hello,

I'm getting an error message during compression of Data2.cab, can someone help?

Attached image of error. The strange thing is it seems as memory error, but I have 16GB memory in my computer and about 10GB free memory according to task manager.

Thanks!
Attached Images
File Type: png 2014-08-17_13-35-00.png (13.9 KB, 376 views)
Reply With Quote
  #15  
Old 17-08-2014, 12:31
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,037 Times in 3,084 Posts
pakrat2k2 is on a distinguished road
but you also need HD freespace as well, make sure to have enough room on HD
Reply With Quote
Reply

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
problem installing divinity 2 Kuma-son General Gaming 3 21-09-2010 09:59
Divine Divinity + Beyond Divinity Axell PC Games - CD/DVD Conversions 2 09-11-2009 11:43
Beyond Divinity - New patch removes Starforce BarryB PC Games 0 15-02-2007 15:12
Please insert original CD!! Galahad PC Games 1 06-06-2001 16:24



All times are GMT -7. The time now is 15:48.


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