Forum: Conversion Tutorials
12-09-2024, 07:44
|
Replies: 44
Views: 126,763
|
Forum: Conversion Tutorials
28-08-2024, 08:35
|
Replies: 160
Views: 47,348
|
Forum: Conversion Tutorials
21-08-2024, 06:38
|
Replies: 117
Views: 82,179
Added new oodle library...
Added new oodle library (https://fileforums.com/showpost.php?p=499062&postcount=97)
- version 2.6.0 (lib2)
- version 2.9.12
|
Forum: Conversion Tutorials
16-05-2024, 06:26
|
Replies: 4,166
Views: 1,027,811
|
Forum: Conversion Tutorials
18-04-2024, 05:16
|
Replies: 44
Views: 126,763
|
Forum: Conversion Tutorials
27-03-2024, 05:38
|
Replies: 4,166
Views: 1,027,811
|
Forum: Conversion Tutorials
29-02-2024, 14:13
|
Replies: 4,166
Views: 1,027,811
^^
Almost spot on, I would like to make some...
^^
Almost spot on, I would like to make some additions.
The 3GB pak file contains raw WWise audio. This can be packed with msc(tak)+razor.
Most of the game data is stored uncompressed, there...
|
Forum: Conversion Tutorials
20-02-2024, 22:47
|
Replies: 4,166
Views: 1,027,811
Unity decryption
using System;
using System.IO;
using System.Security.Cryptography;
using System.Text;
namespace Dantora
{
// Token: 0x02000253 RID: 595
public class Crypt
{
|
Forum: Conversion Tutorials
20-02-2024, 10:00
|
Replies: 4,166
Views: 1,027,811
ANONYMOUS;CODE bin Decrypt+Repack
The...
ANONYMOUS;CODE bin Decrypt+Repack
The archives for ANONYMOUS;CODE are encrypted+compressed. The first 3 bytes are mdf.
The archives are a combination of .bin and .psb.m files.
...
|
Forum: Conversion Tutorials
15-02-2024, 04:38
|
Replies: 697
Views: 236,341
|
Forum: Conversion Tutorials
03-02-2024, 02:46
|
Replies: 697
Views: 236,341
|
Forum: Conversion Tutorials
26-01-2024, 09:03
|
Replies: 4,166
Views: 1,027,811
TEKKEN 8
87GB ---> 65.6GB
*.usm
xtool...
TEKKEN 8
87GB ---> 65.6GB
*.usm
xtool (dd5 + fast lzma2)
everything else:
xtool (mermaid + kraken + dd5) + fast lolz (detection on but smaller dictionary and some fast bytes)
|
Forum: Conversion Tutorials
26-01-2024, 07:17
|
Replies: 4,166
Views: 1,027,811
|
Forum: Conversion Tutorials
05-01-2024, 18:58
|
Replies: 44
Views: 126,763
|
Forum: Conversion Tutorials
20-10-2023, 01:49
|
Replies: 4,166
Views: 1,027,811
|
Forum: Conversion Tutorials
11-10-2023, 02:48
|
Replies: 4,166
Views: 1,027,811
|
Forum: Conversion Tutorials
08-10-2023, 07:44
|
Replies: 404
Views: 150,949
Tony Hawk's Pro Skater 1+2
This only removes...
Tony Hawk's Pro Skater 1+2
This only removes the custom encryption used in the game (Not tested)
Drag and drop the game folder and xtool will remove the encryption and give you the decrypted...
|
Forum: Conversion Tutorials
05-10-2023, 09:39
|
Replies: 404
Views: 150,949
|
Forum: Conversion Tutorials
05-10-2023, 00:18
|
Replies: 404
Views: 150,949
Forza Motorsport 2023
This game uses...
Forza Motorsport 2023
This game uses XMemCompress in its paks (as denoted by Method: 21).
I didn't download the full game, but here's how to make your own database:
1. Download the attached...
|
Forum: Conversion Tutorials
28-09-2023, 07:59
|
Replies: 4,166
Views: 1,027,811
Cyberpunk 2077
I did a bit of digging in...
Cyberpunk 2077
I did a bit of digging in last few days. Here are some observations. Maybe you might find it usefull.
audio*.archive
lang_*.archive
Contains WEM's, BNK's and BIN's.
For...
|
Forum: Conversion Tutorials
19-09-2023, 14:06
|
Replies: 4,166
Views: 1,027,811
|
Forum: Conversion Tutorials
13-09-2023, 07:16
|
Replies: 6
Views: 3,301
Introduction
This post is about the frostbite 3...
Introduction
This post is about the frostbite 3 engine, how to deal with lz4, zlib, zstd and oodle kraken streams.
It is recommended to read the previous posts, about how to search for offsets and...
|
Forum: Conversion Tutorials
10-09-2023, 06:32
|
Replies: 697
Views: 236,341
Update available
Changes
- added...
Update available
Changes
- added recompress streams feature
- added reassign streams feature
- added dummy codec
- added data transfer buffer for srep when dd# is used
- added...
|
Forum: Conversion Tutorials
09-09-2023, 08:31
|
Replies: 404
Views: 150,949
Updated plugin.
Basically the 'MessageBoxA'...
Updated plugin.
Basically the 'MessageBoxA' was patched out and replaced with some other function from User32.dll. On some bink2 inputs you had encountered some error messages like...
|
Forum: Conversion Tutorials
08-09-2023, 05:52
|
Replies: 4,166
Views: 1,027,811
|