forked from sannybuilder/data
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodes.xml
More file actions
148 lines (145 loc) · 7.71 KB
/
modes.xml
File metadata and controls
148 lines (145 loc) · 7.71 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<?xml version="1.0" encoding="UTF-8"?>
<!--
Documentation: https://docs.sannybuilder.com/edit-modes
@sb: - path to Sanny Builder
@game: - path to the game directory
-->
<modes>
<mode id="gta3" title="GTA III" game="gta3" type="default">
<data>@sb:\data\gta3\</data>
<opcodes>@sb:\data\gta3\SCM.ini</opcodes>
<classes>@sb:\data\gta3\classes.db</classes>
<variables>@sb:\data\gta3\CustomVariables.ini</variables>
<keywords>@sb:\data\gta3\keywords.txt</keywords>
<missions>@sb:\data\gta3\missions.txt</missions>
<constants>@sb:\data\gta3\constants.txt</constants>
<templates type="default">@sb:\data\gta3\templates.txt</templates>
<templates type="custom">@sb:\data\gta3\templates.custom.txt</templates>
<text format="gta3">@game:\text\american.gxt</text>
<ide>@game:\data\default.ide</ide>
<library>@sb:\data\gta3\gta3.json</library>
<copy-directory type="scm">@game:\data</copy-directory>
<copy-directory type="cleo">@game:\CLEO</copy-directory>
</mode>
<mode id="vc" title="GTA VC" game="vc" type="default">
<data>@sb:\data\vc\</data>
<opcodes>@sb:\data\vc\VCSCM.ini</opcodes>
<classes>@sb:\data\vc\classes.db</classes>
<variables>@sb:\data\vc\CustomVariables.ini</variables>
<keywords>@sb:\data\vc\keywords.txt</keywords>
<missions>@sb:\data\vc\missions.txt</missions>
<constants>@sb:\data\vc\constants.txt</constants>
<templates type="default">@sb:\data\vc\templates.txt</templates>
<templates type="custom">@sb:\data\vc\templates.custom.txt</templates>
<text format="vc">@game:\text\american.gxt</text>
<ide>@game:\data\default.ide</ide>
<library>@sb:\data\vc\vc.json</library>
<copy-directory type="scm">@game:\data</copy-directory>
<copy-directory type="cleo">@game:\CLEO</copy-directory>
</mode>
<mode id="sa" title="GTA SA v1.0" game="sa" type="default">
<data>@sb:\data\sa\</data>
<opcodes>@sb:\data\sa\SASCM.ini</opcodes>
<classes>@sb:\data\sa\classes.db</classes>
<enums>@sb:\data\sa\enums.txt</enums>
<variables>@sb:\data\sa\CustomVariables.ini</variables>
<keywords>@sb:\data\sa\keywords.txt</keywords>
<labels>@sb:\data\sa\CustomLabels.ini</labels>
<arrays>@sb:\data\sa\CustomArrays.ini</arrays>
<missions>@sb:\data\sa\missions.txt</missions>
<constants>@sb:\data\sa\constants.txt</constants>
<examples>@sb:\data\sa\opcodes.txt</examples>
<templates type="default">@sb:\data\sa\templates.txt</templates>
<templates type="custom">@sb:\data\sa\templates.custom.txt</templates>
<text format="sa">@game:\text\american.gxt</text>
<ide base="@game:\">@game:\data\default.dat</ide>
<ide>@game:\data\maps\veh_mods\veh_mods.ide</ide>
<library>@sb:\data\sa\sa.json</library>
<copy-directory type="scm">@game:\data\script</copy-directory>
<copy-directory type="cleo">@game:\CLEO</copy-directory>
</mode>
<mode extends="sa" id="sa_v2" title="GTA SA v2.0" game="sa">
<labels>@sb:\data\sa\CustomLabels_v2.ini</labels>
</mode>
<mode extends="sa" id="sa_scr" title="GTA SA (v1.0 - SCR)" game="sa" type="">
<data>@sb:\data\sa_scr\</data>
<opcodes>@sb:\data\sa_scr\SASCM.ini</opcodes>
<classes>@sb:\data\sa_scr\classes.db</classes>
<variables>@sb:\data\sa_scr\CustomVariables.ini</variables>
<keywords>@sb:\data\sa_scr\keywords.txt</keywords>
<labels>@sb:\data\sa_scr\CustomLabels.ini</labels>
<arrays>@sb:\data\sa_scr\CustomArrays.ini</arrays>
<missions>@sb:\data\sa_scr\missions.txt</missions>
<constants>@sb:\data\sa_scr\constants.txt</constants>
<examples>@sb:\data\sa_scr\opcodes.txt</examples>
<templates type="default">@sb:\data\sa_scr\templates.txt</templates>
<templates type="custom">@sb:\data\sa_scr\templates.custom.txt</templates>
</mode>
<mode id="lcs" title="GTA LCS" game="lcs" type="default">
<data>@sb:\data\lcs\</data>
<opcodes>@sb:\data\lcs\LCSSCM.ini</opcodes>
<classes>@sb:\data\lcs\classes.db</classes>
<variables>@sb:\data\lcs\CustomVariables.ini</variables>
<missions>@sb:\data\lcs\missions.txt</missions>
<constants>@sb:\data\lcs\constants.txt</constants>
<templates type="default">@sb:\data\lcs\templates.txt</templates>
<templates type="custom">@sb:\data\lcs\templates.custom.txt</templates>
<text format="vc">@sb:\data\lcs\english.gxt</text>
<ide>@sb:\data\lcs\models.ide</ide>
</mode>
<mode id="vcs_psp" title="GTA VCS (PSP)" game="vcs" type="default">
<!-- VCS Common-->
<data>@sb:\data\vcs\</data>
<opcodes>@sb:\data\vcs\VCSSCM.ini</opcodes>
<classes>@sb:\data\vcs\classes.db</classes>
<constants>@sb:\data\vcs\constants.txt</constants>
<templates type="default">@sb:\data\vcs\templates.txt</templates>
<templates type="custom">@sb:\data\vcs\templates.custom.txt</templates>
<ide>@sb:\data\vcs\models.ide</ide>
<keywords>@sb:\data\vcs\keywords.txt</keywords>
<!-- PSP only-->
<variables>@sb:\data\vcs\psp\CustomVariables.ini</variables>
<labels>@sb:\data\vcs\psp\CustomLabels.ini</labels>
<arrays>@sb:\data\vcs\psp\CustomArrays.ini</arrays>
<text format="vc">@sb:\data\vcs\psp\english.gxt</text>
<missions>@sb:\data\vcs\psp\missions.txt</missions>
<examples>@sb:\data\vcs\psp\opcodes.txt</examples>
</mode>
<mode extends="vcs_psp" id="vcs_ps2" title="GTA VCS (PS2)" game="vcs">
<!-- PS2 only-->
<variables>@sb:\data\vcs\ps2\CustomVariables.ini</variables>
<labels>@sb:\data\vcs\ps2\CustomLabels.ini</labels>
<arrays>@sb:\data\vcs\ps2\CustomArrays.ini</arrays>
<missions>@sb:\data\vcs\ps2\missions.txt</missions>
<text format="vc">@sb:\data\vcs\ps2\english.gxt</text>
<examples>@sb:\data\vcs\ps2\opcodes.txt</examples>
</mode>
<mode extends="vc" id="vc_mobile" title="VC Mobile" game="vc_mobile" type="">
<data>@sb:\data\vc_mobile\</data>
<opcodes>@sb:\data\vc_mobile\VCSCM.ini</opcodes>
<examples>@sb:\data\vc_mobile\opcodes.txt</examples>
<variables>@sb:\data\vc_mobile\CustomVariables.ini</variables>
<keywords>@sb:\data\vc_mobile\keywords.txt</keywords>
<templates type="default">@sb:\data\vc_mobile\templates.txt</templates>
<templates type="custom">@sb:\data\vc_mobile\templates.custom.txt</templates>
<text format="vc">@sb:\data\vc_mobile\american.gxt</text>
<ide>@sb:\data\vc_mobile\data\default.ide</ide>
<ide base="@sb:\data\vc_mobile\">@sb:\data\vc_mobile\data\gta_vc.dat</ide>
</mode>
<mode id="sa_mobile" title="SA Mobile" game="sa_mobile" type="default">
<data>@sb:\data\sa_mobile\</data>
<opcodes>@sb:\data\sa_mobile\SASCM.ini</opcodes>
<classes>@sb:\data\sa_mobile\classes.db</classes>
<variables>@sb:\data\sa_mobile\CustomVariables.ini</variables>
<keywords>@sb:\data\sa_mobile\keywords.txt</keywords>
<labels>@sb:\data\sa_mobile\CustomLabels.ini</labels>
<arrays>@sb:\data\sa_mobile\CustomArrays.ini</arrays>
<missions>@sb:\data\sa_mobile\missions.txt</missions>
<constants>@sb:\data\sa_mobile\constants.txt</constants>
<templates type="default">@sb:\data\sa_mobile\templates.txt</templates>
<templates type="custom">@sb:\data\sa_mobile\templates.custom.txt</templates>
<text format="sa_mobile">@sb:\data\sa_mobile\american.gxt</text>
<ide>@sb:\data\sa_mobile\custom.dat</ide>
<library>@sb:\data\sa\sa.json</library>
</mode>
</modes>