Skip to content

Commit

Permalink
fix: correct naming of folders
Browse files Browse the repository at this point in the history
  • Loading branch information
mrneo240 committed Nov 27, 2022
1 parent 68889c5 commit 74f2f65
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 15 deletions.
5 changes: 2 additions & 3 deletions process_AW_NTSC.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,15 @@ OUT_ICON=ICON_all
# Boxart
mkdir -p ${OUT_BOX}

mogrify -path ${OUT_BOX} -resize 128x128! -format bmp -define bmp:format=bmp3 -type truecolor -depth 8 ${IN}/*
mogrify -path ${OUT_BOX} -resize 256x256! -format bmp -define bmp:format=bmp3 -type truecolor -depth 8 ${IN}/*
${TOOLS}/stbconv -t -5 -nm -gi 1001 ${OUT_BOX}/*.bmp
rm ${OUT_BOX}/*.bmp
${TOOLS}/renamecsv ${OUT_BOX}/ ${CAT}
# pvr format: no mipmap, twiddled, rgb565, global index 1001

#Icon
mkdir -p ${OUT_ICON}

mogrify -path ${OUT_ICON} -resize 256x256! -format bmp -define bmp:format=bmp3 -type truecolor -depth 8 ${IN}/*
mogrify -path ${OUT_ICON} -resize 128x128! -format bmp -define bmp:format=bmp3 -type truecolor -depth 8 ${IN}/*
${TOOLS}/stbconv -t -5 -nm -gi 1001 ${OUT_ICON}/*.bmp
rm ${OUT_ICON}/*.bmp
${TOOLS}/renamecsv ${OUT_ICON}/ ${CAT}
Expand Down
4 changes: 2 additions & 2 deletions process_AW_PAL.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ OUT_ICON=ICON_all
# Boxart
mkdir -p ${OUT_BOX}

mogrify -path ${OUT_BOX} -resize 128x128! -format bmp -define bmp:format=bmp3 -type truecolor -depth 8 ${IN}/*
mogrify -path ${OUT_BOX} -resize 256x256! -format bmp -define bmp:format=bmp3 -type truecolor -depth 8 ${IN}/*
${TOOLS}/stbconv -t -5 -nm -gi 1001 ${OUT_BOX}/*.bmp
rm ${OUT_BOX}/*.bmp
${TOOLS}/renamecsv ${OUT_BOX}/ ${CAT}
Expand All @@ -17,7 +17,7 @@ ${TOOLS}/renamecsv ${OUT_BOX}/ ${CAT}
#Icon
mkdir -p ${OUT_ICON}

mogrify -path ${OUT_ICON} -resize 256x256! -format bmp -define bmp:format=bmp3 -type truecolor -depth 8 ${IN}/*
mogrify -path ${OUT_ICON} -resize 128x128! -format bmp -define bmp:format=bmp3 -type truecolor -depth 8 ${IN}/*
${TOOLS}/stbconv -t -5 -nm -gi 1001 ${OUT_ICON}/*.bmp
rm ${OUT_ICON}/*.bmp
${TOOLS}/renamecsv ${OUT_ICON}/ ${CAT}
Expand Down
4 changes: 2 additions & 2 deletions process_EX.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ OUT_ICON=ICON_all
# Boxart
mkdir -p ${OUT_BOX}

mogrify -path ${OUT_BOX} -resize 128x128! -format bmp -define bmp:format=bmp3 -type truecolor -depth 8 ${IN}/*
mogrify -path ${OUT_BOX} -resize 256x256! -format bmp -define bmp:format=bmp3 -type truecolor -depth 8 ${IN}/*
${TOOLS}/stbconv -t -5 -nm -gi 1001 ${OUT_BOX}/*.bmp
rm ${OUT_BOX}/*.bmp
${TOOLS}/renamecsv ${OUT_BOX}/ ${CAT}/product_ex.csv
Expand All @@ -17,7 +17,7 @@ ${TOOLS}/renamecsv ${OUT_BOX}/ ${CAT}/product_ex.csv
#Icon
mkdir -p ${OUT_ICON}

mogrify -path ${OUT_ICON} -resize 256x256! -format bmp -define bmp:format=bmp3 -type truecolor -depth 8 ${IN}/*
mogrify -path ${OUT_ICON} -resize 128x128! -format bmp -define bmp:format=bmp3 -type truecolor -depth 8 ${IN}/*
${TOOLS}/stbconv -t -5 -nm -gi 1001 ${OUT_ICON}/*.bmp
rm ${OUT_ICON}/*.bmp
${TOOLS}/renamecsv ${OUT_ICON}/ ${CAT}/product_ex.csv
Expand Down
4 changes: 2 additions & 2 deletions process_HB.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ OUT_ICON=ICON_all
# Boxart
mkdir -p ${OUT_BOX}

mogrify -path ${OUT_BOX} -resize 128x128! -format bmp -define bmp:format=bmp3 -type truecolor -depth 8 ${IN}/*
mogrify -path ${OUT_BOX} -resize 256x256! -format bmp -define bmp:format=bmp3 -type truecolor -depth 8 ${IN}/*
${TOOLS}/stbconv -t -5 -nm -gi 1001 ${OUT_BOX}/*.bmp
rm ${OUT_BOX}/*.bmp
${TOOLS}/renamecsv ${OUT_BOX}/ ${CAT}
Expand All @@ -17,7 +17,7 @@ ${TOOLS}/renamecsv ${OUT_BOX}/ ${CAT}
#Icon
mkdir -p ${OUT_ICON}

mogrify -path ${OUT_ICON} -resize 256x256! -format bmp -define bmp:format=bmp3 -type truecolor -depth 8 ${IN}/*
mogrify -path ${OUT_ICON} -resize 128x128! -format bmp -define bmp:format=bmp3 -type truecolor -depth 8 ${IN}/*
${TOOLS}/stbconv -t -5 -nm -gi 1001 ${OUT_ICON}/*.bmp
rm ${OUT_ICON}/*.bmp
${TOOLS}/renamecsv ${OUT_ICON}/ ${CAT}
Expand Down
4 changes: 2 additions & 2 deletions process_JAP.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ OUT_ICON=ICON_all
# Boxart
mkdir -p ${OUT_BOX}

mogrify -path ${OUT_BOX} -resize 128x128! -format bmp -define bmp:format=bmp3 -type truecolor -depth 8 ${IN}/*
mogrify -path ${OUT_BOX} -resize 256x256! -format bmp -define bmp:format=bmp3 -type truecolor -depth 8 ${IN}/*
${TOOLS}/stbconv -t -5 -nm -gi 1001 ${OUT_BOX}/*.bmp
rm ${OUT_BOX}/*.bmp
${TOOLS}/renamecsv ${OUT_BOX}/ ${CAT}
Expand All @@ -17,7 +17,7 @@ ${TOOLS}/renamecsv ${OUT_BOX}/ ${CAT}
#Icon
mkdir -p ${OUT_ICON}

mogrify -path ${OUT_ICON} -resize 256x256! -format bmp -define bmp:format=bmp3 -type truecolor -depth 8 ${IN}/*
mogrify -path ${OUT_ICON} -resize 128x128! -format bmp -define bmp:format=bmp3 -type truecolor -depth 8 ${IN}/*
${TOOLS}/stbconv -t -5 -nm -gi 1001 ${OUT_ICON}/*.bmp
rm ${OUT_ICON}/*.bmp
${TOOLS}/renamecsv ${OUT_ICON}/ ${CAT}
Expand Down
4 changes: 2 additions & 2 deletions process_PAL.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ OUT_ICON=ICON_all
# Boxart
mkdir -p ${OUT_BOX}

mogrify -path ${OUT_BOX} -resize 128x128! -format bmp -define bmp:format=bmp3 -type truecolor -depth 8 ${IN}/*
mogrify -path ${OUT_BOX} -resize 256x256! -format bmp -define bmp:format=bmp3 -type truecolor -depth 8 ${IN}/*
${TOOLS}/stbconv -t -5 -nm -gi 1001 ${OUT_BOX}/*.bmp
rm ${OUT_BOX}/*.bmp
${TOOLS}/renamecsv ${OUT_BOX}/ ${CAT}
Expand All @@ -17,7 +17,7 @@ ${TOOLS}/renamecsv ${OUT_BOX}/ ${CAT}
#Icon
mkdir -p ${OUT_ICON}

mogrify -path ${OUT_ICON} -resize 256x256! -format bmp -define bmp:format=bmp3 -type truecolor -depth 8 ${IN}/*
mogrify -path ${OUT_ICON} -resize 128x128! -format bmp -define bmp:format=bmp3 -type truecolor -depth 8 ${IN}/*
${TOOLS}/stbconv -t -5 -nm -gi 1001 ${OUT_ICON}/*.bmp
rm ${OUT_ICON}/*.bmp
${TOOLS}/renamecsv ${OUT_ICON}/ ${CAT}
Expand Down
4 changes: 2 additions & 2 deletions process_USA.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ OUT_ICON=ICON_all
# Boxart
mkdir -p ${OUT_BOX}

mogrify -path ${OUT_BOX} -resize 128x128! -format bmp -define bmp:format=bmp3 -type truecolor -depth 8 ${IN}/*
mogrify -path ${OUT_BOX} -resize 256x256! -format bmp -define bmp:format=bmp3 -type truecolor -depth 8 ${IN}/*
${TOOLS}/stbconv -t -5 -nm -gi 1001 ${OUT_BOX}/*.bmp
rm ${OUT_BOX}/*.bmp
${TOOLS}/renamecsv ${OUT_BOX}/ ${CAT}
Expand All @@ -17,7 +17,7 @@ ${TOOLS}/renamecsv ${OUT_BOX}/ ${CAT}
#Icon
mkdir -p ${OUT_ICON}

mogrify -path ${OUT_ICON} -resize 256x256! -format bmp -define bmp:format=bmp3 -type truecolor -depth 8 ${IN}/*
mogrify -path ${OUT_ICON} -resize 128x128! -format bmp -define bmp:format=bmp3 -type truecolor -depth 8 ${IN}/*
${TOOLS}/stbconv -t -5 -nm -gi 1001 ${OUT_ICON}/*.bmp
rm ${OUT_ICON}/*.bmp
${TOOLS}/renamecsv ${OUT_ICON}/ ${CAT}
Expand Down

0 comments on commit 74f2f65

Please sign in to comment.