FileForums

FileForums (https://fileforums.com/index.php)
-   PC Games - CD/DVD Conversions (https://fileforums.com/forumdisplay.php?f=39)
-   -   Assassin's Creed IV Black Flag (2xDVD9 to 3xDVD5) SP Only (https://fileforums.com/showthread.php?t=102029)

damar15 19-11-2013 06:15

Assassin's Creed IV Black Flag (2xDVD9 to 3xDVD5) SP Only
 
1 Attachment(s)
Assassin's Creed IV Black Flag (2xDVD9 to 3xDVD5) [Inno Setup] Just SP

Based on CI 8.5.7.4_ by yener90
Graphics by: Damar15

Version 1.1
- Fix The Setup.ini & Fix Installer Script Add Registry (after 1485 Downloads of v1.0)

- THANKS to NTurky for the fixes :)


1. Install The Game Dont Move (Support) Folder

2. Download Attachment from below

3. Open Installer Script.iss With Inno Setup And Change The According To Your Game Installation Path

Quote:

c:\Program Files (x86)\Assassin's Creed IV Black Flag
4. Compile Take About 40 M Or More,Installation Time 15 M

I test it in LZMA2/Ultra64 It Fit In 3DVD Even if You Have One Language


5.Move This Files To Folder The Folders AC-IV_1,AC-IV_2,AC-IV_3 In The Attachment

AC-IV_1: Setup1*.bin files, Autorun.exe,Setup.exe, Setup.ico, Setup.ini,Setup.cab,

AC-IV_2: Setup2*.bin files, Setup.ico

AC-IV_3: Setup3*.bin files, Setup.ico,(Support)

6.Burn Or Make iso

Music : From The Game OTS

PS: This Conversion Have Been Test In Assassin's Creed IV Black Flag Gold Edition Version So If you Have Another Version And did Not Fit in 3DVD Plz Report Back So I Can Update It :D

Screen Shots


http://img62.imageshack.us/img62/4343/m98j.jpg

http://img513.imageshack.us/img513/3508/2g09.jpg

http://img585.imageshack.us/img585/7787/f78x.jpg

http://img202.imageshack.us/img202/1301/5g08.jpg

http://img198.imageshack.us/img198/636/uleg.jpg

http://img33.imageshack.us/img33/8392/0xez.jpg

rated01 19-11-2013 07:12

thanks....

razielmelodie 20-11-2013 02:26

thanks

razielmelodie 20-11-2013 04:23

probléme with the attachement file

damar15 20-11-2013 04:30

Quote:

Originally Posted by razielmelodie (Post 426084)
probléme with the attachement file

what is the problem ?

edyt_ai2005 20-11-2013 06:14

i have the 23 gb reloaded version...can you split it please?

REV0 20-11-2013 06:37

Quote:

Originally Posted by edyt_ai2005 (Post 426089)
i have the 23 gb reloaded version...can you split it please?

http://media.tumblr.com/tumblr_m703o1Vscn1r71zck.gif

Grumpy 20-11-2013 07:22

1 Attachment(s)
Quote:

Originally Posted by edyt_ai2005 (Post 426089)
i have the 23 gb reloaded version...can you split it please?

Sigh, didn't read the BIG WHITE POPUP upon entering the site did we ...

axavcp 20-11-2013 08:43

Hi.
Please note that you need to change autorun.ini on dvd 2 and 3
Open=0

damar15 20-11-2013 09:49

Quote:

Originally Posted by edyt_ai2005 (Post 426089)
i have the 23 gb version...can you split it please?

this fo sp only its my bad i did not change the title

damar15 20-11-2013 09:50

Quote:

Originally Posted by axavcp (Post 426092)
Hi.
Please note that you need to change autorun.ini on dvd 2 and 3
Open=0

thanks i fix it soon

fedeo 20-11-2013 14:32

Hi, everything works fine but creates a fourth cab and disk 3 is exceeded the 4.37GB. Any solution?? thanks

khokhan 20-11-2013 16:30

can I delete folder "multi" from game folder when I just need play single campaign only ?

pakrat2k2 20-11-2013 16:42

Quote:

Originally Posted by khokhan (Post 426106)
can I delete folder "multi" from game folder when I just need play single campaign only ?

yes, it compiles installed game files, so if there is no MP then it will be only SP.

axavcp 20-11-2013 17:42

Hi.
I tested on 4DVD and it works fine, it even ask for DVD 4.

khokhan 20-11-2013 18:31

Quote:

Originally Posted by pakrat2k2 (Post 426107)
yes, it compiles installed game files, so if there is no MP then it will be only SP.

I mean: delete folder "multi" before compile it... Is game still work ??? :confused:


p/s: sorry for my bad English...

damar15 21-11-2013 05:20

Quote:

Originally Posted by khokhan (Post 426110)
I mean: delete folder "multi" before compile it... Is game still work ??? :confused:


p/s: sorry for my bad English...

i think yes any make copy of the folder in hd safe and try if its work :D

NTurky 25-11-2013 14:19

1 Attachment(s)
Thanks damar15!

A few things though

- Support folder MUST be in game folder before compression, as stated in setup.ini. You should edit that step.
- In the script, [Registry] section is wrong. I guess that's from another game.
- The language can be changed from options menu, but it can be set in the registry section if you want to. (I'm not sure if all of them works on all versions of the game)

Code:

Root: HKCU; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed IV Black Flag"; ValueName: Language; ValueData: English; ValueType: string; Languages: eng; Flags: uninsdeletekey;
Root: HKCU; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed IV Black Flag"; ValueName: Language; ValueData: German; ValueType: string; Languages: ger; Flags: uninsdeletekey;
Root: HKCU; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed IV Black Flag"; ValueName: Language; ValueData: French; ValueType: string; Languages: fre; Flags: uninsdeletekey;
Root: HKCU; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed IV Black Flag"; ValueName: Language; ValueData: Spanish; ValueType: string; Languages: esp; Flags: uninsdeletekey;
Root: HKCU; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed IV Black Flag"; ValueName: Language; ValueData: Italian; ValueType: string; Languages: ita; Flags: uninsdeletekey;
Root: HKCU; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed IV Black Flag"; ValueName: Language; ValueData: Portuguese; ValueType: string; Languages: por; Flags: uninsdeletekey;
Root: HKCU; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed IV Black Flag"; ValueName: Language; ValueData: Brazil; ValueType: string; Languages: porbr; Flags: uninsdeletekey;
Root: HKCU; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed IV Black Flag"; ValueName: Language; ValueData: Dutch; ValueType: string; Languages: ndl; Flags: uninsdeletekey;
Root: HKCU; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed IV Black Flag"; ValueName: Language; ValueData: Danish; ValueType: string; Languages: dan; Flags: uninsdeletekey;
Root: HKCU; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed IV Black Flag"; ValueName: Language; ValueData: Norwegian; ValueType: string; Languages: nor; Flags: uninsdeletekey;
Root: HKCU; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed IV Black Flag"; ValueName: Language; ValueData: Swedish; ValueType: string; Languages: swe; Flags: uninsdeletekey;
Root: HKCU; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed IV Black Flag"; ValueName: Language; ValueData: Finnish; ValueType: string; Languages: fin; Flags: uninsdeletekey;
Root: HKCU; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed IV Black Flag"; ValueName: Language; ValueData: Czech; ValueType: string; Languages: cze; Flags: uninsdeletekey;
Root: HKCU; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed IV Black Flag"; ValueName: Language; ValueData: Polish; ValueType: string; Languages: pol; Flags: uninsdeletekey;
Root: HKCU; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed IV Black Flag"; ValueName: Language; ValueData: Russian; ValueType: string; Languages: rus; Flags: uninsdeletekey;
Root: HKCU; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed IV Black Flag"; ValueName: Language; ValueData: Japanese; ValueType: string; Languages: jap; Flags: uninsdeletekey;
Root: HKCU; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed IV Black Flag"; ValueName: Language; ValueData: Hungarian; ValueType: string; Languages: hun; Flags: uninsdeletekey;
Root: HKCU; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed IV Black Flag"; ValueName: Language; ValueData: Korean; ValueType: string; Languages: kor; Flags: uninsdeletekey;

Edit: Setup.ini is wrong too. System requirements are not accurate, and you forgot to edit the redist installation.
I attached my modified setup.ini.

NTurky 25-11-2013 18:53

1 Attachment(s)
Well, here you have a modified version.
Updated:

- Autorun.inf: Changed to OPEN=0 in DVD 2 and 3.
- Setup.ini: Added languages supported by AC4, changed system requirements, edited redist installation (based on info found on internet as I don't have the game).
- License folder added.
- InstallerScript: Added license files, language entry in registry section.

pitcrew_13 30-11-2013 03:36

i have Assassin's Creed IV Black Flag Gold Edition Version, can i convert to 6xDVD5, because with this conversion method, my pc spec is to slow, how i can edit the Installer Script ?

ceifadorx 30-11-2013 10:46

Quote:

Originally Posted by pitcrew_13 (Post 426603)
i have Assassin's Creed IV Black Flag Gold Edition Version, can i convert to 6xDVD5, because with this conversion method, my pc spec is to slow, how i can edit the Installer Script ?

why you want to use unecessary dvd. for not ripping the multiplayer its fits fine in 4 dvd.
and yes, you can change the installer script. put none or lzma instead of lzma2/ultra64

sarmadi 01-12-2013 06:00

Quote:

Originally Posted by NTurky (Post 426398)
Well, here you have a modified version.
Updated:

- Autorun.inf: Changed to OPEN=0 in DVD 2 and 3.
- Setup.ini: Added languages supported by AC4, changed system requirements, edited redist installation (based on info found on internet as I don't have the game).
- License folder added.
- InstallerScript: Added license files, language entry in registry section.

Thanks for the effort. I think there's a problem with attachement file.
It's not downloadable.

damar15 01-12-2013 13:13

Quote:

Originally Posted by sarmadi (Post 426676)
Thanks for the effort. I think there's a problem with attachement file.
It's not downloadable.

ther is no problem with the attachement file can download


and Version 1.1
Fix The Setup.ini & Fix Installer Script Add Registry (after 1485 Downloads of v1.0)

thanks for NTurky noticing the missing files and the problems :D

blackdon 06-12-2013 19:18

Thanks man.
It works with 4 DVD.

sambomba 07-12-2013 20:04

me, too get 4 dvd
It's fine Great work thanks ˇˇˇˇ

dar29 09-12-2013 05:49

tested and works on win7 64 bit sp1
dvd1 4,37 gb
dvd2 4,34 gb
dvd3 1,07 gb
thanx a lot...

akarikk 09-02-2014 13:44

Hi, i guess as your conversión is made in inno, is the only conversión that can include freedom cry DLC, right?

THANKS!!!!!

EDIT: I can't download the conversión file

Grumpy 09-02-2014 19:38

Quote:

Originally Posted by akarikk (Post 428982)
EDIT: I can't download the conversión file

Try it again, the link at the bottom of the first post worked and downloaded fine for me. ;)

akarikk 02-03-2014 14:51

Ok, guys, and thanks to damar15, i can say Works for AC IV + Freedom Cry DLC (SP) + all Updates on just 3 DVD5

Great Work Damar15 XD

chike675 15-05-2017 13:45

My "Setup-1.bin" file in the original setup file is missing, what do i do?

pakrat2k2 15-05-2017 13:57

Quote:

Originally Posted by chike675 (Post 458826)
My "Setup-1.bin" file in the original setup file is missing, what do i do?

Suggest you re-read first post !!

1. Install the game !!!

We are not a warez forum to d/l games, you must own the game to do the conversion.

chike675 19-05-2017 05:41

It cannot install because of the missing "setup-1.bin"

KaktoR 19-05-2017 05:46

Quote:

Originally Posted by chike675 (Post 458934)
It cannot install because the missing "setup-1.bin"

This is not the Full game here, it's just a conversion!

You need to own the Game for this!

pakrat2k2 19-05-2017 07:50

he didn't even read my reply above.


All times are GMT -7. The time now is 03:08.

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