Hello Devs,
I wonder why you make these 2 line disappear from the define file :
INTERNAL_MARKET_BUY_MULTIPLIER = 3 # resource sell price on internal market = MULTIPLIER * base price
INTERNAL_MARKET_SELL_MULTIPLIER = 0.33 # resource buy price on internal market = MULTIPLIER * base price
I use these 2 lines for make some balance in my market mod.
Are there somewhere else or is this normal?
Edit :
I have found this other line and it seems to work but I don't now why
INTERNAL_MARKET_FLUCTUATION_MULT = 2 # Multiplier of MARKET_FLUCTUATION_ABOVE_BASE_PRICE/MARKET_FLUCTUATION_BELOW_BASE_PRICE for Internal Market
I wonder why you make these 2 line disappear from the define file :
INTERNAL_MARKET_BUY_MULTIPLIER = 3 # resource sell price on internal market = MULTIPLIER * base price
INTERNAL_MARKET_SELL_MULTIPLIER = 0.33 # resource buy price on internal market = MULTIPLIER * base price
I use these 2 lines for make some balance in my market mod.
Are there somewhere else or is this normal?
Edit :
I have found this other line and it seems to work but I don't now why
INTERNAL_MARKET_FLUCTUATION_MULT = 2 # Multiplier of MARKET_FLUCTUATION_ABOVE_BASE_PRICE/MARKET_FLUCTUATION_BELOW_BASE_PRICE for Internal Market
Last edited: