Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Dev] 3D viewer datEditor

Skilled Illusionist
Joined
Jul 10, 2008
Messages
371
Reaction score
94
hi,

I try my chance here may be some one have an idea about my problem.

I try to made a 3D view of the map in a dat editor, i wish to use Qt Creator as ide who support natively openGl integration, the problem is asset from client for mesh are .x file (directx format) in binary zip format, and I don't know how work the directx loader, and wish to know if some have an idea to load these 3D asset in a map viewer. for the moment I try to load the warp .x file in opengl without success (and without texture), when I load an other file found on web (a character stand up) it's work perfectly but nothing to do with ace client asset.

if some have an idea its can really help me.
 
Last edited by a moderator:
Newbie Spellweaver
Joined
Sep 23, 2011
Messages
5
Reaction score
0
Re: 3D viewer datEditor

hi,

I try my chance here may be some one have an idea about my problem.

I try to made a 3D view of the map in a dat editor, i wish to use Qt Creator as ide who support natively openGl integration, the problem is asset from client for mesh are .x file (directx format) in binary zip format, and I don't know how work the directx loader, and wish to know if some have an idea to load these 3D asset in a map viewer. for the moment I try to load the warp .x file in opengl without success (and without texture), when I load an other file found on web (a character stand up) it's work perfectly but nothing to do with ace client asset.

if some have an idea its can really help me.

I hope it can help you:
And if you use 3dmax:

Good luck :)
 
Newbie Spellweaver
Joined
Apr 27, 2009
Messages
65
Reaction score
49
Re: 3D viewer datEditor

At some I'm working also.

decarvk - [Dev] 3D viewer datEditor - RaGEZONE Forums
 
Skilled Illusionist
Joined
Jul 10, 2008
Messages
371
Reaction score
94
Re: 3D viewer datEditor

nice what graphical engine do you use to load graphical asset? directX or openGL?
 
Newbie Spellweaver
Joined
Apr 27, 2009
Messages
65
Reaction score
49
Re: 3D viewer datEditor

Update: Visual representation of two maps (I am assuming that the the collision is), once water and the other is for ground, the two maps are also in the SMA but contain only maps with water.

decarvk - [Dev] 3D viewer datEditor - RaGEZONE Forums


decarvk - [Dev] 3D viewer datEditor - RaGEZONE Forums
 
  • Like
Reactions: hi5
Newbie Spellweaver
Joined
Apr 27, 2009
Messages
65
Reaction score
49
Re: 3D viewer datEditor

decarvk - [Dev] 3D viewer datEditor - RaGEZONE Forums


Hello guys,

the image that you see above is an extract from the *. dat to be exact is the one Object block I am concerned because marked area, the 28 bytes that I can not assign exactly.
From a purely logical because the rotation angle should be in there but no matter what I do it but only comes out garbage.
If anyone knows for struct block exactly, I would be very grateful to him if he can help me with this trouble.

thank predi24
 
Initiate Mage
Joined
Nov 29, 2013
Messages
1
Reaction score
0
Re: 3D viewer datEditor

Which tool can open .dat file? Could you suggest me one tool and the way to edit map?
 
Skilled Illusionist
Joined
Jul 10, 2008
Messages
371
Reaction score
94
Re: 3D viewer datEditor

an hexadicimal editor after to understand the content et make this human redable there no tools shared actualy, just some people working on their own tools.
 
Back
Top