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 22-07-2020, 09:09
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
Knight Compressor

Knight Compressor

It is a compressor tool with simple GUI and lots of flexibility in term of adding new compression method and compression options.

Special thanks to Cesar82 for his significant contribution and efforts throughout this project and without his support it was not possible for me to complete this project.

Quote:
Steps to add new compression method and options are below: (lets say we want to add srep compression method)
  1. Add the compression method srep in "Methods_x32.ini" (if it is 32 bit) and/ or in "Methods_x64.ini" (if it is 64 bit).
  2. Create a folder srep in "Resource32" (if it is 32 bit) and/ or in "Resource64" (if it is 64 bit) and copy resources in the folder.
  3. Edit arc.ini file in "Resource32" (if it is 32 bit) and/ or in "Resource64" (if it is 64 bit).

    [External compressor:srep]
    header = 0
    packcmd = Resource32\srep\srep {options} InFile - <stdout>
    datafile = InFile

    [External compressor:srep]
    header = 0
    packcmd = Resource64\srep\srep{options} InFile - <stdout>
    datafile = InFile

  4. Create a text file and name it srep and change the extension to .ini. Add the options for the compression method.
Note: Try to keep the compression method and resource name same. e.g. srep

Remark:
There is no intention of infringing anyone's copyright.

Screenshots:
Attached Images
File Type: png Untitled.png (15.1 KB, 2158 views)
Attached Files
File Type: rar Knight Compressor.rar (13.25 MB, 2429 views)
File Type: rar Knight Compressor v1.2.rar (578.8 KB, 1053 views)
File Type: rar Knight Compressor v1.2 for 1366x768.rar (578.8 KB, 567 views)

Last edited by bunti_o4u; 09-11-2020 at 06:16. Reason: Some processes were not terminating on cancelling the compression. It is fixed now in version 1.1
Reply With Quote
The Following 22 Users Say Thank You to bunti_o4u For This Useful Post:
ADMIRAL (22-07-2020), Black_Angel_Kjh (11-07-2021), Cesar82 (23-07-2020), chris-7 (27-01-2022), devil777 (25-07-2020), Evil_1993 (28-09-2020), ffmla (06-08-2020), FoRMaT-2007 (18-11-2020), Gehrman (11-08-2020), GTX590 (23-07-2020), Harsh ojha (22-07-2020), houcine80 (23-07-2020), Jiva newstone (26-07-2020), kenzo34 (22-07-2020), kokousic (31-07-2020), lolaya (06-08-2020), PsYcHo_RaGE (06-08-2020), Razor12911 (19-08-2020), ScOOt3r (07-02-2021), steamsy (10-03-2021), vLaDv (28-08-2020), yasserdivar (04-10-2021)
Sponsored Links
  #2  
Old 31-07-2020, 08:30
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
Fixed a bug

Changelog v1.2
Fixed - temp directory was not getting deleted on cancelling the compression process.

Changelog v1.1
Fixed - processes keep running after cancelling the compression process.
Reply With Quote
  #3  
Old 20-08-2020, 01:56
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
Thumbs up

Quote:
Originally Posted by bunti_o4u View Post
Changelog v1.2
Fixed - temp directory was not getting deleted on cancelling the compression process.

Changelog v1.1
Fixed - processes keep running after cancelling the compression process.
i have to say you have definately come a long way i remember awhile back when we were both puzzled about a wpi installer

kudos!
__________________
Ideas are bulletproof...
Reply With Quote
The Following User Says Thank You to darkwolves For This Useful Post:
bunti_o4u (24-08-2020)
  #4  
Old 03-08-2020, 01:30
ADMIRAL's Avatar
ADMIRAL ADMIRAL is offline
Registered User
 
Join Date: Oct 2019
Location: iran
Posts: 92
Thanks: 568
Thanked 40 Times in 34 Posts
ADMIRAL is on a distinguished road
Hello dear friend and thanks you for your program
The program has a problem and that is that I compressed a 5gb game with the method pzlib + oodlrecm + mcm + srep + xz to test.
Now I tried to install the game with a setup, but it took a long time to start the installation, until I stopped the setup,please solve this problem .....
__________________
Search and Find
Reply With Quote
  #5  
Old 03-08-2020, 05:49
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 ADMIRAL View Post
Hello dear friend and thanks you for your program
The program has a problem and that is that I compressed a 5gb game with the method pzlib + oodlrecm + mcm + srep + xz to test.
Now I tried to install the game with a setup, but it took a long time to start the installation, until I stopped the setup,please solve this problem .....
If the problem is with the compressor, it would have not created the archive itself. So the problem may be with installer you are using.

Can you share your installer script?
Reply With Quote
  #6  
Old 04-08-2020, 21:40
ADMIRAL's Avatar
ADMIRAL ADMIRAL is offline
Registered User
 
Join Date: Oct 2019
Location: iran
Posts: 92
Thanks: 568
Thanked 40 Times in 34 Posts
ADMIRAL is on a distinguished road
Quote:
Originally Posted by bunti_o4u View Post
If the problem is with the compressor, it would have not created the archive itself. So the problem may be with installer you are using.

Can you share your installer script?
This is The BlackFire69 Script
Please Do Something...
Attached Files
File Type: rar WPI CorePack Mixed Final Build.rar (21.51 MB, 371 views)
__________________
Search and Find
Reply With Quote
  #7  
Old 05-08-2020, 04:12
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 ADMIRAL View Post
This is The BlackFire69 Script
Please Do Something...
Below may be causing the issue:
  1. Setup is using fazip instead of freearc (both are same or not - I am not aware of).
  2. srep doesn't need unpack command in are.ini file (coz cls file will be automatically detected by freearc and it doesn't require any unpack command):

Code:
[External compressor:srep]
header    = 0
packcmd   = Srep\srep.exe {options} -a1 -m5f $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = fazip -i0 decompress:srep <stdin> <stdout>

Last edited by bunti_o4u; 05-08-2020 at 04:14.
Reply With Quote
The Following User Says Thank You to bunti_o4u For This Useful Post:
ADMIRAL (05-08-2020)
  #8  
Old 05-08-2020, 20:57
ADMIRAL's Avatar
ADMIRAL ADMIRAL is offline
Registered User
 
Join Date: Oct 2019
Location: iran
Posts: 92
Thanks: 568
Thanked 40 Times in 34 Posts
ADMIRAL is on a distinguished road
Quote:
Originally Posted by bunti_o4u View Post
Below may be causing the issue:
  1. Setup is using fazip instead of freearc (both are same or not - I am not aware of).
  2. srep doesn't need unpack command in are.ini file (coz cls file will be automatically detected by freearc and it doesn't require any unpack command):

Code:
[External compressor:srep]
header    = 0
packcmd   = Srep\srep.exe {options} -a1 -m5f $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = fazip -i0 decompress:srep <stdin> <stdout>
I Well Test It Again
__________________
Search and Find
Reply With Quote
  #9  
Old 07-08-2020, 23:51
ADMIRAL's Avatar
ADMIRAL ADMIRAL is offline
Registered User
 
Join Date: Oct 2019
Location: iran
Posts: 92
Thanks: 568
Thanked 40 Times in 34 Posts
ADMIRAL is on a distinguished road
Quote:
Originally Posted by bunti_o4u View Post
Below may be causing the issue:
  1. Setup is using fazip instead of freearc (both are same or not - I am not aware of).
  2. srep doesn't need unpack command in are.ini file (coz cls file will be automatically detected by freearc and it doesn't require any unpack command):

Code:
[External compressor:srep]
header    = 0
packcmd   = Srep\srep.exe {options} -a1 -m5f $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = fazip -i0 decompress:srep <stdin> <stdout>
I tried it, but it still did not work
I think its cause mcm
__________________
Search and Find
Reply With Quote
The Following User Says Thank You to ADMIRAL For This Useful Post:
Behnam2018 (02-05-2024)
  #10  
Old 06-08-2020, 10:18
lolaya lolaya is offline
Banned
 
Join Date: Jul 2011
Location: still life
Posts: 138
Thanks: 156
Thanked 38 Times in 29 Posts
lolaya is on a distinguished road
Excellent ... keep going.
Reply With Quote
  #11  
Old 15-08-2020, 13:14
lolaya lolaya is offline
Banned
 
Join Date: Jul 2011
Location: still life
Posts: 138
Thanks: 156
Thanked 38 Times in 29 Posts
lolaya is on a distinguished road
waiting for updates and upgrades
Reply With Quote
  #12  
Old 19-08-2020, 10:05
ps5haznogamez ps5haznogamez is offline
Registered User
 
Join Date: Jun 2020
Location: No
Posts: 13
Thanks: 1
Thanked 0 Times in 0 Posts
ps5haznogamez is on a distinguished road
I get "WARNING: no files, erasing empty archive" when I try to compress, even though I chose my source and output folder, and my source has my data. What did I do wrong?
Reply With Quote
  #13  
Old 20-08-2020, 12:56
ps5haznogamez ps5haznogamez is offline
Registered User
 
Join Date: Jun 2020
Location: No
Posts: 13
Thanks: 1
Thanked 0 Times in 0 Posts
ps5haznogamez is on a distinguished road
Quote:
Originally Posted by ps5haznogamez View Post
I get "WARNING: no files, erasing empty archive" when I try to compress, even though I chose my source and output folder, and my source has my data. What did I do wrong?
bump...
Reply With Quote
  #14  
Old 20-08-2020, 13:42
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
Thanks for it

I want to ask what is best plan to comprising games with high rate and high speed of installing with Knight Compressor?
Reply With Quote
  #15  
Old 24-08-2020, 10:36
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 IRAQIGHOST View Post
Thanks for it

I want to ask what is best plan to comprising games with high rate and high speed of installing with Knight Compressor?
This application has nothing to do with compression on its own. It uses different tools in background to compress the files..

There are many different tools available.. some are game specific.. some are game engine specific.. some are media stream related.. and some are for general compression..

So selecting the right method is the key for high compression ratio.. and compression time and decompression time varies from tool to tool..

So there is no straight answer to your question..

You can refer the below thread to know game specific most optimal method..
https://www.fileforums.com/showthread.php?t=99554

Last edited by bunti_o4u; 02-09-2020 at 02:47.
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
Mini Compressor AIO 2021 Carldric Clement Conversion Tutorials 286 20-04-2026 11:42
New Fox Kompressor 1.01c Ultimate felice2011 Conversion Tutorials 31 07-06-2023 14:58
Ultimate Conversion Compressor (UCC) vollachr Conversion Tutorials 55 26-04-2021 09:27
Kitty File Compressor (STDIO Patch) 78372 Conversion Tutorials 1 31-10-2019 07:46
Mechwarrior 4: Vengeance + Black Knight + Mercenaries + Mechpacks Ssnake PC Games - CD/DVD Conversions 0 14-05-2006 23:55



All times are GMT -7. The time now is 01:48.


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