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

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 16-08-2021, 14:32
XxAZAxX XxAZAxX is offline
Registered User
 
Join Date: Jul 2018
Location: LUNA
Posts: 26
Thanks: 48
Thanked 6 Times in 5 Posts
XxAZAxX is on a distinguished road
Talking Hi bro

Quote:
Originally Posted by Cesar82 View Post
Sorry for that, it was a mistake on my part when assembling the code.
I will have to fix this in all scripts supported by DiskSpan GUI (Including DSG Extraction Tool).

FIX: Change in script the variable name from "StrLine" to "TmpStr" in line 4029.

It should look like this after changing it.
Code:
Delete(TmpStr, 1, Pos(Separator, TmpStr));
I didn't do tests to check if it is extracting the selected files correctly.
Please report it if it is not working properly.
Hi Cesar82, There is no need to apologize indeed I always thank you for all the work you do!

However, the change you just proposed worked great and I can confirm that everything is now 100% working.

1 - There is no longer the problem of sudden crush or freeze installer.
2 - Now the installer extracts what I select.
3 - In the "Record.ini" file you released there is the wording:

Code:
[Record1]
Type = FreeArc_Original
Source = {src} \ Changelog.arc
Output = {app} \
Disk = 1.2
Size = 32.11 GB

in

Type = Freearc_Original
Source = {src} \ Changelog.arc
Output = {app} \
Disk = 1.2
Size = 32.11 GB
Where "Type = FreeArc_Original" is wrong for it to work I had to change to: "Type = Freearc_Original".

4 - In the "Settings.ini" file that you released there is the wording:

Code:
[TasksSettings]
Enable = 0
FlatPageMode = 0
ShowTaskSize = 1

Task1.Name = Language
Task1.ItemType = GROUP
Task1.Size = 0
Task1.Level = 0
Task1.Checked = 1
Task1.Enabled = 1

Task2.Name = cm: EN
Task2.ItemType = RADIO
Task2.Size = 500 mb
Task2.Level = 1
Task2.Checked = 1
Task2.Enabled = 1
The Italian Task is missing and the words "Task2.File = 1" under Task2.ItemType = RADIO / CHECK example:

Code:
Task2.Name = cm: EN
Task2.ItemType = RADIO
Task2.File = 1
Task2.Size = 500 mb
Task2.Level = 1
Task2.Checked = 1
Task2.Enabled = 1
For everything else I think it's all right, I hope I have been of help! and thanks again for all the work you do guys, and sorry for the time I stole from you! good summer to you too.
Attached Images
File Type: png Screenshot_1.png (128.5 KB, 245 views)
File Type: png Screenshot_2.png (299.8 KB, 213 views)
File Type: png Screenshot_3.png (92.8 KB, 244 views)
Reply With Quote
The Following User Says Thank You to XxAZAxX For This Useful Post:
Gehrman (22-08-2021)
Sponsored Links
  #2  
Old 16-08-2021, 15:52
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,077
Thanks: 1,835
Thanked 2,311 Times in 789 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by XxAZAxX View Post
3 - In the "Record.ini" file you released there is the wording:

Code:
[Record1]
Type=FreeArc_Original
Source = {src}\Changelog.arc
Output = {app}\
Disk = 1.2
Size = 32.11 GB

in

Type = Freearc_Original
Source = {src}\Changelog.arc
Output = {app}\
Disk = 1.2
Size = 32.11 GB
Where "Type = FreeArc_Original" is wrong for it to work I had to change to: "Type = Freearc_Original".
It should work the same way.
Maybe there was some TAB character on the Type= line.
DiskSpan GUI generates records.ini with FreeArc_Original and other users always install games using FreeArc_Original without problems.
It is not case sensitive the type name, see that the script was used LowerCase that leaves everything in lowercase during the comparison.
Code:
function ConvertDataType(sType: String): Integer;
begin
  case Trim(LowerCase(sType)) of
    LowerCase('FreeArc_Original') : Result := ARC_SIMPLE;
    LowerCase('7-Zip_Original')   : Result := ZIP_SIMPLE;
    LowerCase('WinRAR_Original')  : Result := RAR_SIMPLE;
    LowerCase('FreeArc_Split')    : Result := ARC_MERGED;
    LowerCase('7-Zip_Split')      : Result := ZIP_MERGED;
    LowerCase('WinRAR_Split')     : Result := RAR_MERGED;
    LowerCase('Split')            : Result := SPLIT_PART;
    LowerCase('Delta')            : Result := DELTA_FILE;
  end;
end;
Quote:
Originally Posted by XxAZAxX View Post
For everything else I think it's all right, I hope I have been of help! and thanks again for all the work you do guys, and sorry for the time I stole from you! good summer to you too.
It's a cold winter here now!

Quote:
Originally Posted by XxAZAxX View Post
So is this a superfluous code? that is, can it be eliminated without any problem? perfect Thanks again bro!
It was supposed to be used to ignore the lines of group type items, but was discontinued before it became public.

Last edited by Cesar82; 16-08-2021 at 16:08.
Reply With Quote
The Following 2 Users Say Thank You to Cesar82 For This Useful Post:
Gehrman (31-05-2022), XxAZAxX (16-08-2021)
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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
[Help] need Advanced Installer script with Razor1911's UltraArc module rez3vil Conversion Tutorials 3 15-04-2024 02:24
Portable Installer Inno Setup Script y_thelastknight Conversion Tutorials 59 23-10-2020 00:02
INDEX - Conversion Tutorial Index Razor12911 Conversion Tutorials 5 11-06-2020 02:05
Simple Arc Installer 78372 Conversion Tutorials 1 15-06-2017 15:37
MSC+Srep+lzma Simple Script Example gozarck Conversion Tutorials 10 07-09-2015 16:31



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


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