SUBSIM Radio Room Forums



SUBSIM: The Web's #1 resource for all submarine & naval simulations since 1997

Go Back   SUBSIM Radio Room Forums > Modern-Era Subsims > Dangerous Waters > DW Mod Workshop
Forget password? Reset here

Reply
 
Thread Tools Search this Thread Display Modes
Old 09-27-11, 07:50 PM   #1
magicstix
Captain
 
Join Date: Aug 2011
Location: Nuclear submarine under the North Pole
Posts: 481
Downloads: 1
Uploads: 0
Default DW 3D model format

Anyone happen to know what model format DW uses for its 3D models? Is it something off the shelf or do they have their own format?
magicstix is offline   Reply With Quote
Old 09-27-11, 10:07 PM   #2
TLAM Strike
Navy Seal
 
Join Date: Apr 2002
Location: Rochester, New York
Posts: 8,633
Downloads: 29
Uploads: 6


Default

its called .j3d

That format can be exported only by using a plugin for 3ds max v3.1 (not with later versions)

There might be a more recent program that can export that format but don't know what.
__________________


TLAM Strike is offline   Reply With Quote
Old 09-28-11, 06:04 PM   #3
magicstix
Captain
 
Join Date: Aug 2011
Location: Nuclear submarine under the North Pole
Posts: 481
Downloads: 1
Uploads: 0
Default

Quote:
Originally Posted by TLAM Strike View Post
its called .j3d

That format can be exported only by using a plugin for 3ds max v3.1 (not with later versions)

There might be a more recent program that can export that format but don't know what.
Boo. I was hoping it was something off the shelf or at least documented so I could load the files... I'm considering working on a 3D engine and was hoping I'd have a ready set of test models from the DW mod community.
magicstix is offline   Reply With Quote
Old 09-28-11, 07:31 PM   #4
TLAM Strike
Navy Seal
 
Join Date: Apr 2002
Location: Rochester, New York
Posts: 8,633
Downloads: 29
Uploads: 6


Default

Quote:
Originally Posted by magicstix View Post
Boo. I was hoping it was something off the shelf or at least documented so I could load the files... I'm considering working on a 3D engine and was hoping I'd have a ready set of test models from the DW mod community.
I have plenty of 3d models that I could let you use. Just PM me with an email address to send them to and I'll shoot off a sampling of them.
__________________


TLAM Strike is offline   Reply With Quote
Old 09-28-11, 07:40 PM   #5
magicstix
Captain
 
Join Date: Aug 2011
Location: Nuclear submarine under the North Pole
Posts: 481
Downloads: 1
Uploads: 0
Default

Quote:
Originally Posted by TLAM Strike View Post
I have plenty of 3d models that I could let you use. Just PM me with an email address to send them to and I'll shoot off a sampling of them.
What format are they in?
magicstix is offline   Reply With Quote
Old 09-28-11, 08:03 PM   #6
TLAM Strike
Navy Seal
 
Join Date: Apr 2002
Location: Rochester, New York
Posts: 8,633
Downloads: 29
Uploads: 6


Default

Quote:
Originally Posted by magicstix View Post
What format are they in?
.3ds good?
__________________


TLAM Strike is offline   Reply With Quote
Old 09-29-11, 07:28 PM   #7
Madox58
Stowaway
 
Posts: n/a
Downloads:
Uploads:
Default

Has anyone tried to write a converter to create j3d files?
I just looked at a simple j3d file in Hex.

tentgreen_s.j3d

The format is simple enuff so far that I can read the verts, texcoords, and faces and useing 010 Hex Editor could write a Template and extract the mesh to obj format.

Haveing only looked at it for about 15 minutes, there's still a few things I have not verified yet.
  Reply With Quote
Old 09-29-11, 07:43 PM   #8
magicstix
Captain
 
Join Date: Aug 2011
Location: Nuclear submarine under the North Pole
Posts: 481
Downloads: 1
Uploads: 0
Default

Quote:
Originally Posted by privateer View Post
Has anyone tried to write a converter to create j3d files?
I just looked at a simple j3d file in Hex.

tentgreen_s.j3d

The format is simple enuff so far that I can read the verts, texcoords, and faces and useing 010 Hex Editor could write a Template and extract the mesh to obj format.

Haveing only looked at it for about 15 minutes, there's still a few things I have not verified yet.
Well if you could document the format I could write a converter *and* load j3d files directly... :P
magicstix is offline   Reply With Quote
Old 09-29-11, 09:32 PM   #9
Madox58
Stowaway
 
Posts: n/a
Downloads:
Uploads:
Default

I've gotten quite a lot figured out so far.
I understand the way the meshes are written and adjusted completely now,
what the bytes before the first vert group are,
how the meshes and textures are done,
and the lighting stuff.

Still unsure of a few bytes at the moment but those should be known pretty quickly with some more testing.

What do you program in?
C++, C#?
  Reply With Quote
Old 09-29-11, 10:06 PM   #10
magicstix
Captain
 
Join Date: Aug 2011
Location: Nuclear submarine under the North Pole
Posts: 481
Downloads: 1
Uploads: 0
Default

Quote:
Originally Posted by privateer View Post

What do you program in?
C++, C#?
C++, C, assembly, python, mantis, flying crane...
magicstix is offline   Reply With Quote
Old 09-30-11, 02:18 PM   #11
Madox58
Stowaway
 
Posts: n/a
Downloads:
Uploads:
Default

Quote:
Originally Posted by magicstix View Post
C++, C, assembly, python, mantis, flying crane...
Flying Crane...............


Is that some kind of Borland product?


I forgot that I did look at the J3D format awhile back. No wonder I figured it out so fast!


I did figure out alot more this pass though. So I can explain the format and how to read/write it.

I only have the demo files to look at so if someone has a few models converted with the original 3D Max Exporter?
I'd like to see those again also.
  Reply With Quote
Old 09-30-11, 02:52 PM   #12
TLAM Strike
Navy Seal
 
Join Date: Apr 2002
Location: Rochester, New York
Posts: 8,633
Downloads: 29
Uploads: 6


Default

Quote:
Originally Posted by privateer View Post
I forgot that I did look at the J3D format awhile back. No wonder I figured it out so fast!
Yea now I remember you helped me out with converting a few files.


Quote:
I only have the demo files to look at so if someone has a few models converted with the original 3D Max Exporter?
I'd like to see those again also.
Try this: http://www.mediafire.com/?j0qq91cu6hn5on4
__________________


TLAM Strike is offline   Reply With Quote
Old 09-30-11, 03:16 PM   #13
Madox58
Stowaway
 
Posts: n/a
Downloads:
Uploads:
Default

Got the package.


After looking at many other formats?
J3D is a pretty simple format to work with.

The only thing I do not understand at the moment is a few bytes in each vert entry.


I'm wondering if they may be a damaged version of the object or a seperate Texcoords thing for damages or something.


I'll have to extract them and try them both ways to know for sure.
I've only seen actual numbers aside from 0 for 1 model at this time.
Once I finish a Template for 010 Editor it will be much faster to check existing J3D files to compare how many have a 0 or actual numbers in that section.
Since switching to the 010 editor I've been able to figure stuff out much faster! Not bad for a $50.00 program!
3D Object Converter (which also costs around the same) seems to blend some verts or drop some meshes on the J3D format.
So being able to write a Temple or Script with 010 allows a perfect extraction 'as the file is'.

Last edited by Madox58; 09-30-11 at 03:29 PM.
  Reply With Quote
Old 12-07-11, 06:23 PM   #14
Madox58
Stowaway
 
Posts: n/a
Downloads:
Uploads:
Default

I've been codeing some stuff in python lately for a program called Noesis.
I'm studying the source code now to write a plugin for it that will export to the j3d format.
Noesis is a free program that also has a viewer built into it and supports many different formats so it's good for alot of different reasons.

You can get it here.........
http://forum.xentax.com/viewtopic.php?f=33&t=4582
  Reply With Quote
Old 12-08-11, 09:36 PM   #15
magicstix
Captain
 
Join Date: Aug 2011
Location: Nuclear submarine under the North Pole
Posts: 481
Downloads: 1
Uploads: 0
Default

Well I've finally started working on a 3D engine of sorts. Right now it's just a learning experience for D3D11, but I've finished up my camera classes, a per pixel lighting shader, and a 3DS max file loader.

Since I've already finished a 3DS loader, maybe I'll stick with that format, since TLAM seems to have a lot of models in 3DS...

I will take a look at the j3d loader though! Once I start formally putting together an actual game engine I'll probably look at formats other than 3ds, since I don't particularly like it (the worst part is I have to calculate normals myself).
magicstix is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 09:00 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright © 1995- 2024 Subsim®
"Subsim" is a registered trademark, all rights reserved.