Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.
Original Source
- Original title: Another-style choice list
- Original author: Tsukimi-neko
- Original date: February 26, 2018
- Source thread: https://forums.rpgmakerweb.com/threads/another-style-choice-list.91893/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMV)
Summary
TKM_ChoiceList v1.0.1 Tsukimi(cji3bp62000) last update: 2018/02/28 ・add 'text alignment' parameter.
Archived First Post
TKM_ChoiceList v1.0.1
Tsukimi(cji3bp62000)
Tsukimi(cji3bp62000)
last update: 2018/02/28
・add 'text alignment' parameter.
Introduction
Another style of choice list!
※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 'Window_subchoice' under img/system/.
(name could be changed in plugin parameters)
*** 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.
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.
Features Mentioned
- gives each choice a new window, with many parameters customizable by user.
- switching between default and this choice list is available.
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
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
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
0
replies
1
view
Topic Summary
Loading summary...