![]() |
Quote:
|
Updated 1.4
-Added Publisher. -Fixed all extraction problems and bugs. |
Is not work :/ Problem in ISDone
|
|
i still have the same problem extracting precomp+srep+freearc
|
ok wait... uploading v1.4 update for unicode :D
D4rkSpa4wn will fix the bug just wait a few minutes |
Quote:
|
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:precomp] 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;http://imageshack.us/a/img819/3221/error1i.png when i press ok i get http://img199.imageshack.us/img199/7880/error2g.png i have included the arc.ini into the script with the line Code:
Source: Include\arc.ini; DestDir: {tmp}; Flags: dontcopy |
Quote:
|
1 Attachment(s)
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 |
Quote:
srep 3.2 both copied to include folder i had no luck with precomp 042 and the older srep versions |
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 |
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)
|
hmm, I didn't even know that precomp043 is supported in isdone, will add support to my source.
|
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$$.tmpCode:
unpackcmd = srep {options} -d -s - - <stdin> <stdout> |
| All times are GMT -7. The time now is 08:24. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com