Community Forum

Sell points not showing up in prices tab

Forum Overview >> Farming Simulator 19

CategoryFarming Simulator 19
Created16.02.2019 19:36


Kasper Larsen (Unknown) 16.02.2019 19:36
hello. i am making a 4x mod map. i have a proplem with that my sell points do not show up under the prices tab. The sell point works as i can sell grain at it, and it shows on the pda map as a sell points but i can not see it under prices tab.
Plz help me here.
Kasper

Ron Smith (pasnthru99) 16.02.2019 19:47
i assume your sell point is in the placeables folder or where ever and you have an xml file for it?
edit this line in under your store data
<sellingStation stationName="$l10n_station_what ever i want to name my sell point"

but if you dont have a storedata file you need to create one or copy one over

Kasper Larsen (Unknown) 16.02.2019 20:01
yes i have an xml for it and tried to set the line in under the store data section but it still does not work.
My xml file looks like this:

<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<placeable>
<storeData>
<name>$l10n_shopItem_sellStation</name>
<sellingStation stationName="$l10n_station_Grain Port"
<image>$data/placeables/mapDE/sellingStationGeneric/store_sellingStationPort02.png</image>
<price>1</price>
<canBeSold>false</canBeSold>
<showInStore>false</showInStore>
<lifetime>1000</lifetime>
<rotation>0</rotation>
<brand>LIZARD</brand>
<species>placeable</species>
<category>placeableMisc</category>
<vertexBufferMemoryUsage>15456</vertexBufferMemoryUsage>
<indexBufferMemoryUsage>1776</indexBufferMemoryUsage>
<textureMemoryUsage>1485840</textureMemoryUsage>
<instanceVertexBufferMemoryUsage>0</instanceVertexBufferMemoryUsage>
<instanceIndexBufferMemoryUsage>0</instanceIndexBufferMemoryUsage>
</storeData>

<placeableType>sellingStation</placeableType>
<filename>$data/placeables/mapDE/sellingStationGeneric/sellingStationGeneric.i3d</filename>
<placement testSizeX="1" testSizeZ="1" sizeX="1" sizeZ="1" useRandomYRotation="false" useManualYRotation="true" />

<sellingStation stationName="Grain Port" appearsOnPDA="true" storageRadius="0" litersForFullPriceDrop="100000" fullPriceRecoverHours="48" hotspotTextOffset="0px 36px">
<unloadTrigger exactFillRootNode="0|0|0|0|0" baleTriggerNode="0|0|0|0|1" />
<fillType name="wheat" priceScale="1" supportsGreatDemand="true" disablePriceDrop="false" />
<fillType name="barley" priceScale="1" supportsGreatDemand="true" disablePriceDrop="false" />
<fillType name="canola" priceScale="1" supportsGreatDemand="true" disablePriceDrop="false" />
<fillType name="sunflower" priceScale="1" supportsGreatDemand="true" disablePriceDrop="false" />
<fillType name="soybean" priceScale="1" supportsGreatDemand="true" disablePriceDrop="false" />
<fillType name="maize" priceScale="1" supportsGreatDemand="true" disablePriceDrop="false" />
<fillType name="potato" priceScale="1" supportsGreatDemand="true" disablePriceDrop="false" />
<fillType name="sugarBeet" priceScale="1" supportsGreatDemand="true" disablePriceDrop="false" />
<fillType name="sugarCane" priceScale="1" supportsGreatDemand="true" disablePriceDrop="false" />
<fillType name="oat" priceScale="1" supportsGreatDemand="true" disablePriceDrop="false" />
<fillType name="egg" priceScale="1" supportsGreatDemand="true" disablePriceDrop="false" />
<fillType name="milk" priceScale="1" supportsGreatDemand="true" disablePriceDrop="false" />
</sellingStation>
</placeable>

Kasper Larsen (Unknown) 16.02.2019 20:03
yes i have an xml for it and tried to set the line in under the store data section but it still does not work.
My xml file looks like this:

<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<placeable>
<storeData>
<name>$l10n_shopItem_sellStation</name>
<sellingStation stationName="$l10n_station_Grain Port"
<image>$data/placeables/mapDE/sellingStationGeneric/store_sellingStationPort02.png</image>
<price>1</price>
<canBeSold>false</canBeSold>
<showInStore>false</showInStore>
<lifetime>1000</lifetime>
<rotation>0</rotation>
<brand>LIZARD</brand>
<species>placeable</species>
<category>placeableMisc</category>
<vertexBufferMemoryUsage>15456</vertexBufferMemoryUsage>
<indexBufferMemoryUsage>1776</indexBufferMemoryUsage>
<textureMemoryUsage>1485840</textureMemoryUsage>
<instanceVertexBufferMemoryUsage>0</instanceVertexBufferMemoryUsage>
<instanceIndexBufferMemoryUsage>0</instanceIndexBufferMemoryUsage>
</storeData>

<placeableType>sellingStation</placeableType>
<filename>$data/placeables/mapDE/sellingStationGeneric/sellingStationGeneric.i3d</filename>
<placement testSizeX="1" testSizeZ="1" sizeX="1" sizeZ="1" useRandomYRotation="false" useManualYRotation="true" />

<sellingStation stationName="Grain Port" appearsOnPDA="true" storageRadius="0" litersForFullPriceDrop="100000" fullPriceRecoverHours="48" hotspotTextOffset="0px 36px">
<unloadTrigger exactFillRootNode="0|0|0|0|0" baleTriggerNode="0|0|0|0|1" />
<fillType name="wheat" priceScale="1" supportsGreatDemand="true" disablePriceDrop="false" />
<fillType name="barley" priceScale="1" supportsGreatDemand="true" disablePriceDrop="false" />
<fillType name="canola" priceScale="1" supportsGreatDemand="true" disablePriceDrop="false" />
<fillType name="sunflower" priceScale="1" supportsGreatDemand="true" disablePriceDrop="false" />
<fillType name="soybean" priceScale="1" supportsGreatDemand="true" disablePriceDrop="false" />
<fillType name="maize" priceScale="1" supportsGreatDemand="true" disablePriceDrop="false" />
<fillType name="potato" priceScale="1" supportsGreatDemand="true" disablePriceDrop="false" />
<fillType name="sugarBeet" priceScale="1" supportsGreatDemand="true" disablePriceDrop="false" />
<fillType name="sugarCane" priceScale="1" supportsGreatDemand="true" disablePriceDrop="false" />
<fillType name="oat" priceScale="1" supportsGreatDemand="true" disablePriceDrop="false" />
<fillType name="egg" priceScale="1" supportsGreatDemand="true" disablePriceDrop="false" />
<fillType name="milk" priceScale="1" supportsGreatDemand="true" disablePriceDrop="false" />
</sellingStation>
</placeable>

William B (parzival) 18.02.2019 19:17
copy the xml from program files/farm sim 19/data/placeables/mapUS/ pick the proper sell point xml, you should also use these triggers and not use the ones you can import from giants, these give troubles,,, i also find the US xml and triggers work best, I had to change all the triggers that where created from the mod placables, and from the DE files, rename it and change the name inside the xml, this will correct your issue, import the new trigger and place it properly correct your items file.

Evan Cool (Evancool270) 05.07.2019 17:51
did you ever solve this? i have the same issue.

Bilbo Beutlin (BBeutlin) 05.07.2019 20:22
The string 'stationName' must not contain spaces or non-ASCII characters.
You can either use
-> <sellingStation stationName="abc" .. then "abc" is displayed
or
-> <sellingStation stationName="$l10n_station_abc" .. then you need the <l10n> <text> .. in modDesc.xml and the localized text is displayed.


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