|
|
|
#1
|
|||
|
|||
|
Hello, when compressing a game, I made a mistake by selecting components 1 instead of task 1 to add the bonuses separately.
Can you manually correct the records.ini file? To avoid starting from scratch? |
| Sponsored Links |
|
#2
|
||||
|
||||
|
Yes. Only rename Component= key to Task= key inside records.ini file.
|
| The Following User Says Thank You to Cesar82 For This Useful Post: | ||
fabrieunko (27-06-2025) | ||
|
#3
|
|||
|
|||
|
Quote:
Code:
if ISDoneInit(ExpandConstant('{tmp}\record.inf'), $F777, 0, 0, 0, MainForm.Handle, 512, @ProgressCallback) and FileSearchInit(True) then
begin
ExtractTemporaryFile('ENGLISH.INI');
ChangeLanguage('English');
repeat
if ISArcExtract(0, 0, ExpandConstant('{src}\data-1.bin, ExpandConstant('{app}'), '', False, '', ExpandConstant('{tmp}\Arc.ini'), ExpandConstant('{app}'), False) then
ISDoneError := False
else
Break;
until True;
ISDoneStop;
end;
Last edited by Dunnowho69; 27-06-2025 at 23:52. |
|
#4
|
||||
|
||||
|
Quote:
|
| The Following User Says Thank You to Cesar82 For This Useful Post: | ||
Dunnowho69 (28-06-2025) | ||
![]() |
| Tags |
| cls-diskspan, compressor, diskspan, diskspan_gui |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to use diskspan bat | mausschieber | Conversion Tutorials | 13 | 14-01-2026 19:20 |
| DiskSpan on Linux | hydefromt70s | Conversion Tutorials | 1 | 15-10-2020 07:12 |
| DiskSpan FreeArc returns an error | Titeuf | Conversion Tutorials | 2 | 18-07-2020 01:46 |
| CIU 3.0.0.0.u3 (2019-03-28) - Diskspan Issues | mesut28 | Conversion Tutorials | 17 | 30-03-2019 02:28 |
| R.G. Gamers DiskSpan | Simorq | Conversion Tutorials | 1 | 28-10-2017 08:22 |