#46
|
|||
|
|||
Ace Combat has it's own encryption scheme outside of standard UE4 scheme.
|
Sponsored Links |
#47
|
|||
|
|||
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 09:34. |
The Following User Says Thank You to Masquerade For This Useful Post: | ||
KaktoR (27-01-2022) |
#48
|
|||
|
|||
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) |
#49
|
|||
|
|||
DATOneArchiver
Currently does not support compression of LZ2K as used in later LEGO games. https://github.com/yodadude2003/DATOneArchiver By yodadude2003 |
#50
|
|||
|
|||
Quote:
|
The Following 2 Users Say Thank You to Hexagon123 For This Useful Post: | ||
Masquerade (29-01-2022), Wanterlude (30-01-2022) |
#51
|
|||
|
|||
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) |
#52
|
||||
|
||||
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.
|
#53
|
|||
|
|||
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) |
#54
|
|||
|
|||
Quote:
Quote:
|
The Following User Says Thank You to Masquerade For This Useful Post: | ||
L33THAK0R (07-02-2022) |
#55
|
|||
|
|||
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) |
#56
|
|||
|
|||
BankDumper
https://github.com/Masquerade64/BankDumper Last edited by Masquerade; 07-04-2022 at 01:14. |
#57
|
||||
|
||||
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) |
#58
|
||||
|
||||
Quote:
Since Gupta no longer continues with his designer thanks
__________________
It would be nice if you appreciate my work with the thanks Button |
#59
|
|||
|
|||
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) |
#60
|
||||
|
||||
Bink Compressor Patch
Some cls I created after my first use of bpk... which was on Watch Dogs videos and it produced some error and from what I understand is that some videos cause bpk to bug out so this cls-bpt (bpk patch) just tries to filter out the videos that cause these errors. (You do not gain ratio from these videos as they are just skipped)
If the code used in cls-bpk.dll is the same as bink_pack.exe then this should work without problems (same goes for the decoder). The principle of cls-bpt is bk2 videos are scanned and, both encoded and decoded by bink_pack.exe and bink_unpack.exe respectively, if either one of them fail then the data is not passed through the original cls-bpk. This will avoid the "motion data" error message and a possible crash afterwards. Given the involvement of bink_pack.exe and bink_unpack.exe, this means that every single video is at least encoded twice and decoded once when compressing and this will probably more than half the speed performance than when using bpk originally however when decompressing, the speed remains the same Required files when compressing Code:
bink_pack.exe bink_unpack.exe cls-bpk.dll cls-bpt.dll Code:
cls-bpk_u.dll cls-bpt.dll Notes Only use this cls when you are having issues with bpk as there is no telling if bpt will produce errors of its own or if it will affect ratio. This only focuses on bk2 videos. Last edited by Razor12911; 18-02-2022 at 22:42. |
The Following 16 Users Say Thank You to Razor12911 For This Useful Post: | ||
Abbat (28-11-2024), Cesar82 (20-02-2022), ffmla (19-02-2022), Gehrman (19-02-2022), Guravkov2010 (06-07-2022), hdneo (28-02-2022), L0v3craft (18-02-2022), Lord.Freddy (16-08-2022), Masquerade (20-02-2022), ramydarkness (19-03-2022), sathex (30-08-2023), ScOOt3r (19-02-2022), shazzla (19-02-2022), st0rm (19-02-2022), Vladislav989 (01-01-2023), Wanterlude (09-12-2022) |
Thread Tools | |
Display Modes | |
|
|
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 07:30 |
Help choosing an mp3 player | ikermalli | Media Players | 8 | 23-08-2010 00:15 |
[REQ] Pac-Man World 2 Starforce 3 Crack (RLD Tools inside) | newone111 | PC Games | 48 | 21-03-2010 01:22 |
Frequently Asked Questions | Joe Forster/STA | PC Games - Frequently Asked Questions | 0 | 29-11-2005 10:48 |
Daemon Tools Question | Overthere | PC Games | 11 | 16-06-2003 18:02 |