diff options
author | blackhole89 <blackhole89@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-05-04 17:31:41 +0000 |
---|---|---|
committer | blackhole89 <blackhole89@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-05-04 17:31:41 +0000 |
commit | d6d6fdd7aec99a7d3a074b0720a17b00ef1f6c29 (patch) | |
tree | 2d5c63036bb11be1976e88ae50206a0ca0e6af8e /conf-tmpl/grf-files.txt | |
parent | 5a9235d7367fd15827114f3b439027e322e70ffb (diff) | |
download | hercules-d6d6fdd7aec99a7d3a074b0720a17b00ef1f6c29.tar.gz hercules-d6d6fdd7aec99a7d3a074b0720a17b00ef1f6c29.tar.bz2 hercules-d6d6fdd7aec99a7d3a074b0720a17b00ef1f6c29.tar.xz hercules-d6d6fdd7aec99a7d3a074b0720a17b00ef1f6c29.zip |
adding read-from-GRF/GAT back in. Read Changelog-Trunk.txt for more details.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10455 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/grf-files.txt')
-rw-r--r-- | conf-tmpl/grf-files.txt | 12 |
1 files changed, 12 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\
|