Adding Items to Pricing Screen

Your forum for all discussions around Modding.
User avatar
FarmCatJenkins
Posts: 2015
Joined: Wed Oct 09, 2019 3:27 pm
Location: Pennsylvania, USA

Adding Items to Pricing Screen

Post by FarmCatJenkins »

Hi everyone, just wanted to know if there is a process to adding for example digestate to the pricing screen, so I can see how much I have in storage at the BGA. Thanks in advance!
Farmer since birth. Simulated since ‘15

Xbox: Hodge A Palooza
Steam: FarmCat Jenkins
BernardC
Posts: 243
Joined: Mon Apr 27, 2015 7:52 pm
Location: Dark side of the Moon

Re: Adding Items to Pricing Screen

Post by BernardC »

It depends on map and what bga is used. the bga should have a bga.xml where yoou can read:

Code: Select all

<digestateSilo>
            <loadingStation node="1|0" stationName="$l10n_station_bgaBunker" appearsOnPDA="false" storageRadius="50" fillSoundIdentifier="fillSound01">
                <loadTrigger triggerNode="0" fillLitersPerSecond="2000" dischargeNode="1" />
            </loadingStation>
            <storages>
                <storage node="1|1" fillTypes="DIGESTATE" capacityPerFillType="800000" />
            </storages>
        </digestateSilo>
change appearsOnPDA="false" to appearsOnPDA="true"
Post Reply