
Moderators: Nexuiz Moderators, Moderators
[-z-] wrote:
- Code: Select all
cd /path/to/nexuiz
cd data/models/gibs
for file in $(find -regex .*md3); do cp ../shotorg_adjuster.md3 $file; done
for file in $(find -regex .*mdl); do cp ../bullet.mdl $file; done
cd /path/to/nexuiz
cd data/models/gibs
find -name '*.md3' -exec cp ../null.md3 {} \;
find -name '*.mdl' -exec cp ../bullet.mdl {} \;
Mr. Bougo wrote:EDIT: null.md3 is even better :p
Mr. Bougo wrote:EDIT2: and I believe you can even use it for .mdl, the extensions don't matter I think.
Mr. Bougo wrote:Also, what if the directory hierarchy is inexistant? Hmm..
Return to Nexuiz - Support / Bugs
Users browsing this forum: No registered users and 1 guest