forked from InfinityDevTeam/Main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dmi_config.yml
46 lines (44 loc) · 1.29 KB
/
dmi_config.yml
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
# This file controls how DMIs are built.
#
# To use:
# 1. Install BYONDTools (which requires Python, numpy, and Pillow; Windows users will have to manually install all of these :^)
# $ pip install BYONDTools
# 2. Run dmi_compile
# $ cd /path/to/vgstation13/
# $ dmi_compile
# 3. Sit back, and relax.
#
# Available directives:
# buildDMI - builds a DMI from smaller DMIs in a directory.
# output: Path to the desired output DMI.
# dir: The directory from which buildDMI will gather *.dmis from. (Will ignore *.new.dmi)
# compare - Compares two directories.
# left:
# right:
# report: Output report.
#
##############################
# Mob clothing sprites
##############################
- buildDMI:
output: icons/mob/head.dmi
dir: icons/mob/head/
- buildDMI:
output: icons/mob/suit.dmi
dir: icons/mob/suit/
- buildDMI:
output: icons/mob/uniform.dmi
dir: icons/mob/uniform/
##############################
# Items
##############################
- buildDMI:
output: icons/mob/items_lefthand.dmi
dir: icons/mob/in-hand/left/
- buildDMI:
output: icons/mob/items_righthand.dmi
dir: icons/mob/in-hand/right/
- compare:
left: icons/mob/in-hand/left/
right: icons/mob/in-hand/right/
report: icons/mob/in-hand/in-hand_sync_report.txt