Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Does Anyone Remember This Huge Module-System?

tre Zobel
Registered User
Join date: 21 Jan 2006
Posts: 55
05-06-2007 10:48
Hiya, does anyone remember this?

Link

I need to know how to use it, I haven't tested it out yet, cause I can't follow the coding (so complex lol). Running it through my Scite some errors poped up, and I put in as best a fix I could find, but I'm not sure if I broke the script or not. Does anyone remember this content browser or how it is worked? If I could get it working I can do great things with it lol.

(Example) One of the errors I found and tried as best I could for a fix:

--From The Module: LibraryCBOutboundRequestRelay

Original:
CODE
list parseStringKeepNulls(string src)
{
// The seperator should be the first SEPERATOR_LEN
// characters in the string.
return llParseStringKeepNulls(llDeleteSubString(src, 0, SEPERATOR_LEN - 1), [[[llGetSubString|llGetSubString]](src, 0, SEPERATOR_LEN - 1)], []);
}

( I couldn't even begin to follow what the creator was thinking here :rolleyes: )

My Fix:
CODE
list parseStringKeepNulls(string src)
{
// The seperator should be the first SEPERATOR_LEN
// characters in the string.
return llParseStringKeepNulls(llDeleteSubString(src, 0, SEPERATOR_LEN - 1), [llGetSubString(src, 0, SEPERATOR_LEN - 1)], []);
}


Any help at all would be very much appreciated :D
tre Zobel
Registered User
Join date: 21 Jan 2006
Posts: 55
Update
05-06-2007 13:29
Alright, I've uploaded all the scripts into SL, fixed the multidimensional array aspect of them (was causing synthax errors) and are being tested as we speak.

If you've seen the actual page (link above) and want a copy of the scripts to mess with:

- Respond Below that you want a copy of it

- IM Tre Giles or Yami Katayama

- Copy all of the scripts from the original site, upload them, fix the errors, then do stuff yourself (go ahead, waste an hour or two lol)

- Soon I'll give out an SLURL to the land and set it up as a freebee box


I've edited it and it seems that my fixes compile correctly, the error in logic was the way the creator tried to setup multidimensional arrays (failed), I used a workaround and fixed it. At the moment the scripts don't seem to respond to anything, but me and the GiTech team are trying our hardest to work with it and make it work!

If anyone knows anything about these or remembers anything about this script setup or its modules, please respond (or PM/IM [in-world] me).
Bobbyb30 Zohari
SL Mentor Coach
Join date: 11 Nov 2006
Posts: 466
12-12-2007 15:54
Didn't Catherine Omega create them?
_____________________