Map Rev
#1
Is there a way to reset the map rev?
Thanks given by:
#2
In your maps folder, there will be a bunch of maps called "mapnamehere/date/.BAK"
rename the map back to normal .cgz.
Thanks given by:
#3
No i mean, when you vote the map, is sais: ac_blablabla rev 75
How can i put it back to 0 or 1 when i'm gonna release that map?
Thanks given by:
#4
Hm, I would think it would be in those .BAK files.
/offtopic I like how AC is looking more like SVN and IRC as time goes on :D (not sarcastic)
Thanks given by:
#5
I tried before and it don't works for me...
Thanks given by:
#6
/setmaprevision 1
however, from the code:
// FIXME - remove this before release
void setmaprevision(int rev) { hdr.maprevision = rev; }
COMMAND(setmaprevision, ARG_1INT);
You won't be able to take advantage of that for long.
Thanks given by:
#7
OK, thx!
Thanks given by: