Template Library
The Template Library gives you ready-to-use building blocks for common visual novel systems. Instead of creating every mechanic from scratch, you can insert a template and adapt it to your own story.
Available Templates
- Stats and Attributes for tracking strength, knowledge, charm, and more
- Inventory and Backpack systems for collecting and using items
- Affection and Relationship Tracking for route progression and character dynamics
- Time and Calendar systems for day, week, and schedule-based storytelling
- Map Navigation for location-based choices and exploration
- Mini-games for interactive moments and optional challenges
- Achievement Systems for unlocks and extra goals
INFO
Templates are a great starting point when you know what mechanic you want, but do not want to build every piece yourself. They can save hours of setup and help you start testing ideas much sooner.
How to Use It
- Open the Template Library.
- Browse the available templates and read what each one does.
- Preview the template to understand how it works in play.
- Insert it into your project with one click.
- Adjust names, text, values, and presentation so it fits your story.
Why Templates Are Useful
- They help you prototype game systems quickly.
- They make complex features easier to approach.
- They give you a practical structure to build on.
- They are useful for both first projects and faster production work.
Customizing After Insertion
Once a template is in your project, you can tailor it to your world by changing:
- Variable names and labels
- Flavor text and menu wording
- Values, rewards, and thresholds
- Visual presentation and UI wording
TIP
Templates work especially well together. For example, you can combine a time system with map navigation and relationship tracking to build a richer gameplay loop.
Best Practices
- Start with the smallest template that solves your need.
- Rename variables and text early so the system feels native to your story.
- Test the mechanic in a short scene before using it everywhere.
- Keep notes on which templates you used so future updates stay organized.