FileForums

FileForums (https://fileforums.com/index.php)
-   PC Games - CD/DVD Conversions (https://fileforums.com/forumdisplay.php?f=39)
-   -   Hitman Absolution (Multi8+DLC's+Update - 4xDVD5) *CIU* (https://fileforums.com/showthread.php?t=93893)

vasu001 05-01-2013 02:25

Done the thing ,size-11.3GB btw dxsetup is not running it just installs vcx64redist thing then finish......

do i have to keep dxfiles in some folder inside redist....:D

pakrat2k2 05-01-2013 04:19

look in setup.ini as to where they should be & named. AND re-read conversion steps it tells you where to put them.

MartinezPL 10-01-2013 06:47

After some hard work make it my conversion with setup bat ;]
with this compression command
Quote:

-mx -mc-delta -mc:lzma/lzma:192mb:normal:bt4:192:mc10000:lc8 -ld192m -mc:rep/srep:l256 -mc$default,$obj:+precomp042:c-:t-j:intense -s
+ re-encode biks to ~50% quality
Final Size:
~7.85GB with English and Polish voices + all dlc's and Multi8 subtittle support:D

vasu001 10-01-2013 07:31

Quote:

Originally Posted by MartinezPL (Post 412846)
After some hard work make it my conversion with setup bat ;]
with this compression command

+ re-encode biks to ~50% quality
Final Size:
~7.85GB with English and Polish voices + all dlc's and Multi8 subtittle support:D

hey which files are to be deleted to keep the game only in english+Multi8 subtitle+no multiplayer/contracts if i had just the original version i.e. 1.0.433.1 [something like that].......

i am asking because it looks as if u know so please tell.....

also how do u recode the videos.....and could u please share setup.bat file of urs....
thanks in advance

Ciapa 13-01-2013 10:29

Uninstall does not work properly instead of Hitman Absolution is Far Cry 3

Hitman Absolution (Multi8 + DLC's + Update - 4xDVD5) * CIU *
Based on that yener90 CIU 1.0.0.2, installation time ~ 2 hours
Hitman Absolution (Multi8 + DLC's + Update - 4xDVD5) * Inno Setup *
Based on CI 8.5.7.4 to yener90; installation time ~ 1 hour

Fabioddq 13-01-2013 11:04

Quote:

Originally Posted by Ciapa (Post 412938)
Uninstall does not work properly instead of Hitman Absolution is Far Cry 3

Hitman Absolution (Multi8 + DLC's + Update - 4xDVD5) * CIU *
Based on that yener90 CIU 1.0.0.2, installation time ~ 2 hours
Hitman Absolution (Multi8 + DLC's + Update - 4xDVD5) * Inno Setup *
Based on CI 8.5.7.4 to yener90; installation time ~ 1 hour

From InstallerScript.iss delete this line:

#define ProductCode "{E3B9C5A9-BD7A-4B56-B754-FAEA7DD6FA88}"

and search for Far Cry 3 and put // in the front of:

Quote:

//RegWriteStringValue(HKLM, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninsta ll\' + ProductCode, 'AuthorizedCDFPrefix', '');
//RegWriteStringValue(HKLM, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninsta ll\' + ProductCode, 'Comments', '');
//RegWriteStringValue(HKLM, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninsta ll\' + ProductCode, 'Contact', '');
RegWriteStringValue(HKLM, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninsta ll\' + ProductCode, 'DisplayIcon', ExpandConstant('{app}\bin\farcry3.ico,0'));
RegWriteStringValue(HKLM, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninsta ll\' + ProductCode, 'DisplayName', 'Far Cry 3');
RegWriteStringValue(HKLM, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninsta ll\' + ProductCode, 'DisplayVersion', '1.01');
//RegWriteDWordValue(HKLM, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninsta ll\' + ProductCode, 'EstimatedSize', 5969540);
//RegWriteStringValue(HKLM, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninsta ll\' + ProductCode, 'GameLink', ExpandConstant('{app}\deadspace2.exe'));
//RegWriteStringValue(HKLM, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninsta ll\' + ProductCode, 'HelpLink', '');
//RegWriteStringValue(HKLM, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninsta ll\' + ProductCode, 'HelpTelephone', '');
RegWriteStringValue(HKLM, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninsta ll\' + ProductCode, 'InstallDate', DateString);
RegWriteStringValue(HKLM, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninsta ll\' + ProductCode, 'InstallLocation', ExpandConstant('{app}\'));
RegWriteStringValue(HKLM, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninsta ll\' + ProductCode, 'InstallSource', ExpandConstant('{src}\'));
RegWriteDWordValue(HKLM, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninsta ll\' + ProductCode, 'Language', 0);
//StrToInt(ExpandConstant('{cm:LanguageNR}')));
RegWriteExpandStringValue(HKLM, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninsta ll\' + ProductCode, 'ModifyPath', ExpandConstant('{uninstallexe}'));
RegWriteDWordValue(HKLM, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninsta ll\' + ProductCode, 'NoModify', 1);
RegWriteDWordValue(HKLM, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninsta ll\' + ProductCode, 'NoRepair', 1);
RegWriteStringValue(HKLM, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninsta ll\' + ProductCode, 'Publisher', 'Ubisoft');
RegWriteStringValue(HKLM, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninsta ll\' + ProductCode, 'ProductGuid', ProductCode);
RegWriteExpandStringValue(HKLM, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninsta ll\' + ProductCode, 'Readme', '');
//RegWriteStringValue(HKLM, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninsta ll\' + ProductCode, 'Size', '');
RegWriteStringValue(HKLM, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninsta ll\' + ProductCode, 'UninstallString', ExpandConstant('"{uninstallexe}"'));
RegWriteStringValue(HKLM, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninsta ll\' + ProductCode, 'URLInfoAbout', 'http://support.ubi.com');
//RegWriteStringValue(HKLM, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninsta ll\' + ProductCode, 'URLUpdateInfo', '');
RegWriteDWordValue(HKLM, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninsta ll\' + ProductCode, 'Version', 16777216);
RegWriteDWordValue(HKLM, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninsta ll\' + ProductCode, 'VersionMajor', 1);
RegWriteDWordValue(HKLM, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninsta ll\' + ProductCode, 'VersionMinor', 0);
//RegWriteDWordValue(HKLM, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninsta ll\' + ProductCode, 'WindowsInstaller', 0);
//RegWriteStringValue(HKLM, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninsta ll\' + ProductCode, 'WorkingDirectory', ExpandConstant('{app}\'));
//Additional
//RegWriteStringValue(HKLM, 'SOFTWARE\BioWare\Dragon Age 2', 'GUID', ProductCode);
Make changes and Compile again.

Fabioddq 14-01-2013 07:31

Updated to v1.3:

- Update to CIU 1.0.0.3;
- Fixed uninstall name problem;
- Fixed slowness during installation for some users; Thanks to aizen27 for test.

theabster 14-01-2013 23:22

Question: What do you mean exactly by "Remove your original uninstall files before you make the conversion."? Should i delete the unins000.dat & unins000.exe from the floder where I have my game installed?

Fabioddq 15-01-2013 04:24

Quote:

Originally Posted by theabster (Post 412991)
Question: What do you mean exactly by "Remove your original uninstall files before you make the conversion."? Should i delete the unins000.dat & unins000.exe from the floder where I have my game installed?

Yes.

HellRazor 15-01-2013 06:28

Quote:

Originally Posted by theabster (Post 412991)
Question: What do you mean exactly by "Remove your original uninstall files before you make the conversion."? Should i delete the unins000.dat & unins000.exe from the floder where I have my game installed?

Safer way to do it would be moving them outside of game folder elsewhere so you can uninstall the game after you do the conversion.

So:
- Install the game
- Move uninstall files elsewhere
- Do the conversion
- Move uninstall files back to game folder
- Uninstall the game
- Test the conversion.

At least that's how I do it.

vasu001 17-01-2013 01:31

Quote:

Originally Posted by Fabioddq (Post 412963)
Updated to v1.3:

- Update to CIU 1.0.0.3;
- Fixed uninstall name problem;
- Fixed slowness during installation for some users; Thanks to aizen27 for test.

do i have to compile the whole thing again?
or can i just compile like we do for external compression by placing ; infront of game directly and once done just replace the old setup files with new one so that it can extract the previous compiled files done via ciu 1.0.0.2 ?

Fabioddq 17-01-2013 03:53

Quote:

Originally Posted by vasu001 (Post 413041)
do i have to compile the whole thing again?
or can i just compile like we do for external compression by placing ; infront of game directly and once done just replace the old setup files with new one so that it can extract the previous compiled files done via ciu 1.0.0.2 ?

You have to compile again. :p
Be patience! Press compile and go to Beer and pizza. :D

jackstuff 23-02-2013 06:52

Hitman Absolution Unknown compression method Error
 
1 Attachment(s)
Yener's CIU Script
Conversion By Fabio
Compression Based on Peterf1999's method as mention in the first post-- "HMA_v1.0"

arc a -ep1 -r -w.\ -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 [email protected] -dp"%choice1%" .\HMA_1\%arc%

Changes- Only adding the freearc setting in the setup.ini

The Compression Level Is Not Supported In The Yener's CIU script

Some Error Images

Razor12911 23-02-2013 06:58

maybe arc.ini is not there.
or precompinside is not enabled.

jackstuff 23-02-2013 07:02

Quote:

Originally Posted by Razor12911 (Post 414312)
maybe arc.ini is not there.
or precompinside is not enabled.

Fixed thanks "PrecompVer=inside" is not added:):)


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

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