Community Forum

index error with npc

Forum Overview >> Farming Simulator 19

CategoryFarming Simulator 19
Created15.08.2019 23:11


P Tschirhart (AwesomeLiquor) 15.08.2019 23:11
Documents/My Games/FarmingSimulator2019/mods/oh_fuck/maps/maphomeFarm_transportMissions.xml. index. .


i dont have any more info , than what is in the log ......

any help in clearing this error would be greatly appreciated, Thank You

Bilbo Beutlin (BBeutlin) 16.08.2019 03:34
The error message is self-explanatory: a mission index in transportMissions.xml doesn't match an index in map.i3d -
(text view)
<UserAttribute nodeId="..">
<Attribute name="index" type="string" value="{indexName}"/>
<Attribute name="onCreate" type="scriptCallback" value="TransportMissionTrigger.onCreate"/>
</UserAttribute>

P Tschirhart (AwesomeLiquor) 16.08.2019 07:37
<mission name="WATER" npcName="NPC_DE_16">

<pickupTrigger index="TRANSPORT02" title="trainStation" /> <!-- trainStation -->
<pickupTrigger index="TRANSPORT03" title="superMarket" /> <!-- superMarket -->
<pickupTrigger index="TRANSPORT04" title="vehicleShop" /> <!-- vehicleShop -->
<pickupTrigger index="TRANSPORT07" title="sawMill" /> <!-- sawMill -->
<pickupTrigger index="TRANSPORT09" title="neighbor02" /> <!-- neighbor02 -->

<dropoffTrigger index="TRANSPORT01" title="Mill" /> <!-- Mill -->
<dropoffTrigger index="TRANSPORT05" title="milkCentral" /> <!-- milkCentral -->
<dropoffTrigger index="TRANSPORT06" title="Spinnery" /> <!-- Spinnery -->
<dropoffTrigger index="TRANSPORT08" title="neighbor01" /> <!-- neighbor01 -->
<dropoffTrigger index="TRANSPORT10" title="neighbor03" /> <!-- neighbor03 -->
<dropoffTrigger index="TRANSPORT11" title="neighbor04" /> <!-- neighbor04 -->
<dropoffTrigger index="TRANSPORT12" title="Home" rewardScale="1.5" /> <!-- Home -->

<object filename="$data/objects/pallets/missions/transportPalletBottles.i3d" min="1" max="1" size="1.8 0.9 1.4" offset="-0.9 0 -0.7" title="Bottles Pallet" />
</mission>



<Attribute name="index" type="string" value="TRANSPORT01"/>
<Attribute name="onCreate" type="scriptCallback" value="TransportMissionTrigger.onCreate"/>
</UserAttribute>
<UserAttribute nodeId="2825">
<Attribute name="index" type="string" value="TRANSPORT02"/>
<Attribute name="onCreate" type="scriptCallback" value="TransportMissionTrigger.onCreate"/>
</UserAttribute>
<UserAttribute nodeId="2831">
<Attribute name="index" type="string" value="TRANSPORT03"/>
<Attribute name="onCreate" type="scriptCallback" value="TransportMissionTrigger.onCreate"/>


am i missing something , looks to be correct , no ?

Bilbo Beutlin (BBeutlin) 16.08.2019 17:33
According to the xml there must be in i3d all together 12 user attributes from "TRANSPORT01" to "TRANSPORT12". Also none of the index must be multiple. Certainly the related node must be a trigger with proper setup.
Did you check this?

P Tschirhart (AwesomeLiquor) 16.08.2019 19:54
<UserAttribute nodeId="2759">
<Attribute name="index" type="string" value="TRANSPORT01"/>
<Attribute name="onCreate" type="scriptCallback" value="TransportMissionTrigger.onCreate"/>
</UserAttribute>
<UserAttribute nodeId="2765">
<Attribute name="index" type="string" value="TRANSPORT02"/>
<Attribute name="onCreate" type="scriptCallback" value="TransportMissionTrigger.onCreate"/>
</UserAttribute>
<UserAttribute nodeId="2771">
<Attribute name="index" type="string" value="TRANSPORT03"/>
<Attribute name="onCreate" type="scriptCallback" value="TransportMissionTrigger.onCreate"/>
</UserAttribute>
<UserAttribute nodeId="2777">
<Attribute name="index" type="string" value="TRANSPORT04"/>
<Attribute name="onCreate" type="scriptCallback" value="TransportMissionTrigger.onCreate"/>
</UserAttribute>
<UserAttribute nodeId="2783">
<Attribute name="index" type="string" value="TRANSPORT05"/>
<Attribute name="onCreate" type="scriptCallback" value="TransportMissionTrigger.onCreate"/>
</UserAttribute>
<UserAttribute nodeId="2789">
<Attribute name="index" type="string" value="TRANSPORT06"/>
<Attribute name="onCreate" type="scriptCallback" value="TransportMissionTrigger.onCreate"/>
</UserAttribute>
<UserAttribute nodeId="2795">
<Attribute name="index" type="string" value="TRANSPORT07"/>
<Attribute name="onCreate" type="scriptCallback" value="TransportMissionTrigger.onCreate"/>
</UserAttribute>
<UserAttribute nodeId="2801">
<Attribute name="index" type="string" value="TRANSPORT08"/>
<Attribute name="onCreate" type="scriptCallback" value="TransportMissionTrigger.onCreate"/>
</UserAttribute>
<UserAttribute nodeId="2807">
<Attribute name="index" type="string" value="TRANSPORT09"/>
<Attribute name="onCreate" type="scriptCallback" value="TransportMissionTrigger.onCreate"/>
</UserAttribute>
<UserAttribute nodeId="2813">
<Attribute name="index" type="string" value="TRANSPORT10"/>
<Attribute name="onCreate" type="scriptCallback" value="TransportMissionTrigger.onCreate"/>
</UserAttribute>
<UserAttribute nodeId="2819">
<Attribute name="index" type="string" value="TRANSPORT11"/>
<Attribute name="onCreate" type="scriptCallback" value="TransportMissionTrigger.onCreate"/>
</UserAttribute>
<UserAttribute nodeId="2825">
<Attribute name="index" type="string" value="TRANSPORT12"/>
<Attribute name="onCreate" type="scriptCallback" value="TransportMissionTrigger.onCreate"/>
</UserAttribute>




<mission name="WATER" npcName="NPC_DE_16">

<pickupTrigger index="TRANSPORT02" title="trainStation" /> <!-- trainStation -->
<pickupTrigger index="TRANSPORT03" title="superMarket" /> <!-- superMarket -->
<pickupTrigger index="TRANSPORT04" title="vehicleShop" /> <!-- vehicleShop -->
<pickupTrigger index="TRANSPORT07" title="sawMill" /> <!-- sawMill -->
<pickupTrigger index="TRANSPORT09" title="neighbor02" /> <!-- neighbor02 -->

<dropoffTrigger index="TRANSPORT01" title="Mill" /> <!-- Mill -->
<dropoffTrigger index="TRANSPORT05" title="milkCentral" /> <!-- milkCentral -->
<dropoffTrigger index="TRANSPORT06" title="Spinnery" /> <!-- Spinnery -->
<dropoffTrigger index="TRANSPORT08" title="neighbor01" /> <!-- neighbor01 -->
<dropoffTrigger index="TRANSPORT10" title="neighbor03" /> <!-- neighbor03 -->
<dropoffTrigger index="TRANSPORT11" title="neighbor04" /> <!-- neighbor04 -->
<dropoffTrigger index="TRANSPORT12" title="Home" rewardScale="1.5" /> <!-- Home -->

<object filename="$data/objects/pallets/missions/transportPalletBottles.i3d" min="1" max="1" size="1.8 0.9 1.4" offset="-0.9 0 -0.7" title="Bottles Pallet" />
</mission>

<mission name="MilkCentral DELIVERY" rewardScale="2.0" npcName="NPC_DE_06">

<pickupTrigger index="TRANSPORT01" title="Mill" /> <!-- Mill -->
<pickupTrigger index="TRANSPORT02" title="trainStation" rewardScale="1.6" /> <!-- trainStation -->
<pickupTrigger index="TRANSPORT03" title="superMarket" /> <!-- superMarket -->
<pickupTrigger index="TRANSPORT04" title="vehicleShop" /> <!-- vehicleShop -->
<pickupTrigger index="TRANSPORT06" title="Spinnery" /> <!-- Spinnery -->
<pickupTrigger index="TRANSPORT07" title="sawMill" /> <!-- sawMill -->
<pickupTrigger index="TRANSPORT08" title="neighbor01" /> <!-- Village Sawmill -->
<pickupTrigger index="TRANSPORT09" title="neighbor02" rewardScale="1.6" /> <!-- neighbor01 -->
<pickupTrigger index="TRANSPORT10" title="neighbor03" rewardScale="1.4" /> <!-- neighbor01 -->
<pickupTrigger index="TRANSPORT11" title="neighbor04" rewardScale="1.4" /> <!-- neighbor01 -->
<pickupTrigger index="TRANSPORT12" title="Home" rewardScale="1.4" /> <!-- Home -->

<dropoffTrigger index="TRANSPORT05" title="MilkCentral" /> <!-- milkCentral -->

<object filename="$data/objects/pallets/missions/transportPalletCrates.i3d" min="1" max="2" size="1.8 0.9 1.4" offset="-0.9 0 -0.7" title="Crates Pallet" />
<object filename="$data/objects/pallets/missions/transportPalletWhiteBoxes.i3d" min="1" max="2" size="1.8 0.9 1.4" offset="-0.9 0 -0.7" title="White Boxes Pallet" />
</mission>

<mission name="LUGGAGE HOTEL" rewardScale="2.0" npcName="NPC_DE_06">

<pickupTrigger index="TRANSPORT01" title="Mill" /> <!-- Farmer Hans -->
<pickupTrigger index="TRANSPORT05" title="MilkCentral" rewardScale="1.6" /> <!-- Port Northwest -->
<pickupTrigger index="TRANSPORT03" title="superMarket" /> <!-- Railroad Silo West -->
<pickupTrigger index="TRANSPORT04" title="vehicleShop" /> <!-- Transport Company -->
<pickupTrigger index="TRANSPORT06" title="Spinnery" /> <!-- Ranch -->
<pickupTrigger index="TRANSPORT07" title="sawMill" /> <!-- Supermarket -->
<pickupTrigger index="TRANSPORT08" title="neighbor01" /> <!-- Village Sawmill -->
<pickupTrigger index="TRANSPORT09" title="neighbor02" rewardScale="1.6" /> <!-- Port Southeast -->
<pickupTrigger index="TRANSPORT10" title="neighbor03" rewardScale="1.4" /> <!-- Carpentry -->
<pickupTrigger index="TRANSPORT11" title="neighbor04" rewardScale="1.4" /> <!-- Gas Station -->
<pickupTrigger index="TRANSPORT12" title="Home" rewardScale="1.4" /> <!-- Guest House -->

<dropoffTrigger index="TRANSPORT02" title="trainStation" /> <!-- Castle Hotel -->

<object filename="$data/objects/pallets/missions/transportPalletSuitcases.i3d" min="1" max="2" size="1.8 0.9 1.4" offset="-0.9 0 -0.7" title="Suitcases Pallet" />
</mission>

<mission name="CRATES" rewardScale="2.0" npcName="NPC_DE_10">

<pickupTrigger index="TRANSPORT01" title="Mill" /> <!-- Farmer Hans -->
<pickupTrigger index="TRANSPORT02" title="trainStation" /> <!-- Port Northwest -->
<pickupTrigger index="TRANSPORT03" title="superMarket" /> <!-- Railroad Silo West -->
<pickupTrigger index="TRANSPORT04" title="vehicleShop/> <!-- Transport Company -->
<pickupTrigger index="TRANSPORT05" title="MilkCentral" /> <!-- Castle Hotel -->
<pickupTrigger index="TRANSPORT06" title="Spinnery" /> <!-- Ranch -->
<pickupTrigger index="TRANSPORT07" title="sawMill" /> <!-- Supermarket -->
<pickupTrigger index="TRANSPORT08" title="neighbor01" /> <!-- Village Sawmill -->
<pickupTrigger index="TRANSPORT09" title="neighbor02" /> <!-- Port Southeast -->
<pickupTrigger index="TRANSPORT10" title="neighbor03" /> <!-- Carpentry -->
<pickupTrigger index="TRANSPORT11" title="neighbor04" /> <!-- Gas Station -->
<pickupTrigger index="TRANSPORT12" title="Home" /> <!-- Guest House -->

<dropoffTrigger index="TRANSPORT01" title="Mill" /> <!-- Farmer Hans -->
<dropoffTrigger index="TRANSPORT02" title="trainStation" /> <!-- Port Northwest -->
<dropoffTrigger index="TRANSPORT03" title="superMarket" /> <!-- Railroad Silo West -->
<dropoffTrigger index="TRANSPORT04" title="vehicleShop" /> <!-- Transport Company -->
<dropoffTrigger index="TRANSPORT05" title="MilkCentral" rewardScale="1.5" /> <!-- Castle Hotel -->
<dropoffTrigger index="TRANSPORT06" title="Spinnery" /> <!-- Ranch -->
<dropoffTrigger index="TRANSPORT07" title="sawMill" /> <!-- Supermarket -->
<dropoffTrigger index="TRANSPORT08" title="neighbor01" /> <!-- Village Sawmill -->
<dropoffTrigger index="TRANSPORT09" title="neighbor02" /> <!-- Port Southeast -->
<dropoffTrigger index="TRANSPORT10" title="neighbor03" /> <!-- Carpentry -->
<dropoffTrigger index="TRANSPORT11" title="neighbor04" /> <!-- Gas Station -->
<dropoffTrigger index="TRANSPORT12" title="Home" /> <!-- Guest House -->

<object filename="$data/objects/pallets/missions/transportPalletCrates.i3d" min="1" max="2" size="1.8 0.9 1.4" offset="-0.9 0 -0.7" title="Crates Pallet"/>
</mission>


in map , triggers are visible when clicked


took mapDE deleted everything , except gameplay....... copied transportMissions.xm from 'Progam Files' (left all attributes in i3d)


then placed them on map , then went in and changed the 'titles' in the transportMissions.xml, to fit map




P Tschirhart (AwesomeLiquor) 16.08.2019 19:57
<UserAttribute nodeId="2759">
<Attribute name="index" type="string" value="TRANSPORT01"/>
<Attribute name="onCreate" type="scriptCallback" value="TransportMissionTrigger.onCreate"/>
</UserAttribute>
<UserAttribute nodeId="2765">
<Attribute name="index" type="string" value="TRANSPORT02"/>
<Attribute name="onCreate" type="scriptCallback" value="TransportMissionTrigger.onCreate"/>
</UserAttribute>
<UserAttribute nodeId="2771">
<Attribute name="index" type="string" value="TRANSPORT03"/>
<Attribute name="onCreate" type="scriptCallback" value="TransportMissionTrigger.onCreate"/>
</UserAttribute>
<UserAttribute nodeId="2777">
<Attribute name="index" type="string" value="TRANSPORT04"/>
<Attribute name="onCreate" type="scriptCallback" value="TransportMissionTrigger.onCreate"/>
</UserAttribute>
<UserAttribute nodeId="2783">
<Attribute name="index" type="string" value="TRANSPORT05"/>
<Attribute name="onCreate" type="scriptCallback" value="TransportMissionTrigger.onCreate"/>
</UserAttribute>
<UserAttribute nodeId="2789">
<Attribute name="index" type="string" value="TRANSPORT06"/>
<Attribute name="onCreate" type="scriptCallback" value="TransportMissionTrigger.onCreate"/>
</UserAttribute>
<UserAttribute nodeId="2795">
<Attribute name="index" type="string" value="TRANSPORT07"/>
<Attribute name="onCreate" type="scriptCallback" value="TransportMissionTrigger.onCreate"/>
</UserAttribute>
<UserAttribute nodeId="2801">
<Attribute name="index" type="string" value="TRANSPORT08"/>
<Attribute name="onCreate" type="scriptCallback" value="TransportMissionTrigger.onCreate"/>
</UserAttribute>
<UserAttribute nodeId="2807">
<Attribute name="index" type="string" value="TRANSPORT09"/>
<Attribute name="onCreate" type="scriptCallback" value="TransportMissionTrigger.onCreate"/>
</UserAttribute>
<UserAttribute nodeId="2813">
<Attribute name="index" type="string" value="TRANSPORT10"/>
<Attribute name="onCreate" type="scriptCallback" value="TransportMissionTrigger.onCreate"/>
</UserAttribute>
<UserAttribute nodeId="2819">
<Attribute name="index" type="string" value="TRANSPORT11"/>
<Attribute name="onCreate" type="scriptCallback" value="TransportMissionTrigger.onCreate"/>
</UserAttribute>
<UserAttribute nodeId="2825">
<Attribute name="index" type="string" value="TRANSPORT12"/>
<Attribute name="onCreate" type="scriptCallback" value="TransportMissionTrigger.onCreate"/>
</UserAttribute>




<mission name="WATER" npcName="NPC_DE_16">

<pickupTrigger index="TRANSPORT02" title="trainStation" /> <!-- trainStation -->
<pickupTrigger index="TRANSPORT03" title="superMarket" /> <!-- superMarket -->
<pickupTrigger index="TRANSPORT04" title="vehicleShop" /> <!-- vehicleShop -->
<pickupTrigger index="TRANSPORT07" title="sawMill" /> <!-- sawMill -->
<pickupTrigger index="TRANSPORT09" title="neighbor02" /> <!-- neighbor02 -->

<dropoffTrigger index="TRANSPORT01" title="Mill" /> <!-- Mill -->
<dropoffTrigger index="TRANSPORT05" title="milkCentral" /> <!-- milkCentral -->
<dropoffTrigger index="TRANSPORT06" title="Spinnery" /> <!-- Spinnery -->
<dropoffTrigger index="TRANSPORT08" title="neighbor01" /> <!-- neighbor01 -->
<dropoffTrigger index="TRANSPORT10" title="neighbor03" /> <!-- neighbor03 -->
<dropoffTrigger index="TRANSPORT11" title="neighbor04" /> <!-- neighbor04 -->
<dropoffTrigger index="TRANSPORT12" title="Home" rewardScale="1.5" /> <!-- Home -->

<object filename="$data/objects/pallets/missions/transportPalletBottles.i3d" min="1" max="1" size="1.8 0.9 1.4" offset="-0.9 0 -0.7" title="Bottles Pallet" />
</mission>

<mission name="MilkCentral DELIVERY" rewardScale="2.0" npcName="NPC_DE_06">

<pickupTrigger index="TRANSPORT01" title="Mill" /> <!-- Mill -->
<pickupTrigger index="TRANSPORT02" title="trainStation" rewardScale="1.6" /> <!-- trainStation -->
<pickupTrigger index="TRANSPORT03" title="superMarket" /> <!-- superMarket -->
<pickupTrigger index="TRANSPORT04" title="vehicleShop" /> <!-- vehicleShop -->
<pickupTrigger index="TRANSPORT06" title="Spinnery" /> <!-- Spinnery -->
<pickupTrigger index="TRANSPORT07" title="sawMill" /> <!-- sawMill -->
<pickupTrigger index="TRANSPORT08" title="neighbor01" /> <!-- Village Sawmill -->
<pickupTrigger index="TRANSPORT09" title="neighbor02" rewardScale="1.6" /> <!-- neighbor01 -->
<pickupTrigger index="TRANSPORT10" title="neighbor03" rewardScale="1.4" /> <!-- neighbor01 -->
<pickupTrigger index="TRANSPORT11" title="neighbor04" rewardScale="1.4" /> <!-- neighbor01 -->
<pickupTrigger index="TRANSPORT12" title="Home" rewardScale="1.4" /> <!-- Home -->

<dropoffTrigger index="TRANSPORT05" title="MilkCentral" /> <!-- milkCentral -->

<object filename="$data/objects/pallets/missions/transportPalletCrates.i3d" min="1" max="2" size="1.8 0.9 1.4" offset="-0.9 0 -0.7" title="Crates Pallet" />
<object filename="$data/objects/pallets/missions/transportPalletWhiteBoxes.i3d" min="1" max="2" size="1.8 0.9 1.4" offset="-0.9 0 -0.7" title="White Boxes Pallet" />
</mission>

<mission name="LUGGAGE HOTEL" rewardScale="2.0" npcName="NPC_DE_06">

<pickupTrigger index="TRANSPORT01" title="Mill" /> <!-- Farmer Hans -->
<pickupTrigger index="TRANSPORT05" title="MilkCentral" rewardScale="1.6" /> <!-- Port Northwest -->
<pickupTrigger index="TRANSPORT03" title="superMarket" /> <!-- Railroad Silo West -->
<pickupTrigger index="TRANSPORT04" title="vehicleShop" /> <!-- Transport Company -->
<pickupTrigger index="TRANSPORT06" title="Spinnery" /> <!-- Ranch -->
<pickupTrigger index="TRANSPORT07" title="sawMill" /> <!-- Supermarket -->
<pickupTrigger index="TRANSPORT08" title="neighbor01" /> <!-- Village Sawmill -->
<pickupTrigger index="TRANSPORT09" title="neighbor02" rewardScale="1.6" /> <!-- Port Southeast -->
<pickupTrigger index="TRANSPORT10" title="neighbor03" rewardScale="1.4" /> <!-- Carpentry -->
<pickupTrigger index="TRANSPORT11" title="neighbor04" rewardScale="1.4" /> <!-- Gas Station -->
<pickupTrigger index="TRANSPORT12" title="Home" rewardScale="1.4" /> <!-- Guest House -->

<dropoffTrigger index="TRANSPORT02" title="trainStation" /> <!-- Castle Hotel -->

<object filename="$data/objects/pallets/missions/transportPalletSuitcases.i3d" min="1" max="2" size="1.8 0.9 1.4" offset="-0.9 0 -0.7" title="Suitcases Pallet" />
</mission>

<mission name="CRATES" rewardScale="2.0" npcName="NPC_DE_10">

<pickupTrigger index="TRANSPORT01" title="Mill" /> <!-- Farmer Hans -->
<pickupTrigger index="TRANSPORT02" title="trainStation" /> <!-- Port Northwest -->
<pickupTrigger index="TRANSPORT03" title="superMarket" /> <!-- Railroad Silo West -->
<pickupTrigger index="TRANSPORT04" title="vehicleShop/> <!-- Transport Company -->
<pickupTrigger index="TRANSPORT05" title="MilkCentral" /> <!-- Castle Hotel -->
<pickupTrigger index="TRANSPORT06" title="Spinnery" /> <!-- Ranch -->
<pickupTrigger index="TRANSPORT07" title="sawMill" /> <!-- Supermarket -->
<pickupTrigger index="TRANSPORT08" title="neighbor01" /> <!-- Village Sawmill -->
<pickupTrigger index="TRANSPORT09" title="neighbor02" /> <!-- Port Southeast -->
<pickupTrigger index="TRANSPORT10" title="neighbor03" /> <!-- Carpentry -->
<pickupTrigger index="TRANSPORT11" title="neighbor04" /> <!-- Gas Station -->
<pickupTrigger index="TRANSPORT12" title="Home" /> <!-- Guest House -->

<dropoffTrigger index="TRANSPORT01" title="Mill" /> <!-- Farmer Hans -->
<dropoffTrigger index="TRANSPORT02" title="trainStation" /> <!-- Port Northwest -->
<dropoffTrigger index="TRANSPORT03" title="superMarket" /> <!-- Railroad Silo West -->
<dropoffTrigger index="TRANSPORT04" title="vehicleShop" /> <!-- Transport Company -->
<dropoffTrigger index="TRANSPORT05" title="MilkCentral" rewardScale="1.5" /> <!-- Castle Hotel -->
<dropoffTrigger index="TRANSPORT06" title="Spinnery" /> <!-- Ranch -->
<dropoffTrigger index="TRANSPORT07" title="sawMill" /> <!-- Supermarket -->
<dropoffTrigger index="TRANSPORT08" title="neighbor01" /> <!-- Village Sawmill -->
<dropoffTrigger index="TRANSPORT09" title="neighbor02" /> <!-- Port Southeast -->
<dropoffTrigger index="TRANSPORT10" title="neighbor03" /> <!-- Carpentry -->
<dropoffTrigger index="TRANSPORT11" title="neighbor04" /> <!-- Gas Station -->
<dropoffTrigger index="TRANSPORT12" title="Home" /> <!-- Guest House -->

<object filename="$data/objects/pallets/missions/transportPalletCrates.i3d" min="1" max="2" size="1.8 0.9 1.4" offset="-0.9 0 -0.7" title="Crates Pallet"/>
</mission>


in map , triggers are visible when clicked


took mapDE deleted everything , except gameplay....... copied transportMissions.xm from 'Progam Files' (left all attributes in i3d)


then placed them on map , then went in and changed the 'titles' in the transportMissions.xml, to fit map


<TransformGroup name="transportMissions" nodeId="2758">
<Shape shapeId="21" name="transportPoint01" translation="-115.036 155.992 506.48" rotation="-0 90 0" static="true" trigger="true" nodeId="2759" materialIds="36" nonRenderable="true" distanceBlending="false">
<TransformGroup name="warningStripesTransportPoint01" nodeId="2760">
<Shape shapeId="19" name="warningStripesCorner2" translation="-2.5 0 2.5" rotation="-180 0 -180" clipDistance="200" nodeId="2761" materialIds="27" receiveShadows="true" decalLayer="1"/>
<Shape shapeId="20" name="warningStripesCorner1" translation="-2.5 0 -2.5" clipDistance="200" nodeId="2762" materialIds="27" receiveShadows="true" decalLayer="1"/>
<Shape shapeId="19" name="warningStripesCorner2" translation="2.5 0 -2.5" clipDistance="200" nodeId="2763" materialIds="27" receiveShadows="true" decalLayer="1"/>
<Shape shapeId="20" name="warningStripesCorner1" translation="2.5 0 2.5" rotation="-180 -5.00896e-06 -180" clipDistance="200" nodeId="2764" materialIds="27" receiveShadows="true" decalLayer="1"/>
</TransformGroup>
</Shape>
<Shape shapeId="21" name="transportPoint02" translation="254.95 155.992 496.298" rotation="-0 90 0" static="true" trigger="true" nodeId="2765" materialIds="36" nonRenderable="true" distanceBlending="false">
<TransformGroup name="warningStripesTransportPoint02" nodeId="2766">
<Shape shapeId="19" name="warningStripesCorner2" translation="-2.5 0.0580853 2.5" rotation="180 1.19528e-05 -180" clipDistance="200" nodeId="2767" materialIds="27" receiveShadows="true" decalLayer="1"/>
<Shape shapeId="20" name="warningStripesCorner1" translation="-2.5 0 -2.5" clipDistance="200" nodeId="2768" materialIds="27" receiveShadows="true" decalLayer="1"/>
<Shape shapeId="19" name="warningStripesCorner2" translation="2.5 0 -2.5" clipDistance="200" nodeId="2769" materialIds="27" receiveShadows="true" decalLayer="1"/>
<Shape shapeId="20" name="warningStripesCorner1" translation="2.5 0 2.5" rotation="180 -0 180" clipDistance="200" nodeId="2770" materialIds="27" receiveShadows="true" decalLayer="1"/>
</TransformGroup>
</Shape>
<Shape shapeId="21" name="transportPoint03" translation="96.0581 219 -25.3689" static="true" trigger="true" nodeId="2771" materialIds="36" nonRenderable="true" distanceBlending="false">
<TransformGroup name="warningStripesTransportPoint03" nodeId="2772">
<Shape shapeId="19" name="warningStripesCorner2" translation="-2.5 0 2.5" rotation="-180 0 -180" clipDistance="200" nodeId="2773" materialIds="27" receiveShadows="true" decalLayer="1"/>
<Shape shapeId="20" name="warningStripesCorner1" translation="-2.5 0 -2.5" clipDistance="200" nodeId="2774" materialIds="27" receiveShadows="true" decalLayer="1"/>
<Shape shapeId="19" name="warningStripesCorner2" translation="2.5 0 -2.5" clipDistance="200" nodeId="2775" materialIds="27" receiveShadows="true" decalLayer="1"/>
<Shape shapeId="20" name="warningStripesCorner1" translation="2.5 0 2.5" rotation="-180 -5.00896e-06 -180" clipDistance="200" nodeId="2776" materialIds="27" receiveShadows="true" decalLayer="1"/>
</TransformGroup>
</Shape>
<Shape shapeId="21" name="transportPoint04" translation="10.5926 223.891 247.938" static="true" trigger="true" nodeId="2777" materialIds="36" nonRenderable="true" distanceBlending="false">
<TransformGroup name="warningStripesTransportPoint04" nodeId="2778">
<Shape shapeId="19" name="warningStripesCorner2" translation="-2.5 0 2.5" rotation="-180 0 -180" clipDistance="200" nodeId="2779" materialIds="27" receiveShadows="true" decalLayer="1"/>
<Shape shapeId="20" name="warningStripesCorner1" translation="-2.5 0 -2.5" clipDistance="200" nodeId="2780" materialIds="27" receiveShadows="true" decalLayer="1"/>
<Shape shapeId="19" name="warningStripesCorner2" translation="2.5 0 -2.5" clipDistance="200" nodeId="2781" materialIds="27" receiveShadows="true" decalLayer="1"/>
<Shape shapeId="20" name="warningStripesCorner1" translation="2.5 0 2.5" rotation="-180 -5.00896e-06 -180" clipDistance="200" nodeId="2782" materialIds="27" receiveShadows="true" decalLayer="1"/>
</TransformGroup>
</Shape>
<Shape shapeId="21" name="transportPoint05" translation="162.08 223.891 142.057" rotation="-0 90 0" static="true" trigger="true" nodeId="2783" materialIds="36" nonRenderable="true" distanceBlending="false">
<TransformGroup name="warningStripesTransportPoint05" nodeId="2784">
<Shape shapeId="19" name="warningStripesCorner2" translation="-2.5 0.0334052 2.5" rotation="-180 0 -180" clipDistance="200" nodeId="2785" materialIds="27" receiveShadows="true" decalLayer="1"/>
<Shape shapeId="20" name="warningStripesCorner1" translation="-2.5 0.0198807 -2.5" clipDistance="200" nodeId="2786" materialIds="27" receiveShadows="true" decalLayer="1"/>
<Shape shapeId="19" name="warningStripesCorner2" translation="2.5 0 -2.5" clipDistance="200" nodeId="2787" materialIds="27" receiveShadows="true" decalLayer="1"/>
<Shape shapeId="20" name="warningStripesCorner1" translation="2.5 0.0278217 2.5" rotation="-180 -5.00896e-06 -180" clipDistance="200" nodeId="2788" materialIds="27" receiveShadows="true" decalLayer="1"/>
</TransformGroup>
</Shape>
<Shape shapeId="21" name="transportPoint06" translation="294.081 223.883 196.044" static="true" trigger="true" nodeId="2789" materialIds="36" nonRenderable="true" distanceBlending="false">
<TransformGroup name="warningStripesTransportPoint06" nodeId="2790">
<Shape shapeId="19" name="warningStripesCorner2" translation="-2.5 0 2.5" rotation="-180 0 -180" clipDistance="200" nodeId="2791" materialIds="27" receiveShadows="true" decalLayer="1"/>
<Shape shapeId="20" name="warningStripesCorner1" translation="-2.5 0 -2.5" clipDistance="200" nodeId="2792" materialIds="27" receiveShadows="true" decalLayer="1"/>
<Shape shapeId="19" name="warningStripesCorner2" translation="2.5 0 -2.5" clipDistance="200" nodeId="2793" materialIds="27" receiveShadows="true" decalLayer="1"/>
<Shape shapeId="20" name="warningStripesCorner1" translation="2.5 0 2.5" rotation="-180 -5.00896e-06 -180" clipDistance="200" nodeId="2794" materialIds="27" receiveShadows="true" decalLayer="1"/>
</TransformGroup>
</Shape>
<Shape shapeId="21" name="transportPoint07" translation="-197.1 211.697 -126.299" rotation="-0 90 0" static="true" trigger="true" nodeId="2795" materialIds="36" nonRenderable="true" distanceBlending="false">
<TransformGroup name="warningStripesTransportPoint07" nodeId="2796">
<Shape shapeId="19" name="warningStripesCorner2" translation="-2.5 0 2.5" rotation="-180 0 -180" clipDistance="200" nodeId="2797" materialIds="27" receiveShadows="true" decalLayer="1"/>
<Shape shapeId="20" name="warningStripesCorner1" translation="-2.5 0 -2.5" clipDistance="200" nodeId="2798" materialIds="27" receiveShadows="true" decalLayer="1"/>
<Shape shapeId="19" name="warningStripesCorner2" translation="2.5 0 -2.5" clipDistance="200" nodeId="2799" materialIds="27" receiveShadows="true" decalLayer="1"/>
<Shape shapeId="20" name="warningStripesCorner1" translation="2.5 0 2.5" rotation="-180 -5.00896e-06 -180" clipDistance="200" nodeId="2800" materialIds="27" receiveShadows="true" decalLayer="1"/>
</TransformGroup>
</Shape>
<Shape shapeId="21" name="transportPoint08" translation="900.56 200.89 -116.177" static="true" trigger="true" nodeId="2801" materialIds="36" nonRenderable="true" distanceBlending="false">
<TransformGroup name="warningStripesTransportPoint08" nodeId="2802">
<Shape shapeId="19" name="warningStripesCorner2" translation="-2.5 0 2.5" rotation="-180 0 -180" clipDistance="200" nodeId="2803" materialIds="27" receiveShadows="true" decalLayer="1"/>
<Shape shapeId="20" name="warningStripesCorner1" translation="-2.5 0 -2.5" clipDistance="200" nodeId="2804" materialIds="27" receiveShadows="true" decalLayer="1"/>
<Shape shapeId="19" name="warningStripesCorner2" translation="2.5 0 -2.5" clipDistance="200" nodeId="2805" materialIds="27" receiveShadows="true" decalLayer="1"/>
<Shape shapeId="20" name="warningStripesCorner1" translation="2.5 0 2.5" rotation="-180 -5.00896e-06 -180" clipDistance="200" nodeId="2806" materialIds="27" receiveShadows="true" decalLayer="1"/>
</TransformGroup>
</Shape>
<Shape shapeId="21" name="transportPoint09" translation="-222.398 211.63 -268.895" rotation="-0 90 0" static="true" trigger="true" nodeId="2807" materialIds="36" nonRenderable="true" distanceBlending="false">
<TransformGroup name="warningStripesTransportPoint09" nodeId="2808">
<Shape shapeId="19" name="warningStripesCorner2" translation="-2.5 0 2.5" rotation="-180 0 -180" clipDistance="200" nodeId="2809" materialIds="27" receiveShadows="true" decalLayer="1"/>
<Shape shapeId="20" name="warningStripesCorner1" translation="-2.5 0 -2.5" clipDistance="200" nodeId="2810" materialIds="27" receiveShadows="true" decalLayer="1"/>
<Shape shapeId="19" name="warningStripesCorner2" translation="2.5 0 -2.5" clipDistance="200" nodeId="2811" materialIds="27" receiveShadows="true" decalLayer="1"/>
<Shape shapeId="20" name="warningStripesCorner1" translation="2.5 0 2.5" rotation="-180 -5.00896e-06 -180" clipDistance="200" nodeId="2812" materialIds="27" receiveShadows="true" decalLayer="1"/>
</TransformGroup>
</Shape>
<Shape shapeId="21" name="transportPoint10" translation="-162.942 203.343 144.721" rotation="0.802314 0.799602 6.7048" static="true" trigger="true" nodeId="2813" materialIds="36" nonRenderable="true" distanceBlending="false">
<TransformGroup name="warningStripesTransportPoint10" nodeId="2814">
<Shape shapeId="19" name="warningStripesCorner2" translation="-2.5 0 2.5" rotation="-180 0 -180" clipDistance="200" nodeId="2815" materialIds="27" receiveShadows="true" decalLayer="1"/>
<Shape shapeId="20" name="warningStripesCorner1" translation="-2.5 0 -2.5" clipDistance="200" nodeId="2816" materialIds="27" receiveShadows="true" decalLayer="1"/>
<Shape shapeId="19" name="warningStripesCorner2" translation="2.5 0 -2.5" clipDistance="200" nodeId="2817" materialIds="27" receiveShadows="true" decalLayer="1"/>
<Shape shapeId="20" name="warningStripesCorner1" translation="2.5 0 2.5" rotation="-180 -5.00896e-06 -180" clipDistance="200" nodeId="2818" materialIds="27" receiveShadows="true" decalLayer="1"/>
</TransformGroup>
</Shape>
<Shape shapeId="21" name="transportPoint11" translation="-66.6589 154.639 556.94" rotation="1.17022 0.0246168 -4.18356" static="true" trigger="true" nodeId="2819" materialIds="36" nonRenderable="true" distanceBlending="false">
<TransformGroup name="warningStripesTransportPoint10" nodeId="2820">
<Shape shapeId="19" name="warningStripesCorner2" translation="-2.5 0 2.5" rotation="-180 0 -180" clipDistance="200" nodeId="2821" materialIds="27" receiveShadows="true" decalLayer="1"/>
<Shape shapeId="20" name="warningStripesCorner1" translation="-2.5 0 -2.5" clipDistance="200" nodeId="2822" materialIds="27" receiveShadows="true" decalLayer="1"/>
<Shape shapeId="19" name="warningStripesCorner2" translation="2.5 0 -2.5" clipDistance="200" nodeId="2823" materialIds="27" receiveShadows="true" decalLayer="1"/>
<Shape shapeId="20" name="warningStripesCorner1" translation="2.5 0 2.5" rotation="-180 -5.00896e-06 -180" clipDistance="200" nodeId="2824" materialIds="27" receiveShadows="true" decalLayer="1"/>
</TransformGroup>
</Shape>
<Shape shapeId="21" name="transportPoint12" translation="877.793 215.669 222.991" rotation="0 90 0" static="true" trigger="true" nodeId="2825" materialIds="36" nonRenderable="true" distanceBlending="false">
<TransformGroup name="warningStripesTransportPoint10" nodeId="2826">
<Shape shapeId="19" name="warningStripesCorner2" translation="-2.5 0 2.5" rotation="-180 0 -180" clipDistance="200" nodeId="2827" materialIds="27" receiveShadows="true" decalLayer="1"/>
<Shape shapeId="20" name="warningStripesCorner1" translation="-2.5 0 -2.5" clipDistance="200" nodeId="2828" materialIds="27" receiveShadows="true" decalLayer="1"/>
<Shape shapeId="19" name="warningStripesCorner2" translation="2.5 0 -2.5" clipDistance="200" nodeId="2829" materialIds="27" receiveShadows="true" decalLayer="1"/>
<Shape shapeId="20" name="warningStripesCorner1" translation="2.5 0 2.5" rotation="-180 -5.00896e-06 -180" clipDistance="200" nodeId="2830" materialIds="27" receiveShadows="true" decalLayer="1"/>
</TransformGroup>
</Shape>
</TransformGroup>
</TransformGroup>


nodes line up

Bilbo Beutlin (BBeutlin) 16.08.2019 22:41
What you have posted looks ok.
Did you ensure no index is multiple? With Notepad++ execute search with count for [value="TRANSPORT] - result should be exactly 12.

P Tschirhart (AwesomeLiquor) 17.08.2019 00:25
yes , checked and rechecked

all of what is posted is all of what i have in i3d and transport xml


ugggg im lost

P Tschirhart (AwesomeLiquor) 17.08.2019 21:34
shall i add a string attribute to point to xml ?

Bilbo Beutlin (BBeutlin) 18.08.2019 00:38
No - the linkage ist determined only in the map.xml
<transportMissions filename="..." />
what you hopefully have setup properly?

P Tschirhart (AwesomeLiquor) 18.08.2019 09:38
thank you greatly for your help ! . :)

i ended up pulling everything out, and putting everything back in , works now


thank you again, for your help

i am also having troubles with colMap, plcMap - tipcol and height density, after adding snow mask

Error: Failed to load DensityMap grle image 'C:/Users/NoChe/Documents/My Games/FarmingSimulator2019/mods/oh_fuck/maphomeFarm/seasonsMask.grle'.
Seasons Info: No Seasons mask has been loaded for the map. Snow will fall everywhere


i know i am asking alot but thought i would ask ;)

Bilbo Beutlin (BBeutlin) 18.08.2019 17:39
About 'seasons' I don't know. But should be a manual anywhere, either in the seasons.zip or somewhere to download.
Regular colMap and plcColMap you generate with GE scripts/FS19/Map/Create Ground Collision Map.

P Tschirhart (AwesomeLiquor) 18.08.2019 19:21
Thank you awesomely for all your help


greatly appreciated !!!!!


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