This repository has been archived by the owner on Sep 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
114 lines (99 loc) · 2.98 KB
/
config.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
paths:
downloaded: ../.exclude/downloaded/
lib: lib/
export: ../
index: ../.index
log: ../.exclude/logs
updated: ../updated
temp: ../.exclude/temp
concurrency:
processes: 2
batchSize: 50
assets:
- name: Master Assets (all)
asset: master
tasks:
- container: /resources/master/
type: MonoBehaviour
- name: Master Assets (text label)
asset: master
tasks:
- container: /resources/master/textlabel
type: MonoBehaviour
isMultiLocale: true
- name: Action Scripts
asset: actions
tasks:
- name: Action Parts
container: /resources/actions/
type: GameObject
- name: Action Parts List
container: /resources/actions/actionpartslist
type: MonoBehaviour
- name: Animation Data
asset: ((characters|dragon)/motion/|meshes/dragon)
tasks:
- name: Base controller
container: /resources/(characters|dragon)/motion/(.*)\.controller
type: AnimatorController
# Don't export dragon override controller for now
# because it needs re-implmentation on controller at the parser side
# https://github.com/RaenonX-DL/dragalia-asset-downloader-2/issues/46
- name: Override controller (character)
container: /resources/characters/motion/(.*)\.overridecontroller
type: AnimatorOverrideController
suppressWarnings:
- nothingToExport
- name: UI Sprites
asset: images/ingame/ui
tasks:
- container: /resources/images/ingame/ui/atlas
type: Sprite-UI
isMultiLocale: true
exportUpdatedFileIndex: true
- name: Icons
asset: images/icon/
tasks:
- container: /resources/images/icon/
type: Texture2D-Alpha
isMultiLocale: true
exportUpdatedFileIndex: true
- name: Unit Image
asset: images/outgame/unitdetail/(amulet|chara|dragon)
tasks:
- container: /resources/images/outgame/unitdetail
type: Texture2D-Alpha
exportUpdatedFileIndex: true
- name: Story Image
asset: emotion/story
tasks:
- container: /resources/emotion/story
type: Texture2D-Story
exportUpdatedFileIndex: true
- name: Story Content
asset: story/(unit|castle|quest)story/
tasks:
- container: /resources/story
type: MonoBehaviour
isMultiLocale: true
- name: Story Functions
asset: story/function
tasks:
- container: /resources/story
type: MonoBehaviour
isMultiLocale: true
- name: Login Bonus
asset: images/outgame/loginbonus
tasks:
- container: /resources/images/outgame/loginbonus
type: Sprite-UI
isMultiLocale: true
suppressWarnings:
- nothingToExport
exportUpdatedFileIndex: true
- name: Event CG
asset: emotion/eventcg
tasks:
- container: /resources/emotion/eventcg
type: Texture2D-Material
exportUpdatedFileIndex: true