-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathvorp_recipe.yaml
327 lines (271 loc) · 8.36 KB
/
vorp_recipe.yaml
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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
$engine: 3
$onesync: on
$steamRequired: true
name: VORPCore
author: vorpcore
description: VorpCore Official txAdmin recipe! This will set up a base vorp official server.
variables:
steam_webApiKey: "none"
tasks:
# Recipe Specific server.cfg files
- action: download_github
src: https://github.com/VORPCORE/VORP_txAdmin
ref: main
dest: ./temp/vorp_txAdminRecipe
- action: move_path
src: ./temp/vorp_txAdminRecipe/server.cfg
dest: ./server.cfg
# Run Database SQL
- action: connect_database
- action: query_database
file: ./temp/vorp_txAdminRecipe/MariaDB.sql
# Move the icon to the root
- action: move_path
src: ./temp/vorp_txAdminRecipe/icon.png
dest: ./icon.png
# Download default CFX resources
- action: download_github
src: https://github.com/outsider31000/cfx-server-data
ref: master
subpath: resources
dest: ./resources/
- action: remove_path
path: ./resources/[CFX]/[gameplay]/chat
# Download vorp core
- action: download_github
src: https://github.com/VORPCORE/vorp_core-lua
ref: main
dest: ./temp/[VORP]/vorp_core
# Download vorp character
- action: download_github
src: https://github.com/VORPCORE/vorp_character-lua
ref: main
dest: ./temp/[VORP]/vorp_character
# Download vorp inventory
- action: download_github
src: https://github.com/VORPCORE/vorp_inventory-lua
ref: main
dest: ./temp/[VORP]/vorp_inventory
# Download vorp inputs
- action: download_github
src: https://github.com/VORPCORE/vorp_inputs-lua
ref: main
dest: ./temp/[VORP]/vorp_inputs
# Download vorp progressbar
- action: download_github
src: https://github.com/VORPCORE/vorp_progressbar
ref: main
dest: ./temp/[VORP]/vorp_progressbar
# Download vorp police
- action: download_github
src: https://github.com/VORPCORE/vorp_police
ref: main
dest: ./temp/[VORP]/vorp_police
# Download vorp medic
- action: download_github
src: https://github.com/VORPCORE/vorp_medic
ref: main
dest: ./temp/[VORP]/vorp_medic
# Download vorp stores
- action: download_github
src: https://github.com/VORPCORE/vorp_stores-lua
ref: main
dest: ./temp/[VORP]/vorp_stores
# Download vorp weapons
- action: download_github
src: https://github.com/VORPCORE/vorp_weaponsv2
ref: main
dest: ./temp/[VORP]/vorp_weaponsv2
# Download vorp banking
- action: download_github
src: https://github.com/VORPCORE/vorp_banking
ref: main
dest: ./temp/[VORP]/vorp_banking
# Download vorp paycheck
- action: download_github
src: https://github.com/VORPCORE/vorp_paycheck
ref: main
dest: ./temp/[VORP]/vorp_paycheck
# Download vorp wild horse
- action: download_github
src: https://github.com/VORPCORE/vorp_wildhorse
ref: main
dest: ./temp/[VORP]/vorp_wildhorse
# Download vorp lootnpcs
- action: download_github
src: https://github.com/VORPCORE/vorp_lootnpcs
ref: main
dest: ./temp/[VORP]/vorp_lootnpcs
# Download vorp herbs
- action: download_github
src: https://github.com/VORPCORE/vorp_herbs
ref: main
dest: ./temp/[VORP]/vorp_herbs
# Download vorp billing
- action: download_github
src: https://github.com/VORPCORE/vorp_billing
ref: main
dest: ./temp/[VORP]/vorp_billing
# Download vorp doorlocks
- action: download_github
src: https://github.com/VORPCORE/vorp_doorlocks
ref: main
dest: ./temp/[VORP]/vorp_doorlocks
# Download vorp admin
- action: download_github
src: https://github.com/VORPCORE/vorp_admin
ref: main
dest: ./temp/[VORP]/vorp_admin
# Download vorp stables
- action: download_github
src: https://github.com/VORPCORE/vorp_stables-lua
ref: main
dest: ./temp/[VORP]/vorp_stables
# Download vorp hunting
- action: download_github
src: https://github.com/VORPCORE/vorp_hunting
ref: main
dest: ./temp/[VORP]/vorp_hunting
# Download vorp housing
- action: download_github
src: https://github.com/VORPCORE/vorp_housing-lua
ref: main
dest: ./temp/[VORP]/vorp_housing
# Download vorp crafting
- action: download_github
src: https://github.com/VORPCORE/vorp_crafting
ref: main
dest: ./temp/[VORP]/vorp_crafting
# Download vorp zonenotify
- action: download_github
src: https://github.com/VORPCORE/vorp_zonenotify
ref: main
dest: ./temp/[VORP]/vorp_zonenotify
# Download vorp mining
- action: download_github
src: https://github.com/VORPCORE/vorp_mining
ref: main
dest: ./temp/[VORP]/vorp_mining
# Download vorp lumberjack
- action: download_github
src: https://github.com/VORPCORE/vorp_lumberjack
ref: main
dest: ./temp/[VORP]/vorp_lumberjack
# Download vorp fishing
- action: download_github
src: https://github.com/VORPCORE/vorp_fishing-lua
ref: main
dest: ./temp/[VORP]/vorp_fishing
# Download vorp outlaws
- action: download_github
src: https://github.com/VORPCORE/vorp_outlaws
ref: main
dest: ./temp/[VORP]/vorp_outlaws
# Download vorp crawfish
- action: download_github
src: https://github.com/VORPCORE/vorp_crawfish
ref: main
dest: ./temp/[VORP]/vorp_crawfish
# Download vorp animations
- action: download_github
src: https://github.com/VORPCORE/vorp_animations
ref: main
dest: ./temp/[VORP]/vorp_animations
# Download vorp mailbox
- action: download_github
src: https://github.com/VORPCORE/vorp_mailbox
ref: main
dest: ./temp/[VORP]/vorp_mailbox
# Download vorp postman
- action: download_github
src: https://github.com/VORPCORE/VORP-PostMan
dest: ./tmp/vorp_postman
# Move the postman to the correct location
- action: move_path
src: ./tmp/vorp_postman/VORP-PostMan[Server-Client]/build/vorp_postman
dest: ./temp/[VORP]/vorp_postman
# Remove folder
- action: remove_path
path: ./tmp/vorp_postman
# Download vorp barbershop
- action: download_github
src: https://github.com/VORPCORE/vorp_barbershop_lua
ref: main
dest: ./temp/[VORP]/vorp_barbershop
# Download vorp metabolism
- action: download_github
src: https://github.com/VORPCORE/vorp_metabolism-lua
ref: main
dest: ./temp/[VORP]/vorp_metabolism
# Download vorp utils
- action: download_github
src: https://github.com/VORPCORE/vorp_utils
ref: main
dest: ./temp/[VORP]/vorp_utils
# Download vorp menu
- action: download_github
src: https://github.com/VORPCORE/vorp_menu
ref: main
dest: ./temp/[VORP]/vorp_menu
# Download vorp walkanim
- action: download_github
src: https://github.com/VORPCORE/vorp_walkanim
ref: main
dest: ./temp/[VORP]/vorp_walkanim
# Download oxmysql
- action: download_file
path: ./tmp/files/oxmysql.zip
url: https://github.com/overextended/oxmysql/releases/latest/download/oxmysql.zip
- action: unzip
dest: ./resources/[standalone]
src: ./tmp/files/oxmysql.zip
# Download pma-voice
- action: download_github
src: https://github.com/AvarianKnight/pma-voice
ref: main
dest: ./resources/[standalone]/pma-voice
# Download pma-display
- action: download_github
src: https://github.com/outsider31000/pma-display
ref: main
dest: ./resources/[standalone]/pma-display
# Download weathersync
- action: download_github
src: https://github.com/kibook/weathersync
ref: master
dest: ./resources/[standalone]/weathersync
# Download redm ipls
- action: download_github
src: https://github.com/outsider31000/redm-ipls
ref: main
dest: ./resources/[standalone]/redm-ipls
# Download syn minigame
- action: download_github
src: https://github.com/outsider31000/syn-minigame
ref: main
dest: ./resources/[standalone]/syn_minigame
# Download moonshine interiors
- action: download_github
src: https://github.com/outsider31000/moonshine_interiors
ref: main
dest: ./resources/[standalone]/moonshine_interiors
# Download Polyzone
- action: download_github
src: https://github.com/outsider31000/PolyZone
ref: main
dest: ./resources/[standalone]/PolyZone
# Download lockpick
- action: download_github
src: https://github.com/outsider31000/lockpick
ref: main
dest: ./resources/[standalone]/lockpick
# Remove Old Chat
- action: remove_path
path: ./resources/[cfx-default]/[gameplay]/chat
# Move all vorp resources and files to root for txadmin
- action: move_path
src: ./temp/[VORP]
dest: ./resources/[VORP]
# Clean up temporary files
- action: remove_path
path: ./temp