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

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 11-07-2019, 10:16
78372 78372 is offline
Registered User
 
Join Date: Dec 2016
Location: Bangladesh
Posts: 650
Thanks: 772
Thanked 951 Times in 309 Posts
78372 is on a distinguished road
FAUtil

Quote:
Options:
-copy copies data from stdin to stdout
-delete deletes stdin data and returnes a one byte file to stdout. The second parameter is the size of memory for cache(Default: 1GB);
-export copies data from stdin and saves in a file
-import copies data from file and forwards to stdout
First of all, it's not a regular utility or tool. You may or may not want to use this. I made it long ago for my own use and now decided to release it here. Still I am not sure if it will be useful to you or not.

Ever tried to compress a few gigabytes of data and suddenly electricity goes off and you need to restart it again and again? Well I have faced this problem a lot. Even tried to compress a 50GB+ file, completed precomp and srep works and electricity gone, I had to do the whole process again. So that's when I thought of and made this thing. I had $$arcdatafile$$.tmp of srep and used that again instead of applying xprecomp and srep etc. by this tool. I configured stuff like this:


Quote:
[External compressor:srep]
header = 0
packcmd = fautil32.exe -copy <stdin> <stdout>
unpackcmd = fautil32.exe -copy <stdin> <stdout>

[External compressor:lzma]
header = 0
packcmd = fautil32.exe -export C:\Users\Rudra\Documents\Embarcadero\Studio\Projec ts\Win64\Release\new.bin <stdin> <stdout>
unpackcmd = fautil32.exe -import C:\Users\Rudra\Documents\Embarcadero\Studio\Projec ts\Win64\Release\new.bin <stdin> <stdout>

[External compressor:xprecomp]
header = 0
packcmd = fautil64.exe -delete 1MB <stdin> <stdout>
unpackcmd = fautil64.exe -delete <stdin> <stdout>
Here fa took the compression method name as the same as before but fa util just deleted the input and restored the srep processed file to fa, which was compressed again. For decompression, we used the original (de)compressor.
In the same way, you can also export the compressed file and import it again on decompression. Also you can just replace a compression method with copy to just copy the data to the next method, but fa will take it as a genuine method. Also you can use this for pranking, you create a 1 byte archive and use the exported file which is the real compressed file. I don't know if I am able to make you understand what the hell is this program, but anyways if anyone finds this useful, I am leaving it here. It was made for my personal use so I didn't actually think what other people can make use of it. Play with the options and see what you can discover more.

Alvida
Attached Files
File Type: zip fautil.zip (180.9 KB, 83 views)
Reply With Quote
The Following 11 Users Say Thank You to 78372 For This Useful Post:
Andu21 (16-07-2019), Flzzy (25-05-2021), Gehrman (05-12-2022), Harsh ojha (11-07-2019), KaktoR (12-07-2019), kenzo34 (11-07-2019), kj911 (26-12-2022), oltjon (12-07-2019), Razor12911 (07-08-2019), shazzla (11-07-2019), Simorq (11-07-2019)
Sponsored Links
  #2  
Old 12-07-2019, 09:23
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,504
Thanks: 1,086
Thanked 7,126 Times in 2,709 Posts
KaktoR is on a distinguished road
So this basically starts on this point where your power was off? Even if you cancel the process and temp files were not deleted?
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
78372 (12-07-2019)
  #3  
Old 12-07-2019, 11:31
78372 78372 is offline
Registered User
 
Join Date: Dec 2016
Location: Bangladesh
Posts: 650
Thanks: 772
Thanked 951 Times in 309 Posts
78372 is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
So this basically starts on this point where your power was off? Even if you cancel the process and temp files were not deleted?

XD.
Yeah, the idea was from there. When my power was off, I wasn't able to cancel the process. even why should I do, I can terminate it using process hacker and use this program to start from there.
Reply With Quote
The Following User Says Thank You to 78372 For This Useful Post:
KaktoR (12-07-2019)
  #4  
Old 12-07-2019, 13:20
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,504
Thanks: 1,086
Thanked 7,126 Times in 2,709 Posts
KaktoR is on a distinguished road
Very interresting!
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
78372 (26-07-2019)
Reply

Thread Tools Search this Thread
Search this Thread:

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



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


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