The quake 1 maps released under gpl ( http://www.mediamax.com/theromero/Hosted/quake/ )
So are they useable for nexuiz?
Moderators: Nexuiz Moderators, Moderators
rpl -Ri -xmap "0 0 0 0 CAULK" "0 0 0 0 0 0 CAULK" *
for i in `cat textures.txt` ; do
rpl -Ri -xmap "0 0 0 0 $i" "0 0 0 0 0 0 CAULK" * ;
done
ZyanKLee wrote:
- Code: Select all
for i in `cat textures.txt` ; do
rpl -Ri -xmap "0 0 0 0 $i" "0 0 0 0 0 0 CAULK" * ;
done
ZyanKLee wrote:ok, I have a look into it, and see if I could present you some script - in the meantime you could give me a list of possible values for "texture", so perhaps the process of replacing everything with caulk could be automated
perl -pi.bak -e 's/^(\([0-9\.\- ]+\) \([0-9\.\- ]+\) \([0-9\.\- ]+\)) [^ ]+ ([0-9\.\- ]+)$/\1 common\/caulk \2 0 0 0/' foo.map
Users browsing this forum: No registered users and 1 guest