diff options
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/grf-files.txt | 12 | ||||
-rw-r--r-- | conf-tmpl/map_athena.conf | 4 |
2 files changed, 16 insertions, 0 deletions
diff --git a/conf-tmpl/grf-files.txt b/conf-tmpl/grf-files.txt new file mode 100644 index 000000000..665ca74b4 --- /dev/null +++ b/conf-tmpl/grf-files.txt @@ -0,0 +1,12 @@ +//-----------------------------------------
+// GRF List
+//-----------------------------------------
+// grf: C:\path\to\RO\data.grf
+// You may add more in this format
+// grf: <data file path>
+
+//------ Others ---------------------------
+
+// Data Directory (without the actual data\ though)
+// the below example would use C:\path\to\RO\data\
+//data_dir: C:\path\to\RO\
diff --git a/conf-tmpl/map_athena.conf b/conf-tmpl/map_athena.conf index 47f655caf..eb9bb7cfd 100644 --- a/conf-tmpl/map_athena.conf +++ b/conf-tmpl/map_athena.conf @@ -79,6 +79,10 @@ db_path: db // Note that enabling them decreases packet sending performance. enable_spy: no +// Read map data from GATs and RSWs in GRF files or a data directory +// as referenced by grf-files.txt rather than from the mapcache? +use_grf: no + // Console Commands // Allow for console commands to be used on/off // This prevents usage of >& log.file |