summaryrefslogtreecommitdiff
path: root/scripts/newbitmaps/strings/README
blob: 4dd284a610db4297683acd0d21602cdfc09d8aaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
This directory contains the original UTF-8 text from the l108 team. To
recreate the localized bitmaps, do this:

  cd localized_text
  make

Then to replace the current bitmaps with these new ones, do this:

  tar cf - */*.bmp | (cd ../../images/localized_images && tar xf -)
  rm -f */*.bmp

Note that automatically rendering text into images is not completely
reliable, so be sure to check the generated images carefully.