03-27-2010, 10:53 PM
To encourage consistency, let's have a map naming convention.
<mapname>_v<version>r<revision>_<- separated gamemodes>
In use:
dance_v2r5_ctf-dm-dom
such map names could even be autogenerated in part (the last part is recorded in a file, no?). Also, automatching and easier categorization of maps. Here's a regex:
[a-z0-9_\-/]+_v[0-9]+r[0-9]+_[a-fhk-ors-u-]+
I think that's the optimal way to do it, though I may be wrong. Also, the last part will have to be updated depending on gamemode naming conventions (I abbreviated assault as "as").
What do you think?
<mapname>_v<version>r<revision>_<- separated gamemodes>
In use:
dance_v2r5_ctf-dm-dom
such map names could even be autogenerated in part (the last part is recorded in a file, no?). Also, automatching and easier categorization of maps. Here's a regex:
[a-z0-9_\-/]+_v[0-9]+r[0-9]+_[a-fhk-ors-u-]+
I think that's the optimal way to do it, though I may be wrong. Also, the last part will have to be updated depending on gamemode naming conventions (I abbreviated assault as "as").
What do you think?