|
|
|
 |

July 4th, 2005, 04:58 PM
|
 |
General
|
|
Join Date: Apr 2001
Location: Cincinnati, Ohio, USA
Posts: 4,547
Thanks: 1
Thanked 7 Times in 5 Posts
|
|
Using Doga models in SE5/Starfury
The only reason we can't use Doga models in SE5 or Starfury is because of all the extra polygons that appear on the "inside" of the models, right? Well then all you need is a program which can perform boolean (aka Constructive Solid Geometry) operations on triangle meshes, because that will "solidify" the model, removing all those interior polygons. If I'm not mistaken, Blender can do such a thing... so here's what you do:
1. Create model in DoGA
2. Export as 3DS or whatever DoGA exports as
3. Import into Blender
4. Apply boolean "add" operations to merge all the parts into one big mesh
5. Export as .X
Keep in mind I haven't tried this yet, but it's an idea - I'm not 100% sure Blender actually supports booleans, and if it does, I'm not sure how it handles merging multiple objects with different materials, but it's worth trying out...
__________________
The Ed draws near! What dost thou deaux?
|

July 4th, 2005, 07:24 PM
|
 |
Shrapnel Fanatic
|
|
Join Date: Dec 2000
Location: USA
Posts: 15,630
Thanks: 0
Thanked 30 Times in 18 Posts
|
|
Re: Using Doga models in SE5/Starfury
When you do try PLEASE let us know how it works. With detailed instructions - or step by step directions, on how to accomplish this great task.
Thanks Ed.
__________________
Creator of the Star Trek Mod - AST Mod - 78 Ship Sets - Conquest Mod - Atrocities Star Wars Mod - Galaxy Reborn Mod - and Subterfuge Mod.
|

July 4th, 2005, 10:44 PM
|
 |
Private
|
|
Join Date: Nov 2004
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: Using Doga models in SE5/Starfury
If this works, that'll be downright wonderful.
__________________
I'm sewage flavored.
|

July 4th, 2005, 11:24 PM
|
 |
General
|
|
Join Date: Apr 2001
Location: Cincinnati, Ohio, USA
Posts: 4,547
Thanks: 1
Thanked 7 Times in 5 Posts
|
|
Re: Using Doga models in SE5/Starfury
And not just that - I'm also trying to make a plugin for Wings which exports to DoGA format:
http://kolis.dyndns.org/ed/prog/suf_exp.tar.gz
It's not actually working yet, but maybe if someone here knows Erlang (yeah right  ) they could help me out... it's based on an existing Povray plugin; I just took out all the Povray-specific stuff and replaced it with DoGA-specific stuff but it won't load into wings  I posted in the Wings forum about it as well...
__________________
The Ed draws near! What dost thou deaux?
|

July 5th, 2005, 12:18 AM
|
 |
Sergeant
|
|
Join Date: Sep 2001
Location: Oklahoma, USA
Posts: 216
Thanks: 4
Thanked 16 Times in 11 Posts
|
|
Re: Using Doga models in SE5/Starfury
Plan B: If Blender does not work for you or it adds too many polygons during the boolean union/CSG process, you can always export the DoGA model as a SUF file, read that into Metasequoia LE, clean up the geometry, and export that as an .X file.
That how I make a lot of my game models. I do the rough design in DOGA and the finish work in Meta.
--
TAZ
|

July 5th, 2005, 12:28 AM
|
 |
Shrapnel Fanatic
|
|
Join Date: Dec 2000
Location: USA
Posts: 15,630
Thanks: 0
Thanked 30 Times in 18 Posts
|
|
Re: Using Doga models in SE5/Starfury
Zircher, if only you had the time to write us detailed instructions on specifically how to do that..  Oh boy. 
__________________
Creator of the Star Trek Mod - AST Mod - 78 Ship Sets - Conquest Mod - Atrocities Star Wars Mod - Galaxy Reborn Mod - and Subterfuge Mod.
|

July 5th, 2005, 12:32 AM
|
 |
Sergeant
|
|
Join Date: Sep 2001
Location: Oklahoma, USA
Posts: 216
Thanks: 4
Thanked 16 Times in 11 Posts
|
|
Re: Using Doga models in SE5/Starfury
It's all a matter of patience. You just need to know how to select points, weld them together, select faces so you can hide them and then delete the stuff that's hidden. Really just a bunch of grunt work once you get a feel for Meta.
Here's a quick gallery of game meshes that I made with DoGA/Meta that I'm making for a friend. They still need textures, but you might recognize the geometry from FASA's Renegade Legion: Interceptor.
http://www.geocities.com/tzircher/renleg.htm
--
TAZ
I've tried to teach Meta before. The absolute best way I have seen so far is to use something like Remote Assist so you can both work on the same the program at the same time. But, I've found that really requires that both ends have broadband to make it work smoothly.
|

July 5th, 2005, 12:51 AM
|
 |
Sergeant
|
|
Join Date: Sep 2001
Location: Oklahoma, USA
Posts: 216
Thanks: 4
Thanked 16 Times in 11 Posts
|
|
Re: Using Doga models in SE5/Starfury
Given time, I'll see about writing up a Meta tutorial. It's something that I've wanted to do. But, I would deliberately make it only for Metasequoia LE r2.1. It's very accessible and does not require the shareware registration that the other versions do. Very important since you can only effectively register the shareware version if you have Japanese speaking friends.
I figure it would have to be a multi-part tutorial. Intro to DOGA, design, export to SUF; intro to Meta, converting from parts to a mesh; texturing, and finally exporting to .X Not rocket science, but something that would require a little patience from my wife for me to finish it. :-)
--
TAZ
|

July 6th, 2005, 11:29 PM
|
 |
General
|
|
Join Date: Apr 2001
Location: Cincinnati, Ohio, USA
Posts: 4,547
Thanks: 1
Thanked 7 Times in 5 Posts
|
|
Re: Using Doga models in SE5/Starfury
Hmm, I just remembered that Art of Illusion also supports booleans, and (IMO at least) has a shallower learning curve than Blender...
Now, if I could just get that wings plugin to stop crashing...
http://kolis.dyndns.org/ed/prog/wpc_suf.tar.gz <-- latest version
__________________
The Ed draws near! What dost thou deaux?
|

July 8th, 2005, 09:27 AM
|
 |
Sergeant
|
|
Join Date: Sep 2001
Location: Oklahoma, USA
Posts: 216
Thanks: 4
Thanked 16 Times in 11 Posts
|
|
Re: Using Doga models in SE5/Starfury
I'm going to try and have daily updates of my DoGA\Meta tutorial as I write it. You can find the links in the tutorial section of my DoGA support page at httP://zircher.iwarp.com/doga . When the beast is done, I'll also add a download link for the whole tutorial plus the files created by it.
--
TAZ
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is On
|
|
|
|
|