-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.xml
More file actions
80 lines (73 loc) · 3.29 KB
/
main.xml
File metadata and controls
80 lines (73 loc) · 3.29 KB
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
<table name="CrimeNetAdvanced" global_key="CrimeNetAdvanced" priority="100">
<AssetUpdates id="38171" provider="modworkshop" use_local_dir="true" version="0"/>
<Localization directory="loc" default="english.txt">
<loc file="english.txt" language="english"/>
</Localization>
<Options save_file="CrimeNetAdvanced.txt">
<options node_name="cnmap" title_id="cnmap_title" desc_id="cnmap_desc" build_items="true">
<!-- JOB ICON SETTINGS -->
<option_group build_menu="true" name="cnmap_job_icon_settings" title_id="cnmap_job_icon_settings_title">
<option
name="cnmap_job_icon_offline" title_id="cnmap_job_icon_offline_title"
save_value="true" type="bool"
show_value="true" default_value="true"
/>
<option
name="cnmap_job_icon_online" title_id="cnmap_job_icon_online_title"
save_value="true" type="bool"
show_value="true" default_value="true"
/>
<option
name="cnmap_job_icon_steam" title_id="cnmap_job_icon_steam_title"
save_value="true" type="bool"
show_value="true" default_value="true"
/>
</option_group>
<!-- PROGRESS SETTINGS -->
<option_group build_menu="true" name="cnmap_prog_settings" title_id="cnmap_prog_settings_title">
<option
name="cnmap_prog_levellock" title_id="cnmap_prog_levellock_title"
save_value="true" type="bool"
show_value="true" default_value="true"
/>
<option
name="cnmap_prog_infamyunlock" title_id="cnmap_prog_infamyunlock_title"
save_value="true" type="number"
show_value="true" default_value="1"
min="1" max="500"
step="1"
/>
</option_group>
<!-- META SETTINGS -->
<option_group build_menu="true" name="cnmap_meta_settings" title_id="cnmap_meta_settings_title">
<option
name="cnmap_meta_introduction" title_id="cnmap_meta_introduction_title"
save_value="true" type="bool"
show_value="true" default_value="true"
/>
</option_group>
</options>
</Options>
<AddFiles directory="assets">
<dds force="true" path="guis/textures/cn_map/washington_dc"/>
<dds force="true" path="guis/textures/cn_map/new_york"/>
<dds force="true" path="guis/textures/cn_map/nevada"/>
<dds force="true" path="guis/textures/cn_map/los_angeles"/>
<dds force="true" path="guis/textures/cn_map/texas"/>
<dds force="true" path="guis/textures/cn_map/mexico"/>
<dds force="true" path="guis/textures/cn_map/florida"/>
<dds force="true" path="guis/textures/cn_map/russia"/>
<dds force="true" path="guis/textures/cn_map/san_francisco"/>
<dds force="true" path="guis/textures/cn_map/minecraft"/>
<dds force="true" path="guis/textures/pd2/crimenet_globe"/>
<dds force="true" path="guis/textures/pd2/crimenet_star_half"/>
<dds force="true" path="guis/textures/pd2/crimenet_skull"/>
<dds force="true" path="guis/textures/pd2/crimenet_skull_4"/>
<dds force="true" path="guis/textures/pd2/crimenet_skull_5"/>
<dds force="true" path="guis/textures/pd2/crimenet_skull_6"/>
<dds force="true" path="guis/textures/pd2/crimenet_marker_normal_outline"/>
<dds force="true" path="guis/textures/pd2/crimenet_marker_mutator_outline"/>
<dds force="true" path="guis/textures/pd2/crimenet_marker_contract"/>
<dds force="true" path="guis/textures/pd2/crimenet_marker_contract_server"/>
</AddFiles>
</table>