Frictional Games Forum (read-only)
Custom Models - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods (https://www.frictionalgames.com/forum/forum-35.html)
+--- Thread: Custom Models (/thread-6720.html)



Custom Models - Selyp - 02-26-2011

So I have decided to mess around with making custom models for the level editor. I am wondering if anyone has done this and knows what steps to go through?

I am using Blender, so I was wondering what I would need to export the file as. I am guessing I would have to also load it into the model editor and change the properties before loading it in the editor?

If anyone has done this or is also attempting this, let me know I would love to get some advice! Thanks!


RE: Custom Models - Tanshaydar - 02-26-2011

Only exporter I know is this: http://opencollada.org/ for Maya & 3ds Max. Maya exporter works, I used it.
Blender has its own exporter but I didn't get it to work.


RE: Custom Models - nkmol - 02-26-2011

http://m.youtube.com/index?desktop_uri=%2F&gl=NL#/watch?xl=xl_blazer&v=70PnYi54go4
Seems he's using the collapse too for blender :p


RE: Custom Models - Mofo - 02-26-2011

This should help:

http://wiki.frictionalgames.com/hpl2/third_party_tools/3d/blender


RE: Custom Models - Tanshaydar - 03-01-2011

It didn't help, I'm doing some thing very wrong.


RE: Custom Models - Mofo - 03-01-2011

(03-01-2011, 12:23 PM)Tanshaydar Wrote: It didn't help, I'm doing some thing very wrong.

Well, what kind of problems are you having?


RE: Custom Models - Tanshaydar - 03-01-2011

I have an .obj model, I open it with blender and try to convert to .dae. But every time I try to convert, blender gives errors.

PS. I have no 3D modeling experience or knowledge.


RE: Custom Models - Skaruts - 03-07-2011

The problem should be this one:
Quote:(...)
daeTriangles.material = mesh.materials[k].name
AttributeError: 'NoneType' object has no attribute 'name'

Simply add a meterial to the object. (I'm using blender 2.49b, btw)

- Import the .obj file, default settings are fine, I think.

- Then press F5 to show up the material options (or find the Shading icon on the viewport header, click it, and then click the Materials button that will pop up a little to the right (a red ball icon)).

- Then you'll see in there a panel called Link to Object and a button saying Add New. Just click this button to add a new material.
Export, and it all should be ok.

This is an easy solution that will, at least, allow you to export successfuly, but I can't garantee you that it will work all times with all models, though, and I don't know if the model editor from amnesia will read it well. I haven't yet tested model making for it.

But if you got any more problems, feel free to ask.
Cheers.