From WikiTemp, the GBAtemp wiki
(Changelog)
Line 27: Line 27:
 
If you need help to install this homebrew on your console, read [[3DS Homebrew#Launching_Homebrew|how to launch 3DS homebrew]].
 
If you need help to install this homebrew on your console, read [[3DS Homebrew#Launching_Homebrew|how to launch 3DS homebrew]].
  
== Changelog ==
+
== Changelog & Documentation ==
02/20/2016 - 0.3.2 alpha
+
Check the GBATemp Thread for the Changelog and documentation.
 
+
    Fixed a critical bug while loading saved games (background image would not load). Please update if you had downloaded 0.3a.
+
 
+
02/20/2016 - 0.3 alpha
+
 
+
    New script instruction: #cl
+
    New script instruction: #cr
+
    New script instruction: #cm
+
    New script instruction: #rl
+
    New script instruction: #rr
+
    New script instruction: #rm
+
    New configuration option: Text background image.
+
 
+
02/20/2016 - 0.2 alpha
+
 
+
    New script instruction: #page
+
    New script instruction: #center
+
    New script instruction: #right
+
    New script instruction: #append
+
    Changed BGM sound from WAV to OGG.
+
    Temporarily disabled #SND instruction.
+
    Default font changed to kaiu.ttf
+
    Organized all the code and separated into different files.
+
    Default script is now a placeholder file. The previous available demo will be available for download in a separate file.
+
    Changed sound service to CSND.
+
    More things that I forgot.
+
 
+
 
+
02/16/2016 - 0.1 alpha
+
 
+
    This is an alpha release, there will be several bugs and things will probably be weird.
+
    First release
+

Revision as of 20:32, 22 February 2016

Crimson Scripter
General
AuthorPhalk
Version0.3.2a
LicenseGNU
Format3dsx
Links
Download
Website
Source
Discussion

Crimson Scripter is a homebrew I made using Lua Player Plus by Rinnegatamante. It is a Sound Novel script interpreter for the Nintendo 3DS.

Installation

If you need help to install this homebrew on your console, read how to launch 3DS homebrew.

Changelog & Documentation

Check the GBATemp Thread for the Changelog and documentation.