Frictional Games Forum (read-only)
How do you create giant entities? - 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: How do you create giant entities? (/thread-24566.html)



How do you create giant entities? - Neelke - 02-07-2014

Now, what I mean with giant entities is like the elevator wall they used in the original game. There several static objects and entities have been put together. Now, how do you do this? Probably something quite simple that I havent figured out Undecided


RE: How do you create giant entities? - Mudbill - 02-07-2014

I'm afraid it's not that simple. The elevator wall is 1 whole model (I'm assuming it consists of many smaller meshes, but all rendered as 1 model from Maya). It has then been made into a MoveObject in the model editor.

If you're thinking of making a custom elevator wall, you'll have to export the whole wall in one go, unless you wanna use many separated MoveObjects all synced in their movement.

This is from my experience with models, but of course there could be ways I am not aware of that makes this easier. But I'm quite positive this is the way it was done to begin with.


RE: How do you create giant entities? - Wapez - 02-08-2014

Why would you want to connect entities like that?


RE: How do you create giant entities? - Traggey - 02-08-2014

To create prefabs, bigger engines like Unreal and Unity features it and it's very usefull.


RE: How do you create giant entities? - Neelke - 02-08-2014

Wapez, I was thinking of making a background forest, where it moves past the player during a cutscene when riding a train.

Sorry if I confuse u somehow.


RE: How do you create giant entities? - Mudbill - 02-08-2014

To do that, it would be easier to move the player past the scenery. You can make a custom, invisible block that moves and pushes the player sideways.