public

Rpg Maker Developers Group

Simple enough for a child, powerful enough for a developer

2 Followers

CoffeeScript AEL: Image Choices

BMM Archive · July 16, 2026

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: CoffeeScript AEL: Image Choices
  • Original author: Archeia
  • Original date: December 11, 2017
  • Source thread: https://forums.rpgmakerweb.com/threads/ael-image-choices.88324/
  • Source forum path: Game Development Engines > Visual Novel Maker Directory > Visual Novel Maker Plugins and Extensions

Summary

Archeia Engine Leda: Image Choices​ Introduction A very simple script that does the following:

Archived First Post

Archeia Engine Leda:
Image Choices

Introduction
A very simple script that does the following:
  • Use images for show choices command.
  • A Coffeescript file where you can modify the font properties of Show Choices Command.
BgURrJz.png
2017-12-11_8-27-51.png
[/CENTER]
Extension Download
https://github.com/Archeia/Archeia-Engine-LEDA/releases/tag/v.2.0
Select Archeia.Engine_LEDA_Alpha_Ver2.zip

Changelog
** Updated VNM to Version 1.0.1077
** April 19, 2018 (GMT+8:00)

- Remade the Entire Script
- Added Support for Free Choice Box
- Added Sample Scenes

** Updated VNM to Version 1.0.1044
** December 15, 2017 (GMT+8:00)

Changed Line 58 from: $gameMessageNVL to $nvlGameMessage

** Version 1.0.0.0
** December 11, 2017 (GMT+8:00)

- Initial Release

License
I use the MIT License which is free for all kind of uses (both commercial and non-commercial) as long as you put my name on the credits. (Archeia - http://archeia.moe)

Troubleshooting/Bug Reports

Q: The extension stopped working because of an update!
A:
Go to your script editor and make sure the script list looks like this:
upload_2017-12-15_6-54-38.png


Japanese Version
Archeia Engine Leda:
Image Choices

はじめに
以下を実行するシンプルなスクリプトです:
● [選択肢の表示]に画像を使用する
● [選択肢の表示]のフォントを設定することができる、CoffeeScript
BgURrJz.png

2017-12-11_8-27-51.png


ダウンロード
https://github.com/Archeia/Archeia-Engine-LEDA/releases/tag/v.2.0
リンク先から「Archeia.Engine_LEDA_Alpha_Ver2.zip」を選択

ライセンスについて
「MITライセンス」を使用しています。クレジットに名前(Archeia - http://archeia.moe)を記載して頂けるのであれば、商用・非商用目的に関わらず無料で利用可能です。商用利用: OK

トラブルシューティング / バグ報告
Q:アップデートにより、動作が止まってしまいました
A:スクリプト編集画面に行って、スクリプトが以下のようになっているかどうかを確認してください
upload_2017-12-15_6-54-38.png


変更履歴:

** VNMをバージョン1.0.1077にアップデート
** 2018年4月19日 (GMT+8:00)


- スクリプト全体を再構築
- カスタム選択肢ボックスをサポート
- サンプルシーンを追加

** VNMをバージョン1.0.1044にアップデート
** 2017年12月15日 (GMT+8:00)


58行目を以下のように変更:
変更前)"$ -> if $gameMessageNVL.visible then o.dstRect.y = $gameMessageNVL_message.textRenderer.currentY + 20"

変更後)"$ -> if $nvlGameMessage.visible then o.dstRect.y = $nvlGameMessage_message.textRenderer.currentY + 20"

** バージョン1.0.0.0
** 2017年12月11日 (GMT+8:00)

- 初版リリース

ライセンス
Copyright (c) 2017-2018 Archeia (Division Heaven)
以下に定める条件に従い、本ソフトウェアおよび関連文書のファイル(以下「ソフトウェア」)の複製を取得するすべての人に対し、ソフトウェアを無制限に扱うことを無償で許可します。これには、ソフトウェアの複製を使用、複写、変更、結合、掲載、頒布、サブライセンス、および/または販売する権利、およびソフトウェアを提供する相手に同じことを許可する権利も無制限に含まれます。


上記の著作権表示および本許諾表示を、ソフトウェアのすべての複製または重要な部分に記載するものとします。


ソフトウェアは「現状のまま」で、明示であるか暗黙であるかを問わず、何らの保証もなく提供されます。ここでいう保証とは、商品性、特定の目的への適合性、および権利非侵害についての保証も含みますが、それに限定されるものではありません。 作者または著作権者は、契約行為、不法行為、またはそれ以外であろうと、ソフトウェアに起因または関連し、あるいはソフトウェアの使用またはその他の扱いによって生じる一切の請求、損害、その他の義務について何らの責任も負わないものとします。

Downloads / Referenced Files

Log in to download

Log in, then follow the RPG Maker Developers Group to see these download links.

Log in to download

License / Terms Note

License I use the MIT License which is free for all kind of uses (both commercial and non-commercial) as long as you put my name on the credits. (Archeia - http://archeia.moe) Troubleshooting/Bug Reports Q: The extension stopped working because of an update!

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.

#rpg-maker-archive#vnm-plugins

Replies (0)

No replies yet.

0 replies 1 view

Log in to reply.

User Avatar