Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Kingdom Hearts Birth By Sleep models

Post questions about game models here, or help out others!
User avatar
Aurangzeb56
advanced
Posts: 67
Joined: Fri Jul 30, 2010 7:38 am
Location: Pakistan
Contact:

Re: [Request] Kingdom Hearts Birth By Sleep models

Post by Aurangzeb56 »

The contents of this post was deleted because of possible forum rules violation.
Image

Other forums/Channel I am in:
Youtube Channel
Gamespot
Game Trailers
KH-Vids
eycaramba
veteran
Posts: 86
Joined: Wed Sep 02, 2009 1:52 pm
Has thanked: 30 times
Been thanked: 2 times

Re: [Request] Kingdom Hearts Birth By Sleep models

Post by eycaramba »

I am not really interested in this game, but what a quick 3-minute look resulted in is:

Code: Select all

long ID
long Unknown (ArchiveVersion?)
long[3] null
res{
long Offset
long Size
long Unknown (FileID?)
long[5] Name
}
Anyone with a bit experience in archives can make a BMS script in no time xD But I don't feel like it at the moment lol sorry ^^

You could even extract it in a simple hex editor by hand, no compression is applied.
ChrisSquareFan
advanced
Posts: 59
Joined: Tue Aug 10, 2010 2:09 pm
Been thanked: 1 time

Re: [Request] Kingdom Hearts Birth By Sleep models

Post by ChrisSquareFan »

Sorry to keep you waiting :D. I'm at the point of extracting textures from KH1 mdls files.
Until now i managed to export:
geometry, bones, UVs, normals (the normals are still flipped though).

Here's a Jasmine with a stupid texture (sorry, no working textures yet).
File here: http://filebeam.com/a818eb5b5d03198037488b35120537b6
After i get the textures right you'll have the exporter to play with ^^
Image
Last edited by ChrisSquareFan on Wed Sep 15, 2010 9:53 pm, edited 1 time in total.
ultimaespio
mega-veteran
mega-veteran
Posts: 267
Joined: Wed Apr 14, 2010 7:55 pm
Has thanked: 4 times
Been thanked: 5 times

Re: [Request] Kingdom Hearts Birth By Sleep models

Post by ultimaespio »

...Is that a picture of Cloud that she's using? lol
ChrisSquareFan
advanced
Posts: 59
Joined: Tue Aug 10, 2010 2:09 pm
Been thanked: 1 time

Re: [Request] Kingdom Hearts Birth By Sleep models

Post by ChrisSquareFan »

it sure is :lol:
Zerox
mega-veteran
mega-veteran
Posts: 186
Joined: Mon Aug 09, 2010 3:50 am
Has thanked: 4 times
Been thanked: 8 times

Re: [Request] Kingdom Hearts Birth By Sleep models

Post by Zerox »

Awesome. =D That's fantastic progress. One large step closer to BBS models. I have the highest faith in you ChrisSquareFan. I'm stoked. =D
ChrisSquareFan
advanced
Posts: 59
Joined: Tue Aug 10, 2010 2:09 pm
Been thanked: 1 time

Re: [Request] Kingdom Hearts Birth By Sleep models

Post by ChrisSquareFan »

i'm happy you are ^^
ChrisSquareFan
advanced
Posts: 59
Joined: Tue Aug 10, 2010 2:09 pm
Been thanked: 1 time

Re: [Request] Kingdom Hearts Birth By Sleep models

Post by ChrisSquareFan »

ok, can anyone share some info on how to read the color (RGBA) stored in tim2 files?
i tried the "normal" way but a i get a the same imaged tiled 4x4 and no color whatsoever.
maybe i have to read 4 blocks of data to get the color?
User avatar
sprayer
beginner
Posts: 25
Joined: Fri Sep 10, 2010 7:09 am
Location: Russia

Re: [Request] Kingdom Hearts Birth By Sleep models

Post by sprayer »

ChrisSquareFan fbx for what program? because on max 2008,2011 don't work skin

tim2 you can open in xnview-but alpha dont work, or noesis.
or you asking about something else?
Zerox
mega-veteran
mega-veteran
Posts: 186
Joined: Mon Aug 09, 2010 3:50 am
Has thanked: 4 times
Been thanked: 8 times

Re: [Request] Kingdom Hearts Birth By Sleep models

Post by Zerox »

Noesis is the only program that I know of that can read .Tm2 files properly. Why not ask Mr. Adults directly for help on that? He did say all the stuff the program uses to convert things is in the .dll that comes with it. Maybe there is some way to examine that for the information you need?
valvoga
advanced
Posts: 67
Joined: Sat May 01, 2010 3:03 am
Has thanked: 9 times

Re: [Request] Kingdom Hearts Birth By Sleep models

Post by valvoga »

That is awesome ChrisSquareFan
I think you should ask MrAdults about tm2 file
shadowmoy
veteran
Posts: 153
Joined: Sat Feb 21, 2009 2:29 pm
Has thanked: 19 times
Been thanked: 43 times

Re: [Request] Kingdom Hearts Birth By Sleep models

Post by shadowmoy »

ChrisSquareFan wrote:ok, can anyone share some info on how to read the color (RGBA) stored in tim2 files?
i tried the "normal" way but a i get a the same imaged tiled 4x4 and no color whatsoever.
maybe i have to read 4 blocks of data to get the color?
can you post some file sample i think i could help you on it, just fixed my own function to load then in opengl ^^
_-=<(¯`·._.·[ CodeMan ]·._.·´¯)>=-_
MrAdults
Moderator
Posts: 1007
Joined: Mon Mar 23, 2009 2:57 am
Has thanked: 44 times
Been thanked: 505 times

Re: [Request] Kingdom Hearts Birth By Sleep models

Post by MrAdults »

A quick google shows this which I'm pretty sure is everything you need to know regarding tm2:
http://dutils.googlecode.com/svn-histor ... mage_tm2.d
See http://dutils.googlecode.com/svn-histor ... ple_image/ for referenced functions.
ChrisSquareFan
advanced
Posts: 59
Joined: Tue Aug 10, 2010 2:09 pm
Been thanked: 1 time

Re: [Request] Kingdom Hearts Birth By Sleep models

Post by ChrisSquareFan »

Thanks!
ssjkeigo
ultra-n00b
Posts: 2
Joined: Mon Sep 20, 2010 9:44 am

Re: [Request] Kingdom Hearts Birth By Sleep models

Post by ssjkeigo »

Falo wrote:
ultimaespio wrote:Oh, that model is the Fairy Godmother :P

Going by the textures that is lol.

If its needed, i can forward you towards the Crisis Core format, but i think its really out of date now.

Falo, what did you use to extract the PMO and TIM2 files?
any Hex Editor should work.
here 2 quickbms scripts,

extract_pmo.txt should extract 858 PMO's,
extract_tm2_from_pmo.txt extracts all tm2 files from any PMO.

the biggest PMO is #424 (Terra-Xehanort)

the script is not complete, it uses ((BONOffset - Offset) + 32 + (BoneCount * 160)) to calculate Size, this will not work for pmo's without bones
until i know how to read the mesh it's the only solution.
is there a function that uses the txt's you provided? im clueless. you said any hex editor right? im on HxD and totally clueless.
Post Reply