Jump to content

ainst Composer

Resident
  • Posts

    193
  • Joined

  • Last visited

Everything posted by ainst Composer

  1. Hello! I need to create a script that allows to loop a 10 seconds sound clip from the UUIDs list in the script (or one notecard). and to switch to the next loop when clicked, (please, note - not full song player - only one 10 seconds loop) with the ability to turn on / off. any suggestions? Scheme, how i see it: start list: bananas - uuid1, vol 1.0; madonna - uuid2, vol 1.0; ... jackson - uuid3, vol 1.0; on/off ?; if touched loop next uuid; end. Yes, I already asked and really hate to do this, but now I decided to try to create my own script, because I did not find a suitable one from the existing ones.
  2. I would add the GEMC used something similar in their vehicles HUD radio. just one note card which anyone can fill with their favourite 10 seconds loops.
  3. Wow! I guess its this script? Yes, thank you. Excellent script! the player is definitely awesome! but I meant something different. how can I explain this ... I do not need to play entire songs, but only looped playback of a 10 second loop. let's say I like a certain moment (10 sec.) of the song, I just cut it out. Yes, it is somewhat monotonous, but I like this idea and I can always switch to another loop. Is it possible to do the following? I put the script in the object, well, let the list of UUIDs be in the script itself, and I just click and switch to the next UUID if I do not like it or tired of the moment? I think 5-10 loops will be enough.
  4. Hello! How much does it takes to wait for a transfer to the paypal ( I know it says 2-5 days) and when does it make sense to contact support today? 7 working days have passed, status is "in progress". I read that if you contact support, the transfer will be canceled and everything will have to be re-transferred and wait again. What cause such delay? Any holidays past week?
  5. Hello, is there an open source music player script for looped playback of ten-second sounds from the UUIDs in config notecard or script itself? like a boombox script, but not with a bunch of sounds in the content, I need not whole songs but short loops, "best" selected looped moments. so that users can add their own "song loops". And with any way to switch to the next track. If menu - just perfect!
  6. You're genious, Rolig! Thank's a lot!
  7. Hello! need a script for linkset of several objects, allowing one object to emit light and turn off for the rest in a circular chain. I managed to add a light to all objects but I can’t turn of for the rest. What is the way to do this?
  8. ok, thanks! but what to do? maybe i should use somekind "universal" male shape with shoulder width close to female? what you advise?
  9. Hello! Sometimes I have to do poses and I use Animare for this. and there is a problem with the width of the shoulders. if I do a pose on a male avatar, then on a female avatar, the arms are too narrow. and vice versa. poses are mostly unisex and that's the problem. Is there an average shoulder width or does it all depend on the skeleton?
  10. @Chic Aeon @Pamela Galli Thank you very much! it turned out that I had not two but three UVs at once!
  11. I think i found something similar here, will try to fix it soon... similar problem
  12. Hello! Sometimes I encounter such a problem on a firestorm when uploading a mesh and textures made in a blender. everything seems to be done correctly, but it turns out an absolutely black surface in the game. The texture looks fine, baked in a blender. reworked several times. reassigned materials. checked the amount of materials. really do not want to redo everything again. What can be wrong?
  13. Hello! I recently (about two weeks) have been experiencing constant difficulties in trying to upload textures and mesh in a beta grid firestorm. not shown balance, permanent errors and feils. On main grid problems too. something is wrong with the sky and the stars, then all black is unclear what. what is happening? Who else has such problems? what is the reason?
  14. Hello! I have a question on animations and ZHAO HUD. I have a few bento animations, but they do not transit smoothly. Is it possible to make a smooth transition between animations? using a script or something else?
  15. Yes, great idea, most likely I will do it! just wanted to add some realism.
  16. Hello! I want to embed the brightness and glowing of certain surfaces in this door script to simulate the inclusion of light in the refrigerator. It will be two prims - the refrigerator itself and the door. only two faces will be lit accordingly. Advise how to do this? and another question. Will it work if the fridge itself is part of the linket? The script is written by the forum participant string door_sound = "743e6ba4-65a8-d641-da12-6dc20e37eceb"; integer intSwing =90; rotation rotSwing; vector vOffset; default{ state_entry(){ rotSwing = llEuler2Rot(<0.0,0.0,(float)intSwing>*DEG_TO_RAD); //90 degrees on the z axis vector size = llGetScale(); vOffset = <(size.x*//0.5 .45),(size.y*.5),1>;//open away from someone standing in front of face 2 -- that is, in front of the prim -- hinged on the left. } touch_start(integer total_number){ llPlaySound (door_sound, 1.0); list l = llGetPrimitiveParams([PRIM_POS_LOCAL,PRIM_ROT_LOCAL]); vector v = llList2Vector(l,0); rotation r = llList2Rot(l,1); llSetPrimitiveParams([PRIM_POS_LOCAL,v+(vOffset-vOffset * rotSwing)*r,PRIM_ROT_LOCAL,rotSwing*r]); rotSwing.s*=-1; } }
  17. Hello! How to make the door automatically open and close? I managed to add a collision event but I can't add a close timer.
  18. I suspected that you were sick, but so much to report my profile picture? .. welcome to my black list.
  19. Hello! I came across a vehicles in which the sound comes not from the root prim but from another, for example from a motor. but at the same time in the motor prim, I did not find the script. How to make the sound go from not root prim and from child prim in a link set without an additional script?
  20. @arton Rotaru @Fionalein @ChinRey @CoffeeDujour Hello! Thank you very much for your efforts! I followed your recommendations and used animations with an offset . As a result, everything works! for this I used a program Qavimator. I had to tinker with it and some places were incomprehensible, but mostly everything works. Thanks to all of you very much again!
  21. @arton Rotaru @Fionalein That's about what's happening. avatar is horizontal and not in volume. but still pushes. and how to create animation with an offset?
  22. Hello! thanks for the answer! I can not do without physics for the roof at all. this is going to be a vehicle (houseboat) and i need the opportunity to walk on the roof.
×
×
  • Create New...