GhostyPool

Results 10 comments of GhostyPool

I'm pretty sure ArmCord is still bugged since discord pushed an update that broke it a few days ago, so plugins and themes dont work atm, but i think vencord...

After performing some dumps using dump_tex and inspecting the frame in renderdoc I can confirm that both games are binding large structured buffers to SRV slots (t0, t3, t5) like...

The tool tries to encrypt the UCAS with the original AES key here: https://github.com/rm-NoobInCoding/UnrealReZen/blob/f6d65786084cf0b1b94860ac6abe7af23f837566/UnrealReZen/Core/FIoPack.cs#L46-L51 And sets the flag inside the UTOC, but does not encrypt the UTOC directory index. Imo,...

This app tries to encrypt the resulting files with the game's AES key, however it does not properly encrypt the .utoc file resulting in unusable files. I have made a...

> [@GhostyPool](https://github.com/GhostyPool) I've tried the fork but unfortunately I still get a damaged utoc, which is not really a surprise as the game I'm trying to mod (Assetto Corsa Rally)...

Fix was simpler than I expected, should work on UE5+ versions now. Tested on UE5.3, please report if UE5.4+ works. https://github.com/GhostyPool/UnrealReZen/releases/tag/UnrealReZen-UE5

@rm-NoobInCoding Sure thing. How do you want to handle the encryption issues though? Encryption is currently broken because the DirectoryIndex does not get encryped, but the ucas does. I just...

I think pretty much all UE4/5 games can read non-encrypted ucas even if the original files are encryped, I never encountered one that doesn't myself. So in my opinion it's...

@fku-apple This app is not meant to pack retoc converted (legacy) assets, it's meant for IoStore assets, which you can extract from an IoStore game with FModel. There will be...