Jump to content

Quistess Alpha

Resident
  • Posts

    3,873
  • Joined

  • Last visited

Everything posted by Quistess Alpha

  1. You can do pretty much anything you can imagine in SL, Whether or not you can get people to pay for it depends a lot on demand and your ability with advertising. One of my early SL scripting projects was a deck of cards, and I happened to use a tarot deck because I found some free tarot textures. I don't think it's quite 'finished' yet, but If I recall correctly it's fairly useable. Give me a ring in-world sometime and I'd be glad to show it off to you.
  2. I believe there are some you can get from the NCI freebie vendor. Freebie galaxy and the like would probably also have some. I would be interested to know if people are still making BOM underwear. <tangent> This is just my personal speculation, but I'd think the kind of people who want nice looking intimates are also the kind of people who would want them to be mesh, even if BOM underwear is superior in my estimation, because you don't have to worry about it cutting through mesh clothing. . . </tangent>
  3. The ad was posted a year and a day ago. Clubs like this seem to come and go pretty frequently on SL.
  4. Weren't people just talking about something similar on another thread? I didn't follow it closely but I thought they said something about google's api changing recently. https://community.secondlife.com/forums/topic/419831-storing-data/
  5. You need to use a single '|' instead of a double &&. && is 'logical and' so if (PERMISSION_ATTACH && PERMISSION_TRIGGER_ANIMATION) is equal to 1, not the value you intend, which is I believe (PERMISSION_ATTACH | PERMISSION_TRIGGER_ANIMATION). this would check if one or both of the permissions are set. If you want to check that both permissions are set, I believe you need something like if( (perms & (PERMISSION_ATTACH | PERMISSION_TRIGGER_ANIMATION)) == (PERMISSION_ATTACH | PERMISSION_TRIGGER_ANIMATION) ) there might be a more concise way of doing it, but I can't think of it at the moment.
  6. I recently heard about this other game called 'Roblox'. and just form the descriptions it seems like SL but catering to a younger audience. Has anyone else heard of it or tested it out? I'm too lazy to figure out how to get it running on Linux, but I'm a bit curious how it compares to SL.
  7. I vaguely remember a sandbox next to a beach somewhere on freedom continent, probably adult hub, but I'm too lazy to go look for it.
  8. Perhaps the kind of person you're trying to hire would know what an 'RRPP' is, but I certainly don't.
  9. Are you selling full permissions, or no-modify? one way to set your prices is to look at what similar products are selling for and sell for similar. Off the top of my head I'd say a no-modify stand alone script would go for about 500L.
  10. I thought it was a play on LSL and SOS (Save Our Ship).
  11. I didn't do my due diligence and read through the script. but I thought I'd mention that llRegionSayTo() is a rather useful function if you want / need to use the same channel for communication between one sender and multiple listeners, and it can help prevent cross traffic regardless.
  12. . . .care to explain this mysterious 'project muscadine'?
  13. The one on the Wiki is quite simple, and Just because I can, I've added a play sound to it (I haven't tested it though, and requires experience) // A SIMPLE SCRIPT that implements an Experience based teleport. // Compile with the "Use Experience" box cnecked and an experience key you own selected. // The prim containing this script must contain a landmark named "Landmark" in its contents // // If the person touching this box has not previously accepted an invitation to your experience, // that person will be offered that opportunity when this prim is touched, and if the invitations // is accepted, will be immediately teleported to the target of the landmark. // // If the toucher has previously accepted an invitation, the person will be immediately teleported // with no interruption. // // The script has no safety features, e.g., will simply fail if the prim contains no landmark. // // Thanks to Rolig Loon for her help in figuring out how to do this // See https://community.secondlife.com/t5/English-Knowledge-Base/Experiences-in-Second-Life/ta-p/2744686 // to read what the Lindens think is an adequate explanation of all this. default { touch_start(integer n) { llRequestExperiencePermissions(llDetectedKey(0), ""); } experience_permissions(key av) { llPlaySound("some_sound",1.0); llTeleportAgent(av, "Landmark", ZERO_VECTOR, ZERO_VECTOR); } } It will play the sound where you teleport from though, so you might not hear it after you teleport.
  14. Just for my own curiosity, do the 'AvatarRotateThresholdSlow' and 'AvatarRotateThresholdFast' debug settings have any effect on your avatar's rotation as seen by other viewers?
  15. Yes you can buy and sell Linden. the conversion rate is usually around 250linden = 1 USD.
  16. Messaged In-world and delivered.
  17. If you can't take my words in good faith, I will try (and probably fail) to write my sentiments in the clearest form I can before I bow out. Firstly I neither agree nor disagree with the sentiments in your original post: Yes, it would be nice if more creators made yes-mod fatpacks. although as people have pointed out there are valid reasons for them not to do so. Secondly, as you are taking an action (posting in this forum) in furtherance of a goal (attempting to persuade creators to make yes-mod fatpacks of their clothing) I would like to point out that there are more effective actions (direct IMs to specific creators, reviews, creating competing products) you can take in furtherance of your goal in addition to what you are already doing. -Tessa Out.
  18. I know that, It doesn't prevent you from sending them a polite direct IM, telling them about your feelings about their products, or leaving a review. Like people normally do.
  19. Well, if you have a problem some unnamed inexperienced creators, why don't you try reasoning with them directly? Also, nothing in the previous posts suggests your only talking about inexperienced creators. It sounds like you're trying to move the goalposts.
  20. I think the point that most people are trying to get across is that a lot of, if not most creators of high quality mesh products do not just use the tint box to make different color options, they have a separate texture for each color option, because making a product that continues to look acceptable when tinted to values outside what the creator might have created requires making the mesh in a certain way to separate different color regions into different faces(materials) which is extra work, and can in some cases compromise the quality of the product compared to a non tintable version. Now, if Linden labs were to (somehow) add a tint-underlay option for mesh, that would make it easier for texture designers to make textures that would be compatible with a wider variety of user-end retinting, but I don't think that's going to happen soon.
  21. Doing a marketplace search there are some decent options, not specifically rigged for your body though. https://marketplace.secondlife.com/stores/93416
  22. Yeah, and I don't see any quadrupeds applying, or are you trying to make snide insults Karen? she also specifically said furries are humanoid.
×
×
  • Create New...