Stationeers

Stationeers

Stationeers
Share the best world creations and game modifications with the community for Stationeers through Steam workshop.
NeiroNext 1 27 Dec, 2023 @ 10:56pm
How to change standard trading settings?
Hello everybody!
I want to change the trading settings for my card, but no matter what I try, there is no change. I use the TraderFrequencyOverride tag, in which I write down the traders I need, taking the game file as an example and leaving only those goods for which I want to change the price. Something like:
<Trader Id="OreTrader"> <Sell Value="12" DebugID="Coal Ore"> <PriceRange Value="0.2" Step="0.1"/> <Stock Min="400" Max="400" Bulk="true"/> <Item Id="ItemCoalOre"/> </Sell> <Sell Value="14" DebugID="Volatiles"> <PriceRange Value="0.2" Step="0.1"/> <Stock Min="150" Max="150" Bulk="true"/> <Item Id="ItemVolatiles"/> </Sell> </Trader>
But no matter how hard you try, the merchants still have their old price; how can you correctly change the price of a product in the standard merchants? The tag is called overwriting, that is, it is possible to overwrite standard merchants, but I don’t understand how, there are no examples.