New account registration is temporarily disabled.

[RMVX ACE] ITEM LIST AND PICTURES

Posts

Pages: 1
Hello, I'm new at RMN, and I'm looking for help.

I want to show pictures in the item list, like this Yanfly Item menu Engine, but not this way, mostly like...Showing the Item picture in another window without all that information that Yanfly script shows, just the item list, description, item picture and categories (by the way I just need two categories and without too many options, just one that shows certain items, and the another one with certain items too).

(Sorry, I'm still improving English but I hope you got the idea).
You'd have to modify the Scene_Item:
Add a new Window you defined
Link it up the same way as the help window so that it can be redrawn when the selected item changes.
Change the layout of the scene (e.g. make the item window one column instead of two, and put the item picture window to the side.)

I hope this makes sense - you'll need to create a script to do this.

Reducing the categories: edit the Window_ItemCategory to remove the weapon/armor categories and leave item / key item (you can rename these for the two categories you need)
Pages: 1