19
Nov 11

Fleep’s Interview on the MetaverseTV show “Cross Worlds”

Recently I was invited to join friend and host Malburns Writer on his MetaverseTV talk show called “Cross Worlds”, which focuses on the greater metaverse beyond Second Life.  It was so much fun to talk about Opensim and FleepGrid, and where we think the metaverse is going in a broader sense.  Here’s the interview and super thanks to Malburns and the MetaverseTV crew for the invitation!


CrossWorlds #6 Fleep Tuque from Metaverse TV on Vimeo.

This weeks guest is Fleep Tuque to speak about her own grid FleepGrid, Open Sim, Second Life, the greater Metaverse and much more.

CrossWorlds #6 Fleep Tuque from Metaverse TV on Vimeo.


16
Apr 11

OpenSim Scripts That Don’t Restart on Reboot

Recently I got very annoyed that several scripts on FleepGrid like sit target scripts and texture animation scripts seemed to not restart when I reboot the sims.  I could manually go around and reset each script individually but I wanted them to reset themselves when the sims came back up.

For anyone else having this problem, I found the answer from a post entitled Scripting Notes for OpenSim Grids – namely to add a little bit of code to the scripts that should reset:

on_rez(integer num)

{

llResetScript();

}

Hope that helps someone else who’s had this problem and many thanks to pseudospace.net!

via http://fleepgrid.com/blog/.