Problem with mesh import [message #58330] |
Wed, 07 July 2010 02:16 |
Larkendar
Messages: 9 Registered: May 2009 Location: Redneck colorado
|
|
|
|
Ok so I made my sword got a texture and well now it has a problem... when i open it in Notepad to get every thing squared away it is in one giant blob of text instead of uniform like it should be ill upload a file for example
any way i can get it to come out more uniform instead of blob like so i can propperly import it into fable explorer?
-
Attachment: Example.txt
(Size: 161.34KB, Downloaded 601 times)
|
|
|
|
Re: Problem with mesh import [message #58334 is a reply to message #58330] |
Wed, 07 July 2010 05:53 |
|
JohnDoe
Messages: 3007 Registered: October 2007
|
Retired
|
|
|
Exported with Blender, yes? This was what I was trying to tell you before, you'll need to manually set up the hierarchy. Most of the stuff is there already so it won't be too hard. Take everything that starts with HPNT and HDMY and nest it inside Orphan Helpers, like this:
Frame HDMY_WALL_MOUNT_DUMMY {
}
}
The actual mesh frames (Greatsword2h and Material2D_55) will go under, well it can be called anything, the name is stripped on import to Fable, but in this case it is called MESH_SWORD_GREAT_IRON_01. Orphan_Helpers and MESH_SWORD_GREAT_IRON_01 will go under the Scene2DRoot (might want to change that to Scene-Root, not sure). Leave everything else alone, I know it won't look like what FE exports, but that doesn't matter because FE will still accept what Blender exports as long as you have the hierarchy set up right. It can get confusing so keep track of how many {'s and }'s you're moving.
morerunes has a guide out there for this, I'm certain of it.
|
|
|
|
|