forked from rzLabs/Grimoire
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathConfig.json
103 lines (103 loc) · 2.27 KB
/
Config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"Grim": {
"BuildDirectory": ".\\Output",
"DumpDirectory": "E:\\72_fr_dmp",
"Codepage": 1252,
"Epic": 1025
},
"Tab": {
"DefaultStyle": "NONE",
"FocusNewTabs": true
},
"Structures": {
"LinksPath": ".\\Links.json",
"Directory": ".\\Structures",
"RememberLast": true,
"LastSelected": "",
"RememberSort": true,
"SortColumn": "epic"
},
"DB": {
"IP": "(local)",
"Port": 1433,
"Trusted": true,
"WorldName": "Arcadia",
"WorldUser": "",
"WorldPass": "",
"Backup": false,
"ScriptsDirectory": ".\\Scripts"
},
"RDB": {
"DefaultSaveType": 1,
"DefaultSqlSaveType": 0,
"DefaultDirectory": "",
"Directory": ".\\Structures",
"Encoding": "Western Europe",
"LoadDirectory": "",
"AppendASCII": true,
"SaveHashed": true,
"CSV_Directory": ".\\CSV",
"SQL_Directory": ".\\SQL"
},
"Data": {
"LoadDirectory": "C:\\Webzen\\Rappelz US",
"Backup": true,
"UseModifiedXOR": false,
"ModifiedXORKey": [],
"ClearOnCreate": false
},
"Hash": {
"AutoClear": true,
"AutoConvert": true,
"Type": 0
},
"Market": {
"UseArenaPoint": false
},
"Log": {
"Directory": ".\\Logs",
"Level": 0
},
"Flag": {
"Directory": ".\\Flags",
"Default": "use_flags_under_81",
"ClearOnChange": false
},
"Item": {
"SaveToDB": true,
"SaveToData": false,
"UseASCII": false,
"DataDirectory": "E:\\OpenRZ",
"StringStruct": "StringResource",
"StringTable": "StringResource",
"ItemStruct": "ItemResource73",
"ItemTable": "ItemResource",
"ItemUseFlagList": "use_flags_under_81",
"ItemModelTypeList": "item-model_type",
"SprDirectory": ".\\SPR",
"use_flag_enum": "item_use_flag_72",
"type_enum": "item_type",
"group_enum": "item_group",
"class_enum": "item_class",
"wear_type_enum": "item_wear_type",
"base_opt_type_enum": "",
"decrease_type_enum": "item_decrease_type",
"enchant_type": 0,
"UseArenaPoint": false
},
"Enums": {
"Directory": ".\\Enums"
},
"DumpUpdater": {
"OverwriteExisting": false
},
"SPR": {
"IgnoreSize": true,
"ShowWarnings": true,
"ShowIgnored": true
},
"Localization": {
"Directory": ".\\Localization",
"Locale": "en-US"
}
}