Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools 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 168 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, 1959 views)
Attached Files
File Type: rar Knight Compressor.rar (13.25 MB, 2260 views)
File Type: rar Knight Compressor v1.2.rar (578.8 KB, 949 views)
File Type: rar Knight Compressor v1.2 for 1366x768.rar (578.8 KB, 510 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 168 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 03-08-2020, 01:30
ADMIRAL's Avatar
ADMIRAL ADMIRAL is offline
Registered User
 
Join Date: Oct 2019
Location: iran
Posts: 92
Thanks: 546
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
  #4  
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 168 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
  #5  
Old 04-08-2020, 21:40
ADMIRAL's Avatar
ADMIRAL ADMIRAL is offline
Registered User
 
Join Date: Oct 2019
Location: iran
Posts: 92
Thanks: 546
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, 367 views)
__________________
Search and Find
Reply With Quote
  #6  
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 168 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)
  #7  
Old 05-08-2020, 20:57
ADMIRAL's Avatar
ADMIRAL ADMIRAL is offline
Registered User
 
Join Date: Oct 2019
Location: iran
Posts: 92
Thanks: 546
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
  #8  
Old 05-08-2020, 21:40
Grumpy's Avatar
Grumpy Grumpy is offline
Moderator
 
Join Date: Jun 2004
Location: Australia
Posts: 5,695
Thanks: 1,256
Thanked 1,836 Times in 809 Posts
Grumpy is on a distinguished road
Thread moved to the correct Sub-Forum
__________________
Can't find a Game Conversion? Check the 'Conversion INDEX'
Reply With Quote
The Following 4 Users Say Thank You to Grumpy For This Useful Post:
bunti_o4u (06-08-2020), Cesar82 (06-08-2020), lolaya (06-08-2020), PsYcHo_RaGE (05-08-2020)
  #9  
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
  #10  
Old 07-08-2020, 23:51
ADMIRAL's Avatar
ADMIRAL ADMIRAL is offline
Registered User
 
Join Date: Oct 2019
Location: iran
Posts: 92
Thanks: 546
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)
  #11  
Old 08-08-2020, 01:56
bunti_o4u's Avatar
bunti_o4u bunti_o4u is offline
Registered User
 
Join Date: Aug 2017
Location: India
Posts: 162
Thanks: 29
Thanked 168 Times in 61 Posts
bunti_o4u is on a distinguished road
Quote:
Originally Posted by ADMIRAL View Post
I tried it, but it still did not work
I think its cause mcm
Replace the files in your installer with the files attached in this post and let me know if its worked..
Attached Files
File Type: rar WPI CorePack Mixed Final Build.rar (172.5 KB, 112 views)
Reply With Quote
The Following 2 Users Say Thank You to bunti_o4u For This Useful Post:
ADMIRAL (08-08-2020), Behnam2018 (02-05-2024)
  #12  
Old 08-08-2020, 05:20
ADMIRAL's Avatar
ADMIRAL ADMIRAL is offline
Registered User
 
Join Date: Oct 2019
Location: iran
Posts: 92
Thanks: 546
Thanked 40 Times in 34 Posts
ADMIRAL is on a distinguished road
Quote:
Originally Posted by bunti_o4u View Post
Replace the files in your installer with the files attached in this post and let me know if its worked..
Thankful
I am busy now, if there is no problem, I will test it in a few hours
__________________
Search and Find
Reply With Quote
  #13  
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
  #14  
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
  #15  
Old 19-08-2020, 21:30
ADMIRAL's Avatar
ADMIRAL ADMIRAL is offline
Registered User
 
Join Date: Oct 2019
Location: iran
Posts: 92
Thanks: 546
Thanked 40 Times in 34 Posts
ADMIRAL is on a distinguished road
Quote:
Originally Posted by bunti_o4u View Post
Replace the files in your installer with the files attached in this post and let me know if its worked..
Still its not working..
I guess its about mcm
__________________
Search and Find
Reply With Quote
Reply

Thread Tools
Display Modes

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 265 15-11-2023 04:55
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 20:17.


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