Forum

Darkplaces and models

Discuss the creation of various model formats for Quake engines, and related matters to modeling.

Moderator: InsideQC Admins

Darkplaces and models

Postby Nahuel » Fri Jan 21, 2011 1:06 pm

Hi all, I have several models MilkShape (MS3D format) but oops, the models are too triangles to transform them into models of q2. If I use Darkplaces, what models are best format of models to use?
How to transform MS3D models to quake3 models format?
Should I use MilkShape or another program?
hi, I am nahuel, I love quake and qc.
User avatar
Nahuel
 
Posts: 492
Joined: Wed Jan 12, 2011 8:42 pm
Location: mar del plata

Postby ceriux » Fri Jan 21, 2011 6:22 pm

if you are using milkshape its realy easy to make md3's generate the qc file (it does all the work for that) then export as md3. done.
User avatar
ceriux
 
Posts: 2223
Joined: Sat Sep 06, 2008 3:30 pm
Location: Indiana, USA

Postby Nahuel » Fri Jan 21, 2011 9:08 pm

ceriux wrote:if you are using milkshape its realy easy to make md3's generate the qc file (it does all the work for that) then export as md3. done.

Thanks!!!!!!!!!!!!!!!!!
hi, I am nahuel, I love quake and qc.
User avatar
Nahuel
 
Posts: 492
Joined: Wed Jan 12, 2011 8:42 pm
Location: mar del plata

Postby ooppee » Mon Jan 24, 2011 6:58 am

MD3 exporting works great - I myself use Half-Life's SMD and then use dpmodel to compile it into md3. I just like having all the animations in a separate file - so if you need to edit it - import animation, edit, export and recompile. Setting up the qc file is VERY easy.
There's only 1 issue with doing this is you then after once compiled into md3 - use a md3 editor and delete frame 0 or animations in other engines will be bugged (will show the model unanimated on a single frame)
ooppee
 
Posts: 70
Joined: Thu Oct 28, 2010 2:57 am

Postby Nahuel » Mon Jan 24, 2011 3:50 pm

ooppee wrote:MD3 exporting works great - I myself use Half-Life's SMD and then use dpmodel to compile it into md3. I just like having all the animations in a separate file - so if you need to edit it - import animation, edit, export and recompile. Setting up the qc file is VERY easy.
There's only 1 issue with doing this is you then after once compiled into md3 - use a md3 editor and delete frame 0 or animations in other engines will be bugged (will show the model unanimated on a single frame)

This bug is very strange ... Does the engine takes the frame 0 as if it were all the frames? But what software you use to create, edit dpmodels?
hi, I am nahuel, I love quake and qc.
User avatar
Nahuel
 
Posts: 492
Joined: Wed Jan 12, 2011 8:42 pm
Location: mar del plata

Postby Spike » Mon Jan 24, 2011 4:18 pm

0 is often used as a base frame, in a convienient pose etc, but this is a pose you would never normally want to see a monster/player in, so...
you could just not use frame 0 in your qc code or whatever.
Spike
 
Posts: 2892
Joined: Fri Nov 05, 2004 3:12 am
Location: UK

Postby ooppee » Mon Jan 24, 2011 5:59 pm

Yeah it's exactly what Spike said. It would show the model quickly flash the "posing/rigging" pose for a quick frame on the models first animation. It can be bypassed using QC code or using the .framegroups file it makes - however if you are making a model replacement without code it's best to delete frame 0. It's been what I've been doing on my releases on Quakeone.com as some users want to use the content on other engines -> which don't support the .framegroups file.
ooppee
 
Posts: 70
Joined: Thu Oct 28, 2010 2:57 am

Postby Nahuel » Mon Jan 24, 2011 7:48 pm

oh!to look at the code of some of my monsters (I'm working on a mod called WASTE hehe) is too confusing. For example there are functions that take frames from different framegroups, but i used this for a classic mdl. Until now (and running DP and winquake) have had no problems.
hi, I am nahuel, I love quake and qc.
User avatar
Nahuel
 
Posts: 492
Joined: Wed Jan 12, 2011 8:42 pm
Location: mar del plata


Return to Modeling

Who is online

Users browsing this forum: No registered users and 1 guest