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 01-07-2020, 01:40
IRAQIGHOST IRAQIGHOST is offline
Registered User
 
Join Date: Jun 2020
Location: Iraq
Posts: 71
Thanks: 42
Thanked 29 Times in 16 Posts
IRAQIGHOST is on a distinguished road
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
Reply With Quote
Sponsored Links
  #2  
Old 01-07-2020, 03:54
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,217
Thanks: 294
Thanked 1,405 Times in 637 Posts
Masquerade is on a distinguished road
You need the unpack command for precomp in your setup Arc.ini

It is missing, this is why you get the error.
Reply With Quote
The Following User Says Thank You to Masquerade For This Useful Post:
IRAQIGHOST (01-07-2020)
  #3  
Old 01-07-2020, 04:49
IRAQIGHOST IRAQIGHOST is offline
Registered User
 
Join Date: Jun 2020
Location: Iraq
Posts: 71
Thanks: 42
Thanked 29 Times in 16 Posts
IRAQIGHOST is on a distinguished road
Quote:
Originally Posted by Masquerade View Post
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?
Reply With Quote
  #4  
Old 01-07-2020, 08:57
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by IRAQIGHOST View Post
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
Compression:

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
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

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;
to "ToolsList_Init.iss"

Code:
ExtractTemporaryFile('precomp.exe');

Last edited by BLACKFIRE69; 01-07-2020 at 09:08.
Reply With Quote
The Following User Says Thank You to BLACKFIRE69 For This Useful Post:
IRAQIGHOST (01-07-2020)
  #5  
Old 01-07-2020, 09:41
IRAQIGHOST IRAQIGHOST is offline
Registered User
 
Join Date: Jun 2020
Location: Iraq
Posts: 71
Thanks: 42
Thanked 29 Times in 16 Posts
IRAQIGHOST is on a distinguished road
Quote:
Originally Posted by BLACKFIRE69 View Post
Compression:

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
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

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;
to "ToolsList_Init.iss"

Code:
ExtractTemporaryFile('precomp.exe');
Thanks for replay

But it's the same error
Reply With Quote
  #6  
Old 01-07-2020, 10:08
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by IRAQIGHOST View Post
Thanks for replay

But it's the same error
send me your "compressor + script"
Reply With Quote
The Following User Says Thank You to BLACKFIRE69 For This Useful Post:
IRAQIGHOST (01-07-2020)
  #7  
Old 01-07-2020, 10:22
IRAQIGHOST IRAQIGHOST is offline
Registered User
 
Join Date: Jun 2020
Location: Iraq
Posts: 71
Thanks: 42
Thanked 29 Times in 16 Posts
IRAQIGHOST is on a distinguished road
Quote:
Originally Posted by BLACKFIRE69 View Post
send me your "compressor + script"
Download it from here

https://www.mediafire.com/file/7blz6..._v5.1.rar/file

Thanks
Reply With Quote
  #8  
Old 01-07-2020, 11:34
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by IRAQIGHOST View Post
1. goto "Compress\Tool\arc.ini"
2. change "packcmd = precomp048" to "packcmd = precomp" under "[External compressorrecomp]" 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.
Attached Images
File Type: png 64.png (22.7 KB, 134 views)
File Type: png 1.png (44.0 KB, 131 views)
File Type: png 2.png (33.5 KB, 131 views)
File Type: png x1.png (30.1 KB, 132 views)
File Type: png x2.png (16.9 KB, 129 views)
File Type: png 3.png (758.5 KB, 117 views)

Last edited by BLACKFIRE69; 15-10-2022 at 16:25.
Reply With Quote
The Following User Says Thank You to BLACKFIRE69 For This Useful Post:
IRAQIGHOST (01-07-2020)
  #9  
Old 01-07-2020, 12:22
IRAQIGHOST IRAQIGHOST is offline
Registered User
 
Join Date: Jun 2020
Location: Iraq
Posts: 71
Thanks: 42
Thanked 29 Times in 16 Posts
IRAQIGHOST is on a distinguished road
Quote:
Originally Posted by BLACKFIRE69 View Post
1. goto "Compress\Tool\arc.ini"
2. change "packcmd = precomp048" to "packcmd = precomp" under "[External compressorrecomp]" 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?

Last edited by IRAQIGHOST; 01-07-2020 at 12:40.
Reply With Quote
  #10  
Old 01-07-2020, 23:41
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by IRAQIGHOST View Post
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

Last edited by BLACKFIRE69; 01-07-2020 at 23:49.
Reply With Quote
The Following 3 Users Say Thank You to BLACKFIRE69 For This Useful Post:
ADMIRAL (04-07-2020), Harsh ojha (02-07-2020), IRAQIGHOST (02-07-2020)
  #11  
Old 02-07-2020, 00:30
IRAQIGHOST IRAQIGHOST is offline
Registered User
 
Join Date: Jun 2020
Location: Iraq
Posts: 71
Thanks: 42
Thanked 29 Times in 16 Posts
IRAQIGHOST is on a distinguished road
Quote:
Originally Posted by BLACKFIRE69 View Post
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
ok I will try that thanks a lot bro
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



All times are GMT -7. The time now is 14:36.


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