Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
whats_new [2019/05/02 00:18]
journeyman
whats_new [2019/05/02 00:25] (current)
journeyman
Line 2: Line 2:
     * UI: Voiceover icon appears in textbox options     * UI: Voiceover icon appears in textbox options
     * Core: Voiceover is now a separate sound category. Voiceovers are sound files associated with text boxes. If text overflows a box (paginates),​ the sound continues playing for that "​box."​ If there are multiple boxes in one moment, each box plays its VO file exactly once when it is that box's "​turn"​ to draw. When a player clicks to "​skip"​ dialog animation, VO will continue. When the engine advances to another box or moment (player interaction or timer) VO will cease for the expired box.     * Core: Voiceover is now a separate sound category. Voiceovers are sound files associated with text boxes. If text overflows a box (paginates),​ the sound continues playing for that "​box."​ If there are multiple boxes in one moment, each box plays its VO file exactly once when it is that box's "​turn"​ to draw. When a player clicks to "​skip"​ dialog animation, VO will continue. When the engine advances to another box or moment (player interaction or timer) VO will cease for the expired box.
-    * Core: VO files are also detected and played automatically if they reside within the game's directory. In this way, VO files may be included as downloadable content to solve limitations with app store package size limitations. Files must be named as such: convoName + "​_"​ + string(momentNumber) + "​_"​ + string(textboxNumber)+ext. Default ext is .ogg, changeable in the conversation_load_moment script.+    * Core: **[**Not available on HTML5**]** ​VO files are also detected and played automatically if they reside within the game's directory. In this way, VO files may be included as downloadable content to solve limitations with app store package size limitations. Files must be named as such: convoName + "​_"​ + string(momentNumber) + "​_"​ + string(textboxNumber)+ext. Default ext is .ogg, changeable in the conversation_load_moment script.
   * 1.0.11: Feature Update   * 1.0.11: Feature Update
     * UI: Character Editor now shows image names as layers for easier editing of expressions.     * UI: Character Editor now shows image names as layers for easier editing of expressions.
  • whats_new.txt
  • Last modified: 2019/05/02 00:25
  • by journeyman