Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

do you know any tutorials or documentation possibly

There is the official Ren'Py page: https://www.renpy.org/doc/html/index.html

And I have also written this post on different types of visual novel choices: https://gamejolt.com/p/so-on-tap-for-today-i-want-to-go-over-a-few-simple-choice...

There is also the RenPy subreddit where devs discuss the engine: https://www.reddit.com/r/RenPy/

(+1)

thx!

No problem! Have fun!!

(+1)

me, reading the docs: “This is Python?!?” Nevertheless, it looks pretty simple!

It really is, once you go through the tutorial game a couple of times! It was really helpful!

(1 edit)

uh, one question, how easy is it to make branching storylines in Ren’Py?

That depends on how much you want to happen as a result of a choice. 

The documentation should provide the structure for writing out the choice paths, and I also suggest reading up on what are called "persistent flags" - things that can switch on or off at any point in the game and stay that way (there are also "default" variables - they tie to a save file but reset each time you start a new game instead of loading a save).

(+1)

XD I finally downloaded Ren’Py and proceeded to waste the rest of my time on trying to draw a character, eventually I settled in a simple xkcd-style stickman, aaand then I was out of time. lol

I'm sure more chances to practice and play around with the software will come up!