I figured that.
I should of phrased my question better.
The question is two parts:
First you answered thank you.
The second is why I can see some heads, but not others.
I can see some full body textures, and heads, while others I cannot. That puzzles me.
Figured out some of the reason I can't see some textures. They just are not downloading. If I manually add the textures to the custom folder, they are visible.
Okay problem partially solved. It is just some problem with downloading the textures. I came up with a "simple" command to correct this, there probably is a more elegant way, but hey this works for my linux:
run from the toribash folder
./toribash 2>&1 | sed -n 's/.*http/http/p' | awk '{ system("wget " $1 " -O " $2) }'
I will continue to pick at it to come up with something that isn't as hackish.
Last edited by aslask; Jan 10, 2010 at 10:36 AM.
Reason: Triple post