TKM_ChoiceList v1.0.1
Tsukimi(cji3bp62000)​
last update:
#0000ff">2018/02/28
・add 'text alignment' parameter.
Introduction
Another style of choice list!
I loved the style of Rune Factory's choice list. So I decide to make it.
※The design of this choice list isn't done by me
Features
- gives each choice a new window, with many parameters customizable by user.
- switching between default and this choice list is available.
Screenshots
How to Use
- Open your project, add and turn this script on in plugin manager.
- Add a Window skin named '
#0000ff">Window_subchoice' under img/system/.
(name could be changed in plugin parameters)
#0000ff">*** Plugin parameters:
you can specify the choice window's font, padding, tone ... in plugin parameters.
*** commands:
use plugin commands to dynamically change parameters above in game;
also you can give an offset to the position of choice list to make better visual.
choicelist_offset [number] [number]
 move the whole choice list by (x, y).
 
example: choicelist_offset 0 40
  move choice list down 40 pixels.
choicelist_offset [x/y] [number]
 move the whole choice list on x/y coordinate.
 example: choicelist_offset x 30
  move choice list right 30 pixels.
TKMchoicelist_setting [parameter name] [parameter]
 set plugin parameters dynamically.
 example: TKMchoicelist_setting backOpacity 128
  set back opacity to 128.
※instead of the name you saw in parameter-list, please use:
the small grey words right after the parameters. ( without() )
※upper case and lower case of words should be the same as shown.
Script Download
You can download(press ctrl+s) the script from
here, or from
my Github.
FAQ
Currently no FAQs.
Terms of use
Free to use in non-commercial/commercial games.
Credits no need. (but I will be happy if you would write credits in your game!)
Credit and Thanks
- made by Tsukimi
- Thank to all the games I had played!
Author's Notes
Released on 2018/02/26.
Terms of use Free to use in non-commercial/commercial games. Credits no need. (but I will be happy if you would write credits in your game!) Credit and Thanks