Difference between revisions of "Tutorials"

From The Official Visionaire Studio: Adventure Game Engine Wiki
m
m
Line 35: Line 35:
 
{| class="ts sortable" style="width:100%"
 
{| class="ts sortable" style="width:100%"
 
|-  
 
|-  
! style="text-align:left; width:50px;" | #
+
! style="text-align:left; width:30px;" | #
 
! style="text-align:left" | Miscellaneous
 
! style="text-align:left" | Miscellaneous
 
|-
 
|-
Line 43: Line 43:
 
{| class="ts sortable" style="width:100%"
 
{| class="ts sortable" style="width:100%"
 
|-  
 
|-  
! style="text-align:left; width:50px;" | #
+
! style="text-align:left; width:30px;" | #
 
! style="text-align:left" | New Game Essentials
 
! style="text-align:left" | New Game Essentials
 
|-
 
|-
 
| 01 || [https://www.youtube.com/watch?v=ZmS--K7nwfU Starting a new adventure]
 
| 01 || [https://www.youtube.com/watch?v=ZmS--K7nwfU Starting a new adventure]
 
|-
 
|-
| 02 || [https://www.youtube.com/watch?v=HgBGYgbImqo New Game Essentials 002: Making a scene]
+
| 02 || [https://www.youtube.com/watch?v=HgBGYgbImqo Making a scene]
 
|-
 
|-
| 03 || [https://www.youtube.com/watch?v=WEaGAp9KM2M New Game Essentials 003: Character building]
+
| 03 || [https://www.youtube.com/watch?v=WEaGAp9KM2M Character building]
 
|-
 
|-
| 04 || [https://www.youtube.com/watch?v=TE_ug0Z__sc New Game Essentials 004: Of mice and interfaces]
+
| 04 || [https://www.youtube.com/watch?v=TE_ug0Z__sc Of mice and interfaces]
 
|}
 
|}
 
----
 
----
 
{| class="ts sortable" style="width:100%"
 
{| class="ts sortable" style="width:100%"
 
|-  
 
|-  
! style="text-align:left; width:50px;" | #
+
! style="text-align:left; width:30px;" | #
 
! style="text-align:left" | Game Assets
 
! style="text-align:left" | Game Assets
 
|-
 
|-
| 01 || [https://www.youtube.com/watch?v=R9bxuitOPZk Game Assets 001: Creating bitmap fonts]
+
| 01 || [https://www.youtube.com/watch?v=R9bxuitOPZk Creating bitmap fonts]
 
|}
 
|}
 
{{toc}}
 
{{toc}}

Revision as of 18:36, 7 January 2015

Here you can find a list of tutorials & how to guides for Visionaire Studio by various members of the Visionaire Studio Team & its users.

Basic

Tutorial Name By
How to create hotspots using images or animations AFRLme
How to prevent skipping of cutscenes & videos (videos still skip) AFRLme

Intermediate

Tutorial Name By
How to create dynamic lighting effects using images AFRLme

Advanced

Tutorial Name By
How to create dynamic clouds (random scale, image & speed) AFRLme

Videos

Redspark's Video Tutorial Series

# Miscellaneous
01 Setting up a Visionaire project

# New Game Essentials
01 Starting a new adventure
02 Making a scene
03 Character building
04 Of mice and interfaces

# Game Assets
01 Creating bitmap fonts