Player FAQ

From The Official Visionaire Studio: Adventure Game Engine Wiki

Known issues

  • Android: no information about wrong data files
  • Android & iOS: no screenshots -> use the savegame images
  • Android & iOS: no 3D character model support

Windows XP

Visionaire Studio (Player and Editor) needs the runtime library for Visual Studio 2012. This can be missing on older windows installations and must be installed manually: http://www.microsoft.com/en-US/download/details.aspx?id=30679

Windows 10

Visionaire Studio published games currently require you to right click on the game executable & set the compatibility mode for a previous version of windows, such as: Windows XP, 7 or 8. This is just a temporary solution & should be fixed in a future update of Visionaire Studio.

Publish on Steam

  • Once your game has been added to steam, you should promptly receive instructions from them, detailing how to use the steam wrapper. After the steam wrapper has been included, you should then be allowed to use the Steam API commands with Visionaire. https://www.steampowered.com/steamworks/FAQ.php


Here are the steam API commands for Visionaire (accessible via Lua script):

Visionaire Version 4.0


Building a game for different target platform

Export options are already included in the editor. You need to download the available platform first in case you want to build your game for a different platform (e.g. if you use the Visionaire Editor on Windows and want to export your game to Mac OS X).

Developer Platform (Visionaire Editor)

Windows
  1. Download the platform target you would like to build for.
  2. Copy the downloaded player into the "platform" directory of your Visionaire Editor installation.
  3. Use build game in the Editor (full version only) and select the specific platform target you would like to build.
Mac
  1. Download the platform target you would like to build for.
  2. Right click on the Visionaire Editor application
  3. Select "Show Package Contents"
  4. Open the Directory Contents / Resources
  5. Create a folder named: platform
  6. Open the Directory "platform"
  7. Drop (but do not extract) the player into the opened "platform" directory.
  8. Use build game in the Editor (full version only) and select the specific platform target you would like to build.

Target Platform (Visionaire Player)

Linux

  1. export your game to Linux in the Visionaire Editor (will be available in Visionaire 4.0 final)
  2. Linux dependencies: openAL (libopenal1, GL)
  3. linux users modify & execute the included "start" shell script
  4. required: glibc 2.13 or higher; If you use note, that the libsteam_api.so has her own glibc version requirements

Android

  1. ogg and opus recommended, videos are working now.
  2. Download JDK http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html You need jarsigner from that
  3. Download Android SDK http://developer.android.com/sdk/index.html#download You need zipalign from that
  4. Download the Visionaire Player for Android
  5. Download the Signing Keystore
  6. Copy the file visionaire.apk and visionaire.apk.keystore to the platform directory in your Visionaire Studio installation
  7. Export your game for Android, you need to select jarsigner and zip align
  8. Connect your Android device per usb
  9. Copy the <game>_android.apk to your device using the explorer
  10. Install the Apk per file manager on your device (you may have to enable untrusted sources)
  11. Run & good luck

The Application will continue running in the background if you home-out of it, to reload the file you need to close the application. It will drain your battery if you don't close it, just so you know. See here for more information.

Available Platforms for 4.2.5

  1. Download the Visionaire Player for Windows
  2. Download the Visionaire Player for MacOS
  3. Download the Visionaire Player for Linux
  4. Download the Visionaire Player for iOS
  5. Download the Visionaire Player for Android