Jump to content

Even Genesis

Resident
  • Posts

    47
  • Joined

  • Last visited

Reputation

4 Neutral

Recent Profile Visitors

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

  1. I'm making this texture HUD and I'd like to also embed a resizer. What I did sorta works, BUT after I click on the resize buttons a bunch of times, I realized it applies the scaling but I don't see the changes on the mesh - unless I right click on the mesh itself. So the script works, but I don't want to have to "right click" to see the changes. I'm pretty sure it has to do with my code (I'm not good at this...), so any help is appreciated here to fix this... Thank you! This is what I put inside the object: integer textchann = -44444555; string cloth_name = "objectname"; default{ state_entry(){ llListen (textchann,"","",""); } listen(integer channel, string name, key id, string msg){ if (llGetOwnerKey(id) == llGetOwner()){ list lst = llParseString2List(msg,["|"],[""]); string tex = llList2String(lst,0); string msg = llList2String(lst,1); string hud_cloth_name = llList2String(lst,2); if (cloth_name == hud_cloth_name) { if ( msg == "scaleup" ){ llScaleByFactor(1.1); } else if ( msg == "scaledown" ){ llScaleByFactor(0.9); } else if (cloth_name == hud_cloth_name) { llSetTexture(llList2String(lst,0),llList2Integer(lst,1)); } } } } }
  2. Hi there, I'm looking for a scripter to make me a script where the avatar sits on an object, and when touching the object, he will have a pop-up showing some options to move the avatar while it's "sitting". I need the avatar to move by increments of 0.2 while touching the buttons (up, down, left, right, forward and backward too) - forward and backward aren't thaaat necessary but would be cool too. Here's an example I was trying to do, with no success. I'd like a "DONE" button as well so the user can keep on clicking the move buttons, and when he's done he will simply press DONE. I will need the script with full perms. I won't sell the script itself full perms but will use on my builds, I plan on mixing it with my pose stands so I really need the code, for other things too) Let me know if you can do this and your prices please. =) Send a notecard to "Even Genesis" Tysm.
  3. Hi, I have some full perm rigged meshes that included .daes, so I imported them on blender and modified them a bit, but when I try to export them to SL again, the skin weights option is grayed out... then I realized that apparently the mesher uses 3DS MAX When I import, I do get the mesh together with an armature, but looks like the armature is empty. So, I do understand these are two different softwares but I'd like to know if rigged .daes from 3DS MAX to blender are really incompatible or if there is a way to import them without losing the armature information? Or am I doing something wrong? xD Thankies! (sorry I edited the post because I thought the seller used Maya but it's 3DS MAX)
  4. For hats I'd attach on the nose or the chin... attach on these then just reposition it. Can be on the ears too. Since the skull usually is the "default" attachment for hair... unless people "ADD" the hat it will replace the hair.
  5. I think they ban words like that because people use leet speak to bypass forbidden words 71k3 TH15 haha
  6. Check the language tabs, not the ones on the top of the page, but the ones you see while editing a listing, they have a small flag icon on them.Sometimes when you click on these, the text from the english tab fills the other language tabs. Make sure they are empty (besides the english of course unless you really mean to fill these) Otherwise if use the "quick fill " tool using this listing as a base the text will be copied under the other language tabs too, with whatever text you had there. And you will have multiple items with the same text in other languages all over your mp . -is oh her phone and probably doesnt make sense-
  7. The banned text is "preteen" you need to remove it, just list as kids children etc.
  8. The dress texture was probably saved as png, it carries transparency info, anything wih transparency overlapping will glitch because the engine cant understand which is on the front and which is on the back =) if you save as jpg that wont happen, save it optimized so you wont lose quality on the texture, you will even end up with a smaller file
  9. You can start with a cube or a cilinder it doesnt matter. Yes you mold it around the avi. Usually i begin with the cilinder, subdivide And move the vertexes here and there some people use generators like marvelous designer it creates clothes with nice wrinkles but meshes thAt need extra cleaning work. I do all my stuff manually cause i think its really fun to model . Blender has crease brushes etc i think these are cool to make wrinkles
  10. As far as i know things like bags clothes and shoes 'designs' arent copyrighteable ,as long as they don't include the brand/logo. You can make spiked shoes, but if you include a Louboutin tag you're in trouble.Please correct me if i am wrong . but sl is not happy about things like that, you cant create "replicas" i guess , even on the mesh ip test they say you cant upload lookalikes .
  11. Is there a way to show whats going on? Try doing the avatar health routine if you havent already. Create a new bridge etc... When i was having issues with my alt and not with my main , the problem was on the bridge (i had 2 attached at the same time) , well idk but at least you can try this
  12. From what I can tell your meshes are too "thin".... and objects can stretch only to a certain extent in SL that's why they look thicker when you upload You can make them nano meshes (duplicate some faces around it, expand/move the duplicated faces a bit around the mesh and resize these duplicated faces to 0x0x0) then you will have a bigger "bounding box" and you will be able to make these pieces smaller. But the right thing to do is exactly what Chic told you to ! =) If you join them, SL will see the whole object as one, so you will have no problems with it changing the smaller parts into minimum sizes.
  13. Are you sure it's the same person, cause it could be a bunch of different people "reselling" the same thing. A lot of people on MP are just resellers so theres a lot of stuff that is the same but under different stores by different people *edit - or they could be griefers lol
×
×
  • Create New...