Jump to content

Item Texture Sets

By Alastor StrixEfuartus
in Miscellaneous

Recommended Posts

There isnt any 2D editing section so i am here 

I would like to ask all of you beacuse i cant just check every armor texture that is in wow and i dont know if yes or no so i ask here 

There are planty armor textures like torso / legs / arms  --- Now i speak only about 2D textures that are loaded on Body directly

So Question is .... 

Do you think that there is chance of finding armor set that is for examle leg / boots / whatever version but not chest ? 

because whenever i try to find random gloves or boots in upper directory i get chests variatns and all variatns at all ( almost idc about robe/legs now  i focuse only on Chest )

 

2f6e0693e5ec4bce81cb94f79e353f33.png

So again ...

Do you think that there could be item that doesnt have chest version ? 

No matter how fast light travels it finds the darkness has always got there first and is waiting for it 

58481774cef1014c0b5e4992.png PATREON | 580b57fcd9996e24bc43c540.pngTWITCH | mcnet_logo1.png.2e45c50862b388f6032ba68b42275bd2.pngMC.net | png-transp.pngYOUTUBE | kisspng-paypal-computer-icons-logo-paypal-5b21b2671141f9.6031865215289350150707.pngPAYPAL |mcnet_logo1.png.2e45c50862b388f6032ba68b42275bd2.pngBUY SOME OF MY 3D MODELS


Star-Citizen-4k-001.pngStar Citizen Referral Code : STAR-XNFS-HVL9 - Register using my code and recieve free 5,000 UEC

Link to comment
Share on other sites

Question is if there is as you said group of textures that has no Chest part

No matter how fast light travels it finds the darkness has always got there first and is waiting for it 

58481774cef1014c0b5e4992.png PATREON | 580b57fcd9996e24bc43c540.pngTWITCH | mcnet_logo1.png.2e45c50862b388f6032ba68b42275bd2.pngMC.net | png-transp.pngYOUTUBE | kisspng-paypal-computer-icons-logo-paypal-5b21b2671141f9.6031865215289350150707.pngPAYPAL |mcnet_logo1.png.2e45c50862b388f6032ba68b42275bd2.pngBUY SOME OF MY 3D MODELS


Star-Citizen-4k-001.pngStar Citizen Referral Code : STAR-XNFS-HVL9 - Register using my code and recieve free 5,000 UEC

Link to comment
Share on other sites

Do you use Microsoft Search (normal windows search engine)? If the answer is yes, type in 

 

ARMORNAME AND NOT _CHEST_
I tested it like that:

I have 2 files: at_anweisung_combined.ico and at_baustein_combined.ico
My searchtext was at AND NOT baustein
Result: I only got at_anweisung_combined.ico

If you want to know more about such things, you have to search for "Microsoft Search".

Link to comment
Share on other sites

Irrelevant 

I ask only if there is armor that has no Chest part 

No matter how fast light travels it finds the darkness has always got there first and is waiting for it 

58481774cef1014c0b5e4992.png PATREON | 580b57fcd9996e24bc43c540.pngTWITCH | mcnet_logo1.png.2e45c50862b388f6032ba68b42275bd2.pngMC.net | png-transp.pngYOUTUBE | kisspng-paypal-computer-icons-logo-paypal-5b21b2671141f9.6031865215289350150707.pngPAYPAL |mcnet_logo1.png.2e45c50862b388f6032ba68b42275bd2.pngBUY SOME OF MY 3D MODELS


Star-Citizen-4k-001.pngStar Citizen Referral Code : STAR-XNFS-HVL9 - Register using my code and recieve free 5,000 UEC

Link to comment
Share on other sites

Cuz dis 

    Private Sub ListBoxArmorSetsRefresh()
        Try
            LsBx.Items.Clear()
            Dim ContentPath1 As New IO.DirectoryInfo(TxtbxWoWPath.Text + "TorsoUpperTexture")
            Dim ContentPath2 As IO.FileInfo() = ContentPath1.GetFiles()
            For Each FileContained In ContentPath2
                If FileContained.Name.Contains("CHEST_TU_M") Then
                    Dim ControlSystem As String = FileContained.Name
                    LsBx.Items.Add(ControlSystem.Substring(0, ControlSystem.Length - 15))
                End If
            Next
        Catch ex As Exception : End Try
    End Sub

No matter how fast light travels it finds the darkness has always got there first and is waiting for it 

58481774cef1014c0b5e4992.png PATREON | 580b57fcd9996e24bc43c540.pngTWITCH | mcnet_logo1.png.2e45c50862b388f6032ba68b42275bd2.pngMC.net | png-transp.pngYOUTUBE | kisspng-paypal-computer-icons-logo-paypal-5b21b2671141f9.6031865215289350150707.pngPAYPAL |mcnet_logo1.png.2e45c50862b388f6032ba68b42275bd2.pngBUY SOME OF MY 3D MODELS


Star-Citizen-4k-001.pngStar Citizen Referral Code : STAR-XNFS-HVL9 - Register using my code and recieve free 5,000 UEC

Link to comment
Share on other sites

There are hundreds of sets which lack some part. Does any of them miss chest? I am not sure, but its more than possible. I don't know such set, but I know Wizzard entertainment. Especially Vanilla sets tend to be very incomplete.

English YT tutorial channel. Check it out if you preffer videos over walls of text.:
https://www.youtube.com/AmarothEng

I am now completely retired from modding. I am still reading PMs and reacting to them, however, I am not keeping up to date with what is going on in the community and my ability to help you is becoming very limited - I no longer remember some things, I don't have tools installed anymore, and I don't know what is up to date nowadays.

Link to comment
Share on other sites

×
×
  • Create New...