Skip to content
Black Ram edited this page Sep 27, 2023 · 26 revisions

Wiki

Implementation steps

Important: Read all Renpy Utility Lib Wiki before start. This is a dependency of NQTR Toolkit.

For show the room_navigation in your game/script.rpy file, add this line:

label start:
    # ...

    # Renpy Utility Lib Wiki
    # enable a notify screen
    call enable_notifyEx

    # NQTR Toolkit
    # the first time it opens room navigation screen use after_spending_time
    # for update routine, event...
    call after_spending_time
    # open the room navigation screen
    call screen room_navigation
  1. Navigation and Map
  2. Time system
  3. Action & read Methods for closing a label
  4. Routine & Read Talk system & Events.
  5. Quest system
  6. Screens

Install & Migrations

Insert Toolkit in your project: https://github.com/DRincs-Productions/NQTR-System#install-lts-version

Challog & Migrations: https://github.com/DRincs-Productions/NQTR-System/blob/main/CHANGELOG.md

Clone this wiki locally