mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-26 00:51:23 +00:00
Credits to GinjaNinja32@bay12 for developing dmitool and PsiOmegaDelta@bay12 for some of these scripts. Thanks also to neersighted for reminding me that we need this. Basically this is like the map merger, except for icons. You can install a hook using the instructions in the dmitool folder, and it should automatically merge your DMIs for you. This means you can solve icon conflicts effortlessly most of the time.
9 lines
191 B
Bash
9 lines
191 B
Bash
java -jar tools/dmitool/dmitool.jar merge $1 $2 $3 $2
|
|
if [ "$?" -gt 0 ]
|
|
then
|
|
echo "Unable to automatically resolve all icon_state conflicts, please merge manually."
|
|
exit 1
|
|
fi
|
|
|
|
exit 0
|