PDA

View Full Version : Help Please


IRAQIGHOST
01-07-2020, 01:40
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
https://i.ibb.co/L9JZrLN/Desktop-7-1-2020-11-24-42-AM-662.png

What should I do?
Thanks

Masquerade
01-07-2020, 03:54
You need the unpack command for precomp in your setup Arc.ini

It is missing, this is why you get the error.

IRAQIGHOST
01-07-2020, 04:49
You need the unpack command for precomp in your setup Arc.ini

It is missing, this is why you get the error.

please could you write me the unpack command?

BLACKFIRE69
01-07-2020, 08:57
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
https://i.ibb.co/L9JZrLN/Desktop-7-1-2020-11-24-42-AM-662.png

What should I do?
Thanks

Compression:

1. Compressor\arc.ini

procomp 0.4 3 - 0.4.8


[External compressor:precomp]
header = 0
packcmd = precomp -intense0 -cn -v {options} -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp


Decompression:

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


[External compressor:precomp]
header = 0
unpackcmd = precomp -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp


edit:

add this line to "ToolsList.iss"


Source: "Resources\Unpack\precomp.exe"; DestDir: {tmp}; Flags: dontcopy noencryption;


to "ToolsList_Init.iss"


ExtractTemporaryFile('precomp.exe');

IRAQIGHOST
01-07-2020, 09:41
Compression:

1. Compressor\arc.ini

procomp 0.4 3 - 0.4.8


[External compressor:precomp]
header = 0
packcmd = precomp -intense0 -cn -v {options} -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp


Decompression:

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


[External compressor:precomp]
header = 0
unpackcmd = precomp -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp


edit:

add this line to "ToolsList.iss"


Source: "Resources\Unpack\precomp.exe"; DestDir: {tmp}; Flags: dontcopy noencryption;


to "ToolsList_Init.iss"


ExtractTemporaryFile('precomp.exe');


Thanks for replay

But it's the same error :(:(:(

BLACKFIRE69
01-07-2020, 10:08
Thanks for replay

But it's the same error :(:(:(

send me your "compressor + script"

IRAQIGHOST
01-07-2020, 10:22
send me your "compressor + script"

Download it from here

https://www.mediafire.com/file/7blz6g8brztm6u3/ISO-8859-1%27%2769-Compressor_v5.1.rar/file

Thanks

BLACKFIRE69
01-07-2020, 11:34
Download it from here

https://www.mediafire.com/file/7blz6g8brztm6u3/ISO-8859-1%27%2769-Compressor_v5.1.rar/file

Thanks

1. goto "Compress\Tool\arc.ini"
2. change "packcmd = precomp048" to "packcmd = precomp" under "[External compressor:precomp]" 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.

IRAQIGHOST
01-07-2020, 12:22
1. goto "Compress\Tool\arc.ini"
2. change "packcmd = precomp048" to "packcmd = precomp" under "[External compressor:precomp]" 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.

it's Work Thanks a lot bro

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?

BLACKFIRE69
01-07-2020, 23:41
it's Work Thanks a lot bro

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?

PrecompX will save your Compression and Decompression time and new update v.1.0.1 will fix temps trouble. go and check the new update.

WPI CorePack Mixed Final Build v.1.0.1 + 69-Compressor v.5.2 (https://fileforums.com/showpost.php?p=486619&postcount=22)

IRAQIGHOST
02-07-2020, 00:30
PrecompX will save your Compression and Decompression time and new update v.1.0.1 will fix temps trouble. go and check the new update.

WPI CorePack Mixed Final Build v.1.0.1 + 69-Compressor v.5.2 (https://fileforums.com/showpost.php?p=486619&postcount=22)

ok I will try that thanks a lot bro