Page 1 of 1

One clothing Item, Sari_1

PostPosted: Wed Feb 12, 2020 9:59 pm
by DaMaster
Clothing asset. Sari_1. A few years back this clothing worked just fine. But lately, it won't load for nothing. The error reports that the obj file is missing. I've tried everything that I could think of and more to get it to load, with no success. Do anyone else have this problem with Sari_1. If someone could look into and possibly repost it so it will load like others, It'd be great. I've finally learned how to make targets and poses. But makeclothes are still in the learning phase. I'd also like to see an Indian Salwar suit for the females and if possibly other ethnic outfits. And even some US military, police uniforms. Please know that I don't use Windows, Only Ubuntu 18.04. VScorpionC makes some great tutorials.

Re: One clothing Item, Sari_1

PostPosted: Wed Feb 12, 2020 10:55 pm
by Aranuvir
In the Sari_One Folder using /bin/bash:
Code: Select all
for i in *; do mv $i $(echo $i | sed 's/_0//g'); done

ignore the warning, then:

Code: Select all
sed -i 's/sari1\.jpg/sari1texture\.png/g' sari1.mhmat

should fix your problem ;) ...