RenPy
godot-ink
Our great sponsors
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
RenPy
- Preciso de ajuda (games)
-
Folia is a minimalistic authoring tool for narrative games
If you are interested in making narrative games or visual novels, another tool to consider is RenPy: https://www.renpy.org/
- Cant get sound effects to fade out
-
A fan project for a DS sequel
You either need coders or else people insane enough to teach themselves to code. This is what ILW uses: https://www.renpy.org/ Here’s a forum to ask questions, and the people there are usually quick to respond: https://lemmasoft.renai.us/forums/index.php?sid=04366131934d60f2a663082ea65fe490 There’s also a discord server for Ren’Py help. I think you can find it in the lemmasoft forums. Anyway I’d recommend trying to get started on figuring out the coding yourself. You can find writers and artists easily enough, but coders will be more difficult, because even if someone does know how to program, they don’t necessarily know the renpy language or how to code a VN. So as the head of this project I recommend you dive into renpy and start figuring out the programming using the links I shared ☺️
- Error: script error: (see console for details)
-
Is Renpy 7.5 and Renpy 8, the same thing?
I guess if you want a really long list you could check out https://github.com/renpy/renpy/commits/master
-
Hindi/Devanagari fonts not working
Sounds like a question you should ask the Ren’py folks: https://github.com/renpy/renpy/issues
-
Save slots displaying same name (a variable withn the game)
I never actually messed up with files, so I hope I'm correct. But looking at the original screen definition, the screen documentation, and the way actions are defined internally, here's what I would try.
-
Can you help me ?
if you wanna make something more quickly then a visual novel might be a way to go renpy. ive never used it but ive heard of it doing people good
- Positioning of slider thumb.
godot-ink
-
What's a good android engine for an old-school writer?
Godot Ink
-
Should I just pick a VN module?
There's also a plugin for ink https://github.com/paulloz/godot-ink.
-
Anyone making narrative games in Godot?
You could have a look at ink integration in Godot. Here is a repository for example: https://github.com/paulloz/godot-ink
-
What should I learn if I want to develop a barebone political sim?
I would say something like Inkle's Ink could do this easily, though it can be overwhelming to look at from the start. There are a couple of Godot integrations with Ink, both a C# one here and a pure GDScript one (though they warn it might be slow on large games). InkGD has a couple examples that use simpler Ink stories, so you might just look through that for the examples to start.
- Ink 1.0 – open-source scripting language for interactive narrative
What are some alternatives?
Pygame - pygame (the library) is a Free and Open Source python programming language library for making multimedia applications like games built on top of the excellent SDL library. C, Python, Native, OpenGL.
YarnSpinner - Yarn Spinner is a tool for building interactive dialogue in games!
Panda3D - Powerful, mature open-source cross-platform game engine for Python and C++, developed by Disney and CMU
Cocos2d - Cocos2d-x is a suite of open-source, cross-platform, game-development tools used by millions of developers all over the world.
twinejs - Twine, a tool for telling interactive, nonlinear stories
Godot - Godot Engine – Multi-platform 2D and 3D game engine
Arcade - Easy to use Python library for creating 2D arcade games.
PyOpenGL - Repository for the PyOpenGL Project
inkgd - Implementation of inkle's Ink in pure GDScript for Godot, with editor support.
PySDL2
GDevelop - :video_game: GDevelop is an open-source, cross-platform game engine designed to be used by everyone.
narrat - Modern game engine for text-based narrative games, built with Vue.js