Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #106  
Old 24-05-2013, 07:53
D4rkSp4wn D4rkSp4wn is offline
Registered User
 
Join Date: Mar 2013
Location: Brasil
Posts: 16
Thanks: 18
Thanked 8 Times in 6 Posts
D4rkSp4wn is on a distinguished road
Quote:
Originally Posted by foo8088 View Post
ops sry i found the answer
Could you please share it with us?
Reply With Quote
The Following User Says Thank You to D4rkSp4wn For This Useful Post:
Kurutucu (24-05-2013)
Sponsored Links
  #107  
Old 25-05-2013, 15:44
Kurutucu Kurutucu is offline
Registered User
 
Join Date: Aug 2012
Location: Somewhere in the world
Posts: 159
Thanks: 78
Thanked 209 Times in 48 Posts
Kurutucu is on a distinguished road
Updated 1.4

-Added Publisher.

-Fixed all extraction problems and bugs.

Last edited by Kurutucu; 09-06-2013 at 12:08.
Reply With Quote
The Following 3 Users Say Thank You to Kurutucu For This Useful Post:
Prince Soft (10-11-2016), sidelee72 (25-05-2013), skakmatch (26-05-2013)
  #108  
Old 26-05-2013, 09:14
goku1205 goku1205 is offline
Registered User
 
Join Date: Nov 2008
Location: Poland
Posts: 8
Thanks: 1
Thanked 1 Time in 1 Post
goku1205 is on a distinguished road
Is not work :/ Problem in ISDone
Reply With Quote
  #109  
Old 26-05-2013, 09:49
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
Instructions
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
pakrat2k2 (26-05-2013)
  #110  
Old 26-05-2013, 10:29
D4rkSp4wn D4rkSp4wn is offline
Registered User
 
Join Date: Mar 2013
Location: Brasil
Posts: 16
Thanks: 18
Thanked 8 Times in 6 Posts
D4rkSp4wn is on a distinguished road
i still have the same problem extracting precomp+srep+freearc
Reply With Quote
  #111  
Old 26-05-2013, 10:35
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
ok wait... uploading v1.4 update for unicode

D4rkSpa4wn will fix the bug just wait a few minutes
Reply With Quote
  #112  
Old 26-05-2013, 10:56
y_thelastknight's Avatar
y_thelastknight y_thelastknight is offline
Registered User
 
Join Date: Mar 2010
Location: Canada
Posts: 437
Thanks: 616
Thanked 576 Times in 213 Posts
y_thelastknight is on a distinguished road
Quote:
Originally Posted by D4rkSp4wn View Post
i still have the same problem extracting precomp+srep+freearc
dude can you post your compressing file like arc.ini compress.bat precomp.exe srep.exe
Reply With Quote
  #113  
Old 26-05-2013, 11:16
D4rkSp4wn D4rkSp4wn is offline
Registered User
 
Join Date: Mar 2013
Location: Brasil
Posts: 16
Thanks: 18
Thanked 8 Times in 6 Posts
D4rkSp4wn is on a distinguished road
Using freearc 0.67

i select the all content of the main game folder, right click it, freearc add to archive

in the compression method in the gui i use

Code:
-mprecomp+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8
my arc.ini for decompression is


[External compressor:srep]
;options = l%d (minimal match length, default=512)
header = 0
packcmd = srep {options} -m3f $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep -d -s $$arcpackedfile$$.tmp $$arcdatafile$$.tmp

[External compressorrecomp]
header = 0
packcmd = precomp -intense0 -c- {options} -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd = precomp -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp

decompression line in the script is

Code:
    if not ISArcExtract ( 0, 100, ExpandConstant('{src}\*.bin'), ExpandConstant('{app}\'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break;
the errors i get are:



when i press ok i get



i have included the arc.ini into the script with the line

Code:
Source: Include\arc.ini; DestDir: {tmp}; Flags: dontcopy
i have no idea about what i am doing wrong lol
Reply With Quote
  #114  
Old 26-05-2013, 11:25
y_thelastknight's Avatar
y_thelastknight y_thelastknight is offline
Registered User
 
Join Date: Mar 2010
Location: Canada
Posts: 437
Thanks: 616
Thanked 576 Times in 213 Posts
y_thelastknight is on a distinguished road
Quote:
Originally Posted by D4rkSp4wn View Post
Using freearc 0.67

i select the all content of the main game folder, right click it, freearc add to archive

in the compression method in the gui i use

Code:
-mprecomp+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8
my arc.ini for decompression is


[External compressor:srep]
;options = l%d (minimal match length, default=512)
header = 0
packcmd = srep {options} -m3f $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep -d -s $$arcpackedfile$$.tmp $$arcdatafile$$.tmp

[External compressorrecomp]
header = 0
packcmd = precomp -intense0 -c- {options} -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd = precomp -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp

decompression line in the script is

Code:
    if not ISArcExtract ( 0, 100, ExpandConstant('{src}\*.bin'), ExpandConstant('{app}\'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break;
the errors i get are:



when i press ok i get



i have included the arc.ini into the script with the line

Code:
Source: Include\arc.ini; DestDir: {tmp}; Flags: dontcopy
i have no idea about what i am doing wrong lol
what is ur precomp and srep version?
Reply With Quote
  #115  
Old 26-05-2013, 11:28
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
BlackBox Inno Setup Script Unicode

Update v1.4

Changes
-Fixed Splash Screen
-Fixed Bug in data unpacking
-Added Srepx64 and Lzmax64 Support
-Now Set up archives in archive.ini
-Freearc 0.67 Alpha Support added
Attached Files
File Type: 7z Black_Box_Script_By_Kurutucu_V1.4_Unicode.7z (2.35 MB, 554 views)

Last edited by Razor12911; 26-05-2013 at 11:33.
Reply With Quote
The Following 5 Users Say Thank You to Razor12911 For This Useful Post:
mausschieber (26-05-2013), Prince Soft (10-11-2016), Simorq (16-01-2015), skakmatch (26-05-2013), y_thelastknight (26-05-2013)
  #116  
Old 26-05-2013, 11:35
D4rkSp4wn D4rkSp4wn is offline
Registered User
 
Join Date: Mar 2013
Location: Brasil
Posts: 16
Thanks: 18
Thanked 8 Times in 6 Posts
D4rkSp4wn is on a distinguished road
Quote:
Originally Posted by y_thelastknight View Post
what is ur precomp and srep version?
precomp 043
srep 3.2

both copied to include folder

i had no luck with precomp 042

and the older srep versions
Reply With Quote
The Following User Says Thank You to D4rkSp4wn For This Useful Post:
y_thelastknight (26-05-2013)
  #117  
Old 26-05-2013, 11:39
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
use precomp 038-042
use any srep version

I used this method in v1.4 Unicode Script and it worked

-mprecomp:t-jnf:zl31,34,39,44,55,64,67,68,73,74,75,84,85,94,97 ,99:d0+srep64+delta+lzma64:a1:mfbt4:d158m:fb273:mc 1000:lc8
Reply With Quote
The Following 2 Users Say Thank You to Razor12911 For This Useful Post:
D4rkSp4wn (26-05-2013), y_thelastknight (26-05-2013)
  #118  
Old 26-05-2013, 12:42
D4rkSp4wn D4rkSp4wn is offline
Registered User
 
Join Date: Mar 2013
Location: Brasil
Posts: 16
Thanks: 18
Thanked 8 Times in 6 Posts
D4rkSp4wn is on a distinguished road
looks like the ansi version is messed up, unicode version working fine here, even with precomp043 (If you change it on arc.ini and include it on the precompinside folder)
Reply With Quote
The Following User Says Thank You to D4rkSp4wn For This Useful Post:
y_thelastknight (26-05-2013)
  #119  
Old 26-05-2013, 12:49
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
hmm, I didn't even know that precomp043 is supported in isdone, will add support to my source.
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
y_thelastknight (26-05-2013)
  #120  
Old 26-05-2013, 13:35
D4rkSp4wn D4rkSp4wn is offline
Registered User
 
Join Date: Mar 2013
Location: Brasil
Posts: 16
Thanks: 18
Thanked 8 Times in 6 Posts
D4rkSp4wn is on a distinguished road
Found the solution for my problem with the ansi version.

Open the arc.ini and find the line:
Code:
unpackcmd = srep -d -s $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
Change to:
Code:
unpackcmd = srep {options} -d -s - - <stdin> <stdout>
all working fine now.
Reply With Quote
The Following 2 Users Say Thank You to D4rkSp4wn For This Useful Post:
maskedrider999 (02-04-2019), y_thelastknight (26-05-2013)
Reply


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
INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup REV0 Conversion Tutorials 129 21-05-2021 05:51
INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup REV0 Conversion Tutorials 51 26-03-2015 06:57
Copy file with Inno Setup Script emrahcey Software 1 02-07-2010 08:24



All times are GMT -7. The time now is 14:42.


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