-
Posts
157 -
Joined
-
Last visited
Content Type
Forums
Blogs
Knowledge Base
Everything posted by Galaxy Littlepaws
-
Can't move when CHARACTER_STAY_WITHIN_PARCEL is True
Galaxy Littlepaws replied to Galaxy Littlepaws's topic in LSL Scripting
No, 20 is the default. In the Animesh testing objects given out by the Lindens, it's set for far lower than 20 in their scripts. Not to mention 20 is pretty fast. On this page you can see the min/max values for CHARACTER_MAX_SPEED is 1 to 40.0. http://wiki.secondlife.com/wiki/LlCreateCharacter -
Can't move when CHARACTER_STAY_WITHIN_PARCEL is True
Galaxy Littlepaws replied to Galaxy Littlepaws's topic in LSL Scripting
Still having the same issue. But I'll change it everywhere I've been using it. -
Can't move when CHARACTER_STAY_WITHIN_PARCEL is True
Galaxy Littlepaws replied to Galaxy Littlepaws's topic in LSL Scripting
Okay. I'm not sure where I copied it from then... I'll try it with the right value. -
Can't move when CHARACTER_STAY_WITHIN_PARCEL is True
Galaxy Littlepaws replied to Galaxy Littlepaws's topic in LSL Scripting
I can't read what you typed on a dark theme without highlighting it. But it's a very simplified version of this test code: http://wiki.secondlife.com/wiki/LSL_Example_Pathfinding_Wanderer The actual object I'm going to use gets its home location from a specific object and bases it's wandering range around that. But this works perfectly fine for a simple test, to wander around a range where the script was turned on (usually on rezz or recompile). What would you put there instead? -
For me myself, I don't really care if it's not as good as my PC. I go on SL all the time when I'm at work (where I literally just sit around in an empty building and get paid barely anything, but hey it's a job) and participate in group chats and IM friends while I read a book. I love SL and something native is a lot easier on my phone than teamviewing to my PC to use it.
-
Can't move when CHARACTER_STAY_WITHIN_PARCEL is True
Galaxy Littlepaws replied to Galaxy Littlepaws's topic in LSL Scripting
I decided to file a Jira on this issue. https://jira.secondlife.com/browse/BUG-226084 -
I've seen someone do this, so it is possible. They are just limited to whatever Lumiya can do.
-
Can't move when CHARACTER_STAY_WITHIN_PARCEL is True
Galaxy Littlepaws replied to Galaxy Littlepaws's topic in LSL Scripting
It's Second Life Server 18.12.05.522294 -
Can't move when CHARACTER_STAY_WITHIN_PARCEL is True
Galaxy Littlepaws replied to Galaxy Littlepaws's topic in LSL Scripting
With some experimentation along with Animats, it's been found to be an issue on my land, but not on LL sandboxes or other places. So I am going to contact support to find out what's going on (as soon as I figure out what this exact issue goes under). -
Can't move when CHARACTER_STAY_WITHIN_PARCEL is True
Galaxy Littlepaws replied to Galaxy Littlepaws's topic in LSL Scripting
Okay, cool. I'll try it as soon as I get home. Thanks, you seem to be a pathfinding expert. -
I have run into a bit of an annoying issue. I'm trying to make sure that my pathfinding critters stay within their parcel, so I put CHARACTER_STAY_WITHIN_PARCEL, TRUE in the parameters. However, when that's set to TRUE the things don't move at all, but they can if it's set to FALSE. What might be causing this? They are being rezzed on the parcel I want them to stay in.
-
I need voice help. Please read on and comment?
Galaxy Littlepaws replied to Mystere8's topic in General Discussion Forum
I know that it's working in Catznip.- 10 replies
-
- voice
- voice not working
-
(and 2 more)
Tagged with:
-
I was able to patch in files from the Catznip viewer and can now use Voice. What I did might not work for everyone but it worked for me with the latest Firestorm (mentioned above).
-
Pathfinding Walkable Prim
Galaxy Littlepaws replied to Galaxy Littlepaws's topic in Building and Texturing Forum
Okay, I don't even know what fixed it, but I rebaked the land again and after about an hour it worked. -
I'm playing around with pathfinding, but I've noticed I can only get the scripted objects to walk on the ground. I tried using the Build > Pathfinding > Region Objects windows, selecting the prim I want walkable, and setting it for 100 on all four and applying. It shows as walkable but my objects can't walk on it. Am I doing it right, or is there more to it that I'm missing?
-
Anyone else having voice issues?
Galaxy Littlepaws replied to chibiusa Ling's topic in Second Life Server
I finally managed to fix this issue for myself. I'm using Firestorm. I noticed that it was working fine in Catznip, so I took all the voice files in Firestorm's installation folder and put them in a different folder, and then copied over these files from Catznip's installation location. I logged in, and now I can hear people again! -
Okay, I'll PM you then. Thanks. On here or SL?
-
Hello, I've been playing around with this script, but have had issues figuring out a couple things. This is the script: http://wiki.secondlife.com/wiki/Wanderer The first thing, is how would a stop be added? I could add llListen commands to get it to start and stop, but I'm not sure how to get the stop itself to work. The second, how would you change it so it moves in different ways, for example instead of face 0 (+Z) going forwards, face 2 (+Y).
-
Anyone else having voice issues?
Galaxy Littlepaws replied to chibiusa Ling's topic in Second Life Server
The odd thing for me is that it works fine in Voice Echo Canyon and I hear myself via Voice, yet when I go elsewhere, it looks like it's working but I really can't hear a thing anyone else says. This is what I get when I do the nslookup: -
Check If Listen Message is Integer?
Galaxy Littlepaws replied to Galaxy Littlepaws's topic in LSL Scripting
That makes a lot of sense, thank you. -
Check If Listen Message is Integer?
Galaxy Littlepaws replied to Galaxy Littlepaws's topic in LSL Scripting
So I should have people say a number on one channel, and then turn around and have it go on another channel entirely before the script does what it does with it? -
Check If Listen Message is Integer?
Galaxy Littlepaws replied to Galaxy Littlepaws's topic in LSL Scripting
What do you mean? This particular listen is working on a different channel than what I listed. Is there something about channel 5 people should be avoiding, or any other channel?