Difference between revisions of "Object to Data v1.4"

From Second Life Wiki
Jump to navigation Jump to search
m (Additional documentation provided to clarify the steps required to get the script running.)
m
(20 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{LSL Header}}
{{LSL Header}}


(http://www.gnu.org/copyleft/fdl.html) in the spirit of which this script is GPL'd. Copyright (C) 2008 [[User:Xaviar Czervik|Xaviar Czervik]]
<div style="float:right;">__TOC__</div>
 
<div id="box">
== Introduction ==
<div style="padding: 0.5em;">
 
(http://www.gnu.org/copyleft/fdl.html) in the spirit of which this script is GPL'd. Copyright (C) 2011 [[User:Xaviar Czervik|Xaviar Czervik]]


This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.


<pre>
This is one of the projects that I've spent a significant amount of time on, and that I've uploaded to the wiki.
It's purpose is simple: it allows anyone to transfer objects through text. This may seem trivial, but it has several advantages to it.
Below are a few ways in which this script can be used:
# The Internet. There is no way (yet) to go on to the Internet and request an object be sent to your SL character. This solves this issue. One could post the data on to the Internet, and allow people to copy the text down to SL, run this script, and obtain an object from it.
# Management Scripts. There is no way to have an object create a totally new object. And objects can only call llGiveInventory on other objects when in the same sim. This solves the issue by allowing objects to use email to send data, which can then be turned into an object.
 
 
</div></div>
 
 
<div id="box">
 
== Revision History ==
<div style="padding: 0.5em;">
 
Version 1.4:
# Doesn't require rerezing.
# Simpler to turn object to data.
# Backwards compatible with 1.3.
# Bug fix from [[User:KimAnn Galaxy|KimAnn Galaxy]].
 
Version 1.3:
# 100% success rate.
# Added PRIM_GLOW
# Added functionality for multiple notecards (for really big objects).
# Improved efficiency; removed the delink/relink sections.
 
Version 1.2:
# Around 95% success rate.
# Changed to almost all llGetPrimitiveParams calls.
# Added more than just ten different descriptors of an object.
# Removed freakish menu-controlled system.
# Script need only be dropped in root object, not every prim.
 
Version 1.1:
# Made process simpler: removed replicate from listen.
# Changed to work (slightly) better.


Update: DMC Zsigmond 04/28/08.
Version 1.0:
# First release.


Supplementary Documentation in response to discussion questions.
----------------------------------------------------------------


Preparation (Parts Required):
</div></div>


1 x Script, named: "Data Main"
<div id="box">
1 x Script, named: "Object to Data"
== Instructions ==
1 x Object, named: "HoloBox"
<div style="padding: 0.5em;">
1 x Notecard, named: "Data Default"
Plus,
1 x Any Object you wish to use these scripts with to turn into data, or re-rez it back again.


Thanks to [[User:DMC Zsigmond|DMC Zsigmond]] for the original documentation shown below, modified for Version 1.4 by Xaviar.


Part 1/2 - Instructions to convert an Object to Data
-------------------------------------------------------------
-------------------------------------------------------------


Step 1) Select an Object you wish to turn into data (NB. perhaps start with a single object which is relatively simple).
Check List (Parts Required):
Step 2) Rez the Object you wish to turn into data on the ground.
Step 3) Right-click the Object you wish to turn into data, and select edit. Then click on the "Content" tab to view its contents.
Step 4) Open your "Inventory", and create a new folder, called: "Object to Data v1.2".
Step 5) Under the new "Object to Data v1.2" folder, right-click and create a new script, named: "Data Main". Then copy and paste the "Data Main" LSL code on this wiki page into the "Data Main" script you just created under your "Object to Data v1.2" folder. Click on "Save" to compile the "Data Main" script,  and then after that "Data Main" script has successfully compiled, close the script.
Step 6) Repeat Step 5, for both "Object to Data" and "Data to Object" scripts.
Step 7) With the Object you wish to turn into data still selected, and with the "Content" tab highlighted/activated, drag'n'drop" the "Data Main" script you created in your Inventory, from your "Object to Data v1.2" folder into the "Contents" folder of the Object you wish to turn into data.
Step 8) The Object you wish to turn into data will then prompt you with a "Blue Drop-Down Menu" asking you for permission to change the object's links. Accept the permission change by clicking on "YES" on the blue drop-down menu. Information for this permission request can also be viewed on your "Local Chat" window.
Step 9) Now drag'n'drop the "Object to Data" script you created in your Inventory, from your Object to Data v1.2 folder into the "Contents" folder of the Object you wish to turn into data. Your Local Chat window will now inform you that the Object is gathering data, and to please wait...
Step 10) Deselect the Object you wish to turn into data, and then right-click on it, and select, "Take", to take the object back into your inventory.
Step 11) Locate your Object you wish to turn into data from within your "Inventory", and then re-rez it on the ground again. After you re-rez it, it will begin outputting the first details of Object data in your Local Chat Window.
Step 12) At this point, the Script Creator, requests that you right-click on the "Object" you wish to turn into data and "select" it again.
Step 13) With the Object selected, go to your "Tools" menu on the Second Life (tm) browser, and select "Set Scripts to Running in Selection". A "Set Running Progress" dialogue box will pop up notifying you that the "Object to Data" script inside it, is running - and Done.
Step 14) Close this dialogue box, and then right-click on the Object you wish to turn into data and select, "Take" to take the object back into your Inventory for a 2nd time.
Step 15) Locate your Object you wish to turn into data from within your "Inventory" for a 2nd time; however, this time, the Object you wish to turn into data WILL NOT APPEAR as the ORIGINAL OBJECT NAME, but instead, as a BLANK OBJECT, named with a  dash "-----".
Step 16) Re-rez the Object named with a dash, "-----", on the ground for a final time. Wait a few moments until with your Local Chat Window it outputs the Object's data.
Step 17) Copy the text data from your Local Chat Window (including the time code) from START to END:  


For example:  
# 1 x Script, named: "Object to Data"
# 1 x Script, named: "Holo Script"
# 1 x Object, named: "HoloBox"
# 1 x Notecard, named: "Data_Default"


[5:43]  -----: #START#
Plus,
[5:43]  -----: <0,0,0>-=-#I9-=-#I0-=-#I0-=-#V<0,1,0>-=-#F0-=-#V<0,0,0>-=-#V<0,0,0>-=-#V<0,0,0>-=-#I3-=-#I0-=-#I2-=-#I3-=-#I4-=-#I0-=-#I5-=-#I0-=-#I8-=-#R<0,0,0,1>-=-#I7-=-#V<0x900001p-21,0x900001p-21,0x900001p-21>-=
# 1 x Any Object you wish to use these scripts with to turn into data, or re-rez it back again.
[5:43]  -----: -#I21-=-#I0-=-#I2-=-#F0x4CCCCDp-24-=-#F2-=-#F0-=-#F1-=-#V<0,0,0>-=-#I23-=-#I0-=-#V<1,1,1>-=-#F1-=-#F10-=-#F0x3p-2-=-#I24-=-#I0-=-#I17-=-#I-1-=-#S89556747-24cb-43ed-920b-47caed15465f-=-#V<1,1,0>-=-#V<0
[5:43]  -----: ,0,0>-=-#F0-=-#I19-=-#I-1-=-#I3-=-#I1-=-#I18-=-#I-1-=-#V<0,0,0>-=-#F1-=-#I20-=-#I-1-=-#I0-=-
[5:43]  -----: #END#


Step 18) Return to your Inventory folder named, "Object to Data v1.2", and then right-click and create a new note (i.e. notecard) called, "Data_Default".
Part 1/3 - Creating Scripts and Assembling Objects
Step 19) Paste the Object code data copied from your Local Chat Window (i.e. as demonstrated above) to the "Data_Default" notecard, and then "Save" it. This notecard now holds the data information for your Object.  
-------------------------------------------------------------
# Open your "Inventory", and create a new folder, called: "Object to Data v1.4".
# Under the new "Object to Data v1.4" folder, right-click and create a new script, named "Data To Object". Then copy and paste the "Data To Object" LSL code on this wiki page into the "Data To Object" script you just created under your "Object to Data v1.4" folder. Click on "Save" to compile the "Data to Object" script, and then after that "Data to Object" script has successfully compiled, close the script.
# Repeat Step 2, for the "Holo Script" and "Object to Data" scripts.
# Create a new Object on the ground, and then right-click on it, and select "Edit".
# Under the "General" tab, name the Object you just created as, "HoloBox". This object must be inserted into your "Data to Object" object in future to supply the prim that will be converted back into the original Object you once sort to have turned into text/notecard data.
# Go the the "Content" tab of the "HoloBox" prim, to view its contents.
# Drag'n'drop the "Holo Script" script under the "Object to Data v1.4" folder in your Inventory, to the "Contents" folder of the "HoloBox" object you have selected.
# Right-click the "HoloBox" object, and select "Take", to take the object back into your inventory.
# Create a new Object on the ground, right-click it, and select "Edit".
# Under the "General" tab, name the Object you just created as, "Data to Object". (not necessary)
# Go the the "Content" tab of the "Data to Object" prim, to view its contents.
# Drag'n'drop the "Data To Object" script under the "Object to Data v1.4" folder in your Inventory, to the "Contents" folder of the "Data to Object" object you have selected.
# Drag'n'drop the "HoloBox" object you have either in your "Objects" folder in your Inventory or under the "Object to Data v1.4" folder in your Inventory, to the "Contents" folder of the "Data to Object" object you have selected.  


Furthermore, this "Data Default" notecard will later be required to be added to the contents of a new object called, "Data to Object", should you wish to turn your data back into an Object again.
You should now have two things:
# An object named "Data to Object" which contains (1) a script named "Data to Object" (found below) and (2) an object named HoloBox. Holobox should contain a script named "Holo Script" (found below).
# A script named "Object to Data".


End of Part 1/2.


Part 2/3 - Convert an Object to Data
-------------------------------------------------------------


Part 2/2 Instructions to convert Data to Object
# Select an Object you wish to turn into data (NB. perhaps start with a single object which is relatively simple).
--------------------------------------------------------
# Rez the Object you wish to turn into data on the ground.
# Right-click the Object you wish to turn into data, and select edit. Then click on the "Content" tab to view its contents.
# Now drag'n'drop the "Object to Data" script you created in your Inventory, from your "Object to Data v1.4" folder into the "Contents" folder of the Object you wish to turn into data.
# Wait a few moments (or possibly a minute or two) until your Local Chat Window outputs the Object's data.
# Copy the text data from your Local Chat Window (including the time code) from the very beginning to the very end.
# Return to your Inventory folder named, "Object to Data v1.4", and then right-click and create a new note (i.e. notecard) called, "Data_Default".
# Paste the Object code data copied from your Local Chat Window to the "Data_Default" notecard, and then "Save" it. This notecard now holds the data information for your Object.
# If the information does not fit in to one notecard, the first object stays named "Data_Default", however name the second notecard "Data_Default 1", the third "Data_Default 2", etc.


Step 1) Create a new Object on the ground, and then right-click on it, and select "Edit".
The entire object has now been turned into data. It can now be transferred through many means not usually possible, including a text file on the Internet.
Step 2) Under the "General" tab, name the Object you just created as, "HoloBox". This object must be inserted into your "Data to Object" object in future to supply the prim that will be converted back into the original Object you once sort to have turned into text/notecard data.
Step 3) Right-click the "Holobox", and select "Take, to take the object back into your inventory.
Step 4) Create a new Object on the ground, right-click it, and select "Edit".
Step 5) Under the "General" tab, name the Object you just created as, "Data to Object".
Step 6) Go the the "Content" tab of the "Data to Object" prim, to view its contents.
Step 7) Drag'n'drop the "Data To Object" script under the "Object to Data v1.2" folder in your Inventory, to the "Contents" folder of the "Data to Object" object you have selected.
Step 8) Drag'n'drop the "Holobox" object you have either in your "Objects" folder in your Inventory or under the "Object to Data v1.2" folder in your Inventory, to the "Contents" folder of the "Data to Object" object you have selected.
Step 9 Drag'n'drop the "Data_Default" notecard under the "Object to Data v1.2" folder in your Inventory, to the "Contents" folder of the "Data to Object" object you have selected.


With the "Content" tab highlighted/activated, and in the "Contents" folder of your object named, "Data to Object", you should now have the following items contained inside it:


1 x Script, named: "Data to Object"
Part 3/3 Instructions to convert Data to Object
1 x  Notecard, named: "Data_Default"
--------------------------------------------------------
1 x Object, named: "HoloBox"


Step 10) Deselect the object, "Data to Object".  
# Rez the "Data to Object" object from the "Object to Data v1.4" folder. (Move the object some meters above the ground, since it will silently fail and hang if later if it attempts to rez objects slightly below ground level!)
Step 11) Now touch the object, "Data to Object" to begin rebuilding the original Object that you sort to have turned into data. It can now be turned back into an Object again.
# Right-click the Object you wish to turn into data, and select edit. Go to the "Contents" tab of the "Data to Object" object.
Step 12) A "Blue Drop-down Menu" will appear asking for permission to Link and Delink objects again. Select "YES" to accept and begin rebuilding.
# Drag'n'drop the "Data_Default" notecard(s) to the object.
Step 13) View your Local Chat window for confirm of the build "Start", and notification when the build is "Done".
# Now touch the object, "Data to Object" to begin rebuilding the original Object that you had turned into data.  
# View your Local Chat window for confirm of the build "Start", and notification when the build is "Done".


The original Object you sort to have turned into data will now rez as a new object above the "Data to Object" prim.  
The original Object you sort to have turned into data will now rez as a new object above the "Data to Object" prim.  
Line 87: Line 123:
This object will be empty, ready for use as intended.
This object will be empty, ready for use as intended.


End of Part 2/2




</div></div>


I'm not one for writing documentation, so I apologize in advance for the confusion of the following.


<pre>
<div id="box">
To convert an object into data...
1) Place down the object you want to convert to data.
2) Drop the Data Main script into the object.
3) When told to, drop the Object to Data script into the object.
4) After the object finishes gathering data,  Re-Rez the object and then go to 'Tools' -> 'Set Scripts to Running in Selection', and then Re-Rez the object again.
5) It will start to spew out data, copy this text in it's entirety and paste it into a note.
</pre><pre>
To convert data back to an object...
1) Place the desired note into the Data to Object object, and then touch it.
2) Stand back and wait for it to finish (this may take some time).
</pre>


Now that you know how it works, start out by rezing a box and calling it "Data to Object", in it place an empty box called "HoloBox", as well as the following script.
== Data To Object (Script) ==
<div style="padding: 0.5em;">


Data to Object
<lsl>
<lsl>
key qid;
string name = "Data_Default";
 
integer numberOfNotes;
key     qid;
integer line = 0;
integer line = 0;
string  name = "Data_Default";
integer lineTotal = 0;
string allData;
integer prims;
integer prims;
list    totalLines;
integer totalLinesTotal;
string hexDigits = "0123456789ABCDEF";
integer rand;
integer whichNote;
vector start;
vector start;


get() {
    if (whichNote == 0) {
        qid = llGetNotecardLine(name, line);
    } else {
        qid = llGetNotecardLine(name + " " + (string)whichNote, line);
    }
       
}
rezObj(vector pos, string num) {
    while (llVecDist(llGetPos(), start-pos) > .001) llSetPos(start-pos);
    llRezObject("HoloBox", llGetPos(), <0,0,0>, <0,0,0,0>, hex2int(num) + rand);
}


setLink() {
integer hex2int(string hex) {
     list l = llParseString2List(allData, ["-=-"], []);
     integer p1 = llSubStringIndex(hexDigits, llGetSubString(hex, 0, 0));
     vector pos = (vector)llList2String(l, 0);
     integer p2 = llSubStringIndex(hexDigits, llGetSubString(hex, 1, 1));
     pos += start;
     integer data = p2 + (p1 << 4);
    while (llVecDist(llGetPos(), pos) > .01) llSetPos(pos);
     return data;
     list real;
}
    integer i = 1;
 
     while (i < llGetListLength(l)) {
default {
         string this = llList2String(l, i);
     touch_start(integer i) {
         string thisPart = llGetSubString(this, 0, 1);
         llSetText("Starting Up... (1/4)", <1,1,1>, 1);
         if (thisPart == "#S") {
         numberOfNotes = llGetInventoryNumber(INVENTORY_NOTECARD);
            real += (string)llGetSubString(this, 2, -1);
          
         } else if (thisPart == "#K") {
        qid = llGetNumberOfNotecardLines(name);
             real += (key)llGetSubString(this, 2, -1);
    }
        } else if (thisPart == "#I") {
    dataserver(key queryId, string data) {
             real += (integer)llGetSubString(this, 2, -1);
         if (queryId == qid) {
        } else if (thisPart == "#F") {
             totalLines += data;
            real += (float)llGetSubString(this, 2, -1);
             totalLinesTotal += (integer)data;
        } else if (thisPart == "#V") {
            ++whichNote;
            real += (vector)llGetSubString(this, 2, -1);
            if (whichNote < numberOfNotes) {
        } else if (thisPart == "#R") {
                llOwnerSay(name + " " + (string)whichNote);
             real += (rotation)llGetSubString(this, 2, -1);
                qid = llGetNumberOfNotecardLines(name + " " + (string)whichNote);
            } else {
                state rez;
             }
         }
         }
        i++;
     }
     }
    llSetLinkPrimitiveParams(LINK_ALL_OTHERS, real);
}
}


default {
state rez {
     touch_start(integer i) {
     state_entry() {
         start = llGetPos();
         start = llGetPos();
        rand = (integer)llFrand(0x6FFFFFFF) + 0x10000000;
         llOwnerSay("Start");
         llOwnerSay("Start");
         llRequestPermissions(llGetOwner(), PERMISSION_CHANGE_LINKS);
         line = 0;
        qid = llGetNotecardLine(name, line);
        whichNote = 0;
     }
     }
     run_time_permissions(integer p) {
     dataserver(key queryId, string data) {
         if (p & PERMISSION_CHANGE_LINKS) {
         if (queryId == qid) {
          line = 0;
            if (data != EOF) {
          qid = llGetNotecardLine(name,line);  
                data = llList2String(llParseString2List(data, ["-----: "], []), 1);
                if (llGetSubString(data, 0, 3) == "#NEW") {
                    string num = llGetSubString(data, 5, 6);
                    vector pos = (vector)llGetSubString(data, 8, -1);
                    rezObj(pos, num);
                }
                llSetText("Rezing Prims: " + (string)((integer)(100*lineTotal/totalLinesTotal)) + "% (2/4)", <1,1,1>, 1);
                line += 1;
                lineTotal += 1;
                get();
            } else {
                whichNote++;
                if (whichNote < numberOfNotes) {
                    line = 0;
                    get();
                } else {
                    state run;
                }
            }
         }
         }
    }
}
state run {
    state_entry() {
        line = 0;
        lineTotal = 0;
        qid = llGetNotecardLine(name, line);
        whichNote = 0;
     }
     }
     dataserver(key queryId, string data) {
     dataserver(key queryId, string data) {
         if (queryId == qid)  {
         if (queryId == qid)  {
             if (data != EOF) {
             if (data != EOF) {
                data = llList2String(llParseString2List(data, ["-----: "], []), 1);
                if (llGetSubString(data, 0, 3) != "#NEW") {
                    list parts = llParseString2List(data, [":::"], []);
                    integer prim = hex2int(llList2String(parts, 0));
                    llRegionSay(rand + prim, llList2String(parts, 1));
                }
                llSetText("Sending Data: " + (string)((integer)(100*lineTotal/totalLinesTotal)) + "% (3/4)", <1,1,1>, 1);
                 line += 1;
                 line += 1;
                 data = llList2String(llParseString2List(data, ["-----: "], []), 1);
                 lineTotal += 1;
                 if (data == "#START#") {
                 get();
                    llRezObject("HoloBox", llGetPos() + <0,0,0>, <0,0,0>, <0,0,0,0>, 0);
            } else {
                 } else if (data == "#END#") {
                whichNote++;
                     setLink();
                 if (whichNote < numberOfNotes) {
                     llBreakAllLinks();
                     line = 0;
                    allData = "";
                     get();
                 } else {
                 } else {
                     allData += data;
                     llSetText("Cleaning Up... (4/4)", <1,1,1>, 1);
                    integer i = 0;
                    while (i < 256) {
                        llRegionSay(rand + i, "Finish");
                        ++i;
                    }
                    llSetTimerEvent(3);
                 }
                 }
                qid = llGetNotecardLine(name,line);
            } else {
                llSetTimerEvent(3);
             }
             }
         }
         }
     }
     }
     timer() {
     timer() {
        llSetText("Finished.", <1,1,1>, 1);
         llOwnerSay("Done");
         llOwnerSay("Done");
         llSetTimerEvent(0);
         llSetTimerEvent(0);
    }
         llResetScript();
    object_rez(key k) {
         llCreateLink(k, 1);
     }
     }
}
}
</lsl>
</lsl>


</div></div>




Here are the two scripts required to turn an object into data:
<div id="box">
 
== Object To Data (Script) ==
Data Main
<div style="padding: 0.5em;">
<lsl>
default {
    state_entry() {
        llRequestPermissions(llGetOwner(), PERMISSION_CHANGE_LINKS);
        if (llGetInventoryType("Object to Data") != -1) {
            state run;
        } else {
            llOwnerSay("Accept the permission to change links, and then place the 'Object to Data' script in me.");
        }
    }
    changed(integer num) {
        if (llGetInventoryType("Object to Data") != -1) {
            state run;
        }
    }
}
 
state run {
    state_entry() {
        llOwnerSay("Gathering data... Please wait. This may take some time.");
        llSetText("Loading...", <1,1,1>, 1);
        integer num = llGetNumberOfPrims();
        list lst;
        integer i = 1;
        while (i <= num) {
            lst += llGetLinkKey(i);
            i++;
        }
        llBreakAllLinks();
        i = 0;
        while (i < num) {
            llSetText((string)(((float)i*100.0)/((float)num)) + "% finished.", <1,1,1>, 1);
            llGiveInventory(llList2Key(lst, i), "Object to Data");
            llCreateLink(llList2Key(lst, i), 1);
            i++;
        }
        llSetText("", <1,1,1>, 1);
        llOwnerSay("Re-Rez this object and then go to 'Tools' -> 'Set Scripts to Running in Selection', and then Re-Rez this object again.");
        llRemoveInventory(llGetScriptName());
    }
}
</lsl>
 
 
Object to Data
<lsl>
<lsl>
string hexc="0123456789ABCDEF";//faster
string hexc="0123456789ABCDEF";//faster
Line 299: Line 343:
     return ret;
     return ret;
}
}
integer LINK_NUM = 0;


string getTexture() {
string getTexture() {
     string ret;
     string ret;
      
      
     integer sides = llGetNumberOfSides();
     integer sides = llGetLinkNumberOfSides(LINK_NUM);
      
      
     integer same = 1;
     integer same = 1;
Line 313: Line 359:
     integer i = 0;
     integer i = 0;
     while (i < sides) {
     while (i < sides) {
         list side  = llGetPrimitiveParams([PRIM_TEXTURE, i]);
         list side  = llGetLinkPrimitiveParams(LINK_NUM, [PRIM_TEXTURE, i]);
         texture += llList2String(side, 0);
         texture += llList2String(side, 0);
         repeat  += llList2Vector(side, 1);
         repeat  += llList2Vector(side, 1);
Line 338: Line 384:
     return ret;
     return ret;
}
}


string getColor() {
string getColor() {
     string ret;
     string ret;


     integer sides = llGetNumberOfSides();
     integer sides = llGetLinkNumberOfSides(LINK_NUM);
      
      
     integer same = 1;
     integer same = 1;
Line 351: Line 396:
     integer i = 0;
     integer i = 0;
     while (i < sides) {
     while (i < sides) {
         list side  = llGetPrimitiveParams([PRIM_COLOR, i]);
         list side  = llGetLinkPrimitiveParams(LINK_NUM, [PRIM_COLOR, i]);
         alpha += llList2Float(side, 1);
         alpha += llList2Float(side, 1);
         color  += llList2Vector(side, 0);
         color  += llList2Vector(side, 0);
Line 377: Line 422:
     string ret;
     string ret;


     integer sides = llGetNumberOfSides();
     integer sides = llGetLinkNumberOfSides(LINK_NUM);
      
      
     integer same = 1;
     integer same = 1;
Line 385: Line 430:
     integer i = 0;
     integer i = 0;
     while (i < sides) {
     while (i < sides) {
         list side  = llGetPrimitiveParams([PRIM_BUMP_SHINY, i]);
         list side  = llGetLinkPrimitiveParams(LINK_NUM, [PRIM_BUMP_SHINY, i]);
         shiny += llList2Integer(side, 0);
         shiny += llList2Integer(side, 0);
         bump += llList2Integer(side, 1);
         bump += llList2Integer(side, 1);
Line 407: Line 452:
     return ret;
     return ret;
}
}
string getBright() {
string getBright() {
     string ret;
     string ret;


     integer sides = llGetNumberOfSides();
     integer sides = llGetLinkNumberOfSides(LINK_NUM);
      
      
     integer same = 1;
     integer same = 1;
Line 417: Line 463:
     integer i = 0;
     integer i = 0;
     while (i < sides) {
     while (i < sides) {
         list side  = llGetPrimitiveParams([PRIM_FULLBRIGHT, i]);
         list side  = llGetLinkPrimitiveParams(LINK_NUM, [PRIM_FULLBRIGHT, i]);
         fullbright += llList2Integer(side, 0);
         fullbright += llList2Integer(side, 0);
          
          
Line 432: Line 478:
         while (j < llGetListLength(fullbright)) {
         while (j < llGetListLength(fullbright)) {
             ret += list2string([PRIM_FULLBRIGHT, j, llList2Integer(fullbright, j)]);
             ret += list2string([PRIM_FULLBRIGHT, j, llList2Integer(fullbright, j)]);
            j++;
        }
    }       
   
    return ret;
}
string getGlow() {
    string ret;
    integer sides = llGetLinkNumberOfSides(LINK_NUM);
   
    integer same = 1;
    list glow;
   
    integer i = 0;
    while (i < sides) {
        list side  = llGetLinkPrimitiveParams(LINK_NUM, [PRIM_GLOW, i]);
        glow += llList2Integer(side, 0);
       
        if (!(llList2Integer(glow, i) == llList2Integer(glow, i-1))) {
                same = 0;
        }
        i++;
    }
    if (same) {
        ret += list2string([PRIM_GLOW, ALL_SIDES, llList2Integer(glow, 0)]);
    } else {
        integer j = 0;
        while (j < llGetListLength(glow)) {
            ret += list2string([PRIM_GLOW, j, llList2Integer(glow, j)]);
             j++;
             j++;
         }
         }
Line 440: Line 517:


vector getPos() {
vector getPos() {
     vector pos = llList2Vector(llGetPrimitiveParams([PRIM_POSITION]), 0);
     vector pos = llGetPos();
     pos -= llList2Vector(llGetObjectDetails(llGetLinkKey(0), [OBJECT_POS]), 0);
     pos -= llList2Vector(llGetLinkPrimitiveParams(LINK_NUM, [PRIM_POSITION]), 0);
     if (llGetLinkNumber() == 1) {
   
     if (LINK_NUM == 1) {
         pos = <0,0,0>;
         pos = <0,0,0>;
     }
     }
Line 449: Line 527:


string getType() {
string getType() {
     list type = [PRIM_TYPE] + llGetPrimitiveParams([PRIM_TYPE]);
     list type = [PRIM_TYPE] + llGetLinkPrimitiveParams(LINK_NUM, [PRIM_TYPE]);
     type += [PRIM_PHYSICS] + llGetPrimitiveParams([PRIM_PHYSICS]);
     type += [PRIM_PHYSICS] + llGetLinkPrimitiveParams(LINK_NUM, [PRIM_PHYSICS]);
     type += [PRIM_MATERIAL] + llGetPrimitiveParams([PRIM_MATERIAL]);
     type += [PRIM_MATERIAL] + llGetLinkPrimitiveParams(LINK_NUM, [PRIM_MATERIAL]);
     type += [PRIM_TEMP_ON_REZ] + llGetPrimitiveParams([PRIM_TEMP_ON_REZ]);
     type += [PRIM_TEMP_ON_REZ] + llGetLinkPrimitiveParams(LINK_NUM, [PRIM_TEMP_ON_REZ]);
     type += [PRIM_PHANTOM] + llGetPrimitiveParams([PRIM_PHANTOM]);
     type += [PRIM_PHANTOM] + llGetLinkPrimitiveParams(LINK_NUM, [PRIM_PHANTOM]);
     type += [PRIM_ROTATION] + llGetPrimitiveParams([PRIM_ROTATION]);
     type += [PRIM_ROTATION] + llGetLinkPrimitiveParams(LINK_NUM, [PRIM_ROTATION]);
     type += [PRIM_SIZE] + llGetPrimitiveParams([PRIM_SIZE]);
     type += [PRIM_SIZE] + llGetLinkPrimitiveParams(LINK_NUM, [PRIM_SIZE]);
     type += [PRIM_FLEXIBLE] + llGetPrimitiveParams([PRIM_FLEXIBLE]);
     type += [PRIM_FLEXIBLE] + llGetLinkPrimitiveParams(LINK_NUM, [PRIM_FLEXIBLE]);
     type += [PRIM_POINT_LIGHT] + llGetPrimitiveParams([PRIM_POINT_LIGHT]);
     type += [PRIM_POINT_LIGHT] + llGetLinkPrimitiveParams(LINK_NUM, [PRIM_POINT_LIGHT]);
    type += [PRIM_CAST_SHADOWS] + llGetPrimitiveParams([PRIM_CAST_SHADOWS]);
     return list2string(type);
     return list2string(type);
}
}
Line 470: Line 547:
     ret += getColor();
     ret += getColor();
     ret += getBright();
     ret += getBright();
    ret += getGlow();
     return ret;
     return ret;
}
}
string getMeta() {
    return llDumpList2String([llGetLinkName(LINK_NUM), llList2String(llGetLinkPrimitiveParams(LINK_NUM, [PRIM_DESC]), 0)], "-=-");
}
string int2hex(integer num) {
    integer p1 = num & 0xF;
    integer p2 = (num >> 4) & 0xF;
    string data = llGetSubString(hexc, p2, p2) + llGetSubString(hexc, p1, p1);
    return data;
}


default {
default {
     on_rez(integer i) {
     state_entry() {
         if (llGetInventoryType("Replicate Main") == -1) {
         string name = llGetObjectName();
             string s = getPrimitiveParams();
        llSetObjectName("-----");
             s = safeVector(getPos()) + "-=-" + s;
        LINK_NUM = 1;
        while (LINK_NUM <= llGetNumberOfPrims()) {
            llOwnerSay("#NEW " + int2hex(LINK_NUM) + " " + safeVector(getPos()));
            LINK_NUM++;
        }
        LINK_NUM = 1;
        llSetObjectName(name);
        while (LINK_NUM <= llGetNumberOfPrims()) {
             string meta = getMeta();
             string data = getPrimitiveParams();
             llSetObjectName("-----");
             llSetObjectName("-----");
             llSleep(llGetLinkNumber());
             llOwnerSay(int2hex(llGetLinkNumber()) + ":::0"+meta);
            llOwnerSay("#START#");
             integer i = 0;
             integer i = 0;
             while (i < llStringLength(s)) {
            integer num = 1;
                 llOwnerSay((string)llGetSubString(s, i, i+199));
             while (i < llStringLength(data)) {
                 llOwnerSay(int2hex(LINK_NUM) + ":::" + (string)num + "" + (string)llGetSubString(data, i, i+199));
                 i += 200;
                 i += 200;
                llSleep(.1);
                num++;
             }
             }
             llOwnerSay("#END#");
             LINK_NUM++;
         }
         }
     }
     }
}
}
</lsl>
</lsl>
</div></div>
<div id="box">
== Holo Box (Script) ==
<div style="padding: 0.5em;">
<lsl>
string meta;
list data = ["", "", "", "", "", "", "", "", "", "", "", "", "", ""];
setLink() {
    list m = llParseString2List(meta, ["-=-"], []);
    llSetObjectName(llList2String(m, 0));
    llSetObjectDesc(llList2String(m, 1));
   
    list l = llParseString2List((string)data, ["-=-"], []);
    list real;
    integer i = 0;
    while (i < llGetListLength(l)) {
        string this = llList2String(l, i);
        string thisPart = llGetSubString(this, 0, 1);
        if (thisPart == "#S") {
            real += (string)llGetSubString(this, 2, -1);
        } else if (thisPart == "#K") {
            real += (key)llGetSubString(this, 2, -1);
        } else if (thisPart == "#I") {
            real += (integer)llGetSubString(this, 2, -1);
        } else if (thisPart == "#F") {
            real += (float)llGetSubString(this, 2, -1);
        } else if (thisPart == "#V") {
            real += (vector)llGetSubString(this, 2, -1);
        } else if (thisPart == "#R") {
            real += (rotation)llGetSubString(this, 2, -1);
        }
        i++;
    }
    llSetPrimitiveParams(real);
}
default {
    on_rez(integer i) {
        llListen(i, "", "", "");
    }
    listen(integer i, string n, key id, string m) {
        if (m == "Finish") {
            setLink();
            llSleep(.5);
            llRemoveInventory(llGetScriptName());
        }
        integer num = (integer)llGetSubString(m, 0, 0);
        if (num == 0) {
            meta = llGetSubString(m, 1, -1);
        } else {
            num--;
            data = llListReplaceList(data, [llGetSubString(m, 1, -1)], num, num);
        }
    }
}
</lsl>
</lsl>
 
</div></div>


{{LSLC|Library}}
{{LSLC|Library}}

Revision as of 00:47, 21 September 2012

Introduction

(http://www.gnu.org/copyleft/fdl.html) in the spirit of which this script is GPL'd. Copyright (C) 2011 Xaviar Czervik

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

This is one of the projects that I've spent a significant amount of time on, and that I've uploaded to the wiki. It's purpose is simple: it allows anyone to transfer objects through text. This may seem trivial, but it has several advantages to it. Below are a few ways in which this script can be used:

  1. The Internet. There is no way (yet) to go on to the Internet and request an object be sent to your SL character. This solves this issue. One could post the data on to the Internet, and allow people to copy the text down to SL, run this script, and obtain an object from it.
  2. Management Scripts. There is no way to have an object create a totally new object. And objects can only call llGiveInventory on other objects when in the same sim. This solves the issue by allowing objects to use email to send data, which can then be turned into an object.



Revision History

Version 1.4:

  1. Doesn't require rerezing.
  2. Simpler to turn object to data.
  3. Backwards compatible with 1.3.
  4. Bug fix from KimAnn Galaxy.

Version 1.3:

  1. 100% success rate.
  2. Added PRIM_GLOW
  3. Added functionality for multiple notecards (for really big objects).
  4. Improved efficiency; removed the delink/relink sections.

Version 1.2:

  1. Around 95% success rate.
  2. Changed to almost all llGetPrimitiveParams calls.
  3. Added more than just ten different descriptors of an object.
  4. Removed freakish menu-controlled system.
  5. Script need only be dropped in root object, not every prim.

Version 1.1:

  1. Made process simpler: removed replicate from listen.
  2. Changed to work (slightly) better.

Version 1.0:

  1. First release.


Instructions

Thanks to DMC Zsigmond for the original documentation shown below, modified for Version 1.4 by Xaviar.


Check List (Parts Required):

  1. 1 x Script, named: "Object to Data"
  2. 1 x Script, named: "Holo Script"
  3. 1 x Object, named: "HoloBox"
  4. 1 x Notecard, named: "Data_Default"

Plus,

  1. 1 x Any Object you wish to use these scripts with to turn into data, or re-rez it back again.

Part 1/3 - Creating Scripts and Assembling Objects


  1. Open your "Inventory", and create a new folder, called: "Object to Data v1.4".
  2. Under the new "Object to Data v1.4" folder, right-click and create a new script, named "Data To Object". Then copy and paste the "Data To Object" LSL code on this wiki page into the "Data To Object" script you just created under your "Object to Data v1.4" folder. Click on "Save" to compile the "Data to Object" script, and then after that "Data to Object" script has successfully compiled, close the script.
  3. Repeat Step 2, for the "Holo Script" and "Object to Data" scripts.
  4. Create a new Object on the ground, and then right-click on it, and select "Edit".
  5. Under the "General" tab, name the Object you just created as, "HoloBox". This object must be inserted into your "Data to Object" object in future to supply the prim that will be converted back into the original Object you once sort to have turned into text/notecard data.
  6. Go the the "Content" tab of the "HoloBox" prim, to view its contents.
  7. Drag'n'drop the "Holo Script" script under the "Object to Data v1.4" folder in your Inventory, to the "Contents" folder of the "HoloBox" object you have selected.
  8. Right-click the "HoloBox" object, and select "Take", to take the object back into your inventory.
  9. Create a new Object on the ground, right-click it, and select "Edit".
  10. Under the "General" tab, name the Object you just created as, "Data to Object". (not necessary)
  11. Go the the "Content" tab of the "Data to Object" prim, to view its contents.
  12. Drag'n'drop the "Data To Object" script under the "Object to Data v1.4" folder in your Inventory, to the "Contents" folder of the "Data to Object" object you have selected.
  13. Drag'n'drop the "HoloBox" object you have either in your "Objects" folder in your Inventory or under the "Object to Data v1.4" folder in your Inventory, to the "Contents" folder of the "Data to Object" object you have selected.

You should now have two things:

  1. An object named "Data to Object" which contains (1) a script named "Data to Object" (found below) and (2) an object named HoloBox. Holobox should contain a script named "Holo Script" (found below).
  2. A script named "Object to Data".


Part 2/3 - Convert an Object to Data


  1. Select an Object you wish to turn into data (NB. perhaps start with a single object which is relatively simple).
  2. Rez the Object you wish to turn into data on the ground.
  3. Right-click the Object you wish to turn into data, and select edit. Then click on the "Content" tab to view its contents.
  4. Now drag'n'drop the "Object to Data" script you created in your Inventory, from your "Object to Data v1.4" folder into the "Contents" folder of the Object you wish to turn into data.
  5. Wait a few moments (or possibly a minute or two) until your Local Chat Window outputs the Object's data.
  6. Copy the text data from your Local Chat Window (including the time code) from the very beginning to the very end.
  7. Return to your Inventory folder named, "Object to Data v1.4", and then right-click and create a new note (i.e. notecard) called, "Data_Default".
  8. Paste the Object code data copied from your Local Chat Window to the "Data_Default" notecard, and then "Save" it. This notecard now holds the data information for your Object.
  9. If the information does not fit in to one notecard, the first object stays named "Data_Default", however name the second notecard "Data_Default 1", the third "Data_Default 2", etc.

The entire object has now been turned into data. It can now be transferred through many means not usually possible, including a text file on the Internet.


Part 3/3 Instructions to convert Data to Object


  1. Rez the "Data to Object" object from the "Object to Data v1.4" folder. (Move the object some meters above the ground, since it will silently fail and hang if later if it attempts to rez objects slightly below ground level!)
  2. Right-click the Object you wish to turn into data, and select edit. Go to the "Contents" tab of the "Data to Object" object.
  3. Drag'n'drop the "Data_Default" notecard(s) to the object.
  4. Now touch the object, "Data to Object" to begin rebuilding the original Object that you had turned into data.
  5. View your Local Chat window for confirm of the build "Start", and notification when the build is "Done".

The original Object you sort to have turned into data will now rez as a new object above the "Data to Object" prim.

This object will be empty, ready for use as intended.



Data To Object (Script)

<lsl> string name = "Data_Default";

integer numberOfNotes; key qid; integer line = 0; integer lineTotal = 0; integer prims; list totalLines; integer totalLinesTotal;

string hexDigits = "0123456789ABCDEF";

integer rand;

integer whichNote;

vector start;

get() {

   if (whichNote == 0) {
       qid = llGetNotecardLine(name, line);
   } else {
       qid = llGetNotecardLine(name + " " + (string)whichNote, line);
   }
       

}

rezObj(vector pos, string num) {

   while (llVecDist(llGetPos(), start-pos) > .001) llSetPos(start-pos);
   llRezObject("HoloBox", llGetPos(), <0,0,0>, <0,0,0,0>, hex2int(num) + rand);

}

integer hex2int(string hex) {

   integer p1 = llSubStringIndex(hexDigits, llGetSubString(hex, 0, 0));
   integer p2 = llSubStringIndex(hexDigits, llGetSubString(hex, 1, 1));
   integer data = p2 + (p1 << 4);
   return data;

}

default {

   touch_start(integer i) {
       llSetText("Starting Up... (1/4)", <1,1,1>, 1);
       numberOfNotes = llGetInventoryNumber(INVENTORY_NOTECARD);
       
       qid = llGetNumberOfNotecardLines(name);
   }
   dataserver(key queryId, string data) {
       if (queryId == qid)  {
           totalLines += data;
           totalLinesTotal += (integer)data;
           ++whichNote;
           if (whichNote < numberOfNotes) {
               llOwnerSay(name + " " + (string)whichNote);
               qid = llGetNumberOfNotecardLines(name + " " + (string)whichNote);
           } else {
               state rez;
           }
       }
   }

}

state rez {

   state_entry() {
       start = llGetPos();
       rand = (integer)llFrand(0x6FFFFFFF) + 0x10000000;
       llOwnerSay("Start");
       line = 0;
       qid = llGetNotecardLine(name, line); 
       whichNote = 0;
   }
   dataserver(key queryId, string data) {
       if (queryId == qid)  {
           if (data != EOF) {
               data = llList2String(llParseString2List(data, ["-----: "], []), 1);
               if (llGetSubString(data, 0, 3) == "#NEW") {
                   string num = llGetSubString(data, 5, 6);
                   vector pos = (vector)llGetSubString(data, 8, -1);
                   rezObj(pos, num);
               }
               llSetText("Rezing Prims: " + (string)((integer)(100*lineTotal/totalLinesTotal)) + "% (2/4)", <1,1,1>, 1);
               line += 1;
               lineTotal += 1;
               get();
           } else {
               whichNote++;
               if (whichNote < numberOfNotes) {
                   line = 0;
                   get();
               } else {
                   state run;
               }
           }
       }
   }

}

state run {

   state_entry() {
       line = 0;
       lineTotal = 0;
       qid = llGetNotecardLine(name, line); 
       whichNote = 0;
   }
   dataserver(key queryId, string data) {
       if (queryId == qid)  {
           if (data != EOF) {
               data = llList2String(llParseString2List(data, ["-----: "], []), 1);
               if (llGetSubString(data, 0, 3) != "#NEW") {
                   list parts = llParseString2List(data, [":::"], []);
                   integer prim = hex2int(llList2String(parts, 0));
                   llRegionSay(rand + prim, llList2String(parts, 1));
               }
               llSetText("Sending Data: " + (string)((integer)(100*lineTotal/totalLinesTotal)) + "% (3/4)", <1,1,1>, 1);
               line += 1;
               lineTotal += 1;
               get();
           } else {
               whichNote++;
               if (whichNote < numberOfNotes) {
                   line = 0;
                   get();
               } else {
                   llSetText("Cleaning Up... (4/4)", <1,1,1>, 1);
                   integer i = 0;
                   while (i < 256) {
                       llRegionSay(rand + i, "Finish");
                       ++i;
                   }
                   llSetTimerEvent(3);
               }
           }
       }
   }
   timer() {
       llSetText("Finished.", <1,1,1>, 1);
       llOwnerSay("Done");
       llSetTimerEvent(0);
       llResetScript();
   }

} </lsl>


Object To Data (Script)

<lsl> string hexc="0123456789ABCDEF";//faster

string Float2Hex(float input) {// Copyright Strife Onizuka, 2006-2007, LGPL, http://www.gnu.org/copyleft/lesser.html

   if((integer)input != input)//LL screwed up hex integers support in rotation & vector string typecasting
   {//this also keeps zero from hanging the zero stripper.
       float unsigned = llFabs(input);//logs don't work on negatives.
       integer exponent = llFloor(llLog(unsigned) / 0.69314718055994530941723212145818);//floor(log2(b)) + rounding error
       integer mantissa = (integer)((unsigned / (float)("0x1p"+(string)(exponent -= (exponent == 128)))) * 0x1000000);//shift up into integer range
       integer index = (integer)(llLog(mantissa & -mantissa) / 0.69314718055994530941723212145818);//index of first 'on' bit
       string str = "p" + (string)((exponent += index) - 24);
       mantissa = mantissa >> index;
       do
           str = llGetSubString(hexc,15&mantissa,15&mantissa) + str;
       while(mantissa = mantissa >> 4);
       if(input < 0)
           return "-0x" + str;
       return "0x" + str;
   }//integers pack well so anything that qualifies as an integer we dump as such, supports netative zero
   return llDeleteSubString((string)input,-7,-1);//trim off the float portion, return an integer

}


string safeVector(vector v) {

   return "<"+safeFloat(v.x)+","+safeFloat(v.y)+","+safeFloat(v.z)+">";

}

string safeRotation(rotation v) {

   return "<"+safeFloat(v.x)+","+safeFloat(v.y)+","+safeFloat(v.z)+","+safeFloat(v.s)+">";

}

string safeFloat(float f) {

   return Float2Hex(f);

}

string list2string(list l) {

   string ret;
   integer len = llGetListLength(l);
   integer i;
   
   while (i < len) {
       integer type = llGetListEntryType(l, i);
       if (type == 1) {
           ret += "#I"+(string)llList2Integer(l, i);
       } else if (type == 2) {
           ret += "#F"+safeFloat(llList2Float(l, i));
       } else if (type == 3) {
           ret += "#S"+llList2String(l, i);
       } else if (type == 4) {
           ret += "#K"+(string)llList2Key(l, i);
       } else if (type == 5) {
           ret += "#V"+safeVector(llList2Vector(l, i));        
       } else if (type == 6) {
           ret += "#R"+safeRotation(llList2Rot(l, i));
       }
       ret += "-=-";
       i++;
   }
   return ret;

}

integer LINK_NUM = 0;

string getTexture() {

   string ret;
   
   integer sides = llGetLinkNumberOfSides(LINK_NUM);
   
   integer same = 1;
   list texture;
   list repeat;
   list offset;
   list rot;
   
   integer i = 0;
   while (i < sides) {
       list side  = llGetLinkPrimitiveParams(LINK_NUM, [PRIM_TEXTURE, i]);
       texture += llList2String(side, 0);
       repeat  += llList2Vector(side, 1);
       offset  += llList2Vector(side, 2);
       rot     += llList2Float(side, 3);
       
       if (!(llList2String(texture, i) == llList2String(texture, i-1) && llList2Vector(repeat, i) == llList2Vector(repeat, i-1) &&
           llList2Vector(offset, i) == llList2Vector(offset, i-1) && llList2Float(rot, i) == llList2Float(rot, i-1))) {
               same = 0;
       }
       i++;
   }
   if (same) {
       ret += list2string([PRIM_TEXTURE, ALL_SIDES, llList2String(texture, 0), llList2Vector(repeat, 0), llList2Vector(offset, 0), llList2Float(rot, 0)]);
   } else {
       integer j = 0;
       while (j < llGetListLength(texture)) {
           ret += list2string([PRIM_TEXTURE, j, llList2String(texture, j), llList2Vector(repeat, j), llList2Vector(offset, j), llList2Float(rot, j)]);
           j++;
       }
   }        
   
   return ret;

}

string getColor() {

   string ret;
   integer sides = llGetLinkNumberOfSides(LINK_NUM);
   
   integer same = 1;
   list color;
   list alpha;
   
   integer i = 0;
   while (i < sides) {
       list side  = llGetLinkPrimitiveParams(LINK_NUM, [PRIM_COLOR, i]);
       alpha += llList2Float(side, 1);
       color  += llList2Vector(side, 0);
       
       if (!(llList2String(color, i) == llList2String(color, i-1) && llList2Vector(alpha, i) == llList2Vector(alpha, i-1))) {
               same = 0;
       }
       i++;
   }
   if (same) {
       ret += list2string([PRIM_COLOR, ALL_SIDES, llList2Vector(color, 0), llList2Float(alpha, 0)]);
   } else {
       integer j = 0;
       while (j < llGetListLength(color)) {
           ret += list2string([PRIM_COLOR, j, llList2Vector(color, j), llList2Float(alpha, j)]);
           j++;
       }
   }        
   
   return ret;

}

string getShiny() {

   string ret;
   integer sides = llGetLinkNumberOfSides(LINK_NUM);
   
   integer same = 1;
   list shiny;
   list bump;
   
   integer i = 0;
   while (i < sides) {
       list side  = llGetLinkPrimitiveParams(LINK_NUM, [PRIM_BUMP_SHINY, i]);
       shiny += llList2Integer(side, 0);
       bump += llList2Integer(side, 1);
       
       if (!(llList2Integer(shiny, i) == llList2Integer(shiny, i-1) && llList2Integer(bump, i) == llList2Integer(bump, i-1))) {
               same = 0;
       }
       i++;
   }
   if (same) {
       ret += list2string([PRIM_BUMP_SHINY, ALL_SIDES, llList2Integer(shiny, 0), llList2Integer(bump, 0)]);
   } else {
       integer j = 0;
       while (j < llGetListLength(shiny)) {
           ret += list2string([PRIM_BUMP_SHINY, j, llList2Integer(shiny, j), llList2Integer(bump, j)]);
           j++;
       }
   }        
   
   return ret;

}

string getBright() {

   string ret;
   integer sides = llGetLinkNumberOfSides(LINK_NUM);
   
   integer same = 1;
   list fullbright;
   
   integer i = 0;
   while (i < sides) {
       list side  = llGetLinkPrimitiveParams(LINK_NUM, [PRIM_FULLBRIGHT, i]);
       fullbright += llList2Integer(side, 0);
       
       if (!(llList2Integer(fullbright, i) == llList2Integer(fullbright, i-1))) {
               same = 0;
       }
       i++;
   }
   if (same) {
       ret += list2string([PRIM_FULLBRIGHT, ALL_SIDES, llList2Integer(fullbright, 0)]);
   } else {
       integer j = 0;
       while (j < llGetListLength(fullbright)) {
           ret += list2string([PRIM_FULLBRIGHT, j, llList2Integer(fullbright, j)]);
           j++;
       }
   }        
   
   return ret;

} string getGlow() {

   string ret;
   integer sides = llGetLinkNumberOfSides(LINK_NUM);
   
   integer same = 1;
   list glow;
   
   integer i = 0;
   while (i < sides) {
       list side  = llGetLinkPrimitiveParams(LINK_NUM, [PRIM_GLOW, i]);
       glow += llList2Integer(side, 0);
       
       if (!(llList2Integer(glow, i) == llList2Integer(glow, i-1))) {
               same = 0;
       }
       i++;
   }
   if (same) {
       ret += list2string([PRIM_GLOW, ALL_SIDES, llList2Integer(glow, 0)]);
   } else {
       integer j = 0;
       while (j < llGetListLength(glow)) {
           ret += list2string([PRIM_GLOW, j, llList2Integer(glow, j)]);
           j++;
       }
   }        
   
   return ret;

}

vector getPos() {

   vector pos = llGetPos();
   pos -= llList2Vector(llGetLinkPrimitiveParams(LINK_NUM, [PRIM_POSITION]), 0);
   
   if (LINK_NUM == 1) {
       pos = <0,0,0>;
   }
   return pos;

}

string getType() {

   list type = [PRIM_TYPE] + llGetLinkPrimitiveParams(LINK_NUM, [PRIM_TYPE]);
   type += [PRIM_PHYSICS] + llGetLinkPrimitiveParams(LINK_NUM, [PRIM_PHYSICS]);
   type += [PRIM_MATERIAL] + llGetLinkPrimitiveParams(LINK_NUM, [PRIM_MATERIAL]);
   type += [PRIM_TEMP_ON_REZ] + llGetLinkPrimitiveParams(LINK_NUM, [PRIM_TEMP_ON_REZ]);
   type += [PRIM_PHANTOM] + llGetLinkPrimitiveParams(LINK_NUM, [PRIM_PHANTOM]);
   type += [PRIM_ROTATION] + llGetLinkPrimitiveParams(LINK_NUM, [PRIM_ROTATION]);
   type += [PRIM_SIZE] + llGetLinkPrimitiveParams(LINK_NUM, [PRIM_SIZE]);
   type += [PRIM_FLEXIBLE] + llGetLinkPrimitiveParams(LINK_NUM, [PRIM_FLEXIBLE]);
   type += [PRIM_POINT_LIGHT] + llGetLinkPrimitiveParams(LINK_NUM, [PRIM_POINT_LIGHT]);
   return list2string(type);

}


string getPrimitiveParams() {

   string ret;
   ret += getType();
   ret += getTexture();
   ret += getShiny();
   ret += getColor();
   ret += getBright();
   ret += getGlow();
   return ret;

}

string getMeta() {

   return llDumpList2String([llGetLinkName(LINK_NUM), llList2String(llGetLinkPrimitiveParams(LINK_NUM, [PRIM_DESC]), 0)], "-=-");

}

string int2hex(integer num) {

   integer p1 = num & 0xF;
   integer p2 = (num >> 4) & 0xF;
   string data = llGetSubString(hexc, p2, p2) + llGetSubString(hexc, p1, p1);
   return data;

}


default {

   state_entry() {
       string name = llGetObjectName();
       llSetObjectName("-----");
       LINK_NUM = 1;
       while (LINK_NUM <= llGetNumberOfPrims()) {
           llOwnerSay("#NEW " + int2hex(LINK_NUM) + " " + safeVector(getPos()));
           LINK_NUM++;
       }
       LINK_NUM = 1;
       llSetObjectName(name);
       while (LINK_NUM <= llGetNumberOfPrims()) {
           string meta = getMeta();
           string data = getPrimitiveParams();
           llSetObjectName("-----");
           llOwnerSay(int2hex(llGetLinkNumber()) + ":::0"+meta);
           integer i = 0;
           integer num = 1;
           while (i < llStringLength(data)) {
               llOwnerSay(int2hex(LINK_NUM) + ":::" + (string)num + "" + (string)llGetSubString(data, i, i+199));
               i += 200;
               llSleep(.1);
               num++;
           }
           LINK_NUM++;
       }
   }

} </lsl>


Holo Box (Script)

<lsl> string meta; list data = ["", "", "", "", "", "", "", "", "", "", "", "", "", ""];


setLink() {

   list m = llParseString2List(meta, ["-=-"], []);
   llSetObjectName(llList2String(m, 0));
   llSetObjectDesc(llList2String(m, 1));
   
   list l = llParseString2List((string)data, ["-=-"], []);
   list real;
   integer i = 0;
   while (i < llGetListLength(l)) {
       string this = llList2String(l, i);
       string thisPart = llGetSubString(this, 0, 1);
       if (thisPart == "#S") {
           real += (string)llGetSubString(this, 2, -1);
       } else if (thisPart == "#K") {
           real += (key)llGetSubString(this, 2, -1);
       } else if (thisPart == "#I") {
           real += (integer)llGetSubString(this, 2, -1);
       } else if (thisPart == "#F") {
           real += (float)llGetSubString(this, 2, -1);
       } else if (thisPart == "#V") {
           real += (vector)llGetSubString(this, 2, -1);
       } else if (thisPart == "#R") {
           real += (rotation)llGetSubString(this, 2, -1);
       }
       i++;
   }
   llSetPrimitiveParams(real);

}


default {

   on_rez(integer i) {
       llListen(i, "", "", "");
   }
   listen(integer i, string n, key id, string m) {
       if (m == "Finish") {
           setLink();
           llSleep(.5);
           llRemoveInventory(llGetScriptName());
       }
       integer num = (integer)llGetSubString(m, 0, 0);
       if (num == 0) {
           meta = llGetSubString(m, 1, -1);
       } else {
           num--;
           data = llListReplaceList(data, [llGetSubString(m, 1, -1)], num, num);
       }
   }

} </lsl>