Steve Streeting

Results 55 comments of Steve Streeting

PRs welcome. I'm not actually sure how to do this without breaking 5.4 and earlier since you can't #ifdef contents of the uproject. If 5.6 breaks it maybe we can...

AFAIK nothing has changed since that previous issue. FYI I'm not really working on SPUD anymore, barring dealing with engine upgrades and community PRs, it kind of is what it...

The problem is dealing with those structures changing. For efficiency the SPUD data format only stores offsets so that if you need to load old data into a new object...

Unfortunately I couldn't get it working again because UE changed the FArchive related APIs and made the technique I was using impossible. I spent a few hours on it and...

This was the commit that removed support because it no longer worked with UE 5.2+ https://github.com/sinbad/SPUD/commit/17c75688815df9c6ea84458e0207e119a9f938eb

So it sounds like a timing issue between the core engine re-initialising the character on respawn and SPUD restoring the state. The core UE respawn init must be getting delayed...

I assume you're talking about Playstation? I can't work on this because I don't have a devkit. I know someone who made a couple of small changes to make it...

Looks like someone posted at least some of the answer here, not sure how legal it was to do that but it's not me so it's fine ;) https://github.com/ihavenick/SPUD/commit/bf15e24cd934d763f9bfe09ca526dd8ce61e7798 This...

They've got back to me and will indeed post something in the Sony forums when they get time & send me the link to forward to this thread.