Difference between revisions of "How do I log in as multiple accounts at the same time?"

From Second Life Wiki
Jump to navigation Jump to search
(Revised Parature import)
(Redirected page to Running Multiple Viewers)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{KBmaster}}
#REDIRECT [[Running Multiple Viewers]]
 
Through command line options, Second Life® allows you to configure various [https://wiki.secondlife.com/wiki/Client_parameters client parameters]. Some of them are rather obscure, but one we hear about a lot is the '''-multiple''' flag, which lets you run more than one Second Life Viewer simultaneously.
 
If you're on a Mac, [http://forums.secondlife.com/showthread.php?t=141366 see this forum thread for more info].
 
{{KBcaution| Running multiple Viewers is an unsupported feature, and may have some unexpected performance-related side effects on your use of Second Life. Use the following instructions at your own risk!}}
 
==On Windows==
 
# Find a shortcut to Second Life; the Second Life Viewer installer places a shortcut on your desktop by default. If you need to find the executable (SecondLife.exe) so you can make a new shortcut, Second Life is usually located in this directory:C:\Program Files\SecondLife
# Right-click the shortcut and choose '''Properties'''.
# Click the '''Shortcut''' tab.
# In the '''Target''' field, next to the path to the directory containing Second Life, insert a space and "-multiple". Like this:"C:\Program Files\SecondLife" -multiple Do ''not'' delete the quotation marks.[http://www.flickr.com/photos/torley/376023217/ [[Image:kbext_376023217_606d063bb8_m.jpg]]]
# Click '''OK'''.
# To test your results, try double-clicking the Second Life shortcut. After the Second Life Viewer opens, double-click the shortcut again. In your Windows Taskbar, you should see two instances of Second Life; you're running two viewers at once!
 
From here, you can log in as usual on each Viewer. Remember that Second Life is extremely resource-intensive and attempts to use as much computer processing power as possible. Running multiple copies of Second Life may cause some or all of the copies to run very slowly. Try minimizing the open Viewers you aren't using, so the one you're actively working on can have the most resources.
 
==On Mac==
 
# Open '''Script Editor'''
## Open the '''Applications''' folder
## Open the '''AppleScript''' folder
## Double-click the '''Script Editor''' icon
# Paste the following bit of code into the editor:tell application "Terminal" do script "nohup \"/Applications/Second Life.app/Contents/MacOS/Second Life\" -multiple &" delay 1 quit end tell
# Save as "Second Life - Multiple", choose your '''Applications''' folder. The File Format should be "application" and for the Options, you should have "Run Only" checked and not the others.
# A '''Second Life - Multiple''' icon will now be available within your Applications folder. Run it as many times as you like for a new instance of Second Life.
 
==Further ideas for using command line options==
 
You can [https://wiki.secondlife.com/wiki/Client_parameters see a comprehensive listing of these client parameters]. Following similar steps to the above, at your own discretion, try different options, substituting or adding to '''-multiple''' with something else. For example, if you want to hide the Library folder in your Inventory, use '''-noinvlib'''.
[[Category:General Second Life Software Information]]
[[Category:Account Questions]]
[[Category:Knowledge Base]]

Latest revision as of 08:49, 7 October 2009