Frictional Games Forum (read-only)
Dae to ent? - 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)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: Dae to ent? (/thread-21006.html)

Pages: 1 2


Dae to ent? - grissinis - 04-01-2013

Hey, i made a lantern i wonder how you convert it from dae to ent, so i can use it :p


RE: Dae to ent? - Tiger - 04-01-2013

I think you have to import it into the model editor and then save it as a .ent file from there. Not 100% sure though...


RE: Dae to ent? - grissinis - 04-01-2013

(04-01-2013, 03:42 PM)Tigerwub Wrote: I think you have to import it into the model editor and then save it as a .ent file from there. Not 100% sure though...
Okey, I did that, and know it crashes the game..

Edit: it dont appear in the model editor.


RE: Dae to ent? - Rapture - 04-01-2013

Please post some pictures of your lantern in your 3D modeling program, tell us it's "Tris" count, whether it has a material assigned to it, and answer this question to if the model is Triangulated.


RE: Dae to ent? - grissinis - 04-01-2013

(04-01-2013, 03:47 PM)Rapture Wrote: Please post some pictures of your lantern in your 3D modeling program, tell us it's "Tris" count, whether it has a material assigned to it, and answer this question to if the model is Triangulated.
I post pictures soon.

The other.. I dont understand a bit of that :p

[Image: 259fi1s.png]


RE: Dae to ent? - WALP - 04-01-2013

.ent is a format created by Frictional games for entities. Objects with certain feutures like doors, items and monsters.
You dont need it to be an .ent to be shown ingame, just the .dae should be fine.
Its when you want to add feutures to it you make it an ent and its not like those feutures assign themselfes automatically by saving it as an ent.

You need to do stuff like adding bodies and fooling with a bunch of settings to get it working.
I suggest you head over to the wiki for more information on the model editor, and that you also look at other entities for reference.

(04-01-2013, 03:50 PM)grissinis Wrote:
(04-01-2013, 03:47 PM)Rapture Wrote: Please post some pictures of your lantern in your 3D modeling program, tell us it's "Tris" count, whether it has a material assigned to it, and answer this question to if the model is Triangulated.
I post pictures soon.

The other.. I dont understand a bit of that :p

[Image: 259fi1s.png]
oh hey I can see you model is not triangulated since the amount of faces and tris is not the same as you can see in the top of the screen. if you had it triangulated tris and face count should be the same.

You triangulate a model by going into edit mode(tab) , hitting CTRL + F and selecting triangulate faces on the menu that appears.


RE: Dae to ent? - grissinis - 04-01-2013

[/quote]
oh hey I can see you model is not triangulated since the amount of faces and tris is not the same as you can see in the top of the screen. if you had it triangulated tris and face count should be the same.

You triangulate a model by going into edit mode(tab) , hitting CTRL + F and selecting triangulate faces on the menu that appears.
[/quote]

So it's needs to. Be triangulate to work?


RE: Dae to ent? - Statyk - 04-01-2013

Yes, that's an important step.


RE: Dae to ent? - grissinis - 04-01-2013

(04-01-2013, 04:33 PM)Statyk Wrote: Yes, that's an important step.

I will try it later, thanks


RE: Dae to ent? - grissinis - 04-01-2013

(04-01-2013, 04:33 PM)Statyk Wrote: Yes, that's an important step.
I did that, still dont show up in the model editor

ive done it, but when i save it and then open it, it's like before i did the triangulate, why dont it save that?