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

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 22-05-2024, 07:40
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
Code:
0x09000A000A000A000B000C000D000D000D000E000E000F001000120012001200
You can use aes_finder, which you can get from a shady russian steam underground forum.

And btw, you have to use library v2.9.10 (v2) for this game.

Edit: mermaid+kraken+zlib it is
__________________
Haters gonna hate

Last edited by KaktoR; 22-05-2024 at 07:47.
Reply With Quote
The Following 3 Users Say Thank You to KaktoR For This Useful Post:
Fak Eid (22-05-2024), mausschieber (22-05-2024), ScOOt3r (22-05-2024)
Sponsored Links
  #2  
Old 22-05-2024, 12:14
Fak Eid Fak Eid is offline
Registered User
 
Join Date: Jun 2023
Location: Mars
Posts: 147
Thanks: 98
Thanked 152 Times in 54 Posts
Fak Eid is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
Code:
0x09000A000A000A000B000C000D000D000D000E000E000F001000120012001200
You can use aes_finder, which you can get from a shady russian steam underground forum.

And btw, you have to use library v2.9.10 (v2) for this game.

Edit: mermaid+kraken+zlib it is

Even with the key, the .ucas file seems to be crypted as I can't get better compression than this:

Code:
 23:30:41 - You have chosen the unlimited type for the output size.
 23:30:41 - ISO images will not be created when conversion is complete.
 23:30:41 - The computer will remain on when the conversion is complete.
 23:30:41 - Selected ARC/DS method for Data-01.RGT was: xtool:c32mb:d1:mue5,k0x09000A000A000A000B000C000D000D000D000E000E000F001000120012001200:mmermaid,l7:mkraken,l7:9:mzlib+xtool:dd3:l6,d256mb
-----------------------------------------------------------------------------------------------------------------------------------------------
 23:30:42 - Compression initialized in 22-05-2024 at 23:30:42.
 23:30:42 - Starting Data-01.RGT archive creation.
 00:20:26 - Moving Data-01.RGT file to media folder.
 00:20:26 - Compression finished in 23-05-2024 at 00:20:26.
-----------------------------------------------------------------------------------------------------------------------------------------------
 00:20:26 - Getting size of the game: Unknown 1
 00:20:26 - » Installation folder size: 29.79 GB
 00:20:26 - » Compressed game size: 28.45 GB (Ratio 95.50%)
-----------------------------------------------------------------------------------------------------------------------------------------------
 00:20:26 - Overall input size: 29.79 GB
 00:20:26 - Overall output size: 28.45 GB (Ratio 95.50%)
 00:20:26 - Overall conversion time: 00:49:43
 00:20:26 - Overall conversion media: 1 custom media
Reply With Quote
  #3  
Old 23-05-2024, 00:23
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
^^
With that amount of zeroes, that is almost certainly not the correct AES key for this game (or any game).

Run the oodle scanner over the pak or ucas file and you will see streams appear.

Code:
mmermaid,l7:mkraken,l7:9:mzlib
This is where things are going wrong. Just use kraken and mermaid and zlib algos without any extra arguments.
Reply With Quote
  #4  
Old 23-05-2024, 07:08
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by Masquerade View Post
^^
With that amount of zeroes, that is almost certainly not the correct AES key for this game (or any game).

Run the oodle scanner over the pak or ucas file and you will see streams appear.

Code:
mmermaid,l7:mkraken,l7:9:mzlib
This is where things are going wrong. Just use kraken and mermaid and zlib algos without any extra arguments.
It is. Take "Lords of the Fallen" as an example, where the key looks funny aswell
Code:
0x0200000003000000020000000200000002000000020000000300000003000000
With that key you will get almost all streams and output is better than without. I was surprised aswell.

Furthermore if using DSG, you have to set correct oodle library as parameter (which is just a fake parameter for xtool). In this case the correct parameter should be as follow:
Code:
:core_2.9.10
But I said you have to use the other v2.9.10 library, and even in this case there is a fake parameter possible, namely
Code:
:core_2.9.10:lib_2
which just tells DSG which library to copy near xtool.exe for compressing/decompressing (in this case "oo2core_9_win64_2.dll", which will be renamed to "oo2core_9_win64.dll" from "core_2.9.10" folder).

Edit: I still prefer to run multiple instances for xtool for different codecs because sometimes things will get broken if you use -d1 option and more than one or two methods, at least with current public xtool version and my testing (archive data corrupted and things like that). But honestly I don't know if this has anything to do with xtool or srep or DSG.

In this case I would use something like this for DSG
Code:
xtool:d1:mue5,k0x09000A000A000A000B000C000D000D000D000E000E000F001000120012001200:mmermaid:mkraken:core_2.9.10:lib_2+xtool:mzlib+xtool:dd3+...
Edit 2:
mermaid+kraken / ue5<key>+mermaid+kraken
Code:
Streams: 770978 / 770992
Time: 00:42:03 (CPU 03:21:13)

Size: 29.8 GB >> 51.2 GB

Done!!!

Streams: 865592 / 877159
Time: 00:45:44 (CPU 03:40:22)

Size: 29.8 GB >> 51.9 GB

Done!!!
Did not tested with zlib
__________________
Haters gonna hate

Last edited by KaktoR; 23-05-2024 at 08:54.
Reply With Quote
The Following 3 Users Say Thank You to KaktoR For This Useful Post:
Danziel123 (23-05-2024), kj911 (24-05-2024), ScOOt3r (07-06-2024)
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

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 01:09.


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