Hello everyone,
This year webzen has released a beta for Mu2 that uses UE3 Engine, the first beta release we could extract and view models from upk files normally.
Old Client:
https://mega.co.nz/#!kpthnIDY!TuojYXvn5KxW23RNrnmKwwkoGu5rIm2VXlk7hdUZSm8Rar password: MeGaMaX
This one has GAME TAG = 8000
[pkgtool information for working package]
Version summary:
Ver LicVer Count Filename
671 (29F) 0 ( 0) 1 Wea_AnimTree.upk
864 (360) 5 ( 5) 7 Wea_...
864 (360) 6 ( 6) 7 Wea_...
864 (360) 6 ( 6) 1 ModelDataSet.upk
859 (35B) 4 ( 4) 1 MU2PawnArcheType.upk
864 (360) 5 ( 5) 1 Freelancer/MU2AvatarFreelancer.upk
864 (360) 6 ( 6) 41
789 (315) 0 ( 0) 1 UI_Fonts_Final.upk
864 (360) 5 ( 5) 2 UI_...
864 (360) 6 ( 6) 13 UI_...
671 (29F) 0 ( 0) 1 Wea_AnimTree.upk
864 (360) 5 ( 5) 7 Wea_...
864 (360) 6 ( 6) 7 Wea_...
From the 3rd release, they started to use RAR5 to pack the files, so umodel can see the files, but cannot extract it.
This is newer beta release >
https://mega.co.nz/#!Rs1HEJoR!ESq5k0BEqpYjNx1F_afM4SEgsTxLHPp1b6O3dOKteUYSince it uses RAR5 LIB umodel cannot extract it, only files those which were not updated ofc.
Here is sample data of the error
FPackageFileSummary<<:Ver=0/0 <- UnPackage::UnPackage:GuidCache.upk, ver=99999/0, game=0 <- UnPackage::LoadPackage:C:\CookedPC\GuidCache.upk <- Main
Detected game root C:/CookedPC
Found 519 game files (4626 skipped)
******** C:\CookedPC\GwNavEditor.u ********
*** ERROR: Wrong tag in package: 6A8B57C7
FPackageFileSummary<<:Ver=0/0 <- UnPackage::UnPackage:GwNavEditor.u, ver=99999/0, game=0 <- UnPackage::LoadPackage:C:\CookedPC\GwNavEditor.u <- Main
Detected game root C:/CookedPC
Found 519 game files (4626 skipped)
******** C:\CookedPC\GwNavEngine.u ********
*** ERROR: Wrong tag in package: 6A8B57C7
FPackageFileSummary<<:Ver=0/0 <- UnPackage::UnPackage:GwNavEngine.u, ver=99999/0, game=0 <- UnPackage::LoadPackage:C:\CookedPC\GwNavEngine.u <- Main
Detected game root C:/CookedPC
Found 519 game files (4626 skipped)
*** ERROR: Wrong tag in package: 6A8B57C7
FPackageFileSummary<<:Ver=0/0 <- UnPackage::UnPackage:MU2Game.u, ver=99999/0, game=0 <- UnPackage::LoadPackage:C:\CookedPC\MU2Game.u <- Main
Detected game root C:/CookedPC
Found 519 game files (4626 skipped)
******** C:\CookedPC\MU2Game_LOC_INT.upk ********
*** ERROR: Wrong tag in package: 6A8B57C7
Upon using pkgtool for this newer one i receive only a empty list with no errors.
C:\CookedPC>pkgtool.exe Weapon\
Found 15 game files (0 skipped)
Version summary:
Ver LicVer Count Filename
Those client URL were fetched from ragezone and in the post there is a comment regarding the use of RAR5 to decompress those resources.
I have already stumbled upon few dead ends, and keep wondering how to use RAR5 to decompress this with umodel.
RAR5 LIB Source:
http://www.rarlab.com/rar/unrarsrc-5.0.2.tar.gzOne extra info:
On older client it was possible to use umodel -list and umodel -nomesh with sucess
Loading StaticMesh3 M_Balog01_Sm from package M_Balog.upk
LOD has extra index buffer (58992 items)
...
Loading Texture2D M_Balog01_D_Tex from package M_Balog.upk
....
Loaded in 0.12 sec, 7367 allocs, 5.45 MBytes serialized in 208860 calls.
On the new one the error is the same error:
Wrong tag in package: 6A8B57C7
Anyway, thanks for the help.
If i can provide any more information the issue, please let me know.