diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/grf-files.txt | 18 | ||||
-rw-r--r-- | conf/groups.conf | 2 |
2 files changed, 10 insertions, 10 deletions
diff --git a/conf/grf-files.txt b/conf/grf-files.txt index 39cee544e..6af058575 100644 --- a/conf/grf-files.txt +++ b/conf/grf-files.txt @@ -1,12 +1,12 @@ //----------------------------------------- -// GRF List +// GRF Files +// Add as many as needed. //----------------------------------------- -// grf: C:\path\to\RO\data.grf -// You may add more in this format -// grf: <data file path> +//grf: C:\Program Files\Gravity\RO\rdata.grf +//grf: C:\Program Files\Gravity\RO\data.grf -//------ Others --------------------------- - -// Data Directory (without the actual data\ though) -// the below example would use C:\path\to\RO\data\ -//data_dir: C:\path\to\RO\ +//----------------------------------------- +// Data Directory +// Use the base folder, not the data\ path. +//----------------------------------------- +//data_dir: C:\Program Files\Gravity\RO\ diff --git a/conf/groups.conf b/conf/groups.conf index dabebe7a2..a243716e6 100644 --- a/conf/groups.conf +++ b/conf/groups.conf @@ -260,7 +260,7 @@ groups: ( level: 99 inherit: ( "Support", "Law Enforcement" ) commands: { - /* not necessary due all_commands: true */ + /* not necessary due to all_commands: true */ } log_commands: true permissions: { |