This page was last updated on 13 May 2024, 12:48PM
Changelogs
Version 2.0.1
Completed synergy with Enhanced Subtitles.
Added new fonts to the Enhanced Fonts.swf file.
Fixed negative border radius on the container background.
Addressed a slight container width-to-horizontal padding proportion issue.
Introduced the variable fLineHeight to manage line height in the DialogueEntryBase section.
Made minor corrections and code optimization.
Version 2.0.0
New general features: - iInputDelay: Added input delay in milliseconds before response selection or exit. - sRolloverSound: Introduced sound identifier for input transitions.
Container Section: - fWidth: Adjust dialogue box width as a percentage. - fHeight: Modify dialogue box height as a percentage. - fAutoFitHeight: Control automatic height adjustment. - sAlign: Define text box alignment. - fXOffset: Set horizontal placement offset. - fYOffset: Set vertical placement offset. - fVerticalPadding: Set vertical padding. - fHorizontalPadding: Set horizontal padding. - fBorderThickness: Determine border thickness. - fBorderRadius: Set corner radius. - sBorderColor: Define border color. - fBorderOpacity: Adjust border opacity. - sBackgroundColor: Set background color. - fBackgroundOpacity: Adjust background opacity. - fBackgroundBlurX: Apply horizontal background blur. - fBackgroundBlurY: Apply vertical background blur.
Scroller Section: - fMargin: Define margin between dialogue and scroller. - sColor: Set scroller color. - fOpacity: Adjust scroller opacity.
Shadow Options: - fShadowStrength: Control shadow strength for entries. - fShadowDistance: Set shadow distance from text. - fShadowAngle: Define shadow angle (degrees). - sShadowColor: Specify shadow color. - fShadowBlurX: Apply horizontal shadow blur. - fShadowBlurY: Apply vertical shadow blur. - iShadowQuality: Adjust shadow quality. - fShadowOpacity: Set shadow opacity.
Border Management: - fBorderThickness: Control border thickness for entries. - sBorderColor: Define border color. - fBorderOpacity: Adjust border opacity.
Renamed "General" section to "DialogueEntryBase" for consistency.
Added a large Version (Accessibility).
Version 1.2.0
Added an option to make entry backgrounds auto-adjustable, matching the width of the text.
Added an option for fully customizing the shape of entry backgrounds, allowing customization of corner radius values.
Added two options to set internal margins (vertical and horizontal) within entry backgrounds.
Added the ability to use numbered keyboard keys for selecting dialogue entries.
Fixed a bug where mouse clicks were not being detected to advance dialogues.
Fixed a bug where the default font was not available for non-Latin character languages.
General code restructuring for improved performance and maintainability.
Version 1.1.0
Added INI customization support for enhanced user experience.
Made various adjustments and improvements to the interface.