소스 검색

Added the required import template files

Note: The map_cache.dat is an empty mapcache, it does not contain any map data.
Lemongrass3110 10 년 전
부모
커밋
85b229d5f4
3개의 변경된 파일18개의 추가작업 그리고 8개의 파일을 삭제
  1. BIN
      db/import-tmpl/map_cache.dat
  2. 18 0
      db/import-tmpl/map_index.txt
  3. 0 8
      db/map_index.txt

BIN
db/import-tmpl/map_cache.dat


+ 18 - 0
db/import-tmpl/map_index.txt

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

+ 0 - 8
db/map_index.txt

@@ -1015,11 +1015,3 @@ paramk
 //tank_test
 //tank_test2
 //test
-
-//======================================================================================
-//Place your custom maps with a starting ID here.
-//======================================================================================
-//Example:
-//
-//mymap	1250
-//mymap-2