Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Question about Keys

Corster Mousehold
The other white meat
Join date: 18 Jan 2005
Posts: 23
03-28-2005 13:35
When you create an object, put it back in your inventory and rerez it, does it retain its key or does it get assigned a new key?

-cor-
Vortex Saito
Quintzee Creator
Join date: 10 Sep 2004
Posts: 73
03-28-2005 13:43
It gets a new key
Carnildo Greenacre
Flight Engineer
Join date: 15 Nov 2003
Posts: 1,044
03-28-2005 22:49
Yes and no. I believe that if it is a no-copy object, it retains its key, but otherwise, it doesn't.
_____________________
perl -le '$_ = 1; (1 x $_) !~ /^(11+)\1+$/ && print while $_++;'
Klintel Kiesler
Registered User
Join date: 31 Dec 2003
Posts: 51
03-29-2005 00:10
From: Carnildo Greenacre
Yes and no. I believe that if it is a no-copy object, it retains its key, but otherwise, it doesn't.


I've heard this many times before, so I decided to finally do a little bit of testing. Final result: A 'no copy' object will not retain it's key, probably for good reason.
Christopher Omega
Oxymoron
Join date: 28 Mar 2003
Posts: 1,828
03-29-2005 00:26
From: Klintel Kiesler
I've heard this many times before, so I decided to finally do a little bit of testing. Final result: A 'no copy' object will not retain it's key, probably for good reason.


That's odd, it wont? A new copy is created, and the old one deleted?
No wonder the permissions system has so many holes :rolleyes:
_____________________
October 3rd is the Day Against DRM (Digital Restrictions Management), learn more at http://www.defectivebydesign.org/what_is_drm
DoteDote Edison
Thinks Too Much
Join date: 6 Jun 2004
Posts: 790
03-29-2005 18:32
Yes, the key is changed when the object is taken into inventory and re-rezed into the world. With notecards, the key is changed anytime you type new text into the notecard and save it. This means that if you want to create a server prim to which objects worldwide will communicate via email.... you can't de-rez/re-rez that server prim without losing communications! And if you want many worldwide objects to give a certain, updateable notecard, the process can be difficult.

This is why I've requested a feature that would allow us to rent a certain, fixed set of keys which we could assign to prims of our choosing as needed. And, I'm sure it's possible to work around this issue using XML-RPC functions, but if I've overlooked an in-world method, please clue me in.