Community Forum

Woodchipsstorage

Forum Overview >> Editor

CategoryEditor
Created20.02.2018 11:36


Tauno Pinni (HellBender) 20.02.2018 11:36
Hi

I have tried to import the woodchipsstorage from the FS17_WoodChipStorage.zip but I can't get it to work. Anyone know how to write the silo in trigger commands and silo out trigger.

Kevin K. (kevink98) 20.02.2018 13:34
I think you haven't the Userattribute "onCreate"? You need this for working.

Tauno Pinni (HellBender) 20.02.2018 17:12
Thx for reply.
I tried Stationname, INDEX, tippTrigger.oncreate, xmlfile maps/map01.xml and wrote proper INDEX, isSiloTtrigger, isAreaTrigger.

Whwt more is there

// Tauno aka Bender

Tauno Pinni (HellBender) 20.02.2018 19:18
some of above commands I wrote from memory and remembered wrong. I got it halfway now, I can tip but it doesn't save the amount I tip.

apearsOnPDA checkbox (works on map)
fillTypes woodChips
index WOODCHIPS
isAreaTrigger checkbox (crossed)
isFarmSilo checkbox (crossed)
isSellingPoint checkbox (not crossed)
onCreate TipTrigger.onCreate
priceScales 0
shovelTargetIndex 2
stationName Woodchip
triggerWidth 10
xmlFile maps/map01.xml

<!-- Woodchips -->
<tipTrigger index="WOODCHIPS" stationName="Woodchip" appearsOnPDA="true" isAreaTrigger="true" isSellingPoint="false" triggerWidth="3" supportsExtension="false" storageRadius="100" >
<fillType name="woodChips" priceScale="0" supportsGreatDemand="false" disablePriceDrop="false" />

any syntax error and something missing.

// Tauno aka Bender


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