Yes, the silhouettes are just placeholders. I’ll be adding the real graphics is as I get time.Â
As for help, if anyone is comfortable editing XML or working PaintShop Pro or other image editor then I’d be happy to hand out work. And of course, I posted far earlier in the thread the need for someone to collect certain images and rename them.
This is the XML that created the “France” Pallet tab including the two units. It’s very repetative work, but basically one of those “token” structures nees to be typed up for each unit in the game. I’ve done all of the Base Set, but there are a lot of units to go in the additional sets.
  <category name="France">     <token token_id="France_MAS_75mm_Rifle" token_type="Image">      <pallet_image>Soldier_70x50.bmp</pallet_image>
      <drag_image>Drag_Drop_32x32.bmp</drag_image>
      <map_image>Soldier_70x50.bmp</map_image>
      MAS 7.5mm Rifle
      <click_region_x>25</click_region_x>
      <click_region_y>15</click_region_y>
      <click_region_w>20</click_region_w>
      <click_region_h>20</click_region_h>
    Â</token>
     <token token_id="France_Renault_R35" token_type="Image">      <pallet_image>Renault_R_35.bmp</pallet_image>
      <drag_image>Drag_Drop_32x32.bmp</drag_image>
      <map_image>Renault_R_35.bmp</map_image>
      Renault R-35
      <click_region_x>25</click_region_x>
      <click_region_y>15</click_region_y>
      <click_region_w>20</click_region_w>
      <click_region_h>20</click_region_h>
    Â</token>
  Â</category>
If someone wants to create the unit images, I can give the guidelines on how to create a consistant look-and-feel with the ones I’ve already shown in the samples.
Mot