Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

How many is a question that asks for a number ;-) So I am gonna put 10 as an answer.

If you have issues with renpy particularities, maybe you can "hack" them away. It is as simple as putting a text file mystuff.rpy in the game folder (the folder named game) and content like this, to for example add a key binding to auto forward. Some "clever" devs hide the button for it and renpy has no keybinding for it.

init 900 python:
    config.keymap['toggle_afm'].append("q")

As for the tools, look at your favorite games in the more information box. Some cite the tools used. For the visual novels, you obviously "need" a visual novel engine. But there are so many, since the tech required for visual novel is so basic. Any engine can display graphics and text and react to user input. Even html. You can code a vn as a website. There is also an engine for that, Twine.

To state the obvious, making a game is an activity that requires multiple tools and areas, that all have their own answer and subanswers. So you need to ask yourself, how do I create graphics? How do I write a (branching) story? Sounds? And so on. And there is tools for all of those.

Thanks for the info. I think creating graphics is my biggest concern. I've noticed many novels share assests for the background. I don't want to create character models from scratch because I feel like it be absolutely terrible at it. Are there websites where they offer free or cheap character models that I can use and animate? Or do I actually have to use Blender and create from scratch?

That's one of them subquestions ;-)

My advice would be, look at the games you like and what tools they used, as some give that information in their profile or in the more information box of the games. And then start from there with the usual internet searching. Or even the forum here. There is also an asset category besides the games category on itch. And you can be sure there is a ton of tutorials on youtube, if you wanna do it yourself.

I know that a lot of people here don't like my answers but the quickest way is to use AI tools. It will be easy and quick to learn how to generate high quality backgrounds and characters.

There are lots of free resources out there that artists willingly share and only ask for attribution (or not if it is CC0). There are also free character creators, basically like a paper-doll thing where you choose a base and then costume with premade pieces.

Or if you want to steal from artists without consent then go for AI <3