<mediawiki xmlns="http://www.mediawiki.org/xml/export-0.10/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.mediawiki.org/xml/export-0.10/ http://www.mediawiki.org/xml/export-0.10.xsd" version="0.10" xml:lang="en">
  <siteinfo>
    <sitename>The Official Visionaire Studio: Adventure Game Engine Wiki</sitename>
    <dbname>wikiVisionaire</dbname>
    <base>https://wiki.visionaire-tracker.net/wiki/Main_Page</base>
    <generator>MediaWiki 1.30.0</generator>
    <case>first-letter</case>
    <namespaces>
      <namespace key="-2" case="first-letter">Media</namespace>
      <namespace key="-1" case="first-letter">Special</namespace>
      <namespace key="0" case="first-letter" />
      <namespace key="1" case="first-letter">Talk</namespace>
      <namespace key="2" case="first-letter">User</namespace>
      <namespace key="3" case="first-letter">User talk</namespace>
      <namespace key="4" case="first-letter">The Official Visionaire Studio: Adventure Game Engine Wiki</namespace>
      <namespace key="5" case="first-letter">The Official Visionaire Studio: Adventure Game Engine Wiki talk</namespace>
      <namespace key="6" case="first-letter">File</namespace>
      <namespace key="7" case="first-letter">File talk</namespace>
      <namespace key="8" case="first-letter">MediaWiki</namespace>
      <namespace key="9" case="first-letter">MediaWiki talk</namespace>
      <namespace key="10" case="first-letter">Template</namespace>
      <namespace key="11" case="first-letter">Template talk</namespace>
      <namespace key="12" case="first-letter">Help</namespace>
      <namespace key="13" case="first-letter">Help talk</namespace>
      <namespace key="14" case="first-letter">Category</namespace>
      <namespace key="15" case="first-letter">Category talk</namespace>
      <namespace key="2300" case="first-letter">Gadget</namespace>
      <namespace key="2301" case="first-letter">Gadget talk</namespace>
      <namespace key="2302" case="case-sensitive">Gadget definition</namespace>
      <namespace key="2303" case="case-sensitive">Gadget definition talk</namespace>
    </namespaces>
  </siteinfo>
  <page>
    <title>Main Page</title>
    <ns>0</ns>
    <id>1</id>
    <revision>
      <id>12270</id>
      <parentid>12266</parentid>
      <timestamp>2023-10-20T10:31:17Z</timestamp>
      <contributor>
        <username>EK</username>
        <id>10</id>
      </contributor>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text xml:space="preserve" bytes="5495">{| class=&quot;ts&quot; 
|-
| style=&quot;width:40%;&quot; | &lt;span class=&quot;orng-shdw s20&quot;&gt;What is Visionaire Studio?&lt;/span&gt; || style=&quot;text-align:center;vertical-align:middle;&quot; | ''&lt;span class=&quot;orng-shdw s17&quot;&gt;It's great for beginners, yet powerful enough for professional developers!&lt;/span&gt;''
|-
| style=&quot;width:40%;&quot; | '''Visionaire Studio''' is a powerful multi-platform game engine specifically designed for the creation of 2D and 2.5D point &amp; click adventure games. It allows ''virtually'' everyone to develop games, as no coding is required. The only ''limitation'' is your '''imagination'''!&lt;br /&gt;&lt;br /&gt;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=&quot;2&quot; | &lt;div style=&quot;text-align:center;&quot;&gt;[[File:multi-platform_1.png|650px]]&lt;/div&gt;
|-
| style=&quot;vertical-align:bottom;height:1px&quot; | &lt;html&gt;&lt;a href=&quot;https://www.visionaire-studio.net/&quot; target=&quot;_blank&quot;&gt;&lt;button class=&quot;buy_lrg&quot;&gt;Visit the Visionaire Studio website&lt;/button&gt;&lt;/a&gt;&lt;/html&gt;
|}

&lt;div style=&quot;display:flex&quot;&gt;
&lt;div style=&quot;flex-grow:1&quot;&gt;

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

=== 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]]

=== Advanced Features ===
* [[Particle System]]
* [[Audio System]]
* [[Curves]]
* [[3D Models]] &lt;small&gt;(not up-to-date)&lt;/small&gt;
* [[Shaders]]
* [[Box2D]]
* [[Steam and GOG APIs]]
* [[Team Files]]
* [[Plugins]]

=== Test, Debug and Release ===
* [[Console Documentation|Player Console]] &lt;small&gt;(not up-to-date)&lt;/small&gt;
* [[Ini File]]
* [[Build Game|Build your Game (Compiling)]]

=== Scripting ===
&lt;small&gt;Please refer to the official [http://www.visionaire-studio.com/luadocs/ Visionaire Studio Luadocs] for any script related topics not (yet) covered here in the Wiki.&lt;/small&gt;
* [[Scripting|Scripting Basics]]
* [[Data Structure]]
* Commands (Methods and Fields)
** [[Global Commands]]
** [[VisionaireObject Commands]]
** [[Graphics Commands]]
** [[System Commands]]
* [[Keycodes &amp; Modifiers|Reference Sheet: Keycodes &amp; Modifiers]]
* [[Ilios|Ilios &amp; Visual Scripting]]
&lt;/div&gt;
&lt;div style=&quot;flex-grow:1;width:50%;padding-left:30px&quot;&gt;

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

=== Tutorials ===
* [[Tutorials|General Tutorials for Visionaire Studio 5]]
* [[Legacy Tutorials|Legacy Tutorials]] &lt;small&gt;(may be outdated, but worth a look)&lt;/small&gt;
* [[Basic lua: Index|Learn Some Lua: The Basics]]

=== Scripts ===
* [[Compiled Index of Lua Scripts for Visionaire Studio|Community-made Lua Scripts]]
* [[Shader (CMS)|Shader Toolkit]]

=== Downloads ===
* [[Templates|Templates / Demo Projects]]
* [[Action Part Plugins]]

=== Tips &amp; Tricks ===
* [[Naming Conventions and Structure]]
* [[Animation Tips and Tricks|Get More out of Your Animations]]
* [[An Event in Time|An Event in Time: About Events, Loops, &amp; Timing]]
* [[Approaching Sound Design]]
* [[Game Optimization]]
* [[Remote Debugging]]

=== About Game Development ===
* [[Motivation, Inspiration and Focus]]
* [[Riding the Waves: A Workflow Tip Guide]]
* [[Marketing and Promotion]]


== References ==
We have many great references for games &amp; 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]].
&lt;div id=&quot;slideshow&quot; style=&quot;width:500px;&quot;&gt;
 &lt;div&gt;[[File:Goodbyedeponia_screenshot008.jpg|thumb|500px|Goodbye Deponia (Daedalic Entertainment)]]&lt;/div&gt;
 &lt;div&gt;[[File:Lucy Dreaming.jpg|thumb|500px|Lucy Dreaming (Tall Story Games)]]&lt;/div&gt;
 &lt;div&gt;[[File:The-night-of-the-rabbit-1.jpg|thumb|500px|The Night of the Rabbit (Daedalic Entertainment)]]&lt;/div&gt;
 &lt;div&gt;[[File:Memoria_screen03_en.jpg|thumb|500px|Memoria (Daedalic Entertainment)]]&lt;/div&gt;
 &lt;div&gt;[[File:paradigm_1.jpg|thumb|500px|Paradigm (Jacob Janerka)]]&lt;/div&gt;
 &lt;div&gt;[[File:Harveys-new-eyes-2.jpg|thumb|500px|Edna &amp; Harvey: Harvey's New Eyes (Daedalic Entertainment)]]&lt;/div&gt;
 &lt;div&gt;[[File:Me-and-the-robot.png|thumb|500px|Me and the Robot (The Argonauts)]]&lt;/div&gt;
 &lt;div&gt;[[File:StasisScreenshot3.jpg|thumb|500px|STASIS (THE BROTHERHOOD)]]&lt;/div&gt;
 &lt;div&gt;[[File:Asa_rm.jpg|thumb|500x500px|ASA: A Space Adventure (Simon Says: Watch! Play!)]]&lt;/div&gt;
 &lt;div&gt;[[File:four_last_things.jpg|thumb|500px|Four Last Things (Joe Richardson)]]&lt;/div&gt;
 &lt;div&gt;[[File:kf_pillars_of_the_earth.jpg|thumb|500px|Ken Follet's The Pillars of the Earth (Daedalic Entertainment)]]&lt;/div&gt;
 &lt;div&gt;[[File:Midnight_at_the_celestial_palace.jpg|thumb|500px|Midnight at the Celestial Palace (Orrery Games)]]&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
{{toc}}{{DISPLAYTITLE:Welcome to the Visionaire Studio Wiki}}</text>
      <sha1>3xbar7vcrw1j3nyav36c4wl9pvwj95d</sha1>
    </revision>
  </page>
</mediawiki>
