From WikiTemp, the GBAtemp wiki
m
 
(6 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
| author      = Phalk
 
| author      = Phalk
 
| contributor =  
 
| contributor =  
| version    = 0.2b
+
| version    = 0.3.3a
 
| license    = GNU
 
| license    = GNU
| download    = http://phalk.net/downloads/crimson/crimson02a.zip
+
| download    = http://phalk.net/downloads/crimson/crimson033a.zip
| website    = https://gbatemp.net/threads/wip-crimson-scripter.415152/
+
| website    = http://www.phalk.net/en/
 
| source      = https://gbatemp.net/threads/wip-crimson-scripter.415152/
 
| source      = https://gbatemp.net/threads/wip-crimson-scripter.415152/
 
| discussion  = https://gbatemp.net/threads/wip-crimson-scripter.415152/
 
| discussion  = https://gbatemp.net/threads/wip-crimson-scripter.415152/
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]].
  
=== Controls ===
+
== Changelog & Documentation ==
*A Button - Proceeds to the next line of the script.txt
+
Check the GBATemp Thread for the Changelog and documentation. [https://gbatemp.net/threads/wip-crimson-scripter.415152/]
*START Button - Saves the current progress.
+
*SELECT Button - Loads the saved game (Only works at the Title Screen)
+
*HOME Button - Exit to HBL.
+
 
+
== Script.txt Instructions ==
+
Currently available script instructions:
+
* #bgm <path> - Plays a looped BGM in the OGG format (Use Stereo 44.1kHz audio)
+
* #stopbgm - Stops the playback.
+
* #bg <path> - Changes the TOP SCREEN image. 400x240 pixels.
+
* #snd <path> - Plays a sound effect once (WAV format) - Disabled for now.
+
* #wait <miliseconds> - Wait for the specified time and then auto proceeds to the next event.
+
* #page - Forces a page break.
+
* #center <text> - Align text to the center.
+
* #right <text> - Align text to the right.
+
* #append <file> [position] - Appent an image to the bottom screen aligned with the text block. Position is optional and can be set to "right" or "center" (if no position is definided, it will align to the left)
+
* $ - Marks the end of the script.
+
 
+
== Changelog ==
+
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
+

Latest revision as of 20:35, 22 February 2016

Crimson Scripter
General
AuthorPhalk
Version0.3.3a
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. [1]