Jump to content

Pushit1488312089

Resident
  • Posts

    46
  • Joined

  • Last visited

Reputation

1 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I´ve uploaded tiny rigged avatars in the past folowwing this procedure https://www.youtube.com/watch?time_continue=255&v=F2KzOJ3KLZg But back then the rig I used was not fitted. I wonder if that has to do with the fact that now is not working for me. Any tips? thanks.
  2. Thanks rolig... that´s a smart solution, the problem is that this is an applier for creators to just write their UUID... I´d like them to o it only once. Freya... sorry about the code.
  3. Thanks for the reply freya... here´s the complete script that goes in the HUD integer channel = -1000001; // Channel for comms (Must be same as reciever). string texture = "3190028f-1397-4b3b-bc8d-23c5bb7b250d"; // UUID of Texture to apply integer link = LINK_SET; // Link number to apply the texture to (LINK_SET for all links). integer face = ALL_SIDES; // Face number to apply the texture to (ALL_SIDES for all faces).string SR = "*"; // Seperator to use in the list, must be the same // as the seperator to be used within the reviever // script.////////////////////////////////////////////////////////////////////default{ touch_start(integer total_number) // When object is touched. { // Say each texture property with the seperator inbetween so the reciever can parse it. llRegionSay(channel,texture+SR+(string)link+SR+(string)face); }} I don´t need to select different faces... just prims (linked parts of the mesh)
  4. Hi, Ip urchased a full perm script to change textures on a broken mesh avatar from a HUD. integer link = LINK_SET; // Link number to apply the texture to (LINK_SET for all links) The scripts works great on all sections of the avatar (link_set) or in 1 section of the avatar (integer link = 4; for example) My quiestion is: How can I choose 2 or 3 different sections of the avatar? I tried integer link = 4;5;6; or 4,5,6; etc with of course no success. Can anyone help me? Thanks
  5. Hi, I´d like to know if everyone knows a script to make a HUD to change textures. I bought a script and it works perfectly (I press the HUD button, a menu pops up, I select the name of the texture and the texture of the object changes). The problem is that when I wear the object, the HUD button works, the men pops uo, I select the texture, but then nothing happens. I bought a couple of meshes in which the skin texture could be changed via HUD, so it´s possible. Could anyone please guide me to where to find a script like that? I´d be very thankful. Thanks for reading.
  6. Oh sorry I didn´t mean to spam, I thought to ask for a finished script would be wrong in the scripting section.
  7. Hi, I´d like to know if everyone knows a script to make a HUD to change textures. I bought a scriptand it works perfectly (I press the HUD button, a menu pops up, I select the name of the texture and the texture of the object changes). The problem is that when I wear the object, the HUD button works, the men pops uo, I select the texture, but then nothing happens. I bought a couple of meshes in which the skin texture could be changed via HUD, so it´s possible. Could anyone please guide me to where to find a script like that? I´d be very thankful. Thanks for reading.
  8. I really appreciate your help and information Rolig (as usual ) I´m not a scripter AT ALL hhahahaha I just thought there would be a simple script to make a HUD (like the one I found but just works with non worn objects don´t know why).
  9. Thanks!!!! that certainly work. Unfortunately I need this for selling so copying and pasting texturess numbers are kind of a problem. Anyway this probes that is possible, I´ll continue my search, thanks again.
  10. Thanks for the reply Rolig, the problem is that this is a script I bought NO MOD so there´s no way to see what´s inside. Maybe this is the wrong place but what I need is to know if its possible to change textures to a worn object via HUD. I know its possible when the object is on ground cause it works perfectly, but when I wear the object it just doesnt. Thanks again.
  11. Hi, I have a script to change a texture via HUD. Everything works fine when the item is rezzed, but when I wear the object the HUD just doesn´t work (meaning the menu doesn´t pop up like it does when the same object is rezzed on ground) Any ideas? Thanks in advance.
  12. Thanks for the reply Charlar, and sorry for the delay. I leave the link here in case someone wants to vote. https://jira.secondlife.com/browse/VWR-28311?
×
×
  • Create New...