Skip to content

MaximillianDark/DragonRuby_VisualNovel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DragonRuby_VisualNovel

Basic tools for VN and RPG dialogues and quest systems Tools are currently NOT modular and implementing them in your project may require picking through my mess

Currently Implemented:

Text boxes: Prints Sprite UI elements to screen, including text box, name box, character portrait and larger background portrait

Dialogue: runs through a dialogue text file and prints the parsed information into the above/n

Planned:

Descision Trees: Ability to make Dialogue or action Choices. Requires Event Flags, and enchanced Dialogue Parsing.

Dialogue Parsing: Allow information for Desicions within the Dialogue files. Increase flexibility on message placement and content. Possibly have Dialogue expanded to Scenes, and thus requiring more complex commands preserved in the Dialogue files, such as Jump or setting certain Event flags.

Main Menu:Start of Game UI, with Options for New Game, Continue Game, Settings, and Credits

Game Saves:Preserve player progress and choices. Load and Save fuctions.

Modularity: Turn into proper Modules for easy use

Instructions and Demo: Explainations for easy use and elaboration

Dreamed:

The core elements above also provide foundational utitilty for 2D RPGs. Once finished with the Elements Essential to a Visual Novel, the repo will be cloned and then expanded to include such things as Background Grids, Player Movement, Shops and Inventory, Expanded UI functionality, and Animations

About

Basic tools for VN and RPG dialogues and quest systems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages