Universes/fr: Difference between revisions

From Resonite Wiki
Created page with "Créer un univers"
Created page with "ID - ID de l'univers"
Line 18: Line 18:


== Propriétés ==
== Propriétés ==
<span lang="en" dir="ltr" class="mw-content-ltr">Universes have two important properties:</span>
Les univers ont deux propriétés importantes:
* <span lang="en" dir="ltr" class="mw-content-ltr">Name - The Name of the universe</span>
* Nom - Le nom de l'univers
* <span lang="en" dir="ltr" class="mw-content-ltr">ID - The ID of the universe</span>
* ID - ID de l'univers


== <span lang="en" dir="ltr" class="mw-content-ltr">Known Universes</span> ==
== Univers connus ==
<span lang="en" dir="ltr" class="mw-content-ltr">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.</span>
La majorité des univers dans Resonite sont crées pour les clients entreprise. Il ne sont donc pas listés ici. Si un univers public est créé, il sera listé ici.


== <span lang="en" dir="ltr" class="mw-content-ltr">Switching to a Universe</span> ==
== Changer d'univers ==
<span lang="en" dir="ltr" class="mw-content-ltr">To run Resonite from a specific Universe, you'll need to utilize a [[Startup_Config_File|Startup Config File]]. Inside the configuration file, the <code>universeId</code> property must be set to the ID of the universe you would like to be in.</span>  
<span lang="en" dir="ltr" class="mw-content-ltr">To run Resonite from a specific Universe, you'll need to utilize a [[Startup_Config_File|Startup Config File]]. Inside the configuration file, the <code>universeId</code> property must be set to the ID of the universe you would like to be in.</span>  



Revision as of 09:30, 26 January 2024

Les Univers sont principalement une fonctionnalité pour les entreprises. Les utilisateurs ne les utilisent généralement pas.

Les Univers permettent de séparer vos sessions Resonite de la population normale de la plateforme.

Quand vous utilises un univers:

  • Les utilisateurs qui ne sont pas dans votre univers ne peuvent pas voir vos sessions
  • Les utilisateurs dans votre univers ne peuvent pas voir les sessions d'autres univers ou normales de Resonite.

Utilisations

Les univers peuvent être utilisés pour les cas suivants:

  • Éducation
  • Utilisation par une entreprise/gouvernement
  • Recherche

Créer un univers

Si vous êtes intéressés dans les univers, contactez nous sur notre page de contacts.

Propriétés

Les univers ont deux propriétés importantes:

  • Nom - Le nom de l'univers
  • ID - ID de l'univers

Univers connus

La majorité des univers dans Resonite sont crées pour les clients entreprise. Il ne sont donc pas listés ici. Si un univers public est créé, il sera listé ici.

Changer d'univers

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.