Wszechświaty

From Resonite Wiki
Revision as of 12:55, 23 February 2024 by Mrkbx (talk | contribs) (Created page with "Wszechświaty Resonite są przystosowane do następujących zastosowań:")
Wszechświaty to usługa głównie skierowana do firm/przedsiębiorstw. Normalni użytkownicy zazwyczaj nie będą mogli z niej skorzystać.

Wszechświaty dają możliwość oddzielenia twoich sesji Resonite od głównej populacji Resonite.

Korzystając z wszechświata:

  • Użytkownicy którzy nie są w twoim wszechświecie nie będą mogli zobaczyć twoich sesji
  • Użytkownicy w twoim wszechświecie nie będą w stanie zobaczyć sesji z innych wszechświatów i normalnej listy sesji Resonite.

Zastosowania

Wszechświaty Resonite są przystosowane do następujących zastosowań:

  • Edukacja
  • Business & Government uses
  • Research

Creating a Universe

If you're interested in Universes, please use our Contact Form.

Properties

Universes have two important properties:

  • Name - The Name of the universe
  • ID - The ID of the universe

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.

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.