Game: Brothers: A Tale of Two Sons Remake
https://store.steampowered.com/app/2153350/Brothers_A_Tale_of_Two_Sons_Remake/Ue5 version : 5.3.1.0 ue5-cl-56189
Tested with build 1579 based fix38 (feb 14 2024)
I have tried the 5.3 version in the dropdown menu in umodel, and only with this one it parses all packages without errors when scanning contents, apparently skeletal meshes most seem to load fine, even though there's no materials, the bigger problem is with the skeletons, when opening a skeletal mesh i keep getting the "warning: no skeleton, animation will not work!". From what i have seen in the instructions for unreal engine 5 games, we have to manually append the skeleton, the problem is that no matter which skeletal mesh that i load and then try to append the skeleton file in the folder of the skeletal mesh (usually starts with SKEL instead of SK, for example :
/Game/BRO/Character/BrotherYoung/SkeletalMeshes/SK_BrotherYoung.uasset
/Game/BRO/Character/BrotherYoung/SkeletalMeshes/SKEL_BrotherYoung.uasset
it always displays a error like this :
Serializing behind stopper (867E+4 > 867E)
FIOStoreFile::Serialize <- FArchive::ByteOrderSerialize <- TArray::Serialize: 15/219 <- FReferenceSkeleton<< <- USkeleton::Serialize <- LoadObject: Skeleton'SKEL_BrotherYoung.SKEL_BrotherYoung', pos=6789, ver=528/0, game=ue5.3 <- UObject::EndLoad <- LoadWholePackage: /Game/BRO/Character/BrotherYoung/SkeletalMeshes/SKEL_BrotherYoung.uasset <- CUmodelApp::ShowPackageUI <- CUmodelApp::ProcessKey: key=6F, down=1 <- VisualizerLoop <- Main: umodel_build=1579 based fix38
I tried another different character, and i get almost the same error but with different values :
Serializing behind stopper (362F+4 > 3631)
FIOStoreFile::Serialize <- FArchive::ByteOrderSerialize <- UnPackage::SerializeFName: pos=00002B89 <- TArray::Serialize: 99/103 <- FReferenceSkeleton<< <- USkeleton::Serialize <- LoadObject: Skeleton'SKEL_OldMan.SKEL_OldMan', pos=2B89, ver=528/0, game=ue5.3 <- UObject::EndLoad <- LoadWholePackage: /Game/BRO/Character/Civilians/OldMan/SkeletalMeshes/SKEL_OldMan.uasset <- CUmodelApp::ShowPackageUI <- CUmodelApp::ProcessKey: key=6F, down=1 <- VisualizerLoop <- Main: umodel_build=1579 based fix38
Perhaps it's because this game is using 5.3.1.0 version instead of 5.3? Anyway, as it is, the game's mostly not supported, i am not sure if this is fixable or not.