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 15-05-2018, 01:53
PsYcHo_RaGE's Avatar
PsYcHo_RaGE PsYcHo_RaGE is offline
Registered User
 
Join Date: Mar 2018
Location: DarckSide
Posts: 238
Thanks: 193
Thanked 160 Times in 78 Posts
PsYcHo_RaGE is on a distinguished road
Quote:
Originally Posted by 78372 View Post
She's incredible for her works, Razor should get credits for his work, not others.

And she always give credits to other people, there are a lot of repackers who don't , so she deserves the respect.
very well but still she's nothing in my opinion even she has done incredible works.....But as much as we know razor i respect him and others too

and whom are you mentioning that she has given credits to other people whom she gave?
Reply With Quote
Sponsored Links
  #2  
Old 21-10-2017, 09:51
S-Ghost S-Ghost is offline
Registered User
 
Join Date: Aug 2017
Location: LK
Posts: 25
Thanks: 28
Thanked 8 Times in 7 Posts
S-Ghost is on a distinguished road
Thanks Simorq , but what is this :{compressor} mean ?

Can i use it with .bat file

Please i want to learn basics of repacking.

Thanks again simorq ..

Last edited by S-Ghost; 21-10-2017 at 09:53. Reason: My mistakes , bad english
Reply With Quote
  #3  
Old 22-10-2017, 00:53
JRD!'s Avatar
JRD! JRD! is offline
Registered User
 
Join Date: Sep 2015
Location: Matrix
Posts: 274
Thanks: 225
Thanked 600 Times in 168 Posts
JRD! is on a distinguished road
Quote:
Originally Posted by S-Ghost View Post
Thanks Simorq , but what is this :{compressor} mean ?

Can i use it with .bat file

Please i want to learn basics of repacking.

Thanks again simorq ..
{compressor} is a constant recognized by FREEARC that replaces the name of the external compressor,
if you have several external compressors with the same settings you can use this constant to avoid creating additional section In the configuration file:


Example with similar parameters:

Code:
[External compressor:precomp038]
header=0
default=-slow -c9 -m9
packcmd=precomp038 {options} -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd=precomp038 -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp

[External compressor:precomp040]
header=0
default=-slow -c9 -m9
packcmd=precomp040 {options} -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd=precomp040 -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp

Can be replaced by that:

Code:
[External compressor:precomp038,precomp040]
header=0
default=-slow -c9 -m9
packcmd={compressor} {options} -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd={compressor} -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp
__________________
Practice makes perfect.
Reply With Quote
The Following 3 Users Say Thank You to JRD! For This Useful Post:
EzzEldin16 (12-05-2018), S-Ghost (22-10-2017), Simorq (22-10-2017)
  #4  
Old 21-10-2017, 09:54
S-Ghost S-Ghost is offline
Registered User
 
Join Date: Aug 2017
Location: LK
Posts: 25
Thanks: 28
Thanked 8 Times in 7 Posts
S-Ghost is on a distinguished road
What is the best compress mothod for unreal engine 4 games
Reply With Quote
  #5  
Old 22-10-2017, 04:59
S-Ghost S-Ghost is offline
Registered User
 
Join Date: Aug 2017
Location: LK
Posts: 25
Thanks: 28
Thanked 8 Times in 7 Posts
S-Ghost is on a distinguished road
Thanks JRD for the help

Please teach me basics of repack (A-Z)

And please use simple english. ����
Reply With Quote
  #6  
Old 09-05-2018, 23:44
dbongz94 dbongz94 is offline
Registered User
 
Join Date: May 2018
Location: Zimbabwe
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
dbongz94 is on a distinguished road
Post how to use pzlib

hello.
am new to pzlib and i have totally no idea how it works
can someone explain to me step by step on how i compress files using pzlib
Reply With Quote
  #7  
Old 10-05-2018, 04:53
PsYcHo_RaGE's Avatar
PsYcHo_RaGE PsYcHo_RaGE is offline
Registered User
 
Join Date: Mar 2018
Location: DarckSide
Posts: 238
Thanks: 193
Thanked 160 Times in 78 Posts
PsYcHo_RaGE is on a distinguished road
Quote:
Originally Posted by dbongz94 View Post
hello.
am new to pzlib and i have totally no idea how it works
can someone explain to me step by step on how i compress files using pzlib
pzlib can't be used to compress all games, you must have to play with new settings new compressors, precompressors, filters etc etc

pZLib
Pre-ZLIB (pzlib)

This program detects and unpack zlib streams for a certain input (like precomp)
giving you an option to apply a stronger compression such as LZMA.

This only detects zlib streams compressed using default and maximum level
which have headers. (It doesn't detect headerless)

Usage:
pZLib encode/decode [options] inputfile -o outputfile
inputfile/outputfile can be specified as "-" for stdin/stdout

Options:
-t#: Number of threads to use (maximum = 8 )
-t#p: (default = 50) Percentage of threads to use
-v: Verification so that restoration keeps CRC the same
-ai: Prints out additional information

Note:
Input and/or Output can be "-" to signal stdin and/or stdout usage.
Multi threading only works during restoration.
Freearc usage example included

Example:
pzlib encode $$arcdatafile$$.tmp -o $$arcpackedfile$$.tmp
Reply With Quote
  #8  
Old 15-05-2018, 03:00
78372 78372 is offline
Registered User
 
Join Date: Dec 2016
Location: Bangladesh
Posts: 650
Thanks: 772
Thanked 953 Times in 309 Posts
78372 is on a distinguished road
That's your opinion, for that you can't ask others to "stop mentioning her name"

She give credits to the people from whom she takes tools, there are other repack teams(not to mention here due to rules) who don't.
__________________
NOT AVAILABLE
Reply With Quote
  #9  
Old 18-05-2018, 10:35
PsYcHo_RaGE's Avatar
PsYcHo_RaGE PsYcHo_RaGE is offline
Registered User
 
Join Date: Mar 2018
Location: DarckSide
Posts: 238
Thanks: 193
Thanked 160 Times in 78 Posts
PsYcHo_RaGE is on a distinguished road
Quote:
Originally Posted by 78372 View Post
That's your opinion, for that you can't ask others to "stop mentioning her name"

She give credits to the people from whom she takes tools, there are other repack teams(not to mention here due to rules) who don't.
well i was really guessing these words from ya guys and i think a lot about it
guys found what we are upto, why we are behaving like child's and talking a mess
i don't want to break any friendship or say its temporary with you guys because of a .......
i am sorry guys i think i was drunk that time
but i will keep this personal with ........
Reply With Quote
  #10  
Old 15-05-2018, 11:53
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,684
Thanks: 1,106
Thanked 7,331 Times in 2,834 Posts
KaktoR is on a distinguished road
Calm down people.

Otherwise i will write one of the mods to clean this mess.
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
PsYcHo_RaGE (18-05-2018)
  #11  
Old 15-05-2018, 20:28
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
Talking

Quote:
Originally Posted by KaktoR View Post
Calm down people.

Otherwise i will write one of the mods to clean this mess.
i am aways calm nothing i have said was said with malcontent
just being honest is all
__________________
Ideas are bulletproof...

Last edited by darkwolves; 15-05-2018 at 23:57.
Reply With Quote
The Following User Says Thank You to darkwolves For This Useful Post:
yasitha (10-01-2019)
  #12  
Old 10-01-2019, 10:40
yasitha's Avatar
yasitha yasitha is offline
Registered User
 
Join Date: Apr 2013
Location: Krypton
Posts: 297
Thanks: 204
Thanked 48 Times in 33 Posts
yasitha is on a distinguished road
What is this Civil War?

I have search *marvel vs capcom infinite*
and i have found...there's WAR

Hahaha finally it cool down.
From sake...

anyways.....

Anyone knows about
What precomp used for
Marvel vs capcom infinite?
__________________
Keep Up The Good Works!
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 15:26.


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