Page 1 of 1

Ren'Py QuestManager: Create some quests in your games

Posted: Sat Aug 28, 2021 7:16 am
by NerdChickenGames
Hi, I'm happy to introduce my new framework for Ren'Py, feel free to use it in your games :)

Image

About
QuestManager is a framework specialized in managing quests and events for Ren'Py. Create and manage quests for your game with powerful tools that limit the amount of code for your project. The framework is easily customizable and suitable for novice programmers.
  • Create quests and events (with a name and ID).
  • Classify these quests and events into categories (make a To Do list).
  • Group the categories into chapters allowing you to divide your game into different chapters (like a book or a movie by Q. Tarantino :lol: )
  • Assign a "status" to each quest (hidden, unlocked, in progress, completed, done, cancelled, failed)
  • You can trigger events depending on the progress of a certain quest (start a dialog if a quest is completed, start a dialog if all quests of a category are completed, move to another chapter if all quests of the chapter are completed, etc.)
  • Included are many functions to sort and organize your quests within your game.
  • A 100% customizable journal interface.
  • Free and OPenSource!

Download: https://nerdchickengames.itch.io/questmanager
OS: Window, Mac Linux
OpenSource

Re: Ren'Py QuestManager: Create some quests in your games

Posted: Mon Sep 13, 2021 12:30 pm
by Crocosquirrel
This looks like fun. It'll certainly save me some time later on.

Now all I need is code for dungeon diving, and I'll be in good shape (Think original Bard's Tale)

:)

Re: Ren'Py QuestManager: Create some quests in your games

Posted: Fri Sep 17, 2021 4:31 pm
by NerdChickenGames
Thanks, tell me if you have bugs :)

Re: Ren'Py QuestManager: Create some quests in your games

Posted: Sat Apr 30, 2022 1:26 pm
by NerdyNinja
I feel like with a little tweaking this could easily be an Inventory system too! I might try to tweak this to my current needs! Thanks!