The SynthesisVR 3D Environment
Owning an arcade is a challenging business. You not only have to provide excellent customer service, but also need to have the right tools on hand. As SinthesisVR already provides a lot of options to save money from your daily operations, it is now time to provide your customers with an excellent VR experience from the first second.Navigate to the Dashboard and enable the 3D experience for each of your VR stations.Head over to Administration >> VR Stations in our Simple View: or Administration >> Arcade Setup >> VR Stations in the Advanced View: Once in, click on the Edit button for whichever station you want to have the 3D Environment on. Then click on the drop-down menu next to the “3D Environment” option and choose the desired Launcher option: Click on Save and then head over to your station and open the Access Point app. Click on the Refresh button to refresh the station. On the Version 4 interface: Once you are done, open the file in a text editor, copy the text, and head over to (in the Advanced View): Administration >> Advanced Setup >> Extras >> Customizations >> 3D Menu Customization Then paste the text in the available space. If you would like to play your own audio files, you could add the “playfile:” prefix to all “speak” related parameters. Example:“speak_handset_take_during_tutorial”: “Use this handset to call the arcade operator for assistance” This line would lead to a text-to-speech saying the text on the right. If you have a recorded file and that file is located under: C:\audio\call_for_help.wav , then the following setting would be valid: “speak_handset_take_during_tutorial”: “playfile: C:\\audio\\call_for_help.wav “ Please keep in mind that double backslashes are required.
2D Menu Localization
The 2D menu supports different localizations and switching between them on the fly. To get that, you need to use the English locale as a base: { “en”: { “title”: “English”, “phrases”: { “PIN”: “PIN”, “Home”: “Home”, “Time”: “Time”, “Close”: “Close”, “Email”: “Email”, “Login”: “Login”, “Balance”: “Balance”, “Minutes”: “Minutes”, “Play Now”: “Play Now”, “Tutorial”: “Tutorial”, “Wrong PIN”: “Wrong PIN”, “protected”: “protected”, “Get ready!”: “Get ready!”, “Voice Chat”: “Voice Chat”, “Add balance”: “Add balance”, “Request Help”: “Request Help”, “Start Session”: “Start Session”, “Use my balance”: “Use my balance”, “Charge My Credit-Card”: “Charge My Credit-Card”, “Approve a credit-card charge of”: “Approve a credit-card charge of” } } } Duplicate the “en” part, change it to any other language code and translate the text on the right. As an example, if you want to have both English and Bulgarian, here is what your locale will look like: Copy the final JSON text and save it under:
3D Environment Customization/Adding Your Own 3D Environment
The “SynthesisVR 3D Island” and all further 3D environments are based on APIs that can be accessed by third party launchers. The APIs do not bring any restrictions, so they can be utilized by Unity, Unreal Engine and any other game development engines. As we are using Unity, please feel free to mail us at info@synthesisvr.com for the complete Unity project of the Island environment. Once your new environment is ready, please follow the steps: 1) Upload your environment onto your web server or online location that is accessible without restrictions. 2) head over to: In the Simple View: Administration >> Games, Categories, Licenses: In the Advanced View: Administration >> Business Setup >> Games, Categories, Licenses: 3) On the page, click on the “Launchers” tab and then on the “+ Add New Launcher” button to add a new record 4) You would see the following popup: