|
#1
|
|||
|
|||
|
Help Please
Hi guys
I used WPI Corepack Mixed Final Build made by BLACKFIRE69 to make setup and compress my game with his program and this method precomp+srep+lolz:mtt0:mt1:d64m after I make the setup and click on Install I got this error ![]() What should I do? Thanks |
| Sponsored Links |
|
#2
|
|||
|
|||
|
You need the unpack command for precomp in your setup Arc.ini
It is missing, this is why you get the error. |
| The Following User Says Thank You to Masquerade For This Useful Post: | ||
IRAQIGHOST (01-07-2020) | ||
|
#3
|
|||
|
|||
|
please could you write me the unpack command?
|
|
#4
|
||||
|
||||
|
Quote:
1. Compressor\arc.ini procomp 0.4 3 - 0.4.8 Code:
[External compressor:precomp]
header = 0
packcmd = precomp -intense0 -cn -v {options} -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp
1. copy "precomp.exe" which you used in compression then paste it into the "Resources\Unpack" folder. 2. add this line to "Resources\Unpack\arc.ini" procomp 0.4 3 - 0.4.8 Code:
[External compressor:precomp] header = 0 unpackcmd = precomp -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp edit: add this line to "ToolsList.iss" Code:
Source: "Resources\Unpack\precomp.exe"; DestDir: {tmp}; Flags: dontcopy noencryption;
Code:
ExtractTemporaryFile('precomp.exe');
Last edited by BLACKFIRE69; 01-07-2020 at 09:08. |
| The Following User Says Thank You to BLACKFIRE69 For This Useful Post: | ||
IRAQIGHOST (01-07-2020) | ||
|
#5
|
|||
|
|||
|
Quote:
But it's the same error ![]() ![]()
|
|
#6
|
||||
|
||||
|
send me your "compressor + script"
|
| The Following User Says Thank You to BLACKFIRE69 For This Useful Post: | ||
IRAQIGHOST (01-07-2020) | ||
|
#7
|
|||
|
|||
|
#8
|
||||
|
||||
|
Quote:
2. change "packcmd = precomp048" to "packcmd = precomp" under "[External compressor recomp]" section in arc.ini.3. goto "Resources\Unpack\arc.in" 4. you've declared "precomp" twice in the "arc.ini". so delete the entire section of "[External Compressor: precomp]" next to [External Compressor: nzip]. 5. now compress some sample files and check if it works. (method: precomp+srep+lolz:mtt0:mt1:d64m) * Run Compress.exe as admin. Last edited by BLACKFIRE69; 15-10-2022 at 16:25. |
| The Following User Says Thank You to BLACKFIRE69 For This Useful Post: | ||
IRAQIGHOST (01-07-2020) | ||
|
#9
|
|||
|
|||
|
Quote:
but the installing take a long time and decompressed make a temp files one of them 17Gb and 11Gb after that it's extract game files, could make it extract game files directly without temps files? Last edited by IRAQIGHOST; 01-07-2020 at 12:40. |
|
#10
|
||||
|
||||
|
Quote:
WPI CorePack Mixed Final Build v.1.0.1 + 69-Compressor v.5.2 Last edited by BLACKFIRE69; 01-07-2020 at 23:49. |
| The Following 3 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
|
#11
|
|||
|
|||
|
Quote:
|
![]() |
|
|