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 13-09-2017, 23:11
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,338 Times in 2,839 Posts
KaktoR is on a distinguished road
Time for a ban for you bro.

Ask them instead of spamming this forum.
__________________
Haters gonna hate
Reply With Quote
Sponsored Links
  #2  
Old 14-09-2017, 00:52
darkwolves's Avatar
darkwolves darkwolves is offline
Registered User
 
Join Date: Oct 2016
Location: North Eastern,, USA
Posts: 482
Thanks: 49
Thanked 280 Times in 166 Posts
darkwolves is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
Time for a ban for you bro.

Ask them instead of spamming this forum.
woah you are right he has asked in many different posts
__________________
Ideas are bulletproof...
Reply With Quote
  #3  
Old 16-09-2017, 14:53
ramazan19833 ramazan19833 is offline
Banned
 
Join Date: Apr 2012
Location: abc
Posts: 248
Thanks: 16
Thanked 10 Times in 8 Posts
ramazan19833 is on a distinguished road
darkwolves Hello there

game .cpi compression help

.cpi compression game back loading PoP T2T tool help

file share do you know ?
Reply With Quote
  #4  
Old 16-09-2017, 15:50
darkwolves's Avatar
darkwolves darkwolves is offline
Registered User
 
Join Date: Oct 2016
Location: North Eastern,, USA
Posts: 482
Thanks: 49
Thanked 280 Times in 166 Posts
darkwolves is on a distinguished road
Quote:
Originally Posted by ramazan19833 View Post
game .cpi compression help

.cpi compression game back loading PoP T2T tool help

file share do you know ?
.cpi is just a file type just like .bin and.arc
if there is a special tool corepack uses i do not know what it is
i am not part of corepack or any other repack team..
i simply just used my own compressor and set it to save as data.cpi
instead of data.bin as i normally do..
but my compressor cannot be trusted for that script because i had to mod the resources and ini files to get my compressor to work for it..
as the script was set to only accept pzlib3, srep64 and lzma2
and my compressor is designed to work with the installer i modfied due to changing the names of commands due to conflicts

so in a nut shell pzlib+srep64+lzma2 is the repack method saved as data.cpi
it is not designed for precomp or anything else
do not change a .bin file to cpi after the repack like so many have done...
it will not work...it must be set to be repacked as .cpi
this is the last time i will address that script
__________________
Ideas are bulletproof...

Last edited by darkwolves; 16-09-2017 at 15:57.
Reply With Quote
  #5  
Old 24-09-2017, 05:25
1234567890123 1234567890123 is offline
Registered User
 
Join Date: Aug 2014
Location: ankara
Posts: 92
Thanks: 124
Thanked 36 Times in 19 Posts
1234567890123 is on a distinguished road
Razor Compression

here is mine compressor and wpi script you can change everything like me this is only for x64 and 8gb ram and higher.

what is the difference to other compressors?
-there is a new compressor called razor.it is slow at compression like nanozip... but it also had fastest decompession speed with finest ratio i think the main point must be decompression speed
-precomp 0.46 offically released but i removed precomp-multithread because of the ratio (plss Razor12911 release new cls for it )
-includes ztool (it's for persons that not use ztool)
-i removed tiles in wpi because i don't like complicated setups.
-Script has turkish language between english (no option to pick)
-in arc.ini i added most important methods (for me - you can change)

i used it on so many games what i realized?;
-generally msc_tak is very fast than msc_frog but msc_frog gives a bit less mbs
-precomp gives better ratio than pzlib but soo slow.but it's fast at decompression
-razor don't need srep i didn't see size difference with srep without srep
- if you want optimal compression pzlib+msc_tak+srep+xz still best,if you want best compression ratio precomp+msc_frog+srep+nzmax,if you want fast decompression with fine ratio precomp+msc_frog+razor is the best one i realized

-in razor there is no progress show (need cls)
-when i add more masks freearc is not using true methods for true files so there is just 2 masks. (any help?)
Attached Files
File Type: rar h.erencompressor.rar (9.29 MB, 266 views)
File Type: rar WPI.rar (19.16 MB, 345 views)
Reply With Quote
The Following 4 Users Say Thank You to 1234567890123 For This Useful Post:
78372 (24-09-2017), ADMIRAL (26-05-2020), darkwolves (25-09-2017), NickX700K (30-05-2019)
  #6  
Old 25-09-2017, 09:50
darkwolves's Avatar
darkwolves darkwolves is offline
Registered User
 
Join Date: Oct 2016
Location: North Eastern,, USA
Posts: 482
Thanks: 49
Thanked 280 Times in 166 Posts
darkwolves is on a distinguished road
good setup you got there
__________________
Ideas are bulletproof...
Reply With Quote
The Following User Says Thank You to darkwolves For This Useful Post:
1234567890123 (26-09-2017)
  #7  
Old 30-09-2017, 05:17
bunti_o4u's Avatar
bunti_o4u bunti_o4u is offline
Registered User
 
Join Date: Aug 2017
Location: India
Posts: 162
Thanks: 29
Thanked 172 Times in 61 Posts
bunti_o4u is on a distinguished road
WinTB fetching error on clicking cancel and finish button

here is the code which causing error:

Win7TaskBar10();

How to kill this in DeinitializeSetup section.
Reply With Quote
  #8  
Old 30-09-2017, 07:35
Chayan Manna's Avatar
Chayan Manna Chayan Manna is offline
Registered User
 
Join Date: Jun 2016
Location: India
Posts: 82
Thanks: 89
Thanked 114 Times in 37 Posts
Chayan Manna is on a distinguished road
Quote:
Originally Posted by bunti_o4u View Post
here is the code which causing error:

Win7TaskBar10();

How to kill this in DeinitializeSetup section.
It should be halted by itself, No code should be required.
Anyway, Try This, it may help.....
Code:
procedure iswin7_free; external 'iswin7_free@files:iswin7.dll stdcall';
procedure DeinitializeSetup();
begin
  iswin7_free;
end;
Reply With Quote
The Following 2 Users Say Thank You to Chayan Manna For This Useful Post:
bunti_o4u (30-09-2017), EzzEldin16 (06-10-2017)
  #9  
Old 30-09-2017, 10:26
bunti_o4u's Avatar
bunti_o4u bunti_o4u is offline
Registered User
 
Join Date: Aug 2017
Location: India
Posts: 162
Thanks: 29
Thanked 172 Times in 61 Posts
bunti_o4u is on a distinguished road
Quote:
Originally Posted by Chayan Manna View Post
It should be halted by itself, No code should be required.
Anyway, Try This, it may help.....
Code:
procedure iswin7_free; external 'iswin7_free@files:iswin7.dll stdcall';
procedure DeinitializeSetup();
begin
  iswin7_free;
end;
thnx for reply but its not working.
Reply With Quote
The Following User Says Thank You to bunti_o4u For This Useful Post:
EzzEldin16 (06-10-2017)
  #10  
Old 03-10-2017, 06:34
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
from post 569 on previous page by Chayan Manna
Reply With Quote
  #11  
Old 11-10-2017, 12:03
ramazan19833 ramazan19833 is offline
Banned
 
Join Date: Apr 2012
Location: abc
Posts: 248
Thanks: 16
Thanked 10 Times in 8 Posts
ramazan19833 is on a distinguished road
Thumbs down Hello darkwolves

is it possible to share the game compression and setup scenario that you use?
Reply With Quote
  #12  
Old 11-10-2017, 12:16
darkwolves's Avatar
darkwolves darkwolves is offline
Registered User
 
Join Date: Oct 2016
Location: North Eastern,, USA
Posts: 482
Thanks: 49
Thanked 280 Times in 166 Posts
darkwolves is on a distinguished road
Quote:
Originally Posted by ramazan19833 View Post
is it possible to share the game compression and setup scenario that you use?
the setup depends on the game there is no one right method that works
pretty much you have to take chunks of the game and do tests on them
and find out what they are weakest to compression wise..
some games are weak to pzlib and precomp others they have no effect on
so....
i cannot give one all powerful method that will give ungodly game compression.
to each and every game on the market
__________________
Ideas are bulletproof...

Last edited by darkwolves; 11-10-2017 at 12:24.
Reply With Quote
  #13  
Old 11-10-2017, 12:23
bunti_o4u's Avatar
bunti_o4u bunti_o4u is offline
Registered User
 
Join Date: Aug 2017
Location: India
Posts: 162
Thanks: 29
Thanked 172 Times in 61 Posts
bunti_o4u is on a distinguished road
Quote:
Originally Posted by darkwolves View Post
the setup depends on the game there is no one right method that works
Can you share the tool which you are using to compress the game.
I have this tool only and it works fine on games (uncompressed) less then 10 GB.
If game is more than 10 GB it is taking hell lot of time and compress ratio is also not good.

Last edited by bunti_o4u; 11-12-2018 at 12:41.
Reply With Quote
  #14  
Old 11-10-2017, 12:34
darkwolves's Avatar
darkwolves darkwolves is offline
Registered User
 
Join Date: Oct 2016
Location: North Eastern,, USA
Posts: 482
Thanks: 49
Thanked 280 Times in 166 Posts
darkwolves is on a distinguished road
Quote:
Originally Posted by bunti_o4u View Post
Can you share the tool which you are using to compress the game.
I have this tool only and it works fine on games (uncompressed) less then 10 GB.
If game is more than 10 GB it is taking hell lot of time and compress ratio is also not good.
yes that i can do just give me a minute to get it ready i am including the wpi too
__________________
Ideas are bulletproof...
Reply With Quote
  #15  
Old 11-10-2017, 13:20
darkwolves's Avatar
darkwolves darkwolves is offline
Registered User
 
Join Date: Oct 2016
Location: North Eastern,, USA
Posts: 482
Thanks: 49
Thanked 280 Times in 166 Posts
darkwolves is on a distinguished road
Quote:
Originally Posted by bunti_o4u View Post
Can you share the tool which you are using to compress the game.
I have this tool only and it works fine on games (uncompressed) less then 10 GB.
If game is more than 10 GB it is taking hell lot of time and compress ratio is also not good.
that is a good tool although problem is its limited its best to use a custom compressor as newer compression tools were made long after its release
so you can manually make changes to whats in it and also to what you can use in the script you have
__________________
Ideas are bulletproof...
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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Conversion Designer/Installer Creator Razor12911 Conversion Tutorials 1613 03-10-2024 01:24
Windows XP - Tricks gargujjwal Software 3 25-05-2008 02:54
Error Windows Installer: Command And Conquer 3 Kane Edition glfsd PC Games 14 24-01-2008 06:00
Frequently Asked Questions Joe Forster/STA PC Games - Frequently Asked Questions 0 29-11-2005 09:48



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


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