|
|
|
#1
|
|||
|
|||
|
Unpakke
http://www.nullsecurity.org/unpakke
Used to repack Rayman Legends, and other games. Use 0.4b for CLI |
| The Following User Says Thank You to Hexagon123 For This Useful Post: | ||
ramydarkness (19-03-2022) | ||
| Sponsored Links |
|
#2
|
|||
|
|||
|
Anyone tried Ace combat assault horizon with Unrealkey.exe?
|
|
#3
|
|||
|
|||
|
Ace Combat has it's own encryption scheme outside of standard UE4 scheme.
|
|
#4
|
|||
|
|||
|
Recode FLAC to MP3 with FFMPEG
Code:
for /r %%f in (*.FLAC) do ffmpeg -i "%%f" -ab 320k -map_metadata 0 -id3v2_version 3 "%%~df%%~pf%%~nf.mp3" or for direct usage in CMD: Code:
for /r %f in (*.FLAC) do ffmpeg -i "%f" -ab 320k -map_metadata 0 -id3v2_version 3 "%~df%~pf%~nf.mp3" Last edited by Masquerade; 31-10-2022 at 08:34. |
| The Following User Says Thank You to Masquerade For This Useful Post: | ||
KaktoR (27-01-2022) | ||
|
#5
|
|||
|
|||
|
DATOneArchiver
Currently does not support compression of LZ2K as used in later LEGO games. https://github.com/yodadude2003/DATOneArchiver By yodadude2003 |
|
#6
|
|||
|
|||
|
Quote:
|
| The Following 2 Users Say Thank You to Hexagon123 For This Useful Post: | ||
Masquerade (29-01-2022), Wanterlude (30-01-2022) | ||
|
#7
|
|||
|
|||
|
LEGO Worlds: No DAT Patch for Build 3833060
![]() After: ![]() Just a taster of what's to come
|
| The Following User Says Thank You to Masquerade For This Useful Post: | ||
L33THAK0R (04-02-2022) | ||
|
#8
|
||||
|
||||
|
do you happen to know what the significance behind the byte change is? A few months ago I (unsuccessfully) attempted to figure out the patching process but didn't have much luck even after extensive analysis of the executable with Ghidra, I did however note the byte change but alas was unable to determine the significance.
|
|
#9
|
|||
|
|||
|
Quote:
Quote:
|
| The Following User Says Thank You to Masquerade For This Useful Post: | ||
L33THAK0R (07-02-2022) | ||
|
#10
|
|||
|
|||
|
HxD is a powerful tool. Some of the files comes with encryption from developers to prevent modders from modding and stuff.
No matter how stronger the encryption, they can't break the file, and a file type is recognized by their headers. An example, Link |
| The Following User Says Thank You to :( Sad8669 For This Useful Post: | ||
FIFA_LOVER (07-02-2022) | ||
|
#11
|
|||
|
|||
|
The Alien Cube PAK Decryption Tool
Project page here. |
| The Following User Says Thank You to Masquerade For This Useful Post: | ||
ScOOt3r (11-02-2022) | ||
|
#12
|
|||
|
|||
|
BankDumper
https://github.com/Masquerade64/BankDumper Last edited by Masquerade; 07-04-2022 at 00:14. |
|
#13
|
||||
|
||||
|
Quote:
they both hold wem files which oggre can compress also i am working on something this community will love 90% done
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45. |
| The Following User Says Thank You to panker1992 For This Useful Post: | ||
shazzla (18-02-2022) | ||
|
#14
|
||||
|
||||
|
Quote:
Since Gupta no longer continues with his designer thanks
__________________
It would be nice if you appreciate my work with the thanks Button |
|
#15
|
|||
|
|||
|
Already have a working processor for Ogg + Wav FMOD banks/fsbs, but not ready for public usage yet.
|
| The Following User Says Thank You to Masquerade For This Useful Post: | ||
FIFA_LOVER (18-02-2022) | ||
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Support and Help on Game Compression Tools and Methods | Snake288 | Conversion Tutorials | 4 | 18-04-2020 06:30 |
| Help choosing an mp3 player | ikermalli | Media Players | 8 | 22-08-2010 23:15 |
| [REQ] Pac-Man World 2 Starforce 3 Crack (RLD Tools inside) | newone111 | PC Games | 48 | 21-03-2010 00:22 |
| Frequently Asked Questions | Joe Forster/STA | PC Games - Frequently Asked Questions | 0 | 29-11-2005 09:48 |
| Daemon Tools Question | Overthere | PC Games | 11 | 16-06-2003 17:02 |