- Joined
- Oct 20, 2019
- Messages
- 12
- Reaction score
- 1
- First Language
- English
- Primarily Uses
- RMMV
I see yanfly website now charges for plugins which is interesting but the battle curser img files arnt on the site. how does that work?
I've moved this thread to Javascript/Plugin Support. Please be sure to post your threads in the correct forum next time. Thank you.
The cursor can be freely customized. It means you can add your own pictures as the cursor, not just the crystal picture mentioned in the plugin. Just follow his instructions on how to create cursor picture, put it into the correct folder then call it from the plugin parameter, or note-tags :Battle Select Cursor (YEP) - Yanfly.moe Wiki
www.yanfly.moe
im fairly sure i just need the crystal pictures
Cursor Filenames
Save your cursor into your game project's img/pictures folder. This will be
where your project will get all of its pictures from.
The filename plays an important role in the way the cursors work. It will be
used to determine the number of frames used by the cursor. It will work in
the following format:
filename_WidthxHeight
Therefore, when using 'Crystal_Blue_4x2', it means there will be 4 frames
usable from left to right and 2 frames usable from top to bottom. It will
have a width of 4 frames and a height of 2.
If the format isn't used, then the dimensions will default to 1x1.