A downloadable project

Have you ever wanted a clean and flexible way of handling achievements inside your RenPy game?

Easy! I have made things a lot easier for those looking to add achievements to their RenPy games with a lot less hassle. The source code contains comments describing each element so you won't get confused or lost. But if in case you do I am happy to assist.

NOTE: I should clarify that this project is solely intended to simply display achievements on a screen and a simple notification. If you want to go deeper you are free to add/amend/remove parts of the code to fit your needs. There is very little code that uses the built-in RenPy achievement system. The code hasn't been built around Steam achievements either, but you are welcome to implement that yourself.

Included in the download file is a simple tutorial and source code

StatusReleased
CategoryOther
Rating
Rated 5.0 out of 5 stars
(7 total ratings)
AuthorAngel Seraph
GenreVisual Novel
Tagscode, Ren'Py, sourcecode, Tutorial

Download

Download
Achievements (v1.0.5).zip 1 MB
Download
GitHub File
External

Install instructions

TRYING THE DEMO VERSION:

To try out the demo, add the achievements project to your RenPy project game folder (the same folder as all your other projects).

ADDING TO YOUR GAME:

  1. Copy the files into the desired game folder
  2. Make sure to create a button in the menu navigation
    1. EXAMPLE: textbutton _('Achievements') action ShowMenu("achievement_menu")
  3. You should be good to go!

You can now access the source code on GitHub!

Development log