Skip to content

A customizable reskin for the terminal that makes it look like a visual novel.

Notifications You must be signed in to change notification settings

b-x-wu/vn-terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visual Novel Terminal

A customizable reskin for the terminal that makes it look like a visual novel. Check out the page on itch.io!

screenshot of Visual Novel Terminal

Configuration

Visual Novel Terminal allows user to customize and configure their terminal experience. In the directory housing your executable data, create a config.json file if it doesn't already exist. Modify the value of the following fields to fit your needs.

Field Type Description Default
repeatRate float The amount of time between each character appearing in seconds. Controls the scroll speed. 0.01
primaryColor RGBA hex string The color of the text backgrounds. #F59AB8CE
secondaryColor RGBA hex string The color of the borders. #FFFFFFFF
standardOutputColor RGBA hex string The color of the text when the terminal sends to the standard output stream. #FFFFFFFF
standardErrorColor RGBA hex string The color of the text when the terminal sends to the standard error stream. #D6251DFF
standardOutputCharacterSprites array of absolute file paths The paths to the character sprites displayed whenever the terminal sends to the standard output stream. [] (default sprites used)
standardErrorCharacterSprites array of absolute file paths The paths to the character sprites displayed whenever the terminal sends to the standard error stream. [] (default sprites used)
canvasBackgroundSprite absolute file path The path to the background image. "" (default sprite used)
workingDirectory absolute file path The directory that the terminal starts in. Windows: %USERPROFILE%
OSX: $HOME
Linux: $HOME
shellFilePath absolute file path The directory of the shell program. Windows: %COMSPEC%
OSX: $SHELL
Linux: $SHELL

Screenshots

screenshot of Visual Novel terminal with Blahaj and the Trans flag

screenshot of Visual Novel terminal with Patrick Bateman from American Psycho in his apartment

screenshot of Visual Novel terminal with the tbh creature

Credits

Default backgrounds created by Noraneko Games.

Default character models created by Sutemo.

American Psycho Apartment render created by Alex Patej.

About

A customizable reskin for the terminal that makes it look like a visual novel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages