BlackMagi Darkwatch
Resident-
Posts
148 -
Joined
-
Last visited
Reputation
1 NeutralRecent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
"The auto-detaching behaviour hinders content creation." I have to disagree with this statement Lucia - using a temp attachment for a teleport hud (in my case) which is relevant to the parcel that issued it means that the visitor is not getting extra inventory clutter As for why the temp attachment is being detached makes perfect sense and thank you for posting the JIRA link. Black
-
Walk onto a parcel that your Experience cannot run on (it has not been allowed) and the Experience will stop running. Temp HUD’s are detached / agent no longer animated. This is done with no efforts on the part of the person who wrote the Experience script. However, when walking into a new adjoining region you have to request Experience permissions to detach HUD’s / Stop animations etc otherwise the script will throw legacy script errors. To my mind this is wrong – the change of region should handled in the way as change parcel. Hope this makes it clearer Black
-
That is the point I am trying to make Lucia - if I drop onto the next parcel (same region) then the Experience seems to gracefully stop running detaching and stopping animations - error message and all is good in the world. When walking into the next region (Sim) then I have to request all permissions again so that I can stop them. I know the permission request is going to fail as I don't have the necessary permissions to run the Experience on the adjoining sim - this is why I was wondering if this was a bug.
-
Walking / flying to a different parcel or region When walking or flying to a parcel where my Experience is not permitted to run when wearing a scripted attachment changing to the new parcel animations stop, attachments detach and Experience error message shows = expected behaviour. When changing though to a connected region I need to request experience permissions again to be able to detach and stop animations otherwise legacy script errors show? I was wondering if this was a bug?! Thanks Black
-
Extra characters showing in world script editor?
BlackMagi Darkwatch replied to BlackMagi Darkwatch's topic in LSL Scripting
Posting this here for myself for possibly the next time. Notepad Settings Preferences Tab Settings Tab size: 4 [x] Replace by space Black -
Extra characters showing in world script editor?
BlackMagi Darkwatch replied to BlackMagi Darkwatch's topic in LSL Scripting
Hello Amethyst, I'd set up notepad++ as my external editor from a sl script.as per: http://wiki.secondlife.com/wiki/LSL_Alternate_Editors Going to keep digging - it's got to be in there somewhere! Thanks Black -
Extra characters showing in world script editor?
BlackMagi Darkwatch posted a topic in LSL Scripting
I use notepad for scripting as 1 it reminds me to save locally and 2 I can have font bigger but something is driving me bonkers and I can't see where to get rid of it? Here is a copy and paste of the text default { state_entry() { llSay(0, "Hello, Avatar!"); } touch_start(integer total_number) { llSay(0, "Touched."); /* These comments have been added in Notepad++ */ llOwnerSay("How can I get rid of the characters to the left of this text (next to the line numbers)?"); } } I'm using the default sl viewer Thanks Black -
What happens if ...
BlackMagi Darkwatch replied to BlackMagi Darkwatch's topic in Experience Tools Forum
Thank you to those that posted replies -
So I create an experience to plugin to an existing build and everything is working as expected. 3 questions; 1). The person that bought the build annoys another resident who subsequently AR's the experience. Does this mean that every experience created by Me is stopped grid-wide or just the one that has been AR'd whilst the circumstances are being investigated? 2). Do we use the same experience name for everything we create? 3). To sell an experience the person buying it would need to have at the very least land powers to rez the experience object. I'm guessing they would then need to add the experience to the parcel / region approved list? I don't think these questions have been asked here before. Thanks Black
-
Change Sun position?
BlackMagi Darkwatch replied to BlackMagi Darkwatch's topic in Experience Tools Forum
Thank you Dolphin - I will give it some thought -
Need ideas to work around problem.
BlackMagi Darkwatch replied to Loki Eliot's topic in Experience Tools Forum
I am only going to be using this on a parcel but here is the LSL funtion details: http://wiki.secondlife.com/wiki/LlGetAgentList -
Need ideas to work around problem.
BlackMagi Darkwatch replied to Loki Eliot's topic in Experience Tools Forum
Not sure if this will work but I am sort of planning to use the following. Helper script on parcel to record who is on parcel, if new player (visitor) then add them to the watch list and issue a HUD. The HUD could then record scores or whatever and when the user leaves the parcel then the helper script could close off the record? The helper script & HUD shouldn't actually need to talk to each other keeping comms to a minimum? I am currently using something similar to record visitor durations on our parcel and am hoping that this may work! -
Change Sun position?
BlackMagi Darkwatch replied to BlackMagi Darkwatch's topic in Experience Tools Forum
Dolphin, Is it worth actually putting this forward as a feature request for experiences? Even though it will only be updating a viewer setting and can be edited back by the user... hey, this sounds like a quick fix for Loki's issue also! Please-try-fix-this-bug-before-you-release-Experience-tools Thanks Black