]> de.git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/blob - models/desertfactory/convert.sh
Merge remote-tracking branch 'origin/debugger/exomorphx', fixing #1751
[xonotic/xonotic-maps.pk3dir.git] / models / desertfactory / convert.sh
1 find . -name \*.ase -print0 | xargs -0 perl -pi -e 's,textures/desertfactory_,models/desertfactory/textures/,g'
2 find . -name \*.ase -print0 | xargs -0 perl -pi -e 's,textures\\desertfactory_,models\\desertfactory\\textures\\,g'
3 find . -name \*.obj -print0 | xargs -0 perl -pi -e 's,textures/desertfactory_,models/desertfactory/textures/,g'