Page 1 of 1

editor crash

Posted: Wed Aug 08, 2018 11:21 am
by Pompidom
editor crash

I'm creating floors of the inside of a boat using multiple floors where you jump down onto an invisible teleporter giving you the illusion you have dropped down a floor inside the boat.

When I copy paste an entire floor once, everything is fine.
When I copy paste the 3rd floor walls aren't showing up on the editor.
Basically walls disappear from floor 2 when floor 3 is created
When I copy paste a 4th floor the editor crashes.

Am I placing too many objects/walls on the map?
The reason I'm placing manual walls without using wall blocks is simply because the wooden walls are curved like a real ship.
And I haven't found a wall block that doesn't mess up the visuals.

Or is it because I copy/paste too many objects at the same time?


I ran into the same issues when creating a big ud underground vanblam city with lava bridge and stuff.

Why is it crashing and what should I do to get around it?

https://ibb.co/nNTwwK
https://ibb.co/cBBfqe

https://ibb.co/hQw8bK
https://ibb.co/hAjYAe

Re: editor crash

Posted: Wed Aug 08, 2018 8:23 pm
by minmay
Editor copy/paste results in strange behaviour with objects that have replacesFloor, replacesWall, replacesCeiling, StairsComponent, or DoorComponent with killPillars = true. I recommend not using it for these objects. Remember that you can edit dungeon.lua directly if you need to move a large group of objects to another level.

Re: editor crash

Posted: Thu Aug 09, 2018 3:13 am
by Pompidom
I had a sneaky suspicion it was something like that.

Good to know that I should be careful with it.