Take care of dmi compilation too.

This commit is contained in:
Pieter-Jan Briers
2017-03-11 23:24:22 +01:00
parent b691adeec7
commit 79a6b0d092
3 changed files with 15 additions and 15 deletions

View File

@@ -45,7 +45,7 @@ How to Compile
4. Run the following (with the correct paths, of course): 4. Run the following (with the correct paths, of course):
``` ```
cd path/to/vgstation13 cd path/to/vgstation13/tools/dmicompile
dmi_compile dmi_compile
``` ```

View File

@@ -4,7 +4,7 @@
# 1. Install BYONDTools (which requires Python, numpy, and Pillow; Windows users will have to manually install all of these :^) # 1. Install BYONDTools (which requires Python, numpy, and Pillow; Windows users will have to manually install all of these :^)
# $ pip install BYONDTools # $ pip install BYONDTools
# 2. Run dmi_compile # 2. Run dmi_compile
# $ cd /path/to/vgstation13/ # $ cd /path/to/vgstation13/tools/dmicompile
# $ dmi_compile # $ dmi_compile
# 3. Sit back, and relax. # 3. Sit back, and relax.
# #
@@ -21,26 +21,26 @@
# Mob clothing sprites # Mob clothing sprites
############################## ##############################
- buildDMI: - buildDMI:
output: icons/mob/head.dmi output: ../../icons/mob/head.dmi
dir: icons/mob/head/ dir: ../../icons/mob/head/
- buildDMI: - buildDMI:
output: icons/mob/suit.dmi output: ../../icons/mob/suit.dmi
dir: icons/mob/suit/ dir: ../../icons/mob/suit/
- buildDMI: - buildDMI:
output: icons/mob/uniform.dmi output: ../../icons/mob/uniform.dmi
dir: icons/mob/uniform/ dir: ../../icons/mob/uniform/
############################## ##############################
# Items # Items
############################## ##############################
- buildDMI: - buildDMI:
output: icons/mob/items_lefthand.dmi output: ../../icons/mob/items_lefthand.dmi
dir: icons/mob/in-hand/left/ dir: ../../icons/mob/in-hand/left/
- buildDMI: - buildDMI:
output: icons/mob/items_righthand.dmi output: ../../icons/mob/items_righthand.dmi
dir: icons/mob/in-hand/right/ dir: ../../icons/mob/in-hand/right/
- compare: - compare:
left: icons/mob/in-hand/left/ left: ../../icons/mob/in-hand/left/
right: icons/mob/in-hand/right/ right: ../../icons/mob/in-hand/right/
report: icons/mob/in-hand/in-hand_sync_report.txt report: ../../icons/mob/in-hand/in-hand_sync_report.txt