|
#166
|
||||
|
||||
|
Hi,
A few things...
Also, can someone tell me how exactly the [ExtractSettings] section work with split files that need the Records.ini file? For example, if I compress the entire game to one data file and split it to the required disc size, do I need to list only the first part of the split file in [ExtractSettings] or a line for each part? Thanks.
__________________
Ultimate Conversion Compressor Creator (Discontinued/Abandoned) My Other Tools: File Splitter and Merger - Multiple Text/String Replacer (MTSR) - UCC Files & Folders Lister Microsoft Certified Professional Retired Conversion Creator Last edited by vollachr; 23-01-2018 at 03:05. Reason: added attachment |
| Sponsored Links |
|
#167
|
||||
|
||||
|
Code:
[ExtractSettings]
SplittedFile{integer}={string};DestDir:{string};
Lang:{al/ar/bih/cnt/cz/de/dk/en/enuk/es/esmx/fa/fi/fr/gr/he/hr/hu/id/it/jp/ko/nl/no/pl/pr/prbr/ro/ru/sr/sw/th/tr/uk/vi};
Comp:{integer};
Archive:{arc/7z/rar};
__________________
Haters gonna hate
|
|
#168
|
||||
|
||||
|
Quote:
Code:
[ExtractSettings]
SplittedFile1=Data.bin;DestDir:{app};Archive:arc;
Code:
[ExtractSettings]
SplittedFile1=Data.bin.001;DestDir:{app};Archive:arc;
__________________
Ultimate Conversion Compressor Creator (Discontinued/Abandoned) My Other Tools: File Splitter and Merger - Multiple Text/String Replacer (MTSR) - UCC Files & Folders Lister Microsoft Certified Professional Retired Conversion Creator |
|
#169
|
||||
|
||||
|
I can't tell you for sure, just used it once for a single time (it's about 3 years ago when split feature was new in CIU).
I guess just try it out. If i remember right you must use both, FreeArcFile# + SplittedFile# for one archive. Maybe like this: FreeArcFile1=Data.bin;DestDir:{app}; SplittedFile1=Data.bin.001;DestDir:{app}; It was very similar to records.ini with the split indicator
__________________
Haters gonna hate
|
| The Following User Says Thank You to KaktoR For This Useful Post: | ||
vollachr (23-01-2018) | ||
|
#170
|
||||
|
||||
|
Quote:
Thanks UPDATE 1: So far, what you suggested in the quote above seems to work, still in middle of test though, will report again when done. UPDATE 2: OK, weird, it merged and extracted completely fine, but then asked for "Disk 1" again and the OK button was grayed out, clicking Cancel crashed the setup. Back to the drawing board UPDATE 3: I'm starting to think that there's no need for any lines in the [ExtractSettings] section when there's a Records.ini file, it seems it takes over, hopefully I'm right, can anyone confirm? UPDATE 4: Yep, CONFIRMED!!! Only Records.ini needed, nothing in [ExtractSettings] section, worked just as expected.
__________________
Ultimate Conversion Compressor Creator (Discontinued/Abandoned) My Other Tools: File Splitter and Merger - Multiple Text/String Replacer (MTSR) - UCC Files & Folders Lister Microsoft Certified Professional Retired Conversion Creator Last edited by vollachr; 23-01-2018 at 07:29. |
|
#171
|
|||
|
|||
|
I left this thinking there is not much interest, then i move into other stuff and forget this XD
Will check this on weekend, Plus it is not easy to work on 500 kB of source code(500* 1024*1024 ~ 524288000 ) character of code without any comments, written by someone i don't know, but i will get gang of it Last edited by Gupta; 23-01-2018 at 08:38. |
|
#172
|
||||
|
||||
|
I noticed a few more small bugs, just FYI...
1. The equalizer on the installer, it start moving again when you change to the next page, even though the music is off 2. The equalizer should probably get flat when music is stopped rather than freeze in place 3. When you go back all the way to the first page of the installer the music start again, even if it was stopped. Just thought I'll let you know, it's not major but should be fixed when you have the time.
__________________
Ultimate Conversion Compressor Creator (Discontinued/Abandoned) My Other Tools: File Splitter and Merger - Multiple Text/String Replacer (MTSR) - UCC Files & Folders Lister Microsoft Certified Professional Retired Conversion Creator |
| The Following User Says Thank You to vollachr For This Useful Post: | ||
Gupta (24-01-2018) | ||
|
#173
|
||||
|
||||
|
Quote:
__________________
Haters gonna hate
|
|
#174
|
||||
|
||||
|
Must have missed it then, there are so many pages and posts here.
Anyway, a question, why does the percentage on the progress bar changes size when I change the small installer font size, shouldn't it be fixed size so it fits in the progress bar no matter what? It's just seems weird to me, if the need to change the progress bar percentage size arises it should be a separate option in my opinion.
__________________
Ultimate Conversion Compressor Creator (Discontinued/Abandoned) My Other Tools: File Splitter and Merger - Multiple Text/String Replacer (MTSR) - UCC Files & Folders Lister Microsoft Certified Professional Retired Conversion Creator |
|
#175
|
||||
|
||||
|
Any way of installing archives created with FreeArc CLS-Diskspan plugin with CIUv2.0.5g?
Simply adding CLS-Diskspan.dll to the Include\Addons folder isn't enough, It gives out an unsupported compression method error at the beginning of the installation. Any ideas about that?
__________________
Ultimate Conversion Compressor Creator (Discontinued/Abandoned) My Other Tools: File Splitter and Merger - Multiple Text/String Replacer (MTSR) - UCC Files & Folders Lister Microsoft Certified Professional Retired Conversion Creator |
|
#177
|
||||
|
||||
|
I just tried but I get an error in the compiler:
Code:
Error at line: 357 Source file "H:\Conversions\Archive\Wasteland 2\CIU v2.0.5.1 GOG DC\Languages\ChineseS.txt" does not exist. Also, I tried making a copy of the ChineseT.txt as ChineseS.txt and I got a similar error for ChineseS.png. For the time being for testing purpose I just copied the ChineseT files as ChineseS, so I managed to finally compile the setup using the file you supplied. I'll let you know if it works in a few hours.
__________________
Ultimate Conversion Compressor Creator (Discontinued/Abandoned) My Other Tools: File Splitter and Merger - Multiple Text/String Replacer (MTSR) - UCC Files & Folders Lister Microsoft Certified Professional Retired Conversion Creator Last edited by vollachr; 08-02-2018 at 05:55. |
|
#178
|
||||
|
||||
|
Quote:
UPDATE Yep, happen with Setup.bin+Setup.exe as well, it's just annoying though, it doesn't seem to effect installation or un-installation in any way. Oh, there's also the 2nd annoying popup during uninstall (see 2nd attachment)
__________________
Ultimate Conversion Compressor Creator (Discontinued/Abandoned) My Other Tools: File Splitter and Merger - Multiple Text/String Replacer (MTSR) - UCC Files & Folders Lister Microsoft Certified Professional Retired Conversion Creator Last edited by vollachr; 08-02-2018 at 08:33. |
|
#179
|
|||
|
|||
|
cls-diskspanning works?
|
|
#180
|
||||
|
||||
|
Yes, it does, just the problems I described in previous 2 posts, the missing files (which I worked around) and the couple attached images in last post.
__________________
Ultimate Conversion Compressor Creator (Discontinued/Abandoned) My Other Tools: File Splitter and Merger - Multiple Text/String Replacer (MTSR) - UCC Files & Folders Lister Microsoft Certified Professional Retired Conversion Creator |
| The Following User Says Thank You to vollachr For This Useful Post: | ||
Gupta (08-02-2018) | ||
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INDEX - Conversion Tutorial Index | Razor12911 | Conversion Tutorials | 5 | 11-06-2020 02:05 |
| Crysis 3 DVD9 to 3xDVD5 Custom Installer | spawniectes | PC Games - CD/DVD Conversions | 79 | 31-08-2017 07:19 |
| Tutorial using CI 8.0.0 | yener90 | Conversion Tutorials | 424 | 21-10-2014 09:49 |