Frictional Games Forum (read-only)
Couple questions about modelling - 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 - Development (https://www.frictionalgames.com/forum/forum-38.html)
+--- Thread: Couple questions about modelling (/thread-10457.html)



Couple questions about modelling - Mehis - 09-24-2011

1. Can the model be Editable Poly? the Amnesia models are Editable Mesh.

2.
Is it possible to use 3ds Max?

3.
Does the Unwrapping work normally? I mean, is there any difference I should know about?

4. Does modelling work normally? I mean, is there any difference I should know about?



RE: Couple questions about modelling - Your Computer - 09-24-2011

Assuming you mean triangles for "mesh," you may model your object using faces with more than 3 sides, but converting polygons (quads) to triangles is required when exporting to COLLADA format. I believe 3DS Max supports the COLLADA format, so 3DS Max should be suitable for modeling for Amnesia. UV mapping will work so long as the program can translate its coordinates to the proper COLLADA format (note that other kinds of texture methods may not work). Getting things just right, however, is a trial and error process; if you want a more precise answer, then define "work normally."

If you want to get a quick understanding of the process, i would suggest making a simple cube, texture it, export it to COLLADA format, and then import it into the model editor of Amnesia and see if everything came out right.



RE: Couple questions about modelling - Mehis - 09-24-2011

(09-24-2011, 12:07 PM)Your Computer Wrote: Assuming you mean triangles for "mesh," you may model your object using faces with more than 3 sides, but converting polygons (quads) to triangles is required when exporting to COLLADA format. I believe 3DS Max supports the COLLADA format, so 3DS Max should be suitable for modeling for Amnesia. UV mapping will work so long as the program can translate its coordinates to the proper COLLADA format (note that other kinds of texture methods may not work). Getting things just right, however, is a trial and error process; if you want a more precise answer, then define "work normally."

If you want to get a quick understanding of the process, i would suggest making a simple cube, texture it, export it to COLLADA format, and then import it into the model editor of Amnesia and see if everything came out right.
Thank you very much! It worked, I got my model working, expect I don't know how to get my textures working.
And the model is huge. I just figured that out. LOL
What scale factor it should have?




RE: Couple questions about modelling - MrBigzy - 09-24-2011

It says on the wiki meters, but from my experience I don't think it matters; for me it's been relative. It might matter for 3DS, so I'd try meters anyway.

And don't forget that you'll need to rotate you model 90 degrees on the z axis to make it orient properly in HPL2, since 3DS is z up.