AlteriusZhang Posted June 26, 2023 Share Posted June 26, 2023 (edited) Not sure if this is the right place to ask this, but how do I change the amount the "Investor" perk invests into a Merchant, because What I've don'e doesn't seem to do anything. Digging around records with SSEEdit, I've gathered there are (at least 3) things I need to edit. 1) The Perk Description (not vital, but more for consistency), the quest "PerkInvestor" gold cost amount, and finally the global variable "InvestAmount". My Desired amount is 3000 gold, so I did the following: 1) Changed the perk description to: "Can invest 3000 gold with a shopkeeper to increase his or her available gold by 3000 permanently." 2) Changed the quest "QuestInvestor" property "Gold Amount", from 500 to 3000. 3) Changed the global variable "InvestAmount" FLTV value, from 500 to 3000. I don't see any other values that is "500" anywhere else, so I assume that's all I need to change. exited and saved the .ESPs. When I load the game. The only thing that has changed is the Perk Description. When I try to invest into an NPC, the dialogue still says the investment amount is (500), which means the global variable didn't change, because the dialogue is dynamic with its displayed gold value based on the "InvestAmount" global variable. When I invest, it still costs me 500. And the total increase in the merchant gold is still 500. Basically, all the the changes I've made did nothing, with exception to the perk description. I doubled checked that I have no other mods with the same records that are overriding the ones I've changed. Am I missing something? Can the Invest amount not be changed? Or can the Global variables not be changed once the game has started? Or is it something else I'm overlooking? When I load the ESPs to make sure the values are saved, they are all saved. I thought maybe I need to make a save first, because maybe the variables don't update immediately on load. Nothing. Thanks for the help. :smile: Edited June 26, 2023 by AlteriusZhang Link to comment Share on other sites More sharing options...
Recommended Posts