Important information: this site is currently scheduled to go offline indefinitely by end of the year.

PC Age Of Wulin Online

Post questions about game models here, or help out others!
Lynix
advanced
Posts: 42
Joined: Wed Jul 01, 2015 3:11 pm
Has thanked: 2 times
Been thanked: 20 times

Re: PC Age Of Wulin Online

Post 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.
User avatar
Durik256
ultra-veteran
ultra-veteran
Posts: 428
Joined: Wed Nov 21, 2018 7:26 pm
Has thanked: 45 times
Been thanked: 429 times

Re: PC Age Of Wulin Online

Post 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
You do not have the required permissions to view the files attached to this post.
KingJuls
advanced
Posts: 59
Joined: Wed Feb 28, 2018 8:29 am
Has thanked: 9 times
Been thanked: 3 times

Re: PC Age Of Wulin Online

Post 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?
User avatar
Durik256
ultra-veteran
ultra-veteran
Posts: 428
Joined: Wed Nov 21, 2018 7:26 pm
Has thanked: 45 times
Been thanked: 429 times

Re: PC Age Of Wulin Online

Post by Durik256 »

[bruce]
Last edited by Durik256 on Thu Dec 23, 2021 11:14 pm, edited 1 time in total.
KingJuls
advanced
Posts: 59
Joined: Wed Feb 28, 2018 8:29 am
Has thanked: 9 times
Been thanked: 3 times

Re: PC Age Of Wulin Online

Post by KingJuls »

KingJuls
advanced
Posts: 59
Joined: Wed Feb 28, 2018 8:29 am
Has thanked: 9 times
Been thanked: 3 times

Re: PC Age Of Wulin Online

Post 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?
User avatar
Durik256
ultra-veteran
ultra-veteran
Posts: 428
Joined: Wed Nov 21, 2018 7:26 pm
Has thanked: 45 times
Been thanked: 429 times

Re: PC Age Of Wulin Online

Post by Durik256 »

[bruce]
Lynix
advanced
Posts: 42
Joined: Wed Jul 01, 2015 3:11 pm
Has thanked: 2 times
Been thanked: 20 times

Re: PC Age Of Wulin Online

Post 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...
moonpaladin
ultra-veteran
ultra-veteran
Posts: 400
Joined: Tue Mar 05, 2019 6:24 am
Has thanked: 292 times
Been thanked: 18 times

Re: PC Age Of Wulin Online

Post 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
User avatar
Durik256
ultra-veteran
ultra-veteran
Posts: 428
Joined: Wed Nov 21, 2018 7:26 pm
Has thanked: 45 times
Been thanked: 429 times

Re: PC Age Of Wulin Online

Post 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:
You do not have the required permissions to view the files attached to this post.
moonpaladin
ultra-veteran
ultra-veteran
Posts: 400
Joined: Tue Mar 05, 2019 6:24 am
Has thanked: 292 times
Been thanked: 18 times

Re: PC Age Of Wulin Online

Post by moonpaladin »

Durik256 wrote: Wed Jan 26, 2022 6:19 pm if you load the first mesh, then everything is fine.
Thanks Durik! :D
numnumjuice
ultra-n00b
Posts: 2
Joined: Mon Dec 12, 2022 12:21 am
Has thanked: 1 time

Re: PC Age Of Wulin Online

Post 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
User avatar
Durik256
ultra-veteran
ultra-veteran
Posts: 428
Joined: Wed Nov 21, 2018 7:26 pm
Has thanked: 45 times
Been thanked: 429 times

Re: PC Age Of Wulin Online

Post 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'
numnumjuice
ultra-n00b
Posts: 2
Joined: Mon Dec 12, 2022 12:21 am
Has thanked: 1 time

Re: PC Age Of Wulin Online

Post 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?
Post Reply