Frictional Games Forum (read-only)
Entity creation - 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: Entity creation (/thread-10109.html)

Pages: 1 2


Entity creation - ZRPT1 - 09-02-2011

Lets say i have a group of objects selected in my level editor. Is there ANY WAY to get that group of objects into an .ent file, or atleast make that group of objects a SINGLE entitiy?


RE: Entity creation - Your Computer - 09-02-2011

Press B when selected?


RE: Entity creation - ZRPT1 - 09-02-2011

That creates a compound, but not an entity. Im not sure what the exact difference is, if any.


RE: Entity creation - Your Computer - 09-02-2011

You're going to need to use the model editor, then.


RE: Entity creation - ZRPT1 - 09-02-2011

(09-02-2011, 04:39 AM)Your Computer Wrote: You're going to need to use the model editor, then.

I was trying that, but what im trying to create is a mix of two existing entities, but i can't import both at the same time into model editor, atleast, not that i know of anyway.


RE: Entity creation - Your Computer - 09-02-2011

(09-02-2011, 04:40 AM)ZRPT1 Wrote: I was trying that, but what im trying to create is a mix of two existing entities, but i can't import both at the same time into model editor, atleast, not that i know of anyway.

Why? Does it crash on you? When making a custom model, you have to start from scratch by importing .dae models. "Open" is only for editing an already existing entity.


RE: Entity creation - ZRPT1 - 09-02-2011

Let me go and try that real fast, i'll edit the post with my results.

Edit: This is what happens
I import the Dae of the first prop i would need.
Then i try importing another, but it just replaces it. I'm not sure what exactly i'm doing wrong.


RE: Entity creation - Your Computer - 09-02-2011

(09-02-2011, 05:06 AM)ZRPT1 Wrote: Edit: This is what happens
I import the Dae of the first prop i would need.
Then i try importing another, but it just replaces it. I'm not sure what exactly i'm doing wrong.

Just tried it too, and it does the same thing. Looks like your only option is to try to manually merge .dae files or try to do without.


RE: Entity creation - ZRPT1 - 09-02-2011

(09-02-2011, 05:22 AM)Your Computer Wrote:
(09-02-2011, 05:06 AM)ZRPT1 Wrote: Edit: This is what happens
I import the Dae of the first prop i would need.
Then i try importing another, but it just replaces it. I'm not sure what exactly i'm doing wrong.

Just tried it too, and it does the same thing. Looks like your only option is to try to manually merge .dae files or try to do without.

*sigh*
What i want to do is still possible, it's just it would require me to make a line of coding for EACH ENTITY. Do that 20 times, set timers for those 20 items, and it's NOT fun.


I'll find an alternative, thank you for your help though.


RE: Entity creation - Your Computer - 09-02-2011

(09-02-2011, 05:32 AM)ZRPT1 Wrote: What i want to do is still possible, it's just it would require me to make a line of coding for EACH ENTITY. Do that 20 times, set timers for those 20 items, and it's NOT fun.

For loops can help with that; should bring things down to a few lines of code (if the entities are named conveniently).