Price Fixing v 1.1

450
downloads
13.47 KB
files size
0
comments
0
videos
1
updates
avatar
5 years ago
0
likes
1
dislikes
0/5, 0 votes

Updates

latest Version v 1.1 5 years ago

Changelog 1.1.0.0:
- You can now change the price of configurations (like the cost of engine upgrades) (see Example #5)
- You can now delete map elements off your map if you know the node-path (see Example #6)
- You can now change the capacity of trailer, silos, and other objects (see Example #7)
The examples below show how different XML can be added to the file to change item properties:
Adding <change> elements to the PriceFixing.xml file can
EXAMPLE #1: Change the price of another mod's item (the "~" is replaced with the path to your mod directory)
<change file="~/FS19_NOVACAT_varia_pack/poettingerNovaCat301.xml" price="12042" />
EXAMPLE #2: hide a standard item from the store (base-game items use the full path to their XML file)
<change hide="true" file="data/placeables/sheds/easyShed02.xml" />
EXAMPLE #3: Change the price, daily upkeep and name
<change file="data/placeables/sheds/easyShed01.xml">
<price>42042</price>
<upkeep>42</upkeep>
<name>Petey Shed #1</name>
</change>
EXAMPLE #4: Change the base price of wheat (per liter)
<change_filltype id="WHEAT" price="0.347000"/>
Example #5: Change the cost of the Guidance Steering mod's configuration item to $3500
(configuration ids use the form config_name + "-" + index and are found in the mod's XML file or in the mod source)
<change_config id="buyableGPS-2" price="3500"/>
Example #6: Delete the trash-area in the starting farm on the Ravenport map
(The node path can be found using the Giants' Editor)
<delete map="data/maps/mapUS.i3d" node="17|0|23|4|1"/>
Example #7: Change the capacity and price of the hay loft:
<change file="data/placeables/hayLoft/hayLoft.xml" price="50000" capacity="1500000" /

Direct Download Links

About Mod

Latest Version v 1.1
Game FS 19
Category Implements & Tools
Game Version 1.5.1
Downloads 450
Created 5 years ago
Last Updated 5 years ago

Download Latest Version

Version: v 1.1
Updated: 5 years ago
Total Size: 13.47 KB
FS19_PriceFixing_modland.zip direct download · 13.47 KB · added 5 years ago

0 Comments

There are no comments. Be first to comment!

Leave a comment

Use @ to mention users.