Leigh Avelino Posted August 13, 2020 Posted August 13, 2020 Ive been making HUDS for a few months now. I get the concept of how it all works. Even finally was able to get the scripts I need to add my Flickr and Instagram to the onscreen HUD. However I can not find how to build an Alpha Numeric picker HUD. A HUD that lets you choose to put alpha numeric on your pants, shirt, etc. I cant find any instructions on how to even start a HUD like that. can someone point me in the right direction please.
Rolig Loon Posted August 13, 2020 Posted August 13, 2020 There's no way that you can modify a texture once it has been uploaded, so you can't add letters and numbers to the texture on your shirt itself. The only way I can think of to do what you are asking for is to create a new object -- something like a transparent billboard with a lot of letter-sized faces on it -- that would be worn on top of the shirt. Then script that object to display your letters, one on each face. You'll find some nice systems in Marketplace that you can use for that part of it. I like FURWARE, myself. It's easy to use and it's free! The big challenge with creating an attachable billboard like that is that it won't really look like the letters are on the shirt, except by accident. Now that I think of it, I suppose if you were very clever indeed, you could make the mesh shirt itself with a load of letter-sized faces built into the mesh. It might look pretty cool, but it would be a lot of work.
Leigh Avelino Posted August 14, 2020 Author Posted August 14, 2020 Im not sure how ppl are doing it then. Like this: https://marketplace.secondlife.com/p/Blueberry-Alena-Leggings-Black/15342173 how would something like that be changed on the fly?
KT Kingsley Posted August 14, 2020 Posted August 14, 2020 Like Rolig says, those clothing items have been made with an extra layer just above the fabric that consists of a series of square(ish) faces, shaped and rigged to conform to the fabric, on which the letter textures are displayed. (The letter textures are likely a grid of letters that get offset and scaled to show only an individual letter.) If you buy the demo, then edit it and click on "Select Face" in the build window, you then click on various parts of the demo (especially the text) to see the individual faces. And in conjunction with "Edit Linked", you can see how the various components have been brought together to make the whole item. So, to do something like this yourself, you need to start with clothing items that have been designed to be used like this: that is, a base that takes the basic fabric texture, and a second layer divided up into individual faces that can display individual letters. Given that an object can have only eight faces, it's inevitable that it'll have to be made up of several linked items to accommodate the likely number of letters that'll be used. 1
MaxMare Posted August 14, 2020 Posted August 14, 2020 (edited) Edit: My bad, I misunderstood the question! Maybe contact your HUD script creator and ask if this feature is available and/or could it be added? Edited August 15, 2020 by MaxMare wrong answer
Rolig Loon Posted August 14, 2020 Posted August 14, 2020 6 hours ago, MaxMare said: I think you are referring to diffuse texture tint, No, that will let you add a color to the texture, but the OP wants top write letters and numbers on it. That's a very different challenge. :)
Leigh Avelino Posted August 19, 2020 Author Posted August 19, 2020 I cant seem to find anything on how this is done. you literally spell whatever youd like then it will be placed on the clothing item. anyone have any idea where I should be looking next to track information on how to create these?
Rolig Loon Posted August 19, 2020 Posted August 19, 2020 You're not going to find a canned system to just plug into your clothes. As KT Kingsley said, On 8/14/2020 at 8:30 AM, KT Kingsley said: to do something like this yourself, you need to start with clothing items that have been designed to be used like this: that is, a base that takes the basic fabric texture, and a second layer divided up into individual faces that can display individual letters. Given that an object can have only eight faces, it's inevitable that it'll have to be made up of several linked items to accommodate the likely number of letters that'll be used. Once you have done that -- creating your own mesh clothing with that layer of display faces -- then you need to write a script that actually places letters on the faces that you have built into the clothing. I suggest starting with something like the free FURWARE system that you can get on Marketplace and then writing a script to adapt it for your specific use.
Recommended Posts
Please take a moment to consider if this thread is worth bumping.
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now