Community Forum

How to make normal pallets spawn like bee's pallets in separate hotspot?

Forum Overview >> Editor

CategoryEditor
Created27.11.2021 13:39


Jerzy Iw (zetdota) 27.11.2021 13:39
HI All

I'm looking for a way to make greenhouse spawn pallets at single point, set up identically to beehives single point pickup.

So far I've compared some files, but so far I don't get how to do it Can someone please help on getting idea how to do it?






data\placeables\lizard\beeHives\level01\beeHivesLevel01.xml:

(62-64)
<hotspots>
<hotspot type="BEE" />
</hotspots>








data\placeables\lizard\beeHives\beeHivePalletSpawner\beeHivePalletSpawner.xml:

(69-81)
<hotspots>
<hotspot type="LOADING" linkNode="beehivePalletSpawner" teleportNode="teleportNode"/>
</hotspots>

<triggerMarkers>
<triggerMarker node="warningStripes_palletSpawnArea" adjustToGround="true" groundOffset="0.01" />
</triggerMarkers>

<beehivePalletSpawner>
<spawnPlaces>
<spawnPlace startNode="spawnSpace1start" />
</spawnPlaces>
</beehivePalletSpawner>







shared\xml\documentation\placeable.html:

(hard to copy from) I checked, palletSpawner pallets beehivePalletSpawner hotspots









data\placeables\lizard\greenhouses\greenhouseLarge\greenhouseLarge.xml:

(69-71)
<hotspots>
<hotspot type="PRODUCTION_POINT" linkNode="unloadTriggerMarker" teleportNode="teleportNode" />
</hotspots>

(131-135)
<palletSpawner node="palletSpawner">
<spawnPlaces>
<spawnPlace startNode="spawnPlace1Start" />
</spawnPlaces>
</palletSpawner>

Bilbo Beutlin (BBeutlin) 27.11.2021 14:43
You have to edit in the placeable.i3d the palletSpawner area.


Note: Log in to post. Create a new account here.