|
|
|
#1
|
|||
|
|||
|
i still have the same problem extracting precomp+srep+freearc
|
| Sponsored Links |
|
#2
|
||||
|
||||
|
dude can you post your compressing file like arc.ini compress.bat precomp.exe srep.exe
|
|
#3
|
||||
|
||||
|
ok wait... uploading v1.4 update for unicode
![]() D4rkSpa4wn will fix the bug just wait a few minutes |
|
#4
|
|||
|
|||
|
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 [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 compressor recomp]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;
![]() 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
|
|
#5
|
||||
|
||||
|
Quote:
|
|
#6
|
|||
|
|||
|
precomp 043
srep 3.2 both copied to include folder i had no luck with precomp 042 and the older srep versions |
| The Following User Says Thank You to D4rkSp4wn For This Useful Post: | ||
y_thelastknight (26-05-2013) | ||
|
#7
|
||||
|
||||
|
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 Last edited by Razor12911; 26-05-2013 at 11:33. |
| 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
|
||||
|
||||
|
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 |
| The Following 2 Users Say Thank You to Razor12911 For This Useful Post: | ||
D4rkSp4wn (26-05-2013), y_thelastknight (26-05-2013) | ||
|
#9
|
|||
|
|||
|
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)
|
| The Following User Says Thank You to D4rkSp4wn For This Useful Post: | ||
y_thelastknight (26-05-2013) | ||
|
#10
|
||||
|
||||
|
hmm, I didn't even know that precomp043 is supported in isdone, will add support to my source.
|
| The Following User Says Thank You to Razor12911 For This Useful Post: | ||
y_thelastknight (26-05-2013) | ||
|
#11
|
|||
|
|||
|
Quote:
have fun |
|
#12
|
|||
|
|||
|
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 Code:
unpackcmd = srep {options} -d -s - - <stdin> <stdout>
|
| The Following 2 Users Say Thank You to D4rkSp4wn For This Useful Post: | ||
maskedrider999 (02-04-2019), y_thelastknight (26-05-2013) | ||
|
#13
|
|||
|
|||
|
How to make it when i click on the logo (logo.bmp) to open a site ?
|
|
#14
|
||||
|
||||
| The Following User Says Thank You to Razor12911 For This Useful Post: | ||
y_thelastknight (27-05-2013) | ||
|
#15
|
|||
|
|||
|
@Razor12911
Again the same error ![]() Gonna try it a diffrent method
Last edited by MartinezPL; 27-05-2013 at 07:39. |
![]() |
|
|
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 |