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
  #1  
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
Sponsored Links
  #2  
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
  #3  
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
  #4  
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
  #5  
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
  #6  
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)
  #7  
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)
  #8  
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)
  #9  
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)
  #10  
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)
  #11  
Old 26-05-2013, 14:21
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 Razor12911 View Post
hmm, I didn't even know that precomp043 is supported in isdone, will add support to my source.
it is supported if you tell the isdone that its the 0.42 and in the arc.ini u change the -c- to -cn

have fun
Reply With Quote
  #12  
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)
  #13  
Old 27-05-2013, 05:38
PinHeaDi PinHeaDi is offline
Registered User
 
Join Date: May 2013
Location: Bulgaria
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
PinHeaDi is on a distinguished road
How to make it when i click on the logo (logo.bmp) to open a site ?
Reply With Quote
  #14  
Old 27-05-2013, 07:09
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
Quote:
Originally Posted by PinHeaDi View Post
Help :{
Click here
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
y_thelastknight (27-05-2013)
  #15  
Old 27-05-2013, 07:34
MartinezPL MartinezPL is offline
Registered User
 
Join Date: Oct 2011
Location: Poland
Posts: 117
Thanks: 46
Thanked 24 Times in 9 Posts
MartinezPL is on a distinguished road
@Razor12911
Again the same error
Gonna try it a diffrent method

Last edited by MartinezPL; 27-05-2013 at 07:39.
Reply With Quote
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 05:50.


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