-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathqrcore.yaml
213 lines (173 loc) · 5.61 KB
/
qrcore.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
$engine: 3
$onesync: on
name: QRCore Remastered
version: 1.0.0
author: The Community
description: A RedM core with a load of bloat.
tasks:
# Download Base Files
- action: download_github
src: https://github.com/QRCore-RedM-Re/txAdminRecipe
ref: main
dest: ./tmp/QRCore
- action: move_path
src: ./tmp/QRCore/server.cfg
dest: ./server.cfg
- action: move_path
src: ./tmp/QRCore/permissions.cfg
dest: ./permissions.cfg
- action: move_path
src: ./tmp/QRCore/voice.cfg
dest: ./voice.cfg
- action: move_path
src: ./tmp/QRCore/myLogo.png
dest: ./myLogo.png
# Prepare Database
- action: connect_database
- action: query_database
file: ./tmp/QRCore/qrcore.sql
# Downloading Standalone Resources
- 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/latest/download/oxmysql.zip
- action: unzip
dest: ./resources/[ox]
src: ./tmp/files/oxmysql.zip
- action: download_file
path: ./tmp/files/ox_lib.zip
url: https://github.com/overextended/ox_lib/releases/latest/download/ox_lib.zip
- action: unzip
dest: ./resources/[ox]
src: ./tmp/files/ox_lib.zip
- action: download_github
dest: ./resources/[standalone]/connectqueue
ref: main
src: https://github.com/QRCore-RedM-Re/connectqueue
- action: download_github
dest: ./resources/[standalone]/safecracker
ref: main
src: https://github.com/QRCore-RedM-Re/safecracker
- action: download_github
dest: ./resources/[standalone]/pma-voice
ref: main
src: https://github.com/AvarianKnight/pma-voice
- action: download_github
dest: ./resources/[standalone]/mediccamp
ref: main
src: https://github.com/QRCore-RedM-Re/mediccamp
- action: download_github
src: https://github.com/QRCore-RedM-Re/qr_menu
ref: main
dest: ./resources/[standalone]/qr_menu
- action: download_file
path: ./tmp/loadscreen.zip
url: https://github.com/D4isDAVID/loadscreen/releases/latest/download/loadscreen.zip
- action: unzip
dest: ./resources/[standalone]
src: ./tmp/loadscreen.zip
- action: copy_path
src: ./myLogo.png
dest: ./resources/[standalone]/loadscreen/html/assets/logo.png
overwrite: true
# Download QRCore resources
- action: download_github
src: https://github.com/QRCore-RedM-Re/qr-admin
ref: main
dest: ./resources/[qr]/qr-admin
- action: download_github
src: https://github.com/QRCore-RedM-Re/qr-appearance
ref: main
dest: ./resources/[qr]/qr-appearance
- action: download_github
src: https://github.com/QRCore-RedM-Re/qr-clothes
ref: main
dest: ./resources/[qr]/qr-clothes
- action: download_github
src: https://github.com/QRCore-RedM-Re/qr-ambulancejob
ref: main
dest: ./resources/[qr]/qr-ambulancejob
- action: download_github
src: https://github.com/QRCore-RedM-Re/qr-banking
ref: main
dest: ./resources/[qr]/qr-banking
- action: download_github
src: https://github.com/QRCore-RedM-Re/qr-core
ref: main
dest: ./resources/[qr]/qr-core
- action: download_github
src: https://github.com/QRCore-RedM-Re/qr-consumables
ref: main
dest: ./resources/[qr]/qr-consumables
- action: download_github
src: https://github.com/QRCore-RedM-Re/qr-doorlock
ref: main
dest: ./resources/[qr]/qr-doorlock
- action: download_github
src: https://github.com/QRCore-RedM-Re/qr-hud
ref: main
dest: ./resources/[qr]/qr-hud
- action: download_github
src: https://github.com/QRCore-RedM-Re/qr-interiors
ref: main
dest: ./resources/[qr]/qr-interiors
- action: download_github
src: https://github.com/QRCore-RedM-Re/qr-inventory
ref: main
dest: ./resources/[qr]/qr-inventory
- action: download_github
src: https://github.com/QRCore-RedM-Re/qr-lockpick
ref: main
dest: ./resources/[qr]/qr-lockpick
- action: download_github
src: https://github.com/QRCore-RedM-Re/qr-management
ref: main
dest: ./resources/[qr]/qr-management
- action: download_github
src: https://github.com/QRCore-RedM-Re/qr-multicharacter
ref: main
dest: ./resources/[qr]/qr-multicharacter
- action: download_github
src: https://github.com/QRCore-RedM-Re/qr-policejob
ref: main
dest: ./resources/[qr]/qr-policejob
- action: download_github
src: https://github.com/QRCore-RedM-Re/qr-scoreboard
ref: main
dest: ./resources/[qr]/qr-scoreboard
- action: download_github
src: https://github.com/QRCore-RedM-Re/qr-shops
ref: main
dest: ./resources/[qr]/qr-shops
- action: download_github
src: https://github.com/QRCore-RedM-Re/qr-smallresources
ref: main
dest: ./resources/[qr]/qr-smallresources
- action: download_github
src: https://github.com/QRCore-RedM-Re/qr-spawn
ref: main
dest: ./resources/[qr]/qr-spawn
- action: download_github
src: https://github.com/QRCore-RedM-Re/qr-stables
ref: main
dest: ./resources/[qr]/qr-stables
- action: download_github
src: https://github.com/QRCore-RedM-Re/qr-weapons
ref: main
dest: ./resources/[qr]/qr-weapons
- action: download_github
src: https://github.com/QRCore-RedM-Re/qr-weathersync
ref: main
dest: ./resources/[qr]/qr-weathersync
- action: download_github
src: https://github.com/QRCore-RedM-Re/qr-target
ref: main
dest: ./resources/[qr]/qr-target
# Clean up
- action: remove_path
path: ./tmp