Multiple Instances

From Resonite Wiki
Revision as of 22:28, 5 April 2024 by ProbablePrime (talk | contribs) (Created page with "Running multiple instances of Resonite is possible. The Team regularly do this for testing. The easiest way to get this sorted is to create two separate copies of the Resonite_Data_Folders. Each data folder set is capable of running a completely separate copy of Resonite. To do this on windows, you can utilize windows shortcuts and our Command_Line_Arguments. You'll need to use the <code>-CachePath</code> and <code>-DataPath</code> arguments and set them to...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Running multiple instances of Resonite is possible. The Team regularly do this for testing. The easiest way to get this sorted is to create two separate copies of the Resonite_Data_Folders. Each data folder set is capable of running a completely separate copy of Resonite.

To do this on windows, you can utilize windows shortcuts and our Command_Line_Arguments. You'll need to use the -CachePath and -DataPath arguments and set them to a different location than your regular installation. Do not touch your regular installation.


Use a shortcut

It is possible to use launch commands via a custom shortcut targeting the Resonite.exe file.

To create a shortcut:

  1. Find the Resonite install folder and right-click on the Resonite.exe.
  2. In the context menu click 'Create Shortcut'
  3. Move the 'Resonite.exe - Shortcut' file to somewhere more convenient (such as the Desktop).
  4. Right-click on the shortcut file and click 'Properties' in the context menu.
  5. This opens a dialog window. Select the 'Shortcut' tab.
  6. In the 'Target' text box add a space after the Resonite.exe filepath and then add your command line arguments.
  7. Click 'Apply' and 'OK'.

Now, if Resonite is launched by double clicking on the shortcut it will launch using the custom options. These will not be applied if a different method is used to start Resonite.

Setting custom launch options for a Shortcut

Once setup, use steam to run Instance One, and your shortcut to run instance Two. You can even go further and have additional instances with additional Resonite Data Folders setup.

Example

Appending, -DataPath F:\Data -CachePath F:\Cache to a shortcut will create a second Data and Cache path in the Data and Cache paths of the "F" drive.

See Also