Difference between revisions of "SL My Inventory Viewer"

From Second Life Wiki
Jump to navigation Jump to search
Line 16: Line 16:
==External Sites==
==External Sites==
*[http://slmiv.googlecode.com Open Source files, documention, and tutorials]
*[http://slmiv.googlecode.com Open Source files, documention, and tutorials]
*[http://joeswammi.com/sl/se/slmyinventory SL My Inventory Viewer - Seneca Enterprises]
*[http://joeswammi.com/sl/se/ SL My Inventory Viewer - Seneca Enterprises]
*[http://games.groups.yahoo.com/group/slmyinventory_group/ Yahoo slmyinventory_group]
*[http://games.groups.yahoo.com/group/slmyinventory_group/ Yahoo slmyinventory_group]

Revision as of 21:56, 29 November 2007

SL My Inventory Viewer

SL My Inventory Viewer is an open source C# project which allows SecondLife players to view their inventory outworld.

How it Works

It reads from the player's SecondLife cache files. Therefore, it doesn't affect inworld inventory.

Features

  • Create a reminder log file on what inventory items to examine or delete when back inworld by right-clicking on an item.
  • Associate a local image file or flickr.com (or anyother internet URL) with an inventory object.
  • Right-click on landmarks to go visit them using slurl.com
  • Right-click on notecards to browse to txt or rtf files and they will open with your favorite editor.
  • Right-click on lslscripts to browse to lsl files and they will open with your favorite LSL editor.
  • Displays all sales, permissions, and key information associated with highlighted inventory object.
  • Creator ID search: Search your inventory looking for an item by a creator UIDKey (including your avatar's).

External Sites