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 29-03-2021, 06:56
samadrahman74 samadrahman74 is offline
Registered User
 
Join Date: Apr 2020
Location: iran
Posts: 35
Thanks: 60
Thanked 19 Times in 12 Posts
samadrahman74 is on a distinguished road
What is the problem ?
Project CARS 3
Code:
 pcars3_bdt+pcars3_oo2reck+srep_new+lolz
Reply With Quote
Sponsored Links
  #2  
Old 29-03-2021, 08:17
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,688
Thanks: 1,106
Thanked 7,335 Times in 2,837 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by samadrahman74 View Post
What is the problem ?
Project CARS 3
Code:
 pcars3_bdt+pcars3_oo2reck+srep_new+lolz
https://fileforums.com/showpost.php?...19&postcount=2
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
samadrahman74 (30-03-2021)
  #3  
Old 29-03-2021, 12:55
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,217
Thanks: 294
Thanked 1,404 Times in 637 Posts
Masquerade is on a distinguished road
Crash Bandicoot 4: It's About Time

Ripped all files shown in this photo (unused videos) (25 vids + 3 folders = 380MB)

Start Size: 22.8GB

Compression method:

Code:
xtool-preflate+srep+lolz
  • on mp4 videos:
Code:
srep+LZMA2
Final Size: 14.0GB

Thanks KaktoR and dixen
Reply With Quote
The Following 3 Users Say Thank You to Masquerade For This Useful Post:
dixen (29-03-2021), fabrieunko (23-10-2022), JustFun (20-04-2021)
  #4  
Old 29-03-2021, 13:03
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,688
Thanks: 1,106
Thanked 7,335 Times in 2,837 Posts
KaktoR is on a distinguished road
You can even rip out unused languages from videos files with ffmpeg. Unfortunatelly the audio streams are not named, therefore you have to figure out what audio stream is what language they speak.

Usage:
Code:
ffmpeg -i "C_GameEnd.mp4" -map 0:0 -map 0:X -acodec copy -vcodec copy "Processed\C_GameEnd.mp4"


-map 0:X
I don't know what number is for which language. Use MPC and change audio track to listen.

X = Audio stream ID

-map 0:0 is the main audio track (non-voice) I guess.

First -map 0:0 tells ffmpreg to not touch non-voice track (main audio like sounds and stuff)
Second -map 0:X tells ffmpeg to not touch selected voice audio track (X).
In the above example ffmpeg removes all audio tracks with the exception of 0 (main audio track) and X.
"-acodec copy" tells ffmpeg to copy audio source (it doesn't change stuff like bitrate, etc.). Just a 1-to-1 copy without changing anything.
"-vcodec copy" is the same for video source.

If you want to leave 2 voice languages, add a third -map option:
ffmpeg -i "C_GameEnd.mp4" -map 0:0 -map 0:X -map 0:Y -acodec copy -vcodec copy "Processed\C_GameEnd.mp4"
__________________
Haters gonna hate

Last edited by KaktoR; 29-03-2021 at 13:18.
Reply With Quote
The Following 5 Users Say Thank You to KaktoR For This Useful Post:
:( Sad8669 (17-05-2021), Cesar82 (29-03-2021), fabrieunko (23-10-2022), Masquerade (29-03-2021), ZAZA4EVER (29-03-2021)
  #5  
Old 29-03-2021, 15:35
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,217
Thanks: 294
Thanked 1,404 Times in 637 Posts
Masquerade is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
therefore you have to figure out what audio stream is what language they speak.
Audio track 1 is english, audio track 3 is German. Can't understand much more right now.
Reply With Quote
The Following 3 Users Say Thank You to Masquerade For This Useful Post:
:( Sad8669 (30-03-2021), Cesar82 (29-03-2021), ZAZA4EVER (29-03-2021)
  #6  
Old 30-03-2021, 05:14
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,217
Thanks: 294
Thanked 1,404 Times in 637 Posts
Masquerade is on a distinguished road
PayDay 2 [Build 6412663 / v204.1 + All DLCs]

Start Size: 69GB

Compression Method:
  • Code:
    xtool+srep+lolz

Final Size: 20.3GB

Notes: This game does use bink video. I unpacked the bundle files but could not see any videos, not even a videos folder. I didn't take a deep look however.

If you can find the videos, you may be able to patch them out of the bundles then use bpk to lower the size.

Last edited by Masquerade; 30-03-2021 at 06:10.
Reply With Quote
The Following 2 Users Say Thank You to Masquerade For This Useful Post:
:( Sad8669 (30-03-2021), JustFun (20-04-2021)
  #7  
Old 30-03-2021, 11:06
Entai44 Entai44 is offline
Registered User
 
Join Date: Nov 2018
Location: Indonesia
Posts: 48
Thanks: 73
Thanked 27 Times in 17 Posts
Entai44 is on a distinguished road
Quote:
Originally Posted by Masquerade View Post
Start Size: 69GB

Compression Method:
  • Code:
    xtool+srep+lolz

Final Size: 20.3GB

Notes: This game does use bink video. I unpacked the bundle files but could not see any videos, not even a videos folder. I didn't take a deep look however.

If you can find the videos, you may be able to patch them out of the bundles then use bpk to lower the size.
I think you forget to add about 990 MB worth of .movie files (from The End achievement) and 2.9GB of soundtrack (flac and mp3), so the final size should be around 73GB.

Edit: I own the game and it is 73GB, so I just think that 69GB is just the bundle files with the dlls and exe :P

Last edited by Entai44; 30-03-2021 at 11:30.
Reply With Quote
  #8  
Old 30-03-2021, 13:16
Hexagon123 Hexagon123 is offline
Registered User
 
Join Date: Dec 2016
Location: IOWA
Posts: 80
Thanks: 4
Thanked 49 Times in 30 Posts
Hexagon123 is on a distinguished road
Quote:
Originally Posted by Masquerade View Post
Audio track 1 is english, audio track 3 is German. Can't understand much more right now.
unless you have to play throughout?
Reply With Quote
  #9  
Old 01-04-2021, 19:43
mr_gnar's Avatar
mr_gnar mr_gnar is offline
Registered User
 
Join Date: Oct 2020
Location: America
Posts: 13
Thanks: 1
Thanked 6 Times in 4 Posts
mr_gnar is on a distinguished road
Kingdom Hearts HD 1.5 + 2.5 ReMIX
Main files - Xtool(xzlib)+srep+lzma (lolz takes 3 hours longer and there is barely a difference)
Video files - srep+lzma

Starting size: 45.84 GB
Output size: 34.4 GB

- Days/Recoded videos are ripped, since they're just compiled cutscenes turned into two extra movies.

Has anyone looked at the video files yet for the main games? They seem to be MP4s, but it's not possible to view their metadata/bitrate or even play them. I assume there would be no way to remove this encryption, right? Never heard of videos in a game having such a thing before.
__________________
Stretched to breaking an obscene canvas on a stretcher of parasitism.
Reply With Quote
The Following 2 Users Say Thank You to mr_gnar For This Useful Post:
:( Sad8669 (03-04-2021), JustFun (20-04-2021)
  #10  
Old 04-04-2021, 09:42
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,688
Thanks: 1,106
Thanked 7,335 Times in 2,837 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by mr_gnar View Post
Kingdom Hearts HD 1.5 + 2.5 ReMIX
Main files - Xtool(xzlib)+srep+lzma (lolz takes 3 hours longer and there is barely a difference)
Video files - srep+lzma

Starting size: 45.84 GB
Output size: 34.4 GB

- Days/Recoded videos are ripped, since they're just compiled cutscenes turned into two extra movies.

Has anyone looked at the video files yet for the main games? They seem to be MP4s, but it's not possible to view their metadata/bitrate or even play them. I assume there would be no way to remove this encryption, right? Never heard of videos in a game having such a thing before.
They are mp4 files for sure. Looked a bit with hex

Code:
meta�������Oilst���G©too���?data�������TMPGEnc MPEG Smart Renderer 4 Version 4.0.15.50���"hdlr��������mdirappl�������������Àfree
But seems to crypted or somewhat, for whatever reason.
__________________
Haters gonna hate
Reply With Quote
  #11  
Old 05-04-2021, 06:11
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,217
Thanks: 294
Thanked 1,404 Times in 637 Posts
Masquerade is on a distinguished road
Was there ever an LZMA precompressor? I was reading some ancient threads in my search. At the time, it was said to be a difficult task and to avoid large xdeltas the right params had to be used in recompression. Read a bit on Encode through the wayback machine, but nothing really related to what I was looking for.

Reason I am asking, Crash Bandicoot N Sane Trilogy uses LZMA compression on the archives:



There's an Extract tool for this game which removes the compression from the pak, and saves it as an decompressed pak file, only thing is no way to re-compress said pak.

https://github.com/AdventureT/Nst-Ex...r/SevenZip/sdk

Update: https://github.com/pashok6798/Crash-.../master/CBNSTT

I found another tool with compression abilities, however it is a GUI with no command line unfortunately. Its says it can compress but it doesn't appear to do.

Last edited by Masquerade; 05-04-2021 at 06:24.
Reply With Quote
  #12  
Old 03-04-2021, 02:01
:( Sad8669 :( Sad8669 is offline
Registered User
 
Join Date: Oct 2020
Location: -
Posts: 203
Thanks: 97
Thanked 188 Times in 101 Posts
:( Sad8669 is on a distinguished road
Dragon Ball Z : Kakarot [v1.0]

Code:
Method : xZLib+SREP+LOLZ
Method 2 : SREP+LZMA
Method 3 : SREP+4X4:LZMA
Initial Size : 33.6 GB
Final Size : 26.6 GB
Hints : *.pak - *.usm,*.uasset,*.awb - Other Files

Last edited by :( Sad8669; 14-06-2021 at 08:23.
Reply With Quote
The Following User Says Thank You to :( Sad8669 For This Useful Post:
JustFun (20-04-2021)
  #13  
Old 03-04-2021, 07:47
:( Sad8669 :( Sad8669 is offline
Registered User
 
Join Date: Oct 2020
Location: -
Posts: 203
Thanks: 97
Thanked 188 Times in 101 Posts
:( Sad8669 is on a distinguished road
I was trying to decompress DBZ : Kakarot with the methods mentioned above. I was able to extract all the archives except the *.pak ones, which were compressed using xZLib+SREP+LOLZ.

While decompressing, i ran into an error saying :

ISDone.dll
Error code : -12
failed CRC check at pakchunk0-WindowsNoEditor.pak

If someone else faced this issue before or it was discussed in the past please refer me to that thread.

Edit : I managed to decompress the *.pak archive with LIS.

Last edited by :( Sad8669; 04-04-2021 at 00:19.
Reply With Quote
  #14  
Old 03-04-2021, 12:30
Hexagon123 Hexagon123 is offline
Registered User
 
Join Date: Dec 2016
Location: IOWA
Posts: 80
Thanks: 4
Thanked 49 Times in 30 Posts
Hexagon123 is on a distinguished road
Quote:
Originally Posted by :( Sad8669 View Post
I was trying to decompress DBZ : Kakarot with the methods mentioned above. I was able to extract all the archives except the *.pak ones, which were compressed using xZLib+SREP+LOLZ.

While decompressing, i ran into an error saying :

ISDone.dll
Error code : -12
failed CRC check at pakchunk0-WindowsNoEditor.pak

If someone else faced this issue before or it was discussed in the past please refer me to that thread.
It might be the code itself?
Reply With Quote
The Following User Says Thank You to Hexagon123 For This Useful Post:
:( Sad8669 (03-04-2021)
  #15  
Old 03-04-2021, 18:34
:( Sad8669 :( Sad8669 is offline
Registered User
 
Join Date: Oct 2020
Location: -
Posts: 203
Thanks: 97
Thanked 188 Times in 101 Posts
:( Sad8669 is on a distinguished road
Quote:
Originally Posted by Hexagon123 View Post
It might be the code itself?
The installer code? maybe, i am going to try some other installer scripts and see if it works.

For this one i used WPI by Razor12911 - added some external compressors and most of the time decompression goes smooth.

Edit : Check above messages.

Last edited by :( Sad8669; 04-04-2021 at 01:16.
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
Games Are For Kids JoyBoy Chit Chat 83 16-11-2021 14:28
CorePack Compression methods ? Help ramazan19833 Conversion Tutorials 34 09-08-2018 06:51
i got the email in the mail about copying ps2 games EVOEvo PS2 Games 7 21-11-2003 07:56
Self-booting games on an older Japanese DC? Named DC Games 1 26-09-2003 17:48
Having Problems Burning Numerous *Recent* Games....Help is Appreciated Protosstic PSX Games 2 15-01-2002 21:27



All times are GMT -7. The time now is 15:30.


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