Closed apocalyptech closed 3 years ago
Hi,
Yeah, that's correct. The 14.40 update changed the asset format quite a lot. You can find updated instructions on the node-wick
repository.
https://github.com/SirWaddles/node-wick
global.utoc
and global.ucas
come from the Fortnite Paks folder, and it's the only way I can tell which class something is when serializing it. That information isn't stored in the uasset file any more.
I hope this helps.
Aha, cool, thanks for the info! Happy holidays, etc!
Hello! I hadn't updated my JWP checkout in some time, and the newer version (specifically since f498bcab6fd5be36c7555708f05c7809d13d14fc) doesn't seem to want to serialize for me at all. On the console it dies like so:
When run under
strace
, I can see that the last syscall before the abend is:And when I add in some debugging in
src/main.rs
, it's definitely in this call that the process dies:On the offchance that it would be okay with just a blank file, I did try creating a zero-length
paks/global.utoc
file, but that just made the app die in a different way. :)Anyway, is there something else I've got to prepare, first, before running JWP? Thanks!