Jump to content

Kimpa Tammas

Resident
  • Posts

    22
  • Joined

  • Last visited

Everything posted by Kimpa Tammas

  1. Hello, I use Notepad++ since more than 15 years for LSL scripts. I set snippets and an autocomplete list for all events, functions and constants. Also, I made a color syntax (Attached screenshot) inspired from famous code editors. An autocomplete list already exists, but no longer updated. I contacted the owner of the Github account to maintains it, but no news. Finally, I tried lot of editors, but Notepad++ is my favorite and it's free.
  2. Check you the SL Wiki: https://wiki.secondlife.com/wiki/Vendor_systems_comparison
  3. Maybe this vendor system: https://marketplace.secondlife.com/p/KTC-NSS/9428002 and this one as rentals management: https://marketplace.secondlife.com/p/KTC-RMS/6455098
  4. Maybe this one: https://marketplace.secondlife.com/p/KTC-Club-tip-jar/7840936
  5. KTC recherche un bêta-testeur motivé et sérieux pour système de vente en réseau non interfacé avec le Web. Plus d'informations sur le blog de KTC : https://kimpatammascreations.blogspot.com/2023/06/ktc-recherche-un-beta-testeur.html.
  6. Maybe this one: https://marketplace.secondlife.com/p/KTC-Group-joiner/444938
  7. This means date is not set and the default date is the Jan 1, 1970, the beginning of the Unix operating system epoch: https://en.wikipedia.org/wiki/Unix_time. Unix time is a measure in seconds used in computing like in LSL scripts.
  8. If you just trim floating part of a number, you can use a snippet like this: float floatNumber = 74.89450; default { touch_start(integer total_number) { list number = llParseString2List((string)floatNumber, ["."], []); // Extract "floatNumber" in 2 parts string integerPart = llList2String(number, 0); // 74 string floatPart = llList2String(number, 1); // 89450 integer n = 2; // Number of decimals llOwnerSay(integerPart + "." + llGetSubString(floatPart, 0, n - 1)); // Output: 74.89 } }
  9. Contest boards use commonly textures to display names with ASCII characters like A-Z, a-Z, numbers and some punctuation. Display names can include Unicode characters. Unicode character map contains basic letters, but also lot of other symbols, alphabet, etc. An Unicode font can contains up to 131,074 characters. So, it's not possible with textures to add all possible characters.
  10. Second Life Time is the Pacific Standard Time (UTC -9) or Pacific Daylight Time (for summer time). PDT occurs the 2nd Sunday of March and ends the 1st Sunday of November.
  11. Victor Vasarely (French-Hungarian artist, 1906-1997). Blue kinetic layout on black background (About 1975).
  12. When an item is associated, a listing has been already created for the item (with a number). You can see this number (ID) after the item name in your Marketplace listings (Viewer side). This number appear too in the item URL (e.g. https://marketplace.secondlife.com/p/KTC-Script-memory-meter/2973346). It is possible to associate an unassociated item manually if you know this number.
  13. In my case, I have unassociated items affected with full permissions like textures and notecards, but also copy only items. My no copy items are not affected.
  14. A HUD is also available here: https://marketplace.secondlife.com/p/KTC-SL-Connected-users-HUD/8623119
  15. Nothing is fixed! I have today 3 products unpublished, but now french descriptions are involved. I'm very tired to check again and again, sentence by sentence, word by word which word is involved. Why forbidden words are not displayed in the error message?
  16. Only "zone" is involved. Now, I use "GMT time" instead of "GMT time zone".
  17. Response from LL: Unfortunately we do not have a list of trigger words that could cause this. Because of that you will need to go through the description and add it word by word to see which of those is causing this flag. I am very sorry. Funny!
  18. I found! The word is... ZONE. It's absurd and ridiculous! Thanks all for your help.
  19. I updated today one of my product on the marketplace and I can't publish it because there are a "forbidden text" in the description field. However, the error message don't display this forbidden text. This is the product description: KTC Spy camera is an avatars detector which may be installed everywhere in your house, office, store, ATM... It records detected avatar names with date and time detection. So, you can be notified by email or instant message for each detection following if you are off-line or on-line. If you don't be alerted, you can see the detections list directly from the camera. Avatars are detected only once. When an avatar is detected for the first time, it's recorded. If this same avatar is detected again later, it's not recorded, unless that the detections list has been deleted in the meantime. ➨ NOTE: this product is intended for your personal house or small business. If you want detect a large number of avatars, use the product "KTC Spy camera HD". Features - can store up to 640 detections - configuration by menu (no notecard) - detection radius between 1 and 96 meters - directional detection of 180° - interval detection every 5 seconds - can be hidden - GMT time zone (-12 to +13 hours) - date format (month/day or day/month) - automatic Daylight Saving Time (DST) for all countries* - optional e-mail alert or instant message for each detection - optional sound when new avatar detection - camera on/off - displaying detections list locally - LED status - manual reset - automatic detections list reset when low memory - free and unlimited updates Properties - 1 prim (mesh) - no modify - no copy - transfer - 4 scripts (160 KB of memory) * Except: Antarctica, Australia, Brazil, Chile, Fiji, Namibia, New Zealand, Paraguay, Samoa and Uruguay Note that it's my first product on the marketplace since 2007. Someone can help me?
×
×
  • Create New...