Difference between revisions of "Main Page"

From The Official Visionaire Studio: Adventure Game Engine Wiki
(Advanced Features)
(23 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
= Welcome to the Visionaire Studio Wiki =
 +
 
{| class="ts"  
 
{| class="ts"  
 
|-
 
|-
| style="width:40%;" | <span class="orng-shdw s20">What is Visionaire Studio?</span> || colspan="2" style="text-align:center;vertical-align:middle;" | ''<span class="orng-shdw s17">It's great for beginners, yet powerful enough for professional developers!</span>''
+
| style="width:40%;" | <span class="orng-shdw s20">What is Visionaire Studio?</span> || style="text-align:center;vertical-align:middle;" | ''<span class="orng-shdw s17">It's great for beginners, yet powerful enough for professional developers!</span>''
 
|-
 
|-
| style="width:40%;" | '''Visionaire Studio''' is a powerful multi-platform game engine specifically designed for the creation of 2D and 2.5D point & click adventure games. It allows ''virtually'' everyone to develop games, as no coding is required. The only ''limitation'' is your '''imagination'''! || style="width:30%;" | '''Indies & Hobbyists'''<br /><br />Your entryway into the world of adventure game development. || '''Teachers & Students'''<br /><br />Teach the principals of game design, using a fun and easy to learn game engine.
+
| style="width:40%;" | '''Visionaire Studio''' is a powerful multi-platform game engine specifically designed for the creation of 2D and 2.5D point & click adventure games. It allows ''virtually'' everyone to develop games, as no coding is required. The only ''limitation'' is your '''imagination'''!<br /><br />Bring your game to life in a matter of ''hours'' or ''days'', instead of ''weeks'' or ''months''. What would usually take you ages to achieve via programming can be done much faster due to our event system which allows you to effortlessly combine pre-made [[Action System|actions]], queries and [[Scripting|code]].
 +
| rowspan="2" | <div style="text-align:center;">[[File:multi-platform_1.png|650px]]</div>
 
|-
 
|-
| style="width:40%;vertical-align:bottom;" | <html><button type="button" class="buy" onclick="window.open('http://www.visionaire-studio.net/shop/')">Buy Now</button><button type="button" class="download" onclick="window.open('http://www.visionaire-studio.net/downloads/visionaire-studio/')">Download</button></html> || style="width:30%;" | '''Designers & Artists'''<br /><br />Develop games without having to learn any difficult programming languages. || '''Professional Developers'''<br /><br />Rapidly mock-up prototypes and ideas, or use it as a faster alternative to programming.
+
| style="vertical-align:bottom;height:1px" | <html><a href="https://www.visionaire-studio.net/" target="_blank"><button class="buy_lrg">Visit the Visionaire Studio website</button></a></html>
 
|}
 
|}
  
== Fast and Easy to Use ==
+
<div style="display:flex">
{| class="ts"
+
<div style="flex-grow:1">
|-
+
 
| colspan="2" | ''<span class="orng-shdw s17">Whatever your background, Visionaire Studio has many features for you to take advantage of!</span>''
+
== Manual ==
|-
+
This is the (semi-)official documentation for '''Visionaire Studio''', created with input from members of the Visionaire community.
| style="width:40%;" | '''Visionaire Studio''' is great for quickly getting ideas down as you can do everything without having to type a single line of code. You just click and select!<br /><br />Bring your game to life in a matter of ''hours'' or ''days'', instead of ''weeks'' or ''months''. What would usually take you ages to achieve via programming can be done much faster due to our [[#powerful_event_system|event system]] which allows you to effortlessly combine pre-made [[#flexible_actions|actions]], queries and [[#built-in_script_editor|code]].<br /><br />Visionaire also provides a visual approach to design with a ''what you see is what you get'' type of preview section which allows you to quickly place assets and preview animations and toggle condition states.<br /><br />Testing what you have currently done so far, is as easy as saving your project, then pressing '''run'''.<br /><br />Within ''minutes'' or ''hours'', you could have a working prototype to share with the rest of the world! ||[[File:Mp start screen.png|center|640x640px]]
+
 
|}
+
=== General ===
 +
* [[An Introduction to Visionaire Studio: Adventure Game Engine|Introduction: What is Visionaire Studio all about?]]
 +
* [[Getting Started with the Visionaire Studio Editor]]
 +
 
 +
=== Game Creation ===
 +
* [[Action System]]
 +
** [[Action Parts|List of Action Parts]]
 +
* [[Conditions and Values]]
 +
* [[Text|Working with Text]]
 +
* [[Game Properties]]
 +
* [[Scenes and Objects]]
 +
* [[Menus]]
 +
* [[Animations]]
 +
* [[Characters]]
 +
* [[Interfaces]]
 +
* [[Fonts]]
 +
* [[Cursors]]
 +
* [[Items]]
 +
* File Formats and Encoding
 +
** [[Image Encoding]]
 +
** [[Audio Encoding]]
 +
** [[Video Encoding]]
 +
 
 +
=== Scripting ===
 +
* [[Scripting|Scripting Basics]]
 +
* [[Data Structure]]
 +
* [[Player Commands]]
 +
* [[Common Commands]]
 +
* [[Ilios|Ilios & Visual Scripting]]
 +
* [http://www.visionaire-studio.com/luadocs/ Luadocs] <small>(external page)</small>
 +
 
 +
=== Advanced Features ===
 +
* [[Particles]] <small>(not up-to-date)</small>
 +
* [[Audio System]]
 +
* [[Curves]]
 +
* [[3D Models]] <small>(not up-to-date)</small>
 +
* [[Shaders]]
 +
* [[Box2D]]
 +
* [[Steam and GOG APIs]]
 +
* [[Team Files]]
 +
* [[Plugins]]
 +
 
 +
=== Test, Debug and Release ===
 +
* [[Console Documentation|Player Console]] <small>(not up-to-date)</small>
 +
* [[Ini File]]
 +
* [[Build Game|Build your Game (Compiling)]]
 +
</div>
 +
<div style="flex-grow:1;width:50%;padding-left:30px">
 +
 
 +
== Additional Content ==
 +
Here you can find tutorials, scripts, and other useful resources created by various members of the Visionaire Studio Team & its users.
  
== Powerful Event System ==
+
=== Tutorials ===
{| class="ts"
+
* [[Tutorials|General Tutorials for Visionaire Studio 5]]
|-
+
* [[Legacy Tutorials|Legacy Tutorials]] <small>(may be outdated, but worth a look)</small>
| colspan="2" | ''<span class="orng-shdw s17">Whatever your background, Visionaire Studio has many features for you to take advantage of!</span>''
+
* [[Basic lua: Index|Learn Some Lua: The Basics]]
|-
 
| style="width:40%;" | text column || image column
 
|}
 
  
== Flexible Actions ==
+
=== Resources ===
{| class="ts"
+
* [[Compiled Index of Lua Scripts for Visionaire Studio|Ready-to-use Lua Scripts]]
|-
+
* [[Templates|Templates / Demo Projects]]
| colspan="2" | ''<span class="orng-shdw s17">Whatever your background, Visionaire Studio has many features for you to take advantage of!</span>''
+
* [[Action Part Plugins]]
|-
 
| style="width:40%;" | text column || image column
 
|}
 
  
== Dynamic Visual Effects ==
+
=== Tips & Tricks ===
{| class="ts"
+
* [[Naming Conventions and Structure]]
|-
+
* [[Animation Tips and Tricks|Get More out of Your Animations]]
| colspan="2" | ''<span class="orng-shdw s17">Whatever your background, Visionaire Studio has many features for you to take advantage of!</span>''
+
* [[An Event in Time|An Event in Time: About Events, Loops, & Timing]]
|-
+
* [[Approaching Sound Design]]
| style="width:40%;" | text column || image column
+
* [[Game Optimization]]
|}
+
* [[Remote Debugging]]
  
== Built-in Script Editor ==
+
=== About Game Development ===
{| class="ts"
+
* [[Motivation, Inspiration and Focus]]
|-
+
* [[Riding the Waves: A Workflow Tip Guide]]
| colspan="2" | ''<span class="orng-shdw s17">Are you ready to flex those finger muscles?</span>''
+
* [[Marketing and Promotion]]
|-
 
| style="width:40%;" | '''Visionaire Studio''' is not all about clicking everywhere. We also have are own built-in text editor which allows you further ''enhance'' what is already possible with the editor alone.<br /><br />You can use it to further enhance your game, or to speed up workflow; which is all fandango, if you are more used to coding than ''wysiwyg'' visual development.<br /><br />Most of the available action parts can be accessed or manipulated through the [[Data_Structure|data structure]] tables or [[Compiled_Index_of_Lua_Scripts_for_Visionaire_Studio|functions]] we have already created, but you can still write your own custom functions and scripts with ease. All it takes is a little time and patience to get to grips with, and you will soon be banging scripts out left, right and center.<br /><br />We fully support Lua 5.1 and the openGL ES 2.0 shader language.<br /><br />Our text editor is based on [http://www.scintilla.org/ Scintilla].<br /><br />Here are some of the available features:
 
* Lua (5.1) & GLSL shader language (es 2.0)
 
* Color syntax highlighting
 
* Collapsible blocks
 
* Import/read/write external files
 
* More in the future...
 
|| <div style="text-align:center;">[[File:Vs5 script editor.png|650x650px]]</div>
 
|}
 
  
== Multi-platform Support ==
 
{| class="ts"
 
|-
 
| colspan="2" | ''<span class="orng-shdw s17">What every girl desires... <strike>diamonds</strike> Multi-platform support!</span>''
 
|-
 
| style="width:40%;" | Using our built-in exporter system you can easily compile your game for a range of devices and platforms with ease.<br /><br />You can tweak the available options to suit the intended platform target. Need to compress images or animations, or maybe you need to scale down your game for better optimization on a mobile device? No problem.<br /><br />The '''Visionaire Studio''' Editor is currently available for Microsoft Windows and Apple Macintosh.<br /><br />Depending on the license you have purchased, you can export to:
 
* Windows
 
* Mac
 
* Linux
 
* iOS
 
* Android
 
* Xbox One
 
* PS4
 
* Switch (tbc)
 
|| <div style="text-align:center;">[[File:multi-platform_1.png|650px]]</div>
 
|}
 
  
 
== References ==
 
== References ==
{| class="ts"
+
We have many great references for games & studios utilizing Visionaire Studio as their game engine. Get a glimpse of what can be achieved through this [[Compiled Index of Games Made With Visionaire Studio|compiled index of games made with Visionaire Studio]].
|-
+
<div id="slideshow" style="width:500px;">
| colspan="2" | ''<span class="orng-shdw s17">Visionaire Studio is used by professional, indie & hobby game developers alike!</span>''
+
  <div>[[File:Goodbyedeponia_screenshot008.jpg|thumb|500px|Goodbye Deponia (Daedalic Entertainment)]]</div>
|-
+
<div>[[File:Lucy Dreaming.jpg|thumb|500px|Lucy Dreaming (Tall Story Games)]]</div>
| style="width:40%;" | We have many great references for games & studios utilizing Visionaire Studio as their game engine.<br /><br />One of our biggest clients ''by far'', is: German based [http://www.daedalic.de/en/ Daedalic Entertainment],  who are at the forefront of the modern-day adventure game development scene. A ''large'' portion of their ''award winning'' games were made with Visionaire Studio.<br /><br />Here are a few of them:
+
  <div>[[File:The-night-of-the-rabbit-1.jpg|thumb|500px|The Night of the Rabbit (Daedalic Entertainment)]]</div>
* [https://store.steampowered.com/app/105000/A_New_Beginning__Final_Cut A New Beginning]
+
  <div>[[File:Memoria_screen03_en.jpg|thumb|500px|Memoria (Daedalic Entertainment)]]</div>
* [https://store.steampowered.com/app/292910/Deponia_The_Complete_Journey Deponia: The Complete Journey] & [https://store.steampowered.com/app/421050/Deponia_Doomsday Doomsday]
+
  <div>[[File:paradigm_1.jpg|thumb|500px|Paradigm (Jacob Janerka)]]</div>
* [https://store.steampowered.com/app/219910/Edna__Harvey_Harveys_New_Eyes Edna & Harvey: Harvey's New Eyes]
+
  <div>[[File:Harveys-new-eyes-2.jpg|thumb|500px|Edna & Harvey: Harvey's New Eyes (Daedalic Entertainment)]]</div>
* [https://store.steampowered.com/app/234270/Ken_Folletts_The_Pillars_of_the_Earth Ken Follet: Pillars of the Earth]
+
  <div>[[File:Me-and-the-robot.png|thumb|500px|Me and the Robot (The Argonauts)]]</div>
* [https://store.steampowered.com/app/268540/The_Whispered_World_Special_Edition The Whispered World]
+
  <div>[[File:StasisScreenshot3.jpg|thumb|500px|STASIS (THE BROTHERHOOD)]]</div>
* [https://store.steampowered.com/app/230820/The_Night_of_the_Rabbit The Night of the Rabbit]
+
  <div>[[File:Asa_rm.jpg|thumb|500x500px|ASA: A Space Adventure (Simon Says: Watch! Play!)]]</div>
* [https://store.steampowered.com/app/203830/The_Dark_Eye_Chains_of_Satinav The Dark Eye: Chains of Satinav] & [https://store.steampowered.com/app/243200/Memoria Memoria]<br /><br />
+
  <div>[[File:four_last_things.jpg|thumb|500px|Four Last Things (Joe Richardson)]]</div>
Visionaire Studio has also been used to create countless indie point & click adventure games too, such as:
+
<div>[[File:kf_pillars_of_the_earth.jpg|thumb|500px|Ken Follet's The Pillars of the Earth (Daedalic Entertainment)]]</div>
* [https://store.steampowered.com/app/329980/ASA_A_Space_Adventure__Remastered_Edition ASA: Remastered]
+
<div>[[File:Midnight_at_the_celestial_palace.jpg|thumb|500px|Midnight at the Celestial Palace (Orrery Games)]]</div>
* [https://store.steampowered.com/app/503400/Four_Last_Things Four Last Things]
+
</div>
* [https://store.steampowered.com/app/460140/Midnight_at_the_Celestial_Palace_Chapter_I Midnight at the Celestial Palace]
+
</div>
* [https://store.steampowered.com/app/600370/Paradigm Paradigm]
 
* [https://store.steampowered.com/app/380150/STASIS Stasis]
 
* [[Compiled_Index_of_Games_Made_With_Visionaire_Studio|& much, much more...]]
 
|| <div id="slideshow" style="width:640px;">
 
  <div>[[File:Midnight_at_the_celestial_palace.jpg|frame|640px|Midnight at the Celestial Palace (Orrery Games)]]</div>
 
  <div>[[File:The-night-of-the-rabbit-1.jpg|frame|640px|The Night of the Rabbit (Daedalic Entertainment)]]</div>
 
  <div>[[File:Memoria_screen03_en.jpg|640px|Memoria (Daedalic Entertainment)]]</div>
 
  <div>[[File:Harveys-new-eyes-2.jpg|640px|Edna & Harvey: Harvey's New Eyes (Daedalic Entertainment)]]</div>
 
  <div>[[File:Goodbyedeponia_screenshot008.jpg|640px|Goodbye Deponia (Daedalic Entertainment)]]</div>
 
  <div>[[File:paradigm_1.jpg|640px|Paradigm (Jacob Janerka)]]</div>
 
  <div>[[File:StasisScreenshot3.jpg|640px|STASIS (THE BROTHERHOOD)]]</div>
 
  <div>[[File:Asa_rm.jpg|640px|ASA: A Space Adventure (Simon Says: Watch! Play!)]]</div>
 
  <div>[[File:four_last_things.jpg|640px|Four Last Things (Joe Richardson)]]</div>
 
 
</div>
 
</div>
|}
+
{{toc}}{{DISPLAYTITLE:<span style="display: none">{{FULLPAGENAME}}</span>}}
<html><h2></h2></html>
 
 
 
{| class="ts"
 
|-
 
| style="width:50%;" | <span class="orng-shdw s20">Start developing now!<span> || <span class="orng-shdw s20">Try it for free!</span>
 
|-
 
| Want to dive straight into the deep end? Choose your license and start making your own games now. || There's nothing better than a free version of something - well except the final product of course! Try our free evaluation version to get a taste of what Visionaire Studio has to offer.
 
|-
 
|  <html><button type="button" class="buy_lrg" onclick="window.open('http://www.visionaire-studio.net/shop/')">Buy It Now!</button></html> || <html><button type="button" class="download_lrg" onclick="window.open('http://www.visionaire-studio.net/downloads/visionaire-studio/')">Feeling Cheap? Get Free Version Instead!</button></html>
 
|}{{toc}}{{DISPLAYTITLE:<span style="display: none">{{FULLPAGENAME}}</span>}}
 

Revision as of 10:52, 2 March 2023

Welcome to the Visionaire Studio Wiki

What is Visionaire Studio? It's great for beginners, yet powerful enough for professional developers!
Visionaire Studio is a powerful multi-platform game engine specifically designed for the creation of 2D and 2.5D point & click adventure games. It allows virtually everyone to develop games, as no coding is required. The only limitation is your imagination!

Bring your game to life in a matter of hours or days, instead of weeks or months. What would usually take you ages to achieve via programming can be done much faster due to our event system which allows you to effortlessly combine pre-made actions, queries and code.
Multi-platform 1.png

Manual

This is the (semi-)official documentation for Visionaire Studio, created with input from members of the Visionaire community.

General

Game Creation

Scripting

Advanced Features

Test, Debug and Release

Additional Content

Here you can find tutorials, scripts, and other useful resources created by various members of the Visionaire Studio Team & its users.

Tutorials

Resources

Tips & Tricks

About Game Development


References

We have many great references for games & studios utilizing Visionaire Studio as their game engine. Get a glimpse of what can be achieved through this compiled index of games made with Visionaire Studio.

Goodbye Deponia (Daedalic Entertainment)
Lucy Dreaming (Tall Story Games)
The Night of the Rabbit (Daedalic Entertainment)
Memoria (Daedalic Entertainment)
Paradigm (Jacob Janerka)
Edna & Harvey: Harvey's New Eyes (Daedalic Entertainment)
Me and the Robot (The Argonauts)
STASIS (THE BROTHERHOOD)
ASA: A Space Adventure (Simon Says: Watch! Play!)
Four Last Things (Joe Richardson)
Ken Follet's The Pillars of the Earth (Daedalic Entertainment)
Midnight at the Celestial Palace (Orrery Games)