Running Multiple Viewers

From Second Life Wiki
Revision as of 20:12, 16 August 2008 by Frungi Stastny (talk | contribs)
Jump to navigation Jump to search

See also client parameters and watch Torley's VidTut on how to run multiple viewers

This lets you run as many instances of Second Life as your computer can handle. (You can only have one login at a time to an account. So you'll need a second account for the second SL client you have open. Etc. Max is 5 per household.)

Windows

  1. Make a new shortcut to the SL exe file.
  2. Then in that shortcut go to properties.
  3. Then in the properties find the Target box.
    • It will say something like "C:\Program Files\SecondLife\SecondLife.exe"
  4. Just after the last " in that box put this in. -multiple
    • So it reads like thisS "C:\Program Files\SecondLife\SecondLife.exe" -multiple

Linux

  1. Find the file gridargs.dat in the Second Life installation directory
  2. Edit the file and add '-multiple'

Mac OS X

To run multiple copies from the Finder:

  1. Find the client in Finder (usually "Second Life.app")
  2. Right-click and select "Show Package Contents"
  3. Open the file Contents/Resources/arguments.txt for editing
  4. Add "-multiple" to the "arguments.txt" file and save
  5. Run the file "Second Life" found in Contents/MacOS instead of the app itself

To run multiple copies from the Terminal:

  1. Drag the Second Life icon from the Finder onto a Terminal window
  2. Delete the space that’s automatically entered at the end of the path
  3. Type
    "Contents/MacOS/Second Life.app" -multiple

(An alternative method for Mac OS X 10.3 Panther or later (which may also work for Windows?) is to use different user accounts on your computer: this needs an initial set-up, but will then involve being able to run Second Life as multiples without any technical changes to Package Contents.)

  • Set up (repeat for further multiples if desired):
  1. Open System Preferences > Accounts
  2. Click the lock icon in the bottom left and type an admin password to authenticate
  3. Under Login Options, check Enable fast user switching
  4. If you need to add an account, click the + symbol under the list of accounts
  5. Give the new account a name and short name. For convenience, don't use a password, and do not give the new account Administrator privileges
  6. Repeat as desired
  • Regular use:
  1. Log in to your main SL account under one computer user account
  2. Use the Fast User Switching menu to switch to another user account
  3. Log in to another of your SL accounts
  4. (watch your computer slow right down!)
  5. Use Fast User Switching to quickly switch between accounts

The disadvantages of this second method is that you cannot have both SL windows on your screen simultaneously. The advantage is that you can run both instances of SL full screen.