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

Reply
 
Thread Tools Display Modes
  #421  
Old 19-07-2020, 00:38
samadrahman74 samadrahman74 is offline
Registered User
 
Join Date: Apr 2020
Location: iran
Posts: 35
Thanks: 57
Thanked 19 Times in 12 Posts
samadrahman74 is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
Code:
----------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------
CHANGELOG CIU 3.0.0.0.u9
----------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------
- Added Precomp and PrecompX precompressor, see more information at: https://fileforums.com/showthread.php?t=103511

- Added new "RazorTools" decompression method "VFXRec" precompressor (method vfxrec).
  >> VFXRec (Metro Exodus Precompression Tool), see more information at: https://www.fileforums.com/showthread.php?t=103563  

- Added AutorunScript for CIU (Optional).
  >> AutorunScript is simply a launcher that creates an "Autorun.exe" file that can be placed next to "Setup.exe".
  >> If you run "Autorun.exe" the Autorun page will be displayed (If this page exists).
  >> If you run "Setup.exe" the autorun page will not be displayed by going directly to the installer page.
  >> If the file "Autorun.exe" is not placed next to "Setup.exe", CIU works as before.
  >> The file "Autorun.ico" is also optional for "Autorun.exe" and if it does not exist "Icon.ico/Setup.ico" will be used in both executables.

- Added DragMove functionality on all disabled buttons.
  >> When you click and hold the mouse click you can move the Autorun/Installer window by clicking on a disabled button as if the button was there.

- Added mouse scroll mode to move LangBox flags;
  >> Only when the LangBox arrows are being displayed and LangBox Horizontal or Vertical position.
  >> Position the mouse cursor over the LangBox flags and rotate the mouse scroll button to move the flags.

- Added language switching by pressing the arrow keys on the keyboard.
  >> Only when the LangBox arrows are being displayed and LangBox Horizontal or Vertical position.
  >> For LangBox horizontal use keyboard keys LEFT/RIGHT and for LangBox vertical use keyboard keys UP/DOWN to change installer language.
  
- Added "STDZRec" precompressor for independent selection in "COMPRESSOR.ini" file.
  >> This precompressor has only a 64-bit version see more information at https://fileforums.com/showthread.php?t=102599.
  >> STDZRec already existed at CIU on "RazorTools" compressors.
  
- Removed "oo2core_5_win32.dll" and "oo2core_5_win64.dll" files from XTool compressor.
  >> XTool still have bugs with Oodle, and we have OodleRec precompressor anyway.

- Updated BASS library from v2.4.14 to v2.4.15
- Updated compressor/decompressor RAR (UnRAR.dll) from v5.80 to v5.90
- Changed "packmp3.exe" and "packjpg.exe" to 32-bit version to make "MPZ" compatible with 32-bit system.
- Changed to "Compressor = x64" compression mode when using "DUAL" mode and 64BitOnly=1.
  >> If the key "64BitOnly=1" in the Setup.ini the items defined as "DUAL" will be changed to "x64" to decrease the size of the final "Setup.exe".

- Removed "Pckr.dll" from CIU 3.0.0.0 because the CreateImageMask function was added to "CIULib.dll".
- Removed function "define ISDoneOriginal" because no one uses it and it is no longer needed.
- Removed function "#define RecreateMasks" when compiling "Setup.exe" (bitmap Masks).
  >> No longer necessary because it works perfectly creating bitmap masks on runtime.

- Fixed the locking of the "Setup.ini/Registry.iss" files when copied and try to save changes to these files.
  >> Previously, a copy was made to a temporary folder before compiling and this temporary file was blocked until it was finalized.
  >> When opening the Inno Setup IDE again and trying to compile any CIU project these files would be unlocked and would be deleted.
  >> It has now been corrected and it is no longer necessary to make these copies.

- Added support for "PMT - Parallel Multithreaded Encoder/Decoder" for "MPZ" compressor.
  >> The "#define PMT" option has been removed, now it is chosen as a type in the RAZOR and MPZ compressors.
  >> See "COMPRESSOR.ini" for compatible compressors and how to use them.
 
- Fixed progress of the SmallInstaller progress bar when not using images for ProgressBar.
- Fixed to display replace the PercentLabel with PercentButton (PercentButton show same text as the label) only when you do not use ProgressBar images and are positioned over the ProgressBar.
  >> Thus, by positioning the PercentsLabel outside the ProgressBar, it allows displaying the shadows of the label even without using images for the progress bar.

- Fixed the option to copy external compressors that were not working well.

- Fixed bug when obtaining FreeSpace of drives.
  >> Changed detection method from GetSpaceOnDisk to GetSpaceOnDisk64 (Only IS UNICODE).

- Fixed the display of the FreeSpace label to display values with two decimal places if the last decimal digits are not zero.
  >> Example: 3300.002 MB >> 3300 MB, 4.361 GB >> 4.36 GB, 4,204 GB >> 4.2 GB, 4.108 GB >> 4.1 GB, 4.007 GB >> 4 GB, etc.

- Added a backup from the previous label to the FreeSpace label on the SelectDir page.
  >> Clicking on the browse button will create a backup of the FreeSpace label on the SelectDir page.
  >> If you select another partition, the FreeSpace label on the SelectDir page is changed according to the available space obtained.
  >> After that, if you click on the "Cancel" or "Close" (X) button, backup of old label will be restored, and if you click OK, this backup will be skipped.
Code:
[18.07.2020]
- Reworked DiskSpan.bat file
  > It is now possible to use it with List files.
    It will give you the ability to use different compression methods for a single game
    without doing anything else. No calculate, no manually moving. DiskSpan.bat will
    do it all for you.
  > DiskSpan.bat has now two modes: x64 and x86.
    It will now indicate through a color which method is aviable on x64 systems only.
    For example you can't use RAZOR or LOLZ on x86 systems because it is x64 only for compression,
    therefore you can't use this methods if you're running on x86 system.
  > DiskSpan.bat is now able to call individual commands BEFORE or AFTER compression.
    This is helpfull if you have to use individual commands for different purposes, just like create
    backup folders inside game folder, move files, delete files, rename files and such before or after
    compressing.
- Changed HxD Editor to english version
- Fixed Autorun.inf creation and Setup.ico copy for disks above 1
- Added AFR to diskspan again (because it is now possible with list files)
Added to first post.
Assassin's Creed - Odyssey v1.5.3


Code:
afr:a2+srep:m3f:a16:d1g+lolz:tt8:d128m:mt4:fba0:mc1023:gm20
Reply With Quote
Sponsored Links
  #422  
Old 19-07-2020, 01:54
houcine80's Avatar
houcine80 houcine80 is offline
Registered User
 
Join Date: Jul 2013
Location: Save Palestine
Posts: 873
Thanks: 3,105
Thanked 3,905 Times in 570 Posts
houcine80 is on a distinguished road
arabic
PrerequisitesPage=المتطلبات المسبقة للبرامج

french
PrerequisitesPage=Conditions préalables logicielles
Reply With Quote
The Following User Says Thank You to houcine80 For This Useful Post:
Cesar82 (19-07-2020)
  #423  
Old 19-07-2020, 02:29
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 3,892
Thanks: 1,020
Thanked 6,359 Times in 2,357 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by samadrahman74 View Post
Assassin's Creed - Odyssey v1.5.3


Code:
afr:a2+srep:m3f:a16:d1g+lolz:tt8:d128m:mt4:fba0:mc1023:gm20
Do you use only forge files for Data1?
Do you have enough free hdd space?
__________________
Haters gonna hate

Last edited by KaktoR; 19-07-2020 at 03:09.
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
samadrahman74 (19-07-2020)
  #424  
Old 19-07-2020, 04:01
Cesar82's Avatar
Cesar82 Cesar82 is online now
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 891
Thanks: 1,480
Thanked 1,944 Times in 654 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by samadrahman74 View Post
Farsi
PrerequisitesPage=نرم افزارهای پیشنیاز
@samadrahman74, thanks for the collaboration.
The Farsi language still has other labels in translation:
If you can translate, thank you in advance.
Code:
ButtonAbout=About...
ChangeDiskLabel=Please insert disk %1 with %2 file.%nBrowse for required file?
After translating these labels, the farsi language will already be translated.

------------------------------------------------------
Quote:
Originally Posted by houcine80 View Post
arabic
PrerequisitesPage=المتطلبات المسبقة للبرامج

french
PrerequisitesPage=Conditions préalables logicielles
@houcine80, thanks for the collaboration.
There are still other labels that are not translated into arabic and also into french.
If you can help, here are the labels.
Code:
ButtonAbout=About...
ButtonPause=Susp&end
ButtonResume=R&esume
ButtonVerify=&Verify
ButtonStop=S&top
ButtonLog=&Log
ButtonInfo=In&fo
Open=Open

Merging=Merging file %1 (%3%) to %2 (%4%)...
ChangeDiskLabel=Please insert disk %1 with %2 file.%nBrowse for required file?

UnregisterUWPGame=Unregister UWP game from your system...
RegisterUWPGame=Registring UWP game on your system...
ShortcutUWPGame=Creating shortcuts for the UWP game...

HashPageTitle=Hash Check
HashStatusLabel=Processed %1 of %2 (%3%)
HashResultLabel=(%1%) Ok: %2  Missing: %3  Bad: %4   
HashWaitingLabel=The installer is ready to do the hash check of the files
HashOk=Hash_OK
HashNoFile=File not found!
HashAbort=Check of files has been interrupted!
HashBadParam=Invalid hash algorithm!
HashBadHash=File hash does not match!
HashGeneralError=General error!
P.S: The labels ButtonPause and ButtonResume has arabic translation, but not French.
@houcine80, if you can translate, thank you in advance!
After translating these labels, the arabic and french language will already be translated.
Reply With Quote
  #425  
Old 19-07-2020, 05:11
pincoball pincoball is offline
Registered User
 
Join Date: Mar 2020
Location: Italy
Posts: 29
Thanks: 20
Thanked 10 Times in 8 Posts
pincoball is on a distinguished road
Italian:
PrerequisitesPage=Prerequisiti software
Reply With Quote
  #426  
Old 19-07-2020, 05:40
samadrahman74 samadrahman74 is offline
Registered User
 
Join Date: Apr 2020
Location: iran
Posts: 35
Thanks: 57
Thanked 19 Times in 12 Posts
samadrahman74 is on a distinguished road
Farsi
ButtonAbout=...درباره ما
ChangeDiskLabel=لطفا دیسک %1 حاوی فایل %2 قرار دهید .%nمسیر فایل موردنیاز را دارید؟
Reply With Quote
  #427  
Old 19-07-2020, 07:18
samadrahman74 samadrahman74 is offline
Registered User
 
Join Date: Apr 2020
Location: iran
Posts: 35
Thanks: 57
Thanked 19 Times in 12 Posts
samadrahman74 is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
Do you use only forge files for Data1?
Do you have enough free hdd space?
Code:
set GAME[1].NAME=Assassins Creed Odyssey
::set GAME[1].EXEC=game.exe
set GAME[1].DATA[1]=Data1.bin
set GAME[1].LIST[1]=Lists\Include1.txt
Include1.txt
Code:
*.forge
free space 300G ssd
Reply With Quote
  #428  
Old 19-07-2020, 09:51
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 3,892
Thanks: 1,020
Thanked 6,359 Times in 2,357 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by samadrahman74 View Post
Code:
set GAME[1].NAME=Assassins Creed Odyssey
::set GAME[1].EXEC=game.exe
set GAME[1].DATA[1]=Data1.bin
set GAME[1].LIST[1]=Lists\Include1.txt
Include1.txt
Code:
*.forge
free space 300G ssd
First afr temp: 82 GB forge files
second afr temp (precompression): ~ 200% ratio (maybe a bit less) = 164 GB
second afr temp (precompression) copy to new temp: 164 GB
2 * 164 GB = At least 328 GB free space needed for compression

I bet you need more free space. That's why I hate afr with big games.

I don't remember if afr delete the first temp file (82GB original forge input temp) if precompression is finish and copy second temp to new temp. If not, then you have to add +82 GB input to 328 GB temp.
__________________
Haters gonna hate

Last edited by KaktoR; 19-07-2020 at 09:54.
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
samadrahman74 (19-07-2020)
  #429  
Old 19-07-2020, 10:50
houcine80's Avatar
houcine80 houcine80 is offline
Registered User
 
Join Date: Jul 2013
Location: Save Palestine
Posts: 873
Thanks: 3,105
Thanked 3,905 Times in 570 Posts
houcine80 is on a distinguished road
ar
ButtonPause=إيقاف
ButtonResume=الخلاصة

fr
ButtonPause=Suspendre
ButtonResume=Résumé
Reply With Quote
The Following User Says Thank You to houcine80 For This Useful Post:
Cesar82 (19-07-2020)
  #430  
Old 19-07-2020, 15:54
houcine80's Avatar
houcine80 houcine80 is offline
Registered User
 
Join Date: Jul 2013
Location: Save Palestine
Posts: 873
Thanks: 3,105
Thanked 3,905 Times in 570 Posts
houcine80 is on a distinguished road
FR :
ButtonAbout=À propos...
ButtonVerify=Vérifie
ButtonStop=Arrête
ButtonLog=journal
ButtonInfo=Info
Open=Ouvrir

Merging=Fusionner le fichier %1 (%3%) à %2 (%4%)...
ChangeDiskLabel=Veuillez insérer le disque %1 avec %2 fichier.%nRecherchez le fichier requis?

UnregisterUWPGame=Désenregistrer le jeu UWP de votre système...
RegisterUWPGame=Enregistrement du jeu UWP sur votre système...
ShortcutUWPGame=Création de raccourcis pour le jeu UWP...

HashPageTitle=Vérification du hachage
HashStatusLabel=Traitement %1 de %2 (%3%)
HashResultLabel=(%1%) Ok: %2 Manquant: %3 Mauvais: %4
HashWaitingLabel=Le programme d'installation est prêt à effectuer la vérification du hachage des fichiers
HashOk=Hachage_OK
HashNoFile=Fichier non trouvé!
HashAbort=La vérification des fichiers a été interrompue!
HashBadParam=Algorithme de hachage non valide!
HashBadHash=Le hachage du fichier ne correspond pas!
HashGeneralError=Erreur générale!


PS: i ll send you the arabic translation tomorrow

Last edited by houcine80; 20-07-2020 at 03:03.
Reply With Quote
The Following User Says Thank You to houcine80 For This Useful Post:
Cesar82 (19-07-2020)
  #431  
Old 19-07-2020, 17:05
Cesar82's Avatar
Cesar82 Cesar82 is online now
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 891
Thanks: 1,480
Thanked 1,944 Times in 654 Posts
Cesar82 is on a distinguished road
@houcine80
Thanks for translations.

1)
This label is a caption of a button that displays the CIU information page.
Quote:
ButtonAbout=à propos...
Don't have a way to capitalize the first letter?
Or should the French language be written in lowercase?

2)
Quote:
Merging=Fusionner le fichier %1 (%3%) to %2 (%4%)...
This word "to" has not been translated. Can I use pour or keep the word "to"?
This label is displayed when joining the parts of split files from UltraAr as in the example below.
The first percentages is the current file and the last refers to the total percentage of the merging of all parts.
Code:
Merging=Fusionner le fichier Data1a.bin (87%) to Data1.bin (12%)...
@samadrahman7, thanks.
I found some more untranslated labels in the Farsi language.
Code:
SpecialThanksTitle=Special Thanks

CreateDesktopIcon=Create a desktop shortcut
OptimalInstallation=Optimal installation (Faster)

Merging=Merging file %1 (%3%) to %2 (%4%)...

Last edited by Cesar82; 19-07-2020 at 19:28.
Reply With Quote
  #432  
Old 19-07-2020, 19:25
Cesar82's Avatar
Cesar82 Cesar82 is online now
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 891
Thanks: 1,480
Thanked 1,944 Times in 654 Posts
Cesar82 is on a distinguished road
CIU 3.0.0.1 Language files - Need Translation

I reviewed all CIU language files.
I found many untranslated labels in most languages.
To avoid posting several posts here, I decided to post the file with the attached languages files.

If you are one of those who collaborated with translation to CIU or want to collaborate in any of the untranslated languages, please download the file and open the text file and look for the semicolon symbol ";" (without quotes).

All labels that need to be translated are marked with ";" at the beginning of the line and has the character =.
After translating each line, remove the ";" from the beginning of the translated lines.

The text must be translated only after the = sign.
lines with "; ***" (Semicolon followed by asterisks) are for information only and do not need to be translated.
The character "&" in the labels referring to the caption of the buttons is just a shortcut key identifier, and is not displayed in the caption of the button.
The letter following the "&" character is the keyboard shortcut key for the button.

After translating you can send me the language file in a post or by PM.
Thank you all for your cooperation!

@houcine80 found an error in english labels.
When translating these labels from the language file, interpret them as shown below.
Code:
UnregisterUWPGame=Unregistering UWP game from your system...
RegisterUWPGame=Registering UWP game on your system...
ShortcutUWPGame=Creating shortcuts for the UWP game...
Attached Files
File Type: 7z CIU_3.0.0.1_Languages.7z (61.7 KB, 13 views)

Last edited by Cesar82; 21-07-2020 at 14:50.
Reply With Quote
The Following User Says Thank You to Cesar82 For This Useful Post:
Grumpy (20-07-2020)
  #433  
Old 19-07-2020, 23:43
samadrahman74 samadrahman74 is offline
Registered User
 
Join Date: Apr 2020
Location: iran
Posts: 35
Thanks: 57
Thanked 19 Times in 12 Posts
samadrahman74 is on a distinguished road
Farsi/Persian Translation
Attached Files
File Type: zip Farsi.zip (4.4 KB, 6 views)
Reply With Quote
The Following User Says Thank You to samadrahman74 For This Useful Post:
Cesar82 (20-07-2020)
  #434  
Old 20-07-2020, 02:03
houcine80's Avatar
houcine80 houcine80 is offline
Registered User
 
Join Date: Jul 2013
Location: Save Palestine
Posts: 873
Thanks: 3,105
Thanked 3,905 Times in 570 Posts
houcine80 is on a distinguished road
hi
ButtonAbout=À propos...

ButtonLog=journal

Merging=Fusionner le fichier %1 (%3%) à %2 (%4%)...
Attached Files
File Type: rar Arabic.rar (3.9 KB, 3 views)
File Type: rar French.rar (4.0 KB, 6 views)

Last edited by houcine80; 20-07-2020 at 06:53.
Reply With Quote
  #435  
Old 20-07-2020, 06:52
samadrahman74 samadrahman74 is offline
Registered User
 
Join Date: Apr 2020
Location: iran
Posts: 35
Thanks: 57
Thanked 19 Times in 12 Posts
samadrahman74 is on a distinguished road
hi
What is the problem the installation path? CIU 3.0.0.0.u9 (2020-07-01)

Reply With Quote
Reply

Thread Tools
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
INDEX - Conversion Tutorial Index Razor12911 Conversion Tutorials 5 11-06-2020 02:05
[GSERIES] Custom Installer Ultimate V2g Gupta Conversion Tutorials 226 01-06-2018 13:12
Crysis 3 DVD9 to 3xDVD5 Custom Installer spawniectes PC Games - CD/DVD Conversions 79 31-08-2017 07:19



All times are GMT -7. The time now is 09:22.


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