Need help identify Yulgang files viewer/exporter
-
blablukura
- ultra-n00b
- Posts: 8
- Joined: Mon Jun 25, 2012 2:32 pm
- Has thanked: 5 times
Need help identify Yulgang files viewer/exporter
Hi, Yulgang online is an really old game, so I don't think its encryption is too complicated or may be there is no encryption at all for the files
I need help identify the view and exporter for these files, I tried Noesis but didnt work
sample files link removed =.=" rules not allow
if someone want to examine the files pm me i'll give the linkss
.d2s is texture file ( u can view it by XnViewer or change file type to .dds, its like .dds file )
.skin is mesh file
.bon is bone file
.ani is animation file
this game has some very cool model (asian martial art style )
http://yulgang.asiasoft.co.th/images/wallpaper/026.jpg
I need help identify the view and exporter for these files, I tried Noesis but didnt work
sample files link removed =.=" rules not allow
if someone want to examine the files pm me i'll give the linkss
.d2s is texture file ( u can view it by XnViewer or change file type to .dds, its like .dds file )
.skin is mesh file
.bon is bone file
.ani is animation file
this game has some very cool model (asian martial art style )
http://yulgang.asiasoft.co.th/images/wallpaper/026.jpg
Last edited by blablukura on Sun Jul 01, 2012 7:18 pm, edited 1 time in total.
- Demonsangel
- mega-veteran

- Posts: 240
- Joined: Fri Aug 05, 2011 9:31 pm
- Location: Antwerp
- Has thanked: 13 times
- Been thanked: 41 times
Re: Need help identify Yulgang files viewer/exporter
Game resource sharing is against Xentax's newest rules.
viewtopic.php?p=73429#p73429
Moderators delete offending posts so you might want to remove/delinkify if you want to keep your request/post.
viewtopic.php?p=73429#p73429
Moderators delete offending posts so you might want to remove/delinkify if you want to keep your request/post.
-
finale00
- M-M-M-Monster veteran

- Posts: 2382
- Joined: Sat Apr 09, 2011 1:22 am
- Has thanked: 170 times
- Been thanked: 300 times
Re: Need help identify Yulgang files viewer/exporter
I looked at the game before and got textured meshes out but I don't remember where I put the script (doesn't seem to be in my dropbox) or what I called it.
viewtopic.php?f=16&t=7206
Lol this is awkward.
EDIT: turns out I never wrote a noesis plugin for it. I wrote one using the sanae3d python script but never converted it. Anyone want to send me models with textures?
viewtopic.php?f=16&t=7206
Lol this is awkward.
EDIT: turns out I never wrote a noesis plugin for it. I wrote one using the sanae3d python script but never converted it. Anyone want to send me models with textures?
-
finale00
- M-M-M-Monster veteran

- Posts: 2382
- Joined: Sat Apr 09, 2011 1:22 am
- Has thanked: 170 times
- Been thanked: 300 times
Re: Need help identify Yulgang files viewer/exporter
Here I looked at it a couple minutes ago and wrote the plugin.
http://db.tt/j4CAFj8N
This is the model you sent me:

There are two integers in the header that I'm not sure of, and the first byte might mean something.
There is some more data at the end of the file which I don't really get either.
For the vertex data, based on what I've learned about bone weights, there are three floats that almost add up to 1.0 all the time, followed by 4 bytes that are probably bone indices.
However I'm concerned with the fact that they don't always add up to 1.0; one of them is like 0.3 + 0.5 + 0.15, which is 0.95. Do weights always add up to 1.0?
http://db.tt/j4CAFj8N
This is the model you sent me:

There are two integers in the header that I'm not sure of, and the first byte might mean something.
There is some more data at the end of the file which I don't really get either.
For the vertex data, based on what I've learned about bone weights, there are three floats that almost add up to 1.0 all the time, followed by 4 bytes that are probably bone indices.
However I'm concerned with the fact that they don't always add up to 1.0; one of them is like 0.3 + 0.5 + 0.15, which is 0.95. Do weights always add up to 1.0?
- chrrox
- Moderator
- Posts: 2601
- Joined: Sun May 18, 2008 3:01 pm
- Has thanked: 57 times
- Been thanked: 1358 times
Re: Need help identify Yulgang files viewer/exporter
some games list 3 floats and 4 bone id's then the leftover weight gets assigned to the last bone listed.
-
finale00
- M-M-M-Monster veteran

- Posts: 2382
- Joined: Sat Apr 09, 2011 1:22 am
- Has thanked: 170 times
- Been thanked: 300 times
Re: Need help identify Yulgang files viewer/exporter
Oh, I see 4 unique bone indices and 3 floats. That would make sense then, since it would save on space and computing the last weight wouldn't be hard.
Does noesis automatically consider that when I bind weight buffers?
Does noesis automatically consider that when I bind weight buffers?
- Demonsangel
- mega-veteran

- Posts: 240
- Joined: Fri Aug 05, 2011 9:31 pm
- Location: Antwerp
- Has thanked: 13 times
- Been thanked: 41 times
Re: Need help identify Yulgang files viewer/exporter
Yes it does, or atleast it seems to do it for the PoE models.

