The Witcher 3
0 of 0

File information

Last updated

Original upload

Created by

-

Uploaded by

BeHa64

Virus scan

Safe to use

About this mod

This Mod is just an Update of the Original FairTrade Mod.
<br />All the credit goes to the original Author.

Requirements
Permissions and credits
This is just the Next-Gen Update of the original mod and will probably be deleted when the original author updates his mod. See original mod for more detailed information.

https://www.nexusmods.com/witcher3/mods/1644


This mod changes the funds of all merchants and modifies the selling price of your items (selling price modifier is optional and can be toggled off). The default multipliers are 2 for the funds and 0.65 for item price.

Merchant funds will be modified when the merchant is set up for the first time by the game. The mod won't modify funds from merchants, which already were set up. In other words, only merchants you visit after the mod installed will be affected, and once the merchants inventory funds are setup uninstalling or modifying the multiplier will not yield any result.

Selling price depends on the merchant you are trading with because the price is calculated from the re-selling price of the vendor.
Example:
The merchant is selling an item for 100 Crowns. If you want to sell the same item to the merchant, you will get
100 Crowns * 0.65 (default multiplier) = 65 Crowns.


The multiplier can be changed in the file:
\SteamLibrary\steamapps\common\The Witcher 3\Mods\modFairTrade\content\scripts\local\FairTrade.ws


and to turn the selling price modifier OFF change the variable "fundsOnly" to "true" i.e. (fundsOnly=true) <CaseSensitive>


This Mod makes much needed tweaks to the Merchants in game money as well as selling prices of the goods. 
There is a file inside the mod folder for your tweaking.
Containing the following. You just have to tweak these to get the desired result.




Change multiplier to your desire (1 to infinity)
Funds are set on first spawn of merchant, already set funds are not edited (1 = no change)
vendorFundsMultiplier = 2;
Sell price is based on the price you have to pay for the item to the current merchant.
Example: If item price is 300 when you buy it, you get 300 * 0.5(default value of vendorSellMultiplier) = 150 coins by selling it
Values between 0.1 and 1.0 recommended (more than 1.0 leads to overpaying by vendor)
vendorSellMultiplier = 0.65;
If set to true selling prices will NOT be changed
fundsOnly = false;