SupponShopStock と互換性がありません tomoaky TMItemCategoryEx..
互換性をサポートすることは可能ですか?
日本語は私の主な言語ではありません。 ごめんなさい
SupponさんのSupponShopStockとYanflyさんのYEP_ShopMenuCoreの併用について。
- Plasma Dark
- 記事: 731
- 登録日時: 2020年2月08日(土) 02:29
- 連絡する:
Re: SupponさんのSupponShopStockとYanflyさんのYEP_ShopMenuCoreの併用について。
Hi, xabileug
You may want to make new thread because this thread focuses on SupponShopStock And YEP_ShopMenuCore.
By the way, TMItemCategoryEx simply aliases category of noted item to new category.
So, if you note item 1 "<itemCategory:book>", you can deal with the book as item in SupponShopStock.
I think you can write like follow command with SupponShopStock.
You may want to make new thread because this thread focuses on SupponShopStock And YEP_ShopMenuCore.
By the way, TMItemCategoryEx simply aliases category of noted item to new category.
So, if you note item 1 "<itemCategory:book>", you can deal with the book as item in SupponShopStock.
I think you can write like follow command with SupponShopStock.
コード: 全て選択
SupponSS addItem bookstore 1 -1 10
- Plasma Dark
- 記事: 731
- 登録日時: 2020年2月08日(土) 02:29
- 連絡する:
Re: SupponさんのSupponShopStockとYanflyさんのYEP_ShopMenuCoreの併用について。
Hi, xabileug
Sorry for my mistake.
Actually, SupponShopStock can't deal with new category in shop window when buying and set shop type 2 (show select category window type).
Because SupponShopStock breaks Window_ShopBuy, it is difficult to fit TMItemCategoryEX...
I think SupponShopStock substitute Scene_supponSSshop.prototype.sortGoods for Window_ShopBuy.prototype.makeItemList.
So perhaps, if you rewrite this function to use new category, then SupponShopStock can deal with it.
Sorry for my mistake.
Actually, SupponShopStock can't deal with new category in shop window when buying and set shop type 2 (show select category window type).
Because SupponShopStock breaks Window_ShopBuy, it is difficult to fit TMItemCategoryEX...
I think SupponShopStock substitute Scene_supponSSshop.prototype.sortGoods for Window_ShopBuy.prototype.makeItemList.
So perhaps, if you rewrite this function to use new category, then SupponShopStock can deal with it.
Re: SupponさんのSupponShopStockとYanflyさんのYEP_ShopMenuCoreの併用について。
okay i commented on the plugin thread. i will try to make a new thread. thank you.