Difference between revisions of "Running Multiple Viewers"
Line 3: | Line 3: | ||
{{Postit|'''DISCLAIMER from Linden Lab:''' this is one of the ''hottest'' questions we get, as noticed on [http://blogs.secondlife.com/community/answers Second Life Answers]! However, '''we do NOT officially support running multiple Viewers''' for several reasons: in addition to this being a "debug" feature, Second Life is very resource-intensive, and having more than one instance competing for RAM, graphics card memory, and soforth fares ''poorly'' on many systems. So do NOT count on the below tips to work. But, we recognize the practical usages of running multiple avatars/accounts at once for inventory transfers, permissions testing, making [[machinima]], and so on. Thus, best of luck, and '''PROCEED AT YOUR OWN RISK'''.}} | {{Postit|'''DISCLAIMER from Linden Lab:''' this is one of the ''hottest'' questions we get, as noticed on [http://blogs.secondlife.com/community/answers Second Life Answers]! However, '''we do NOT officially support running multiple Viewers''' for several reasons: in addition to this being a "debug" feature, Second Life is very resource-intensive, and having more than one instance competing for RAM, graphics card memory, and soforth fares ''poorly'' on many systems. So do NOT count on the below tips to work. But, we recognize the practical usages of running multiple avatars/accounts at once for inventory transfers, permissions testing, making [[machinima]], and so on. Thus, best of luck, and '''PROCEED AT YOUR OWN RISK'''.}} | ||
The following platform-specific steps may enable you to run multiple instances of Second Life at the same time. Since you can only have each account logged in once, you'll ''need'' multiple accounts, one for each instance. | |||
Also see [[Viewer parameters]]. | |||
== Windows == | == Windows == | ||
<videoflash>JI4jKwZBEqY</videoflash> | <videoflash>JI4jKwZBEqY</videoflash> | ||
# Make a new shortcut to | |||
# Make a new shortcut to SecondLife.exe. | |||
# Then in that shortcut go to properties. | # Then in that shortcut go to properties. | ||
# Then in the properties find the Target box. | # Then in the properties find the Target box. | ||
Line 18: | Line 19: | ||
#* So it reads like this: "C:\Program Files\SecondLife\SecondLife.exe" -multiple | #* So it reads like this: "C:\Program Files\SecondLife\SecondLife.exe" -multiple | ||
Lear Cale | Lear Cale suggests: | ||
Great video, but don't start out that way. Instead, just copy the shortcut on your desktop (right-click copy the icon, then right click desktop and paste, or right-drag the shortcut and when you release, choose "copy"). | Great video, but don't start out that way. Instead, just copy the shortcut on your desktop (right-click copy the icon, then right click desktop and paste, or right-drag the shortcut and when you release, choose "copy"). | ||
Line 27: | Line 28: | ||
The way the video does it, you'll have to redo this every time you reinstall SL, because installing SL replaces the desktop shortcut with a fresh one. If your modified one has a different name, the fresh one won't clobber it. | The way the video does it, you'll have to redo this every time you reinstall SL, because installing SL replaces the desktop shortcut with a fresh one. If your modified one has a different name, the fresh one won't clobber it. | ||
== Mac OS X == | == Mac OS X == | ||
Line 68: | Line 64: | ||
The disadvantages of this second method is that you cannot have both SL windows on your screen simultaneously. | 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. | The advantage is that you can run both instances of SL full screen. | ||
== Linux == | |||
# Find the file gridargs.dat in the Second Life installation directory | |||
# Edit the file and add '-multiple' | |||
[[Category:Text from In-world Notecards|Viewer, Running Multiple Instances]] | [[Category:Text from In-world Notecards|Viewer, Running Multiple Instances]] |
Revision as of 14:41, 29 September 2009
Help Portal: |
Avatar | Bug Fixes | Communication | Community | Glossary | Land & Sim | Multimedia | Navigation | Object | Video Tutorials | Viewer | Wiki | Misc |
The following platform-specific steps may enable you to run multiple instances of Second Life at the same time. Since you can only have each account logged in once, you'll need multiple accounts, one for each instance.
Also see Viewer parameters.
Windows
<videoflash>JI4jKwZBEqY</videoflash>
- Make a new shortcut to SecondLife.exe.
- Then in that shortcut go to properties.
- Then in the properties find the Target box.
- It will say something like "C:\Program Files\SecondLife\SecondLife.exe"
- Just after the last " in that box put this in. -multiple
- So it reads like this: "C:\Program Files\SecondLife\SecondLife.exe" -multiple
Lear Cale suggests:
Great video, but don't start out that way. Instead, just copy the shortcut on your desktop (right-click copy the icon, then right click desktop and paste, or right-drag the shortcut and when you release, choose "copy").
Rename the shortcut to whatever you want, EXCEPT the same name as the original.
Then follow the rest of the video, or the steps 2 through 4 above.
The way the video does it, you'll have to redo this every time you reinstall SL, because installing SL replaces the desktop shortcut with a fresh one. If your modified one has a different name, the fresh one won't clobber it.
Mac OS X
Video tutorial: <videoflash>7WqYkvsjUq4</videoflash>
To run multiple copies from the Finder:
- Find the client in Finder (usually "Second Life.app")
- Right-click and select "Show Package Contents"
- Open the file Contents/Resources/arguments.txt for editing
- Add "-multiple" to the "arguments.txt" file and save
- Run the file "Second Life" found in Contents/MacOS instead of the app itself
To run multiple copies from the Terminal:
- Drag the Second Life icon from the Finder onto a Terminal window
- Delete the space that’s automatically entered at the end of the path
- 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):
- Open System Preferences > Accounts
- Click the lock icon in the bottom left and type an admin password to authenticate
- Under Login Options, check Enable fast user switching
- If you need to add an account, click the + symbol under the list of accounts
- 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
- Repeat as desired
- Regular use:
- Log in to your main SL account under one computer user account
- Use the Fast User Switching menu to switch to another user account
- Log in to another of your SL accounts
- (watch your computer slow right down!)
- 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.
Linux
- Find the file gridargs.dat in the Second Life installation directory
- Edit the file and add '-multiple'