World Editor: How to open Terrain Editing?
Closed this issue · 5 comments
YukiXXL commented
Hi. I see that there is a somekind of "TerrainEditing" source files inside the "WorldEditor" tree. Is it functional and how to open it?
Thank you.
DreamyCecil commented
If you have a terrain entity implemented in a mod or whatnot, you can enter terrain editing mode using R to modify it. It's the same editing mode as in 1.10 (including Revolution).
YukiXXL commented
Terrain Entity? You mean, terrain primitive? Does this WorldEditor have that Terrain Entity implemented?
DreamyCecil commented
If you want to test it out, you can create your own ECL file targeting CTerrainEntity
from EntitiesMP.
YukiXXL commented
Thanks. Got it working. Tho it kinda is useless since it cannot be used on Terrain Primitive. I guess it is used for making heightmaps.
DreamyCecil commented