map_index.txt 849 B

123456789101112131415161718
  1. //======================================================================================
  2. // Map Index
  3. //======================================================================================
  4. //Contains the list of maps with their respective IDs for inter-server use.
  5. //IDs must never change, therefore any new maps need to be added at the end,
  6. //and old ones must not be removed, but may be replaced.
  7. //Format:
  8. //mapname<tab>index <- specifies index for this map
  9. //mapname <- map will use index of previous map +1
  10. //Note that map index 0 is special and reserved for "error" status.
  11. //======================================================================================
  12. //Place your custom maps with a starting ID here.
  13. //======================================================================================
  14. //Example:
  15. //
  16. //mymap 1250
  17. //mymap-2