Lützow
Posts: 1414
Joined: 7/22/2008 From: Germany Status: offline
|
@ Nicholas Assuming that I'd like to make my own map mod by using original BTR graphics with city names, how do I start? Guess I have to assemble the whole map first, add text and subsequently cut it into 512x512 pieces again. There are 56 .bmp altogether, so I must create a file of 4096x4096 pixel, 96 ppi and place the tiles like a puzzle. The order is left to right and top down. Starting with upper left I get 8 columns x 7 rows = 56 layers. That's right? At next step I'm adding city names, each in a separate layer and group them with the according map tile. What font size do I use? Afterwards I blank out all groups but the first one, cut the image and save this file as BTRMap000.bmp, repeating this procedure for the remaining 55 groups. Is that the right approach or can it be accomplished in a more elegant way? Guess the web slice function won't work for exact partitioning of 512x512, but then again I'm still practicing with Photoshop.
|