Picture Choices – MV Plugin

      7 Comments on Picture Choices – MV Plugin

This is a plugin that allows players to have the ability to select from
a collection of pictures.


Look at the code or download the Plugin:


Picture Choices
SumRndmDde

This is a plugin that allows players to have the ability to select from
a collection of pictures.

========================================================================
Where to Store the Pictures
========================================================================

All of the image files need to be stored in:

/img/SumRndmDde/choices/

========================================================================
How to Set up Picture Choices
========================================================================

Within one of the slots for a Choice in a “Show Choices” event, use:

\picture[image-name]

For example, if you had an image called “Happy.png”, then you could do:

\picture[Happy]

Using this, you can assign pictures to each choice.
Keep in mind if even one choice is set up like this, the entire choice
window will use the Picture Choices format.
I would HIGHLY recommend making every choice have an picture assigned to it.

========================================================================
Picture Choices Grid
========================================================================

By default, the grid used for the Picture Choices is based on the amount
of choices that are used.

For example:

2 Choices – 2 Columns | 1 Rows
3 Choices – 3 Columns | 1 Rows
4 Choices – 2 Columns | 2 Rows
5 Choices – 5 Columns | 1 Rows
6 Choices – 3 Columns | 2 Rows

However, say for example, you wish to set up a custom grid (like you may
wish to have 3 Rows for 3 Choices), you can use the Plugin Command:

SetPictureChoicesGrid [cols] [rows]

For example:

SetPictureChoicesGrid 1 3

If you wish to set it back to automatic mode, use the Plugin Command:

SetPictureChoicesGrid auto


Screenshot:

picture-choices-ss

7 thoughts on “Picture Choices – MV Plugin

  1. Shian

    I would like to use this for a character select at the beginning of my game; however I’m already using Galv’s Visual Novel Choices plugin
    ( https://galvs-scripts.com/category/rmmv-plugins/mv-audiovisual-effects/#post-1614 )

    The problem I’m having is that when I use your picture select, the pictures all kind of show up in a pile. I think they’re using the Visual Novel option placement. I tried adding the plugin command for the grid, but it didn’t help. I also tried changing the order of the plugins on the off-chance that putting this one first would work, but it didn’t.

    Is there any way for these two plugins to play together in harmony? Thanks in advance.

    Reply

Leave a Reply to Anonymous Cancel reply

Your email address will not be published. Required fields are marked *