Re: items jump on top of structure when moving them

by alaX » Wed May 29, 2019 5:19 pm

You should specify "dropOnTopElevation" (value 0 or -1). Create library of your model and edit PluginFurnitureCatalog.properties or edit Home.xml (part of sh3d file). Library(sh3f) and project (sh3d) are zip archives - use any zip tool to extract and add files.

PluginFurnitureCatalog.properties example:

Code: Select all

name#1=tunnel 1 
category#1=Miscellaneous
icon#1=/tunnel.png
model#1=/tunnel.obj
width#1=530
depth#1=500
height#1=464.6
movable#1=true
doorOrWindow#1=false
[color=red]dropOnTopElevation#1=0[/color] 
Home.xml example:

Code: Select all

(...)
 <pieceOfFurniture name='tunnel 1' model='1' icon='0' x='824.36365' y='827.7524' width='530.0' depth='500.0' height='464.6' modelSize='19620' [color=red]dropOnTopElevation='0.0'[/color] >
(...)