Templates
From The Official Visionaire Studio: Adventure Game Engine Wiki
Here you can find Visionaire Studio demo projects that you can use as templates for your own games. They may contain comments, but they are usually not extensively documented like our tutorials. They're working examples of certain concepts to "reverse-engineer" and learn from.
IMPORTANT: The creators of the templates shared their work to help you build your own games. Any resources (images, graphics, sounds, videos etc.) included in the projects are copyright protected though – unless stated otherwise. DO NOT USE THEM FOR ANYTHING ELSE BUT THE DEMO THEY COME WITH!
Complete games
Template project file | Description | By |
---|---|---|
Captain Delta | The official demo game for Visionaire Studio 3, still basically working. Developed with Visionaire Studio 3.x | Daniel Carl / Visionaire Team |
Chaos in the Cannibal Village | The game is about a kidnapping by cannibals. It won second place in the Visionaire Adventure Contest 2015. Developed with Visionaire Studio 4.x | Richard Gerum & Theresa Rottmann |
Fantasy Quest | The game was the winner of the Visionaire Adventure Contest 2015. It tells the story of a knight who has to free a frog from an evil spell. Developed with Visionaire Studio 4.x | Andi Lidell |
Magical Potions | The game was developed in the context of a study project by a group of students. It tells the story of a magician who has to solve various quests. Developed with Visionaire Studio 4.x | The Playing Wolves |
Single features
Game setup
Template project file | Description | By |
---|---|---|
Building a Save/Load Menu | Fully-functional save/load menu. Comes with a tutorial. | Esmeralda |
Zeppelin - First Person Template | Small demo on how to set up a "Myst"-like first-person navigation. | nigec |
Locks & Codes
Template project file | Description | By |
---|---|---|
Combination lock (sequential) | A simple combination lock with sequential type keypad, this would be used as a keypad for an alarm system or telephone. Only using action parts. The right code is 4321. | nigec |
Combination lock (non-sequential) | A non-sequential combination lock, suitable for multiple choice inputs. Using Lua script controlled animations. | nigec |
Combination lock (inventory-based) | An inventory based combination lock. Using mainly action parts. | nigec |
Minigames / Puzzles
Template project file | Description | By |
---|---|---|
Visionaire Minigames | Minigame demo containing jigsaw, rotation, and sliding puzzles. | Tudor C. Stamate & AFRLme |
Particles
Template project file | Description | By |
---|---|---|
Particle system examples | Dust, fog, insects, rain, snow, and leaves created via particle systems. | Simona |