>>12132727
I've never bothered doing this, i usually just dump base quake maps in id1/ or copper/ , but maybe my quake folder wouldn't be an enormous unorganized mess if I followed a rule like that.
[code]
$ find ./ID1/maps/ -type f -iname '*.bsp' | wc -l
941
$ find ./copper/maps/ -type f -iname '*.bsp' | wc -l
22
$ find ./*/maps/ -type f -iname '*.bsp' | wc -l
3084
[/code]