Difference between revisions of "Getting started"
Line 91: | Line 91: | ||
A step by step guide is available here: [[File:Manual_09_draggable_items.pdf]]. | A step by step guide is available here: [[File:Manual_09_draggable_items.pdf]]. | ||
+ | |||
+ | == 10 If Conditions == | ||
+ | |||
+ | This chapter explains branching actions and how you can perform more sophisticated game logic: | ||
+ | [https://youtu.be/JfbNxR8z17Q Visionaire Studio Basics Tutorial Series Video 10] | ||
+ | |||
+ | The ved project file and all images from this tutorial can be downloaded from [[File:Manual_10_if_conditions.zip]]. | ||
+ | |||
+ | A step by step guide is available here: [[File:Manual_10_if_conditions.pdf]]. | ||
+ | |||
+ | == 11 Values == | ||
+ | |||
+ | This chapter show how to use values: | ||
+ | [https://youtu.be/li-Gx0PNu24 Visionaire Studio Basics Tutorial Series Video 11] | ||
+ | |||
+ | The ved project file and all images from this tutorial can be downloaded from [[File:Manual_11_values.zip]]. | ||
+ | |||
+ | A step by step guide is available here: [[File:Manual_11_values.pdf]]. | ||
{{toc}}<!-- this needs to go at the bottom of each page --> | {{toc}}<!-- this needs to go at the bottom of each page --> |
Revision as of 16:50, 3 October 2018
This tutorial shows all steps needed to build an adventure game starting from scratch. It explains all basic concepts you need to know when you're new to Visionaire:
01 First scene
Here you will create your first playable scene with a character and everything else that is needed to start a game: Visionaire Studio Basics Tutorial Series Video 1
The ved project file and all images from this tutorial can be downloaded from File:Manual 01 first scene.zip.
A step by step guide is available here: File:Manual 01 first scene.pdf.
02 Animations
This chapter shows how to create animations, position them on the scene and how to start them: Visionaire Studio Basics Tutorial Series Video 2
The ved project file and all images from this tutorial can be downloaded from File:Manual 02 animations.zip.
A step by step guide is available here: File:Manual 02 animations.pdf.
03 Fonts
This chapter gives a brief introduction how a font is setup and how the action text is positioned on the scene: Visionaire Studio Basics Tutorial Series Video 3
The ved project file and all images from this tutorial can be downloaded from File:Manual 03 fonts.zip.
A step by step guide is available here: File:Manual 03 fonts.pdf.
04 Graphics
This chapter explains how you can align your images on the scene and how the drawing order of objects and characters is defined:
Visionaire Studio Basics Tutorial Series Video 4.1
Visionaire Studio Basics Tutorial Series Video 4.2
The ved project file and all images from this tutorial can be downloaded from File:Manual 04 graphics.zip.
A step by step guide is available here: File:Manual 04 graphics.pdf.
05 Inventory
Here you will learn how you can create an inventory which holds all picked up items: Visionaire Studio Basics Tutorial Series Video 5
The ved project file and all images from this tutorial can be downloaded from File:Manual 05 inventory.zip.
A step by step guide is available here: File:Manual 05 inventory.pdf.
06 Combined Commands
This chapter shows how to create combined commands to use your inventory items on other objects: Visionaire Studio Basics Tutorial Series Video 6
The ved project file and all images from this tutorial can be downloaded from File:Manual 06 combined commands.zip.
A step by step guide is available here: File:Manual 06 combined commands.pdf.
07 Conditions
This chapter shows you how conditions work and how you can use them in your game. The chapter is divided in two sections.
Visionaire Studio Basics Tutorial Series Video 7.1
Visionaire Studio Basics Tutorial Series Video 7.2
The ved project file and all images from this tutorial can be downloaded from File:Manual 07-1 conditions.zip and File:Manual 07-2 conditions.zip respectively.
The step by step guides are available here:
File:Manual 07-1 conditions.pdf
File:Manual 07-2 conditions.pdf
08 Changing Scenes
This chapter shows how to change scenes: Visionaire Studio Basics Tutorial Series Video 8
The ved project file and all images from this tutorial can be downloaded from File:Manual 08 changing scenes.zip.
A step by step guide is available here: File:Manual 08 changing scenes.pdf.
09 Draggable Items
Here you will learn how to drag items from your inventory and use them on other objects: Visionaire Studio Basics Tutorial Series Video 9
The ved project file and all images from this tutorial can be downloaded from File:Manual 09 draggable items.zip.
A step by step guide is available here: File:Manual 09 draggable items.pdf.
10 If Conditions
This chapter explains branching actions and how you can perform more sophisticated game logic: Visionaire Studio Basics Tutorial Series Video 10
The ved project file and all images from this tutorial can be downloaded from File:Manual 10 if conditions.zip.
A step by step guide is available here: File:Manual 10 if conditions.pdf.
11 Values
This chapter show how to use values: Visionaire Studio Basics Tutorial Series Video 11
The ved project file and all images from this tutorial can be downloaded from File:Manual 11 values.zip.
A step by step guide is available here: File:Manual 11 values.pdf.