I have problem with extracting animations from Blade and Soul's upk files.
For example, when I trying to extract 0006750.upk
with umodel -game=bns -all -export option
there's error message like
----------------------------------------------------------------
C:\Users\ME\Desktop\thread upload>Export_All_BNS.bat
C:\Users\ME\Desktop\thread upload>(umodel -game=bns -all -export 00006750.upk )
Found 1 game files (4 skipped)
Loading package: 00006750.upk Ver: 573/1 Engine: 4205 Names: 1005 Exports: 25 Im
ports: 1648 Game: 801B
Loading AnimSet BladeMaster_JinF_Animset from package 00006750.upk
WARNING: BoolProperty "UAnimSet::bServiced" was not found
WARNING: ArrayProperty "UAnimSet::AdjustAniScaleBoneNames" was not found
WARNING: ArrayProperty "UAnimSet::RefSequences" was not found
WARNING: ArrayProperty "UAnimSet::PhysicalHitBoneNames" was not found
Loading AnimSequence AnimSequence_0 from package 00006750.upk
WARNING: BoolProperty "UAnimSequence::bUseCustomAttachAnim" was not found
WARNING: BoolProperty "UAnimSequence::bServiced" was not found
WARNING: ByteProperty "UAnimSequence::WeaponRLocType" was not found
Loading AnimNotify_Sound AnimNotify_Sound_26 from package 00006750.upk
WARNING: FloatProperty "UAnimNotify_Sound::SoundVolume" was not found
Loading AnimNotify_Sound AnimNotify_Sound_27 from package 00006750.upk
Loading AnimSet BladeMaster_JinM_Animset from package 00006750.upk
WARNING: BoolProperty "UAnimSet::bServiced" was not found
WARNING: ArrayProperty "UAnimSet::AdjustAniScaleBoneNames" was not found
WARNING: ArrayProperty "UAnimSet::RefSequences" was not found
WARNING: ArrayProperty "UAnimSet::PhysicalHitBoneNames" was not found
Loading AnimSequence AnimSequence_1 from package 00006750.upk
WARNING: BoolProperty "UAnimSequence::bUseCustomAttachAnim" was not found
WARNING: BoolProperty "UAnimSequence::bServiced" was not found
WARNING: ByteProperty "UAnimSequence::WeaponRLocType" was not found
Loading AnimNotify_Sound AnimNotify_Sound_26 from package 00006750.upk
WARNING: FloatProperty "UAnimNotify_Sound::SoundVolume" was not found
Loading AnimNotify_Sound AnimNotify_Sound_27 from package 00006750.upk
Loading AnimSet BladeMaster_KunN_Animset from package 00006750.upk
WARNING: BoolProperty "UAnimSet::bServiced" was not found
WARNING: ArrayProperty "UAnimSet::AdjustAniScaleBoneNames" was not found
WARNING: ArrayProperty "UAnimSet::RefSequences" was not found
WARNING: ArrayProperty "UAnimSet::PhysicalHitBoneNames" was not found
Loading AnimSequence AnimSequence_2 from package 00006750.upk
WARNING: BoolProperty "UAnimSequence::bUseCustomAttachAnim" was not found
WARNING: BoolProperty "UAnimSequence::bServiced" was not found
WARNING: ByteProperty "UAnimSequence::WeaponRLocType" was not found
Loading AnimNotify_Sound AnimNotify_Sound_26 from package 00006750.upk
WARNING: FloatProperty "UAnimNotify_Sound::SoundVolume" was not found
Loading AnimNotify_Sound AnimNotify_Sound_27 from package 00006750.upk
Loading AnimSet BladeMaster_LynF_Animset from package 00006750.upk
WARNING: BoolProperty "UAnimSet::bServiced" was not found
WARNING: ArrayProperty "UAnimSet::AdjustAniScaleBoneNames" was not found
WARNING: ArrayProperty "UAnimSet::RefSequences" was not found
WARNING: ArrayProperty "UAnimSet::PhysicalHitBoneNames" was not found
Loading AnimSet BladeMaster_LynM_Animset from package 00006750.upk
WARNING: BoolProperty "UAnimSet::bServiced" was not found
WARNING: ArrayProperty "UAnimSet::AdjustAniScaleBoneNames" was not found
WARNING: ArrayProperty "UAnimSet::RefSequences" was not found
WARNING: ArrayProperty "UAnimSet::PhysicalHitBoneNames" was not found
Loaded in 0.006 sec, 503 allocs, 0.16 MBytes serialized in 18 calls.
Exporting objects ...
Exporting AnimSet BladeMaster_JinF_Animset to C:/Users/ME/Desktop/thread upload/
UmodelExport/00006750/AnimSet
Exporting AnimSet BladeMaster_JinM_Animset to C:/Users/ME/Desktop/thread upload/
UmodelExport/00006750/AnimSet
Exporting AnimSet BladeMaster_KunN_Animset to C:/Users/ME/Desktop/thread upload/
UmodelExport/00006750/AnimSet
Exporting AnimSet BladeMaster_LynF_Animset to C:/Users/ME/Desktop/thread upload/
UmodelExport/00006750/AnimSet
Exporting AnimSet BladeMaster_LynM_Animset to C:/Users/ME/Desktop/thread upload/
UmodelExport/00006750/AnimSet
-----------------------------------------------------------------------------------
After that I can see 5 pair of BladeMaster_(race)_Animset.psa and config files.
size of 3 of them is 151kb, and the others are 8~9kb.
When i import one of 151kb psa files into 3ds max 2016,
all I can see is only drinking potion animation.
Expected animation is fighting with blade motions.
In my think, BnS *.psa files are encrypted by ACF_ZOnlyRLE
and umodel doesn't support that format so that cannot extract.
Then how can I extract animation files from *.upk?
May helpful link -
https://sites.google.com/site/sippeyfunlabs/blade-and-soul-a-unreal-3-based-game-mod-section/animation-data Or if anyone already have one,
can you send it to my email "
usas0s@naver.com" PLZ?
It's little bit urgent.
THX!