Jump to content
  • 0

Remove tranparent front side at garment


Question

Posted

hi, all client 2018 have control transparent item for garment

transparentItemlist = {
	{
		1,
		255,
		255,
		25500
	},

what i want  how to disable front side transparent in garment

i don't know what the function number in above configuration

see this picture if i put on garment have front side transparent

https://gyazo.com/9ac02d5429f0b1850e58a48a030fdca9

and if i put on middle/lower/upper location didn't have transparent

https://gyazo.com/d37c069825097d3cdad489250302b9f8

 

  • Upvote 1

1 answer to this question

Recommended Posts

  • 0
Posted

This actually helped me solve my issue of an invisible garment, thanks!

What you have to do is edit this file:
data/luafiles514/lua files/transparentItem/transparentItem.lub

And add at the very end, your item view id. Mine has 2005 so I added this line almost at the end, before de 0's:

{ 48, 255, 255, 25500 },
	{ 49, 255, 255, 25500 },
	{ 50, 255, 255, 25500 },
	{ 2005, 255, 255, 25500 }, --This line
	{ 0, 0, 0, 0 }
}

The view ID is in your item_db.txt:
52005,DoubleBlades,Double Blades,4,0,,0,,0,,0,0xFFFFFFFF,63,2,8192,,1,0,2005,{},{},{}

Hope it solves your issue as it solved mine!! ?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...