Dawn of War 2 model assistance

Post questions about game models here, or help out others!
Post Reply
potemkis
beginner
Posts: 24
Joined: Sun Mar 01, 2009 7:11 am
Has thanked: 3 times

Dawn of War 2 model assistance

Post by potemkis » Tue May 19, 2009 7:18 pm

I extracted a few of the files from Dawn of War 2. I'm uploading the .model file for your viewing pleasure. Hopefully someone can help with a script or something that can import some of these into 3ds max... (I have the SDK for Max 6 if it would help).
You do not have the required permissions to view the files attached to this post.

Rheini
Moderator
Posts: 653
Joined: Wed Oct 18, 2006 9:48 pm
Location: Germany
Has thanked: 19 times
Been thanked: 40 times
Contact:

Re: Dawn of War 2 model assistance

Post by Rheini » Wed May 20, 2009 12:29 pm

That's what I have so far, don't have the time to continue.

Code: Select all

string name;
uint uk;
uint uk2;
uint uk3;
int uk4;
uint uk5;

struct Markers
{
    char ID[8];
    uint numGroups;
    uint size;
    uint uk;
    int uk4;
    uint uk5;
    uint uk6;
    uint uk7;
    char uk8[uk7];
    uint uk9;
    string uk10;
};

struct MeshGroup
{
    char ID[8];
    uint numGroups;
    uint size;
    uint uk;
    int uk4;
    uint uk5;
    Markers markers;    
};

struct Mesh
{
    char ID[8];
    uint numGroups;
    uint size;
    uint uk;
    int uk4;
    uint uk5;
    MeshGroup groups[numGroups];
};

struct Model
{
    char ID[8];
    uint numMeshes; // ?
    uint size;
    uint uk;
    int uk4;
    uint uk5;
    string name;
    Mesh meshes[numMeshes];
} model;

potemkis
beginner
Posts: 24
Joined: Sun Mar 01, 2009 7:11 am
Has thanked: 3 times

Re: Dawn of War 2 model assistance

Post by potemkis » Thu May 21, 2009 2:10 am

Cool, thanks! If I were to put up the script that was written for the Dawn of War 1 .whm files, do you think a new import tool could be created?

Rheini
Moderator
Posts: 653
Joined: Wed Oct 18, 2006 9:48 pm
Location: Germany
Has thanked: 19 times
Been thanked: 40 times
Contact:

Re: Dawn of War 2 model assistance

Post by Rheini » Fri May 22, 2009 2:04 pm

Well who knows, might help.

potemkis
beginner
Posts: 24
Joined: Sun Mar 01, 2009 7:11 am
Has thanked: 3 times

Re: Dawn of War 2 model assistance

Post by potemkis » Fri May 22, 2009 5:11 pm

I believe the animations are handled by Havok...


I'd have to mail the original dawn of war model to you, it won't let me post it.
You do not have the required permissions to view the files attached to this post.

Post Reply