Page 294 of 396

Re: Ask a simple question, get a simple answer

Posted: Sat Mar 23, 2019 6:55 am
by Isaac
What specifically does a builder do—exactly? [Aside from the obvious assumption.]

Re: Ask a simple question, get a simple answer

Posted: Sat Mar 23, 2019 7:28 am
by minmay
Controls how the wall and pillar objects are placed.

Re: Ask a simple question, get a simple answer

Posted: Sat Mar 23, 2019 1:47 pm
by Isaac
Right... but that is the obvious assumption. :?

Re: Ask a simple question, get a simple answer

Posted: Sun Mar 24, 2019 1:49 am
by minmay
That's literally all it does.

Re: Ask a simple question, get a simple answer

Posted: Mon Mar 25, 2019 1:44 am
by vanblam
Is there a randomCeilingFacing setting? Don't remember if I asked this question already lol.
I mean I realize I could just create 4 duplicates of the same ceiling in different rotations but I don't want all that overhead.

Re: Ask a simple question, get a simple answer

Posted: Mon Mar 25, 2019 2:11 am
by minmay
No, just randomFloorFacing.

Re: Ask a simple question, get a simple answer

Posted: Tue Mar 26, 2019 2:49 am
by THOM
Anyone an idea how to move the camera vertically? I want to make a camera movement as if the party would ly on the floor end gets up.

Re: Ask a simple question, get a simple answer

Posted: Tue Mar 26, 2019 4:19 am
by minmay
You can't directly control the default camera, it's tied to the party. You need to make an object with a CameraComponent, set that CameraComponent as the camera with GameMode.setCamera(). Then you can control the location and rotation of that camera by changing the world position and world rotation of its parent object.

Note, however, that you won't be able to recreate the default camera's behaviour, if that's your goal. Also you probably don't want to use CameraComponent on levels with skyboxes as skyboxes behave very strangely with custom cameras for some reason.

Re: Ask a simple question, get a simple answer

Posted: Tue Mar 26, 2019 10:33 am
by THOM
No other camera component on levels with sky boxes? The skies seems to be very specially...

So then: forget it.

Re: Ask a simple question, get a simple answer

Posted: Tue Mar 26, 2019 2:41 pm
by Isaac
THOM wrote: Tue Mar 26, 2019 2:49 am Anyone an idea how to move the camera vertically? I want to make a camera movement as if the party would ly on the floor end gets up.
Move the object.

https://www.dropbox.com/s/0jeepg84n0fkv ... 2.avi?dl=0