Modding Help Modifying the "defaultSellFactor" in merchant.config does nothing.[[SOLVED?]]

Discussion in 'Starbound Modding' started by dogamusprime, Jul 25, 2016.

  1. dogamusprime

    dogamusprime Void-Bound Voyager

    Problem in title. I wish to modify the percentage of pixels from selling items to merchants but I can't find the value to do so. While this seems the most logical value, it doesn't appear to change anything. Any suggestions?


    If it helps, the patch I used was;

    [
    {
    "op": "replace",
    "path": "/defaultSellFactor",
    "value": 0.85
    }
    ]
    --- Post updated ---
    No one?
    --- Post updated ---
    You've got to modify the 'SellFactor' value in the merchants individual .object files.
     
    Last edited: Jul 25, 2016

Share This Page