Getting Started with the Visionaire Studio Editor

From The Official Visionaire Studio: Adventure Game Engine Wiki
Revision as of 02:41, 11 June 2022 by AFRLme (talk | contribs)

A'llo & welcome to the breakdown summary of all things to do with the Visionaire Studio: Adventure Game Engine editor.

Main Menu & Home Tab

HOME is the default tab that opens up when you launch the Visionaire Studio editor. It is where you can start a new blank project, or start a new project with a premade template that includes all the things required for the game to run, or select an existing project from the recent project list.

Vseditor mml.png

Main Menu Toolbar

MENU: This is where you can access the project file options, various editor related tools, & editor preferences, etc.
Menu25.png
HOME: This is where you can start a new game dev project or load an existing one.
Home25.png
BACK: Works similar to the back button on whichever internet browser you use.
Back25.png
FORWARD: Works similar to the forward button on whichever internet browser you use.
Forward25.png
GAME PROPERTIES: This is where you define the main settings for your game development project.
Game25n.png
SCENES: This is where you create, build, & setup playable scenes, your main menu, option menu, save/load menu, cutscenes, interaction events, scene objects, images, & animations, etc.
Scene25n.png
CHARACTERS: This is where you create & setup your playable & non-playable (npc) characters.
Character25n.png
INTERFACES: This is where you create & setup your command interface & on screen interfaces, such as: the inventory, GUI elements, etc.
Interface25n.png
ITEMS: This is where you create & setup items that can be picked up & stored in the inventory, combined with other items, or given to other characters, etc.
Item25n.png
CURSORS: This is where you create & setup mouse cursors that will be used for your game.
Cursor25n.png
FONTS: This is where you create & setup the text fonts that will be used for your game.
Font25n.png
SCRIPTS: This is where you can create & write definition or execution based Lua scripts for your project.
Script25n.png
PARTICLES: This is where you can create particles systems for your game, such as rain, snow, smoke, etc.
Particle25n.png
TEXTS: This is where you can find all texts related to your game project, such as: display texts, narration texts, object texts, visobj names, etc. You can also modify the texts via this tab.
Text25n.png
SHADERS: This is where you can create & write custom openGL shader effects for your game.
Shader25n.png
AUDIO: This is the audio system tab which will allow you to create playlist mix containers, volume channels, automations, & sound effects, etc. that can be manually played or assigned to scenes.
Audio25n.png
VISUAL SCRIPTING: This is the visual scripting tab, which lets you create node based visual scripting blocks via contextual menus; for people that don't want to learn how to script, or type out code.
Block25n.png
RUN GAME: Dropsdown various options to do with running your game project.
Play25n.png
RUN GAME ON CURRENT SCENE: Dropsdown various options to do with running your game project on the currently selected scene in the scenes tab - defaults to initial scene if no scene is selected.
Playscene25n.png
DEBUG: ...
Debug25n.png
PROFILER: ...
Profiler25n.png
PLUGINS: This tab will let you install, remove, activate, & deactivate action part plugins that you have manually downloaded & added to the plugins folder in the root folder of your game project.
Plugin25n.png