Frictional Games Forum (read-only)
Moving a plane slowly upwards and then... - 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: Moving a plane slowly upwards and then... (/thread-14243.html)

Pages: 1 2


Moving a plane slowly upwards and then... - Strembitsky - 03-25-2012

I want to move a plane slowly upwards. How can I do this? Similar to the end of Justine, just vertically. Any tips? I was thinking you could have many planes and set them active and inactive, but that would look glitchy/choppy, would it not?


RE: Moving a plane slowly upwards and then... - Your Computer - 03-25-2012

SetMoveObjectState or SetMoveObjectStateExt. Though, the plane should really be a box with texture on one side.


RE: Moving a plane slowly upwards and then... - Strembitsky - 03-25-2012

Why is that reason? Will it cause me problems if I don't have a box?


RE: Moving a plane slowly upwards and then... - Your Computer - 03-25-2012

(03-25-2012, 10:26 PM)Strembitsky Wrote: Why is that reason? Will it cause me problems if I don't have a box?

It may crash the game.


RE: Moving a plane slowly upwards and then... - Strembitsky - 03-25-2012

Okay... do I have to make a model of a water texture on a box then?


RE: Moving a plane slowly upwards and then... - Statyk - 03-25-2012

(03-25-2012, 10:23 PM)Your Computer Wrote: SetMoveObjectState or SetMoveObjectStateExt. Though, the plane should really be a box with texture on one side.
Couldn't you simply model a plane in a 3D program, apply a texture and make an entity out of that?


RE: Moving a plane slowly upwards and then... - SilentStriker - 03-25-2012

If you're trying to make a room flooded by water, statyk have made a working tide water Smile



RE: Moving a plane slowly upwards and then... - Your Computer - 03-25-2012

(03-25-2012, 10:29 PM)Statyk Wrote: Couldn't you simply model a plane in a 3D program, apply a texture and make an entity out of that?

Remember entities > special > water planes? Though, it could have been due to lacking a body, but i haven't tested it.


RE: Moving a plane slowly upwards and then... - Strembitsky - 03-25-2012

(03-25-2012, 10:32 PM)SilentStriker Wrote: If you're trying to make a room flooded by water, statyk have made a working tide water Smile
Where can I find this? o.o


RE: Moving a plane slowly upwards and then... - SilentStriker - 03-25-2012

(03-25-2012, 10:41 PM)Strembitsky Wrote:
(03-25-2012, 10:32 PM)SilentStriker Wrote: If you're trying to make a room flooded by water, statyk have made a working tide water Smile
Where can I find this? o.o
Look at page 3 or 4 on Development Resources Smile