Universes: Difference between revisions

From Resonite Wiki
Marked this version for translation
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 15: Line 15:


== <translate><!--T:11--> Creating a Universe</translate> ==
== <translate><!--T:11--> Creating a Universe</translate> ==
<translate><!--T:12--> If you're interested in Universes, please use our [https://yellowdogman.com/contact.html Contact Form].</translate>
<translate><!--T:12--> If you're interested in Universes, please read this page for an overview and then use our [https://yellowdogman.com/contact.html Contact Form].</translate>


== <translate><!--T:13--> Properties</translate> ==
=== <translate><!--T:13--> Universe properties</translate> ===
<translate><!--T:14--> Universes have two important properties:</translate>
<translate><!--T:14--> Universes have a number of properties, some of which you can customize:</translate>
* <translate><!--T:15--> Name - The Name of the universe</translate>
* <translate><!--T:15--> Name</translate>
* <translate><!--T:16--> ID - The ID of the universe</translate>
** <translate>The name of the universe. This is customizable by you but make sure to check our Branding Guidelines.</translate>
* <translate><!--T:16--> ID</translate>
** <translate>The ID of the universe. This is fixed and generated by us.</translate>
* <translate> Primary Group</translate>
** <translate>A Universe has a primary Resonite [[Groups|Group]].</translate>
** <translate>Unless you already have a well established group with a lot of members or content. We will usually set this up at the universe creation time for you, using the Universe name as the group name.</translate>


== <translate><!--T:17--> Known Universes</translate> ==
=== <translate>Universe branding</translate> ===
<translate><!--T:18--> The majority of Universes are private for Resonite's Business customers. Therefore they are not listed here. If any public ones are created we'll list them here.</translate>
 
<translate>For an optional additional charge, universes can also feature a customized branding experience. When desiring a branded experience, please prepare the following assets.</translate>:
* <translate>EXE Icon File</translate>
** <translate>Shown in the TaskBar, Process List etc.</translate>
** <translate>Requirements</translate>
*** <translate>PNG</translate>
*** <translate>256x256px</translate>
* <translate>Splash Screen Logo</translate>
** <translate>Shown on the Splash Screen while Resonite is loading.</translate>
** <translate>Requirements</translate>
*** <translate>PNG</translate>
*** <translate>At least 1024px wide or tall.</translate>
*** <translate> Required 1:1 or 4:3 or 16:9 ratio of width to height. </translate>
 
== <translate>Universe branding guidelines</translate> ==
 
* <translate>Universe Name</translate>
** <translate>Keep it short</translate>
** <translate>Minimize spaces</translate>
** <translate>Do not use Symbols</translate>
* <translate>EXE Icon</translate>
** <translate>Test this in small sizes. Its going to be small on the taskbar.</translate>
** <translate>Avoid large Areas of transparency, these can become muddled at the scale they appear on the taskbar.</translate>
** <translate>Make it recognizable, your users are going to be looking for this on their computer!</translate>
* <translate>Splash Screen Logo</translate>
** <translate>This image is shown while your universe loads. Make it count.</translate>


== <translate><!--T:19--> Switching to a Universe</translate> ==
== <translate><!--T:19--> Switching to a Universe</translate> ==
Line 36: Line 66:
</pre>
</pre>


== <translate><!--T:23--> Recommendations</translate> ==
=== <translate><!--T:23--> Recommendations</translate> ===
<translate><!--T:24--> When using universes, it is recommended to use [[Command Line Arguments#Misc]] to allow you to selectively choose if a Resonite session is in a particular universe. Of particular note the "-EngineConfig" allows you to specify a path to a config file.</translate>
<translate><!--T:24--> When using universes, it is recommended to use [[Command Line Arguments#Misc]] to allow you to selectively choose if a Resonite session is in a particular universe. Of particular note the "-EngineConfig" allows you to specify a path to a config file.</translate>


Line 46: Line 76:


<translate><!--T:29--> Once this is setup, you'll be able to launch into various universes and the regular Resonite population through selecting which shortcut to run Resonite with.</translate>
<translate><!--T:29--> Once this is setup, you'll be able to launch into various universes and the regular Resonite population through selecting which shortcut to run Resonite with.</translate>
== <translate><!--T:17--> Known Universes</translate> ==
<translate><!--T:18--> The majority of Universes are private for Resonite's Business customers. Therefore they are not listed here. If any public ones are created we'll list them here.</translate>


[[Category:Features]]
[[Category:Features]]

Latest revision as of 07:52, 13 September 2025

Universes are primarily a Business/Commercial feature. Regular users usually won't be able to use it.

Universes, provide a way to separate your Resonite sessions from the regular population of Resonite.

When using a universe:

  • Users not in your universe will not be able to see your Sessions
  • Users in your universe will not be able to see Sessions from other universes or the regular Resonite session list.

Use Cases

Resonite Universes are suitable for the following use cases:

  • Education
  • Business & Government uses
  • Research

Creating a Universe

If you're interested in Universes, please read this page for an overview and then use our Contact Form.

Universe properties

Universes have a number of properties, some of which you can customize:

  • Name
    • The name of the universe. This is customizable by you but make sure to check our Branding Guidelines.
  • ID
    • The ID of the universe. This is fixed and generated by us.
  • Primary Group
    • A Universe has a primary Resonite Group.
    • Unless you already have a well established group with a lot of members or content. We will usually set this up at the universe creation time for you, using the Universe name as the group name.

Universe branding

For an optional additional charge, universes can also feature a customized branding experience. When desiring a branded experience, please prepare the following assets.:

  • EXE Icon File
    • Shown in the TaskBar, Process List etc.
    • Requirements
      • PNG
      • 256x256px
  • Splash Screen Logo
    • Shown on the Splash Screen while Resonite is loading.
    • Requirements
      • PNG
      • At least 1024px wide or tall.
      • Required 1:1 or 4:3 or 16:9 ratio of width to height.

Universe branding guidelines

  • Universe Name
    • Keep it short
    • Minimize spaces
    • Do not use Symbols
  • EXE Icon
    • Test this in small sizes. Its going to be small on the taskbar.
    • Avoid large Areas of transparency, these can become muddled at the scale they appear on the taskbar.
    • Make it recognizable, your users are going to be looking for this on their computer!
  • Splash Screen Logo
    • This image is shown while your universe loads. Make it count.

Switching to a Universe

To run Resonite from a specific Universe, you'll need to utilize a Startup Config File. Inside the configuration file, the universeId property must be set to the ID of the universe you would like to be in.

Example

Below is a sample configuration file that will enter a user into the Universe with the ID "123-456":

{
  "universeId": "123-456"
}

Recommendations

When using universes, it is recommended to use Command Line Arguments#Misc to allow you to selectively choose if a Resonite session is in a particular universe. Of particular note the "-EngineConfig" allows you to specify a path to a config file.

Using this argument, you can create several configuration files for specific use cases, for example:

  • UniversityConfig.json - Starts you in a Universe for a University.
  • GovernmentConfig.json - starts you in a Universe for a Government.

You can then use shortcuts that can be placed on your desktop that run Resonite using those configuration files.

Once this is setup, you'll be able to launch into various universes and the regular Resonite population through selecting which shortcut to run Resonite with.

Known Universes

The majority of Universes are private for Resonite's Business customers. Therefore they are not listed here. If any public ones are created we'll list them here.