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

Reply
 
Thread Tools Display Modes
  #16  
Old 09-10-2024, 16:19
Dario06's Avatar
Dario06 Dario06 is offline
Registered User
 
Join Date: Sep 2024
Location: Betelgeuse
Posts: 37
Thanks: 10
Thanked 20 Times in 13 Posts
Dario06 is on a distinguished road
Quote:
Originally Posted by Cesar82 View Post
Try with the attached file.
perfect!
it works now


the code says if there is an error in isdone you have to go back to 100%, I'm right cesar?
or if it doesn't find isdone

Code:
  if not ISDoneError then
  begin
    WizardForm.ProgressGauge.Position := 1000;
  end;

Last edited by Dario06; 09-10-2024 at 16:29.
Reply With Quote
Sponsored Links
  #17  
Old 09-10-2024, 17:45
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,027
Thanks: 1,738
Thanked 2,194 Times in 751 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by Dario06 View Post
perfect!
it works now


the code says if there is an error in isdone you have to go back to 100%, I'm right cesar?
or if it doesn't find isdone
Code:
  if not ISDoneError then
  begin
    WizardForm.ProgressGauge.Position := 1000;
  end;
For some reason the native progress bar has a delay and when the wizardform is resized the bar does not update.
This causes the bar to return to 100% if no error occurs.

Last edited by Cesar82; 09-10-2024 at 17:47.
Reply With Quote
The Following User Says Thank You to Cesar82 For This Useful Post:
Behnam2018 (09-10-2024)
  #18  
Old 10-10-2024, 08:51
Dario06's Avatar
Dario06 Dario06 is offline
Registered User
 
Join Date: Sep 2024
Location: Betelgeuse
Posts: 37
Thanks: 10
Thanked 20 Times in 13 Posts
Dario06 is on a distinguished road
Other Options

I made some changes and everything seems to work well cesar, I will use it for GTA5 evolved, Thanks for everything!

Original Script
Attached Images
File Type: png Screenshot_3.png (38.6 KB, 123 views)
Attached Files
File Type: 7z cdx script remake with DSG support (standard+enhannced)_dario06.7z (19.3 KB, 13 views)

Last edited by Dario06; 11-10-2024 at 14:24.
Reply With Quote
The Following 4 Users Say Thank You to Dario06 For This Useful Post:
Cesar82 (11-10-2024), kj911 (10-10-2024), Lord.Freddy (11-10-2024), ScOOt3r (10-10-2024)
  #19  
Old 11-10-2024, 09:17
Jahan1373 Jahan1373 is offline
Registered User
 
Join Date: Jan 2022
Location: Yes
Posts: 46
Thanks: 94
Thanked 8 Times in 8 Posts
Jahan1373 is on a distinguished road
Hello dear friend, I used your installation, but how can I get more information?
Data.bin
I need 8 data, can you solve this problem?
Reply With Quote
  #20  
Old 24-10-2024, 17:24
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,027
Thanks: 1,738
Thanked 2,194 Times in 751 Posts
Cesar82 is on a distinguished road
CODEX Installer Script (DSG) attached.
Code:
- updated DSG module.
Attached Files
File Type: 7z CODEX (Remake) (final) (2024.10.24).7z (9.06 MB, 32 views)
Reply With Quote
The Following User Says Thank You to Cesar82 For This Useful Post:
Lord.Freddy (24-10-2024)
  #21  
Old 25-10-2024, 01:28
fabrieunko fabrieunko is offline
Registered User
 
Join Date: Sep 2021
Location: france
Posts: 171
Thanks: 273
Thanked 52 Times in 45 Posts
fabrieunko is on a distinguished road
I wanted to test this installer with a game that I have already compacted with DSG 2.0.2.1.
so I took my setup.dll which I decompressed with dsg and put all the files in Setup_DLL (from codex) and launched a build. but when I run the setup I get the following message: incompatible version of the CLS-DiskSpan.dll library



so I retested by putting back the original CLS-DISKSPAN.dll file (from codex) and I got the same error?
what to do to resolve the problem?
thanks in advance
Reply With Quote
  #22  
Old 25-10-2024, 07:19
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,027
Thanks: 1,738
Thanked 2,194 Times in 751 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by fabrieunko View Post
I wanted to test this installer with a game that I have already compacted with DSG 2.0.2.1.
so I took my setup.dll which I decompressed with dsg and put all the files in Setup_DLL (from codex) and launched a build. but when I run the setup I get the following message: incompatible version of the CLS-DiskSpan.dll library


so I retested by putting back the original CLS-DISKSPAN.dll file (from codex) and I got the same error?
what to do to resolve the problem?
thanks in advance
Are you sure you compressed the game with v2.0.2.1 of DSG?
From what I remember it was in v2.0.2.0 that cls-diskspan.dll was changed, so maybe you used an older DSG to compress the game.
CODEX installer does not have a cls-diskspan.dll.
The Setup_DLL folder in the installer's psdts contains CLS-DiskSpan.dll which is the content generated by DSG in Setup.dll during compression of the sample that accompanies the installer.

Last edited by Cesar82; 25-10-2024 at 07:26.
Reply With Quote
The Following User Says Thank You to Cesar82 For This Useful Post:
fabrieunko (25-10-2024)
  #23  
Old 25-10-2024, 08:07
fabrieunko fabrieunko is offline
Registered User
 
Join Date: Sep 2021
Location: france
Posts: 171
Thanks: 273
Thanked 52 Times in 45 Posts
fabrieunko is on a distinguished road
actually I must have made a mistake... on the other hand I'm trying to translate the installer into French
but I can't find where to find the text of this page


Reply With Quote
  #24  
Old 25-10-2024, 09:00
Dario06's Avatar
Dario06 Dario06 is offline
Registered User
 
Join Date: Sep 2024
Location: Betelgeuse
Posts: 37
Thanks: 10
Thanked 20 Times in 13 Posts
Dario06 is on a distinguished road
Quote:
Originally Posted by fabrieunko View Post
actually I must have made a mistake... on the other hand I'm trying to translate the installer into French
but I can't find where to find the text of this page



HTML Code:
[Languages]
Name: "Francaise"; MessagesFile: "compiler:languages\French.isl"

frmDirBrowse.Caption := SetupMessage(msgBrowseDialogTitle);
lblBrowse.Caption := SetupMessage(msgBrowseDialogLabel);
Convert in your languages
example:
=Install path contains bad characters! is english
=Le chemin d'installation contient des caractères incorrects! is francaise

refer
HTML Code:
Francaise.ErrDir=Install path contains bad characters!
HTML Code:
[CustomMessages]
Francaise.ErrDir=Install path contains bad characters!
Francaise.ErrBro=They are bad characters at Start Menu directory!
Francaise.DirInstall=Install directory
Francaise.IconDest=&Create desktop shortcut
Francaise.IconGroup=Directory at Start Menu
Francaise.CreateIconGroup=&Create a Start Menu folder
Francaise.NoUninstall=Do not create uninstaller and do not write any specific system info
Francaise.ExitBtn=&Exit
Francaise.CopyCrack=Copy contents of CODEX directory to installdir
Francaise.ExDir=Directory to copy is wrong or empty!
Francaise.ErrCopy=Auto copying of CODEX folder is blocked by a system or AV! You need to copy CODEX folder yourself.
Francaise.FreeSpace1=At least
Francaise.FreeSpace2=of free space required
Francaise.ErrSize=There is not enough of free space on selected disk!
Francaise.MemoReady=Waiting for Input...
Francaise.InteProc=Cancel extraction?
Francaise.Success=Successfully Installed
Francaise.Fail=Installation Failed
Attached Images
File Type: png Screenshot_1.png (29.3 KB, 64 views)

Last edited by Dario06; 25-10-2024 at 09:23.
Reply With Quote
The Following User Says Thank You to Dario06 For This Useful Post:
fabrieunko (25-10-2024)
  #25  
Old 26-10-2024, 10:48
fabrieunko fabrieunko is offline
Registered User
 
Join Date: Sep 2021
Location: france
Posts: 171
Thanks: 273
Thanked 52 Times in 45 Posts
fabrieunko is on a distinguished road
I have another problem.. the files from the CODEX folder are not copied, and I don't have a shortcut on the desktop?

thank you Dario06 for your help I was able to translate everything into French
Reply With Quote
  #26  
Old 27-10-2024, 07:30
Dario06's Avatar
Dario06 Dario06 is offline
Registered User
 
Join Date: Sep 2024
Location: Betelgeuse
Posts: 37
Thanks: 10
Thanked 20 Times in 13 Posts
Dario06 is on a distinguished road
Quote:
Originally Posted by fabrieunko View Post
I have another problem.. the files from the CODEX folder are not copied, and I don't have a shortcut on the desktop?

thank you Dario06 for your help I was able to translate everything into French

this version works for me

the codex folder does not have to have a shortcut on the desktop it seems to me, because it is a game Crack and only needs to be copied into the game directory, but if you like having it you can have everything you want, just create a shortcut in [Icons]

Other:
Copy Codex files
Code:
  if (CurStep = ssPostInstall) and (chbCopyCrack.Checked) and not ISDoneError then begin
    CopyCrack(ExpandConstant('{src}\CODEX'), ExpandConstant('{app}'));
   end;
Copy Folder and Files

Code:
   if (CurStep = ssPostInstall) and (chbCopyCrack.Checked) and not ISDoneError then begin
    CopyCrack(ExpandConstant('{src}\CODEX'), ExpandConstant('{app}\CODEX'));
   end;
Rename CODEX in your folder Crack:

CODEX
Code:
{src}\CODEX
SKiDROW
Code:
{src}\SKiDROW
Attached Images
File Type: png Screenshot_1.png (63.6 KB, 40 views)
Attached Files
File Type: 7z codex_installer.7z (1.46 MB, 12 views)

Last edited by Dario06; 27-10-2024 at 10:55.
Reply With Quote
The Following User Says Thank You to Dario06 For This Useful Post:
ScOOt3r (27-10-2024)
  #27  
Old 27-10-2024, 08:21
fabrieunko fabrieunko is offline
Registered User
 
Join Date: Sep 2021
Location: france
Posts: 171
Thanks: 273
Thanked 52 Times in 45 Posts
fabrieunko is on a distinguished road
It's my fault I forgot something it works..

Last edited by fabrieunko; 27-10-2024 at 08:32.
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
Simple Installer Script Masquerade Conversion Tutorials 90 11-11-2024 01:49
Light Installer Script (LIS) - DiskSpan_GUI Cesar82 Conversion Tutorials 203 04-10-2024 11:48
Ultimate Conversion Compressor (UCC) vollachr Conversion Tutorials 55 26-04-2021 10:27
INDEX - Conversion Tutorial Index Razor12911 Conversion Tutorials 5 11-06-2020 03:05



All times are GMT -7. The time now is 17:43.


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