Monogatari Documentation
HomepageGitHubDiscordTwitter
v2.1.0
v2.1.0
  • Welcome
  • Getting Started
    • Step 1: Setup Your Environment
    • Step 2: Download Monogatari
    • Step 3: Get Familiarized
    • Step 4: Make Your First Visual Novel
  • Upgrading from v1.4.1
  • F.A.Q.
  • Diagnosing Errors
  • Building Blocks
    • Script & Labels
    • Characters
    • Variables & Data Storage
    • Actions
      • Life Cycle
    • Components
      • Life Cycle
      • Built-in Properties
      • Built-in Functions
  • Script Actions
    • Choices
    • Clear
    • Conditionals
    • Dialogs
    • End
    • Gallery
    • Hide Canvas
    • Hide Character
    • Hide Character Layer
    • Hide Image
    • Hide Particles
    • Hide Video
    • Input
    • Functions
    • Jump
    • Next
    • Placeholder
    • Play Music
    • Play Sound
    • Play Voice
    • Show Canvas
    • Show Background
    • Show Character
    • Show Character Layer
    • Show Image
    • Show Message
    • Show Notification
    • Show Particles
    • Show Scene
    • Show Video
    • Stop Music
    • Stop Sound
    • Stop Voice
    • Vibrate
    • Wait
  • Components
    • Credits Screen
    • Quick Menu
    • Loading Screen
    • Main Screen
    • Choice Container
    • Save Slot
    • Text-Box
  • Configuration Options
    • Game Configuration
      • Asset Preloading
      • Internationalization
      • Saving
      • Skip Main Menu
      • Storage
    • Player Preferences
    • Split Files
  • Style & Design
    • Responsiveness
    • CSS Classes
    • HTML Data Attributes
    • Icons
    • Image Menus
  • Releasing Your Game
    • Chrome App
    • Desktop App
    • Mobile
    • Web
  • Advanced: Monogatari Development
    • Core Libraries
      • Artemis
      • Kayros
      • Pandora
    • Actions
    • Components
    • Translations
    • Events
  • Releases
    • v2.0.0.alpha.8
    • v2.0.0.alpha.7
    • v2.0.0.alpha.6
    • v2.0.0.alpha.5
    • v2.0.0.alpha.4
    • v2.0.0.alpha.3
Powered by GitBook
On this page
  • Change Log
  • New Features
  • Bug Fixes
  • Other Changes
  • Update Guide

Was this helpful?

  1. Releases

v2.0.0.alpha.4

Previousv2.0.0.alpha.5Nextv2.0.0.alpha.3

Last updated 5 years ago

Was this helpful?

This release comes with various bug fixes and some new features!

Download:

Change Log

New Features

  • Choices now have a `Clickable` property, allowing you to disable any choice while still showing it. More information about this property is available at the .

  • It is now possible to define a class for the choices container from the Choice object. More information about this is available at the .

  • Russian language is now available as a translation for the UI.

  • The image gallery has been restored and is working again.

  • A show background action has been added that acts the same as scene, but without removing any game elements.

Bug Fixes

  • Using named colors (black ,white, etc.) to show scenes would not work and the background color would not be changed.

  • Choices would not be shown correctly when using a normal dialog while on NVL mode or the other way around.

  • Clearing the text box would remove the nvl class from it, causing some flickering and undesired behaviors.

  • Save slots would not display correctly a non-image background.

  • A library was missing from the Canvas action implementation, preventing its functioning.

  • The spacing between the titles on audio settings has been fixed

Other Changes

  • Dependencies have been updated

Update Guide

This guide only applies for games that were written using the 2.0.0.alpha.3 version.

To update your game, all you need is copying the contents inside the engine/core directory from the new release to the one you are using.

All core components functionality has been moved to the .

Pandora library
https://datadyne.perfectdark.space/monogatari/releases/Monogatari-v2.0.0.alpha.4.zip
Choices documentation
Choices documentation