All Projects → rakugoteam → VisualNovelKit

rakugoteam / VisualNovelKit

Licence: MIT license
Combo of addons + template to create narrative games in Godot inspired by Ren'Py

Programming Languages

GDScript
375 projects
GAP
223 projects

Projects that are alternatives of or similar to VisualNovelKit

nativelib-cli
NativeLib is a plugin management system for Godot engine.
Stars: ✭ 19 (-75.64%)
Mutual labels:  addon, godot, godot-engine, godot-addon
godot-engine.supabase
A lightweight addon which integrates Supabase APIs for Godot Engine out of the box.
Stars: ✭ 39 (-50%)
Mutual labels:  addon, godot, godot-engine
viewport-spy
Godot editor UI to spy on what a Viewport is rendering. Useful for debugging.
Stars: ✭ 28 (-64.1%)
Mutual labels:  godot, godot-engine, godot-addon
Godot Engine.file Editor
A Godot Engine addon that adds a File Editor for multiple file types editing. Create and Write plain text files, configuration files and csv files with custom visualizers and previews. Also supports file translations!
Stars: ✭ 70 (-10.26%)
Mutual labels:  addon, godot, godot-engine
godot-unirest
Unirest in GDScript: Simplified, lightweight HTTP client library.
Stars: ✭ 32 (-58.97%)
Mutual labels:  godot, godot-engine, godot-addon
godot-interpolated-camera3d
Provides an InterpolatedCamera3D node that replicates its 3.2.x functionality (and more)
Stars: ✭ 40 (-48.72%)
Mutual labels:  godot, godot-engine, godot-addon
Project-Map
No description or website provided.
Stars: ✭ 52 (-33.33%)
Mutual labels:  godot, godot-engine, godot-addon
PostgreSQLClient
PostgreSQL connector for Godot Engine in GDScript.
Stars: ✭ 28 (-64.1%)
Mutual labels:  godot, godot-engine, godot-addon
Freedom-Hunter
Monster Hunter like action RPG game
Stars: ✭ 71 (-8.97%)
Mutual labels:  rpg, godot, godot-engine
Godot Open Rpg
Learn to create turn-based combat with this Open Source RPG demo ⚔
Stars: ✭ 855 (+996.15%)
Mutual labels:  rpg, godot, godot-engine
godot-logger
Simple in-game logger for Godot 4.0
Stars: ✭ 14 (-82.05%)
Mutual labels:  godot, godot-engine, godot-addon
GodotTerrainEditorPainter
Heightmap based terrain editor plugin for GODOT with vertex color based terrain shader painting
Stars: ✭ 23 (-70.51%)
Mutual labels:  godot, godot-engine, godot-addon
Emojis-For-Godot
Addon that allows to use Emojis in your Godot project
Stars: ✭ 26 (-66.67%)
Mutual labels:  addon, godot-engine, godot-addon
Cartographer
A GPU powered Terrain editor and renderer for Godot Engine
Stars: ✭ 216 (+176.92%)
Mutual labels:  addon, godot, godot-engine
godot-rpgdb
An easy to use JSON database-manager for Godot.
Stars: ✭ 25 (-67.95%)
Mutual labels:  godot, godot-engine, godot-addon
Godot-Material-Icons
Templarian's Material Design Icons for Godot
Stars: ✭ 19 (-75.64%)
Mutual labels:  addon, godot-engine, godot-addon
godot-lua-pluginscript
Godot PluginScript for the Lua language, currently based on LuaJIT's FFI
Stars: ✭ 182 (+133.33%)
Mutual labels:  godot, godot-engine
RTS-Camera2D
A RTS style Camera addon to Godot Engine
Stars: ✭ 25 (-67.95%)
Mutual labels:  godot-engine, godot-addon
godot-cpp-ci
Docker image and Github Actions to automatically compile Godot C++ GDNative libraries.
Stars: ✭ 21 (-73.08%)
Mutual labels:  godot, godot-engine
godot-extras
My collection of various plugins, modules, or patches for Godot
Stars: ✭ 108 (+38.46%)
Mutual labels:  godot, godot-engine

Logo Rakugo Visual Novel Kit

MIT License Join the Discord channel GitHub GitHub GitHub

Inspired by Ren'Py, Rakugo-VNKit is a Godot's project aiming to provide a way to make visual novel games easily.

Support this project here itch.io.

Showcase - Installation - Rakugo Addons - Rakugo Kits - Roadmap - FAQ - Infos


Feature

Showcase

If your game uses Rakugo, tell us on Discord.

Installation

If you want use it for your own project

  • Download the last release
  • Unzip the archive
  • Open is as Godot project

If you want contribute to the project

  • Fork the repository and clone the fork
  • In Terminal, cd to the folder: cd VisualNovelKit
  • Run godot --no-window -s plug.gd install force to install the dependencies
  • Remove the .plugged/ folder
  • Open it as Godot project
  • make your changes and commit them to the repository
  • make a pull request to this repository

Rakugo Addons

Rakugo Kits

FAQ:

Q: So it's about adding a refined writing and dialogue system to the engine?

A: Yes, and more - nodes, objects and funcs to make easy to provide mechanics like in point&click and rpgs.

Q: As a scenarist, what would I gain from using Rakugo over Ren'Py or Twine ?

A: It is made as godot addon - you can use all godot features. You can make your game 2d, 2.5d or 3d - you can only 2d in Ren'Py. You can easy add minigames or mix it with other game genre. It will have mechanics for point&click games and rpgs - Ren'Py and Twine are only for vn. This project's dialog functions can do more than Ren'Py equivalents.

Q: How does the project interact with the engine ?

A: For now this project is a singleton and a collection of special nodes. There is also gui include in example project that is connected with the project and has all functions like in a Ren'Py game.

Q: Is it easy to use ?

A: For now it is not that easy as I want it to be, but I am working to make it use RakuScript (this project's own language) and visual script.

Infos

If you want to help please write to us on our Discord.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].