#[Solved] How to change and view what merchants ShopLineupParam can sell in Sekiro?

10 messages · Page 1 of 1 (latest)

uncut shoal
#

I've been making a mod for Sekiro, but I've ran in to problem that not every ShopLineupParam can sell every item. I was wondering if anyone knows how to view or modify this information.

pseudo shoal
#

I don't think there are restrictions on what can be sold in different shops. I've added new entries to every merchant and they all show up.

#

What items are trying to add and what is your setup.

uncut shoal
#

At the moment I'm not trying to add anything in particularly, but for an example if you change Anayama's fistful of ash ShopLineupParam to a light coin purse it will no longer show up in his shop menu. I'm currently running mod engine 0.1.16 and using DSMapStudio to edit the Params.

#

Original for comparison

pseudo shoal
# uncut shoal

The game has a built in "failsafe" of sorts, if the sale price is lower than the sell price then the item will not appear.

#

Light Coin Purses sell for 100 sen and you have it set here to 30. I know that's what the Fistful of Ash costs but that works because the Fistful of Ash sell price is 8 sen which is lower than the sale price.

uncut shoal
#

Oh, that makes sense. So you can either make the price the same or higher than the sell price, or change the sell price to be lower in the EquipParamGoods. Thanks for your help, I don't think I would have figured that out on my own.