What is NQTR? NQTR (Navigation Quest Time Routine) is an extension for Pixi'VN that adds advanced systems for navigation, quests, time management, and game state handling. It is fully customizable and extensible, enabling developers to implement complex game mechanics with ease.
If you are starting a new Pixi'VN project, it is recommended to use one of the templates that already include NQTR.
To install the NQTR package in an existing JavaScript project, use one of the following commands:
# npm
npm install @drincs/nqtr
# yarn
yarn add @drincs/nqtr
# pnpm
pnpm add @drincs/nqtr
# bun
bun add @drincs/nqtr
# deno
deno install npm:@drincs/nqtr
NQTR provides the following features (the order is important):