Luigi Auriemma

aluigi.org (ARCHIVE-ONLY FORUM!)
It is currently 19 Jul 2012 12:31

All times are UTC [ DST ]





Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 
Author Message
 Post subject: Blur .model
PostPosted: 12 Sep 2010 20:52 

Joined: 12 Sep 2010 20:20
Posts: 3
Hi all, I'm trying to research Blur models.
I've looked into the file structure so I can suppose that its structure is hierarchical.
the file is divided into many elements, some of them are big and has some child elements inside.
the typical structure
Code:
struct element
{
   char element_name[8];
   DWORD element_size; // size of the whole element including data
   DWORD flag; // I saw 2 types of flag: 04004300 and 00004100
   char data; //data may not to present, I dont understand how to recognize what to do: read the data or the next element?
}

Examples.

Open blackpost3.model as an example.
main blocks are: StrTab (contains part names, starts at 70h) and Scene (contains scene data: materials including DDS textures and mesh data in the end of the block; starts at 2B9h)
I need anyone to help me with Scene data, I can't understand them. Maybe it's xor'd, I don't know.


Top
 Profile  
 
 
 Post subject: Re: Blur .model
PostPosted: 13 Sep 2010 08:05 

Joined: 13 Aug 2007 21:44
Posts: 4068
Location: http://aluigi.org
it seems a job for the "3D/2D models" section of Xentax:
http://forum.xentax.com/viewforum.php?f=16


Top
 Profile  
 
 Post subject: Re: Blur .model
PostPosted: 13 Sep 2010 19:53 

Joined: 12 Sep 2010 20:20
Posts: 3
I posted there but it seems that nobody is interested.
I just need to know are these data easily readable or they are encrypted/compressed?


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 

All times are UTC [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
cron