[Archive] Item Texture Sets
[Archive] Item Texture Sets
![[Image: 2f6e0693e5ec4bce81cb94f79e353f33.png]](http://image.prntscr.com/image/2f6e0693e5ec4bce81cb94f79e353f33.png)
Archived author: Alastor StrixEfuartus • Posted: 2016-06-01T08:10:35+00:00
Original source
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 )
![[Image: 2f6e0693e5ec4bce81cb94f79e353f33.png]](http://image.prntscr.com/image/2f6e0693e5ec4bce81cb94f79e353f33.png)
So again ...
Do you think that there could be item that doesnt have chest version ?
Archived author: Смердокрыл • Posted: 2016-06-01T08:38:33+00:00
Original source
Shouldn't they be split into folders, e.g. TorsoUpper, TorsoLower, etc.?
Anyway, I don't really get the question. Are you looking for a cerain group of textures that has no "_CHEST_" texture in it? If yes, then what's the point?
Archived author: Alastor StrixEfuartus • Posted: 2016-06-01T08:52:10+00:00
Original source
Question is if there is as you said group of textures that has no Chest part
Archived author: Kaev • Posted: 2016-06-01T10:34:07+00:00
Original source
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".
Archived author: Alastor StrixEfuartus • Posted: 2016-06-01T10:38:07+00:00
Original source
Irrelevant
I ask only if there is armor that has no Chest part
Quote: 8 hours ago, Alastor StrixEfuartus said:Unlikely. I think not. But why would you care?
I ask only if there is armor that has no Chest part
Archived author: Смердокрыл • Posted: 2016-06-01T19:11:46+00:00
Original source
Quote: 8 hours ago, Alastor StrixEfuartus said:Unlikely. I think not. But why would you care?
I ask only if there is armor that has no Chest part
Archived author: Alastor StrixEfuartus • Posted: 2016-06-02T00:34:17+00:00
Original source
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
Archived author: Amaroth • Posted: 2016-06-02T08:56:44+00:00
Original source
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.