-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrecipe.yml
More file actions
150 lines (119 loc) · 3.84 KB
/
recipe.yml
File metadata and controls
150 lines (119 loc) · 3.84 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
149
150
$engine: 3
$onesync: on
name: CDev
version: 2.2.4
author: CDev
description: CDev's custom QBCore to test out new features
tasks:
# Download Base Files
- action: download_github
src: https://github.com/cdev-oss/cdev-recipe
ref: main
dest: ./tmp/cdev
- action: move_path
src: ./tmp/cdev/server.cfg
dest: ./server.cfg
- action: move_path
src: ./tmp/cdev/cdev.webp
dest: ./cdev.webp
# Prepare Database
- action: connect_database
- action: query_database
file: ./tmp/cdev/cdev.sql
# STANDALONE
- action: download_github
src: https://github.com/citizenfx/cfx-server-data
subpath: resources
dest: ./resources/[cfx-default]
- action: remove_path
path: ./resources/[cfx-default]/[gameplay]/chat
- action: download_file
path: ./tmp/files/oxmysql.zip
url: https://github.com/overextended/oxmysql/releases/download/v2.11.2/oxmysql.zip
- action: unzip
dest: ./resources/[standalone]
src: ./tmp/files/oxmysql.zip
- action: download_file
path: ./tmp/menuv.zip
url: https://github.com/ThymonA/menuv/releases/download/v1.4.1/menuv_v1.4.1.zip
- action: unzip
dest: ./resources/[standalone]/menuv
src: ./tmp/menuv.zip
- action: waste_time # prevent github throttling
seconds: 10
- action: download_github
dest: ./resources/[standalone]/bob74_ipl
ref: master
src: https://github.com/qbcore-framework/bob74_ipl
- action: download_github
dest: ./resources/[standalone]/screenshot-basic
ref: master
src: https://github.com/citizenfx/screenshot-basic
- action: download_github
dest: ./resources/[standalone]/progressbar
ref: main
src: https://github.com/qbcore-framework/progressbar
- action: download_github
dest: ./resources/[standalone]/interact-sound
ref: master
src: https://github.com/qbcore-framework/interact-sound
- action: download_github
dest: ./resources/[standalone]/connectqueue
ref: master
src: https://github.com/qbcore-framework/connectqueue
- action: download_github
dest: ./resources/[standalone]/PolyZone
ref: master
src: https://github.com/qbcore-framework/PolyZone
- action: waste_time # prevent github throttling
seconds: 10
# Downloading QBCore resources
- action: download_github
dest: ./resources/[qb]/qb-core
ref: main
src: https://github.com/qbcore-framework/qb-core
- action: download_github
dest: ./resources/[qb]/qb-adminmenu
ref: main
src: https://github.com/qbcore-framework/qb-adminmenu
- action: download_github
dest: ./resources/[qb]/qb-hud
ref: main
src: https://github.com/qbcore-framework/qb-hud
- action: waste_time # prevent github throttling
seconds: 10
- action: download_github
dest: ./resources/[qb]/qb-inventory
ref: main
src: https://github.com/qbcore-framework/qb-inventory
- action: download_github
dest: ./resources/[qb]/qb-weathersync
ref: main
src: https://github.com/qbcore-framework/qb-weathersync
- action: download_github
dest: ./resources/[qb]/qb-spawn
ref: main
src: https://github.com/qbcore-framework/qb-spawn
- action: download_github
dest: ./resources/[qb]/qb-smallresources
ref: main
src: https://github.com/qbcore-framework/qb-smallresources
- action: waste_time # prevent github throttling
seconds: 10
- action: download_github
dest: ./resources/[qb]/qb-menu
ref: main
src: https://github.com/qbcore-framework/qb-menu
- action: download_github
dest: ./resources/[qb]/qb-input
ref: main
src: https://github.com/qbcore-framework/qb-input
- action: download_file
path: ./tmp/files/vmenu.zip
url: https://github.com/TomGrobbe/vMenu/releases/download/v3.6.5/vMenu-v3.6.5.zip
- action: unzip
dest: ./resources/[cdev]/vMenu
src: ./tmp/files/vmenu.zip
# Clean up
- action: remove_path
path: ./tmp