Page 2 of 2

Re: PC Age Of Wulin Online

Posted: Wed Dec 15, 2021 12:23 am
by Lynix
moonpaladin wrote: Mon Dec 13, 2021 3:34 pm
Lynix wrote: Mon Dec 13, 2021 12:14 am Yes it's the same file Format ;)
Would you mind in share your script? :roll:
erm "Yes it's the same file Format ;)" means the posted script can use that files too... well the script isnt bugfree ;)... i have no time to finish it.. but it should work on a decent file amount for both games.

Re: PC Age Of Wulin Online

Posted: Thu Dec 16, 2021 1:30 am
by Durik256
why create a topic if a ready-made solution already exists
The Noesis plugin was created by me using a 3D script.
author 3d script:
zaramot wrote: Thu Oct 09, 2014 12:57 pm
there are 3 versions in the archive:
-only skeleton "fmt_xskt.py" in folder "only_skeleton_xskt"
-only mesh "fmt_xmod.py" in folder "only_mesh_xmod"
-and skeleton and mesh "fmt_xmod.py" in folder "mesh_and_skeleton"
the file must be named "tpose.xskt" and be in the same folder as the mesh. Also loads a mesh without a skeleton.
Image

Re: PC Age Of Wulin Online

Posted: Thu Dec 16, 2021 8:27 am
by KingJuls
Durik256 wrote: Thu Dec 16, 2021 1:30 am why create a topic if a ready-made solution already exists
The Noesis plugin was created by me using a 3D script.
author 3d script:
zaramot wrote: Thu Oct 09, 2014 12:57 pm
there are 3 versions in the archive:
-only skeleton "fmt_xskt.py" in folder "only_skeleton_xskt"
-only mesh "fmt_xmod.py" in folder "only_mesh_xmod"
-and skeleton and mesh "fmt_xmod.py" in folder "mesh_and_skeleton"
the file must be named "tpose.xskt" and be in the same folder as the mesh. Also loads a mesh without a skeleton.
Image

Thanks for your work!
Any chance that u add gm2 file support from the same Game?

Re: PC Age Of Wulin Online

Posted: Thu Dec 16, 2021 12:41 pm
by Durik256
[bruce]

Re: PC Age Of Wulin Online

Posted: Thu Dec 16, 2021 5:35 pm
by KingJuls

Re: PC Age Of Wulin Online

Posted: Tue Dec 21, 2021 1:15 pm
by KingJuls
Durik256 wrote: Thu Dec 16, 2021 12:41 pm
KingJuls wrote: Thu Dec 16, 2021 8:27 am add gm2 file support from the same Game?
why quote the entire post :oops:
I do not have a game and these files 8D
Any News Bro?

Re: PC Age Of Wulin Online

Posted: Tue Dec 21, 2021 2:30 pm
by Durik256
[bruce]

Re: PC Age Of Wulin Online

Posted: Sun Jan 02, 2022 1:33 pm
by Lynix
the problem is (maybe).... it seems the unpacker isnt flawless OR at least "some" files act strange in a way that it COULD point to that the unpacker unpacks (partly) wrong...

Re: PC Age Of Wulin Online

Posted: Tue Jan 25, 2022 6:14 pm
by moonpaladin
Durik256 wrote: Thu Dec 16, 2021 1:30 am
Hello Durik256, thanks for the script! It works really well! I have found some models that have a problem maybe could you take a look? some throw error, one loads incomplete, others seems empty, and one looks just as points. Thanks alot!

https://www.mediafire.com/file/qrbmz0f3 ... S.zip/file

Re: PC Age Of Wulin Online

Posted: Wed Jan 26, 2022 6:19 pm
by Durik256
moonpaladin wrote: Tue Jan 25, 2022 6:14 pm have a problem maybe could you take a look?
Yes they are different.
The file was parsed incorrectly.
objects have children at the end their number is indicated:

Code: Select all

string name
...
last int (count child)
But i do not see an explicit indication of the amount of materials,
the presence of weights and bones. to load all the meshes you need to know this.
(I will not look for a difference in a few bytes and do many checks :D )
if you load the first mesh, then everything is fine. only 3 files are incorrect.
because they have a different grid type which I haven't checked:
Image
no further research :cry:

Re: PC Age Of Wulin Online

Posted: Wed Jan 26, 2022 6:24 pm
by moonpaladin
Durik256 wrote: Wed Jan 26, 2022 6:19 pm if you load the first mesh, then everything is fine.
Thanks Durik! :D

Re: PC Age Of Wulin Online

Posted: Wed Dec 21, 2022 2:42 am
by numnumjuice
Durik256 wrote: Thu Dec 16, 2021 1:30 am why create a topic if a ready-made solution already exists
The Noesis plugin was created by me using a 3D script.
author 3d script:
zaramot wrote: Thu Oct 09, 2014 12:57 pm
there are 3 versions in the archive:
-only skeleton "fmt_xskt.py" in folder "only_skeleton_xskt"
-only mesh "fmt_xmod.py" in folder "only_mesh_xmod"
-and skeleton and mesh "fmt_xmod.py" in folder "mesh_and_skeleton"
the file must be named "tpose.xskt" and be in the same folder as the mesh. Also loads a mesh without a skeleton.
Image
On your previous gif I saw you were able to get the textures from the DDS files onto the XMOD mesh I was wondering how you were able to do that. Image

Re: PC Age Of Wulin Online

Posted: Wed Dec 21, 2022 2:58 am
by Durik256
numnumjuice wrote: Wed Dec 21, 2022 2:42 am how you were able to do that.
DragNDrop dds on preview Noesis and click 'No'

Re: PC Age Of Wulin Online

Posted: Wed Dec 21, 2022 3:08 am
by numnumjuice
Durik256 wrote: Wed Dec 21, 2022 2:58 am
numnumjuice wrote: Wed Dec 21, 2022 2:42 am how you were able to do that.
DragNDrop dds on preview Noesis and click 'No'
Is it possible to export the model with the DDS texture on?