Special Aircraft Service

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Color chart for map_T editing  (Read 3499 times)

0 Members and 1 Guest are viewing this topic.

Chrival

  • member
  • Offline Offline
  • Posts: 162
  • The wacky guy
Color chart for map_T editing
« on: August 09, 2019, 02:00:27 PM »

Just a little trick I made a longtime ago.
I was not satisfied with it so I reworked it.

With the help of this color chart, it takes only 30 seconds and 4 clicks to convert a RGB work image containing dozens of layers into a flatten greyscale map_T
Otherwise, converting manually 28 arbitrary colors into the required proper levels of grey is time-consuming and it is the source of errors.


It’s a specific color chart ; 28 colors you can pick from and apply on a work colorscale map_T. One different color for each texture slot, instead of the hardly distinguishable 28 shades of grey.

Each color has the particulariy of having a blue level component that match one of the 31 levels of grey required by the map_T.

Thus, when the colorscale image is flattened and decomposed into separate RGB components, the image corresponding to the blue component is already in grey scale and can be saved as it stands as map_T.tga.
Don’t forget to check that the image is flattened and any compression disabled before saving.

Thereafter, all the new created images can be deleted.

The zip folder contains 2 files : one in .xcf (Gimp native format), for Gimp users and one in .bmp format, for the others.

EDIT : new D/L link : https://www.mediafire.com/file/j19qfecs54hz3hm/ColorChart.zip/file

Hope that can help some of map editors.

Cheers
Logged

CzechTexan

  • Modder
  • member
  • Offline Offline
  • Posts: 1400
  • TEXAS, USA
Re: Color chart for map_T editing
« Reply #1 on: August 10, 2019, 10:50:58 AM »

Thanks for this.  It could be very helpful for map-building.
Logged

Uzin

  • Modder
  • member
  • Offline Offline
  • Posts: 2787
  • On lifetime holidays
Re: Color chart for map_T editing
« Reply #2 on: August 10, 2019, 01:42:45 PM »

Excuse me, please, but
I do not understand how to use this chart.
Cannot a stepwise description be given, please?
Logged

Chrival

  • member
  • Offline Offline
  • Posts: 162
  • The wacky guy
Re: Color chart for map_T editing
« Reply #3 on: August 10, 2019, 06:52:17 PM »

Thanks for your replies

Uzin, I admit that my post was not so clear.

Let me first explain the purpose of this color chart.

This is how any map_T looks like :



I quickly realised that it was impossible to edit such an image.
Not just because the different shades of grey are barely perceptible while very close together but because of human eye specification.
Human eye is more sensitive to tint and saturation difference than to brightness difference.
In other words, you can say if something is red or green (except if you are color-blind), even if the brightness is exactly the same, whereas you can’t tell what’s a level of grey really is. 15, 38 or whatever you want. The only thing you can say is : which one is lighter and which one is darker.
So, while you’re building a map, it’s easier and more intuitive to work on that :




However, such an image must be converted into the proper level of grey according to the IL2 code.
If you use some arbitrary colors, changing the image from RGB mode into grey mode does not work.
You have to manually pick each color and change it to the right level of grey according to the code. 0 to 31.
So boooring !..
In addition, it’s the best way to waste your time on debugging a map, that is full of white areas at a place where some beautiful textures were expected.
That’s the reason why I’ve made this color chart. Just because I’m lazy and not efficient.

Every color has the particularity of having a component of blue that is the same level of grey from the corresponding slot.




For example, looking at the picture above, the amber color corresponding to slot Country2 from the load.ini, level 14 of grey on the map_T, as a component of blue equal to 14.
That means : If you decompose a colorscale map_T, painted with the colors of my chart, into 3 separate color components (R, G and B), you’ve got 3 images in level of grey, one corresponding to the red level, one to the green and one to the blue. The blue one matches exactly the level of grey  corresponding to the IL2 grey scale.

Here is your map_T. It’s that easy.

It's too late now.
I'll post the step by step procedure tomorrow.
Logged

Uzin

  • Modder
  • member
  • Offline Offline
  • Posts: 2787
  • On lifetime holidays
Re: Color chart for map_T editing
« Reply #4 on: August 11, 2019, 10:01:03 AM »

Looking forward!
Logged

agracier

  • Modder
  • member
  • Offline Offline
  • Posts: 3048
    • The Great War in a Different Light
Re: Color chart for map_T editing
« Reply #5 on: August 11, 2019, 10:35:19 AM »

How wonderfully useful. Many tnx ...

I usually make t-maps in layers, one for each gray value and then superimposed over the h-map (which later gets turned off of course). Still it is difficult to differentiate the gray values. This should be easier.
Logged

Chrival

  • member
  • Offline Offline
  • Posts: 162
  • The wacky guy
Re: Color chart for map_T editing
« Reply #6 on: August 11, 2019, 10:50:53 AM »

Here's is the step by step method for Gimp.
Sorry but I don't use any other soft. I guess you can obtain the same result, maybe by a different way, with photoshop or paintshop pro.

Let's start by the begining.
The very first basic map_T you've created look something like that :               pick water 31 from the chart and apply on the sea area, land 0 on land to get :


By the same way, do your task and start to paint the map like you want.
You can add as much layers as you want, as well as work layers that you would not to be visible on the final image, providing you follow the next steps.

Once you're satisfied with it or just for test, create the new greyscale map_T.tga, that way. It will take less than 1 minute :

1/ Make visible all the layers you want to be visible. Mask the others.

2/ Go to tab <Edit>, click on 'Copy Visible' :




3/ Paste as New Image :



With Gimp, all the layers are merged but image is not flattened since transparency still remains. You don't care. Needless at the moment.



4/ Under <Colors> tab, scroll down to <components> click on 'Decompose'> :




When prompted, select color model : RGB (if it's not by default) and uncheck all the other options :




Click 'OK'


5/ 3 new images have been created, Red, Green and Blue . all greyscale and flattened so needless to touch anything:
Go to the Blue image. You would found easily : It's the last and darkest one.

This is your final map_T

Export as 'map_T.tga' (without single quote of course, only map_T.tga)
When prompted, don't forget to uncheck 'RLE compression' otherwise the map won't load !





And that's all.
Quicker to do than explain  ;)



Logged

Chrival

  • member
  • Offline Offline
  • Posts: 162
  • The wacky guy
Re: Color chart for map_T editing
« Reply #7 on: August 11, 2019, 11:10:04 AM »

How wonderfully useful. Many tnx ...

I usually make t-maps in layers, one for each gray value and then superimposed over the h-map (which later gets turned off of course). Still it is difficult to differentiate the gray values. This should be easier.

Glad I was helpfull.  :)
Especially to you and all map experts. ;)

I use a map_h layer too but I use either select or threshold tool on it to delimit areas. Hard and time-consumming
I never thought to surimpose layers over the map_h layer.

Sounds very good.

Obviously a problem still left because that will change colors while merging the layers.

I'll check if there's way (with Gimp) to surimpose only R and G components and let B unchanged.
Logged

agracier

  • Modder
  • member
  • Offline Offline
  • Posts: 3048
    • The Great War in a Different Light
Re: Color chart for map_T editing
« Reply #8 on: August 11, 2019, 11:55:17 AM »

How wonderfully useful. Many tnx ...

I usually make t-maps in layers, one for each gray value and then superimposed over the h-map (which later gets turned off of course). Still it is difficult to differentiate the gray values. This should be easier.

Glad I was helpfull.  :)
Especially to you and all map experts. ;)

I use a map_h layer too but I use either select or threshold tool on it to delimit areas. Hard and time-consumming
I never thought to surimpose layers over the map_h layer.

Sounds very good.

Obviously a problem still left because that will change colors while merging the layers.

I'll check if there's way (with Gimp) to surimpose only R and G components and let B unchanged.


All you need to do is turn off the layers you do NOT wish to appear on the final map. For instance I use an h-map layer to paint in areas, especially mountains and hills.

But when flattening the map (in Paint Shop Pro 7 or GIMP) just turn off the map-h layer. You can turn off or on as many layers as you wish or change the order of importance.

I usually include a map-h layer in my master map-t layered psd file. You can move it up and down the layers, placing it under specific layer you wish to paint in. When turn on if will block the underlaying layers, when turned off, the underlaying layers appear.
Logged

Chrival

  • member
  • Offline Offline
  • Posts: 162
  • The wacky guy
Re: Color chart for map_T editing
« Reply #9 on: August 12, 2019, 07:15:29 AM »

Ok, I realize I've misunderstood your post.
Where you say 'superimpose' I believed you change the layer mode to 'overlay' or something like that.

That gave me an idea :
Finding a mask mode that delimit some areas of the map_h with different colors.

The best way I've found is to apply over the map_h a grey layer in 'multiply' mode.
The level of grey dépends on how many different areas you want.
RGB 4 reduces the map_h to 4 zones : low, medium, high and very high.
RGB 7 to 7 areas and so on ...

But in fact it's not very useful since the each pix has a level of grey to close to the next to be perceptible.

Ain't Worth the time to do it.
Logged

Chrival

  • member
  • Offline Offline
  • Posts: 162
  • The wacky guy
Re: Color chart for map_T editing
« Reply #10 on: November 30, 2019, 05:34:40 AM »

Just a slight change : Made the white text less bright for eye comfort.
Of course, color chart is unchanged.

https://www.mediafire.com/file/j19qfecs54hz3hm/ColorChart.zip/file

1st post edited.
Logged

oblalex

  • member
  • Offline Offline
  • Posts: 1
Re: Color chart for map_T editing
« Reply #11 on: December 07, 2020, 05:41:22 PM »

Hi there!

I'd like to process map_T files to find industrial areas on maps.

Could somebody please tell whether there are any particular category names assigned to 0-3 slots?

For example, is it OK to think city3 is always used for city factories, city0 for downtowns, and so on? I've collected all possible values from stock maps and cannot see any pattern. Looks like there are no particular categories and level designers can use any slot for any texture. However, I still hope there are categories as shown by gradients in the color palette in this topic.

The list of all slot names with all of their values which I've managed to collect is provided below. Notice how, for example, midland slots can contain lowland, mountain, sand, and other textures assigned to them. As for woods, there are Wood1, Wood2 and Wood3 in addition to Wood0. These are not present in the palette. Any reason why?

Quote
LowLand0
  'Italy_DF/land/summer/LowLand_2neu.tga'
  'land/Pacific/ChichiLand.tga'
  'land/Pacific/IwoLand.tga'
  'land/Pacific/Okinawa.tga'
  'land/Pacific/burmascrub.tga'
  'land/summer/GermanFields1.tga'
  'land/summer/Grnd/fields_proc015_512.tga'
  'land/summer/LowLand_1.tga,2'
  'land/summer/LowLand_2.tga'
  'land/summer/MTO_Lowland_0_Fields.tga'
  'land/summer/Midland.tga'
  'land/summer/bottommount.tga,2'
  'land/summer/fields_midland_ian.tga'
  'land/summer/macchia_dry.tga,2'
  'land/summer/rom_LowLand0.tga'
  'land/summer/sk_LowLand0.tga'
  'land/winter braun/winter braun grass.tga'
  'land/winter/LowLand_1.tga,2'
  'land/winter/LowLand_1.tga,4'
  'land/winter/Snow4.tga'
  'land/winter/airfieldGr.tga'
  'land/winter/sk_wLowLand0.tga'
  'sval_snow_fields.tga'
LowLand1
  ''
  'Italy_DF/land/summer/fields_handfields_med.tga,2'
  'land/Pacific/ChichiGrass.tga'
  'land/summer/Fields1.tga'
  'land/summer/GermanFields1.tga'
  'land/summer/LowLand_1.tga,2'
  'land/summer/LowLand_2.tga'
  'land/summer/LowLand_2neu.tga'
  'land/summer/MTO_Lowland_1.tga,2'
  'land/summer/bottommount.tga'
  'land/summer/fields_sand.tga'
  'land/summer/grnd/grasssand2.tga'
  'land/summer/mount.tga'
  'land/summer/rom_fields_LowLand1.tga'
  'land/summer/sk_LowLand1_fields.tga'
  'land/winter braun/winter braun fields 1.tga'
  'land/winter/LowLand_2.tga'
  'land/winter/sk_wLowLand1_fields.tga'
LowLand2
  ''
  'Italy_DF/land/summer/FIELDS2_med.TGA,2'
  'land/Pacific/ChichiGrass.tga'
  'land/summer/Berlin_greyway.tga, -2'
  'land/summer/FIELDS1.TGA'
  'land/summer/FIELDS1.tga'
  'land/summer/Fields1.tga'
  'land/summer/Fields2.tga'
  'land/summer/GermanFields1.tga'
  'land/summer/Grnd/fields_proc021_512.tga,2'
  'land/summer/LowLandS_2.tga'
  'land/summer/MTO_Lowland_2_Fields.tga,2'
  'land/summer/Slot_fields_jungle.tga'
  'land/summer/airfieldGr.tga'
  'land/summer/bottommount.tga'
  'land/summer/factoryC.tga'
  'land/summer/grnd/fields_marbl13.tga'
  'land/summer/grnd/grasssand.tga'
  'land/summer/rom_fields_LowLand2.tga'
  'land/summer/sk_LowLand2_fields.tga'
  'land/winter braun/winter braun fields 2.tga'
  'land/winter/LowLand_1.tga'
  'land/winter/LowLand_2.tga'
  'land/winter/factoryC.tga'
  'land/winter/sk_wLowLand2_fields.tga'
  'sval_fields.tga'
LowLand3
  ''
  'Italy_DF/land/summer/fields_v2.tga,2'
  'land/Pacific/JungleKT.tga,2'
  'land/summer/FIELDS1.tga'
  'land/summer/FIELDS2.TGA'
  'land/summer/FIELDS2.tga'
  'land/summer/Fields2.tga'
  'land/summer/GermanFields1.tga'
  'land/summer/Grnd/fields_proc018_512.tga,2'
  'land/summer/LowLand_2.tga'
  'land/summer/MTO_Lowland_3_Fields.tga'
  'land/summer/airfieldGr.tga'
  'land/summer/grnd/fields_proc013.tga'
  'land/summer/grnd/fields_sand3.tga'
  'land/summer/macchia_neu3.tga,2'
  'land/summer/midland.tga'
  'land/summer/rom_fields_LowLand3.tga'
  'land/summer/sk_LowLand3_fields.tga'
  'land/winter braun/winter braun fields 3.tga'
  'land/winter/LowLand_1.tga'
  'land/winter/LowLand_2.tga'
  'land/winter/airfieldGr.tga'
  'land/winter/sk_wLowLand3_fields.tga'
MidLand0
  ''
  'Italy_DF/land/summer/macchia_neu4.tga,2'
  'land/Pacific/Midway01.tga'
  'land/Pacific/Wake01.tga'
  'land/summer/Grnd/fields_proc019_512.tga'
  'land/summer/LowLand_2.tga'
  'land/summer/MTO_Desert_0.tga,2'
  'land/summer/bottommount.tga'
  'land/summer/bottommount.tga,2'
  'land/summer/dry2_v1.tga,2'
  'land/summer/fields_midland_ian.tga'
  'land/summer/grnd/fields_grnd_02.tga,2'
  'land/summer/midland.tga'
  'land/summer/midlandS.tga,2'
  'land/summer/mount.tga'
  'land/summer/mount3.tga'
  'land/summer/rom_fields_MidLand0.tga'
  'land/summer/sk_fields_midland0.tga,2'
  'land/winter braun/winter braun grass.tga'
  'land/winter/Snow3.tga'
  'land/winter/airfieldGr.tga'
  'land/winter/midland.tga'
  'land/winter/sk_wfields_midland0.tga,2'
MidLand1
  ''
  'Italy_DF/land/summer/dryland.tga,2'
  'land/Pacific/Midway02.tga'
  'land/Pacific/Wake02.tga'
  'land/Pacific/burmascrub.tga'
  'land/summer/GermanFields1.tga'
  'land/summer/Grnd/fields_grnd_04.tga'
  'land/summer/Grnd/fields_proc020_256.tga,2'
  'land/summer/LowLand_1.tga, 4'
  'land/summer/MTO_Desert_1_Fields.tga'
  'land/summer/dry2_v2.tga,2'
  'land/summer/grasssand.tga'
  'land/summer/grnd/fields_proc012.tga'
  'land/summer/mount.tga'
  'land/summer/rom_fields_MidLand1.tga'
  'land/summer/sk_fields_midland1.tga,2'
  'land/winter braun/winter braun grass 0.tga'
  'land/winter/midland.tga'
  'land/winter/mount.tga'
  'land/winter/sk_wfields_midland1.tga,2'
  'sval_snow2_fields.tga'
  'water/CoastLine.tga'
  'water/CoastLineW.tga'
MidLand2
  ''
  'Italy_DF/land/summer/dry1.tga,2'
  'land/Pacific/ChichiGrass.tga,2'
  'land/Pacific/fields_kevtungatt2.tga'
  'land/summer/FIELDS2.TGA'
  'land/summer/Grnd/fields_grnd_02.tga'
  'land/summer/LowLand_2.tga'
  'land/summer/MTO_Desert_2.tga,2'
  'land/summer/bottommount.tga'
  'land/summer/dry1.tga,2'
  'land/summer/kiev6.tga,-2'
  'land/summer/midland.tga'
  'land/summer/mount.tga'
  'land/summer/rom_fields_MidLand2.tga'
  'land/summer/sk_fields_midland2.tga,2'
  'land/summer/war.tga,2'
  'land/winter braun/winter braun stone.tga'
  'land/winter/midland.tga'
  'land/winter/sk_wfields_midland2.tga,2'
  'sval_snow3_fields.tga'
  'water/CoastLineS.tga'
  'water/CoastLineW.tga'
MidLand3
  ''
  'Italy_DF/land/summer/macchia_neu3.tga,2'
  'land/summer/GermanFields2.tga'
  'land/summer/Grnd/fields_grnd_04.tga'
  'land/summer/Grnd/fields_sand3.tga'
  'land/summer/MTO_Desert_3_Fields.tga,2'
  'land/summer/fields_dry.tga,2'
  'land/summer/fields_midmount.tga'
  'land/summer/grnd/fields_sand3.tga'
  'land/summer/kiev2.tga,-2'
  'land/summer/marshallingcity.tga'
  'land/summer/mount.tga'
  'land/summer/rom_fields_MidLand3.tga'
  'land/summer/sk_fields_midland3.tga'
  'land/winter braun/winter braun grass 0.tga'
  'land/winter/airfieldGr.tga'
  'land/winter/sk_wfields_midland3.tga'
  'water/CoastLine.tga'
  'water/CoastLineIan.tga'
  'water/Snow1.tga'
Mount0
  ''
  'Italy_DF/land/summer/macchia_neu5.tga,2'
  'land/Pacific/field5_burma.tga'
  'land/summer/Grnd/GRND_04gr.tga'
  'land/summer/Grnd/fields_grnd_04gr.tga'
  'land/summer/MTO_Desert_4_Fields.tga,2'
  'land/summer/bottommount.tga'
  'land/summer/fields_rock0.tga'
  'land/summer/greed.tga'
  'land/summer/midland.tga'
  'land/summer/midland.tga,2'
  'land/summer/mount4.tga'
  'land/summer/rom_mount0.tga'
  'land/summer/sk_fields_mount0.tga'
  'land/summer/topmount.tga'
  'land/winter braun/winter braun grass 0.tga'
  'land/winter/LowLand_1.tga'
  'land/winter/Snow3.tga'
  'land/winter/mount.tga'
  'land/winter/sk_wfields_mount0.tga'
  'land/winter/snow3.tga'
  'sval_mount_fields.tga'
Mount1
  ''
  'Italy_DF/land/summer/grass_macchia_rock_v2.tga,2'
  'land/summer/MTO_Agrar.tga,2'
  'land/summer/autumnFIELDS1.tga'
  'land/summer/fields_dry.tga,2'
  'land/summer/fields_dry2a.tga, 2'
  'land/summer/fields_highmount.tga'
  'land/summer/fields_rock.tga'
  'land/summer/grnd/GRND_04gr.tga'
  'land/summer/kiev1.tga,-2'
  'land/summer/mount.tga'
  'land/summer/mount3.tga'
  'land/summer/rom_swamps1.tga,2'
  'land/summer/sk_LowLand5_fields.tga'
  'land/winter braun/winter braun grass 0.tga'
  'land/winter/LowLand_1.tga'
  'land/winter/Snow3.tga'
  'land/winter/autumnFIELDS1.tga'
  'land/winter/mount.tga'
  'land/winter/sk_wLowLand5_fields.tga'
Mount2
  ''
  'Italy_DF/land/summer/bigcountry_dry2.tga'
  'land/Pacific/Midway06.tga'
  'land/Pacific/Wake03.tga'
  'land/summer/Grnd/fields_grnd_02.tga,2'
  'land/summer/MTO_Dunes_Fields.tga'
  'land/summer/autumnFIELDS2.tga'
  'land/summer/bottommount.tga'
  'land/summer/dry2_v1.tga,2'
  'land/summer/fields_midmount.tga'
  'land/summer/fields_rock0.tga'
  'land/summer/fields_snow1.tga'
  'land/summer/greynoise.tga'
  'land/summer/kiev8.tga,-2'
  'land/summer/midland.tga'
  'land/summer/mount4.tga'
  'land/summer/sk_fields_mount2.tga,2'
  'land/summer/topmount.tga'
  'land/summer/uppermount.tga'
  'land/winter braun/winter braun stone.tga'
  'land/winter/LowLand_1.tga'
  'land/winter/autumnFIELDS2.tga'
  'land/winter/mount.tga'
  'land/winter/sk_wfields_mount2.tga,2'
  'land/winter/snow3.tga'
  'water/rom_CoastLine2.tga'
Mount3
  ''
  'Italy_DF/land/summer/mount_top2.tga,2'
  'land/Pacific/Midway07.tga'
  'land/Pacific/Wake04.tga'
  'land/summer/MTO_Mount_Fields.tga,2'
  'land/summer/dry2_v2.tga,2'
  'land/summer/factory.tga'
  'land/summer/kiev5.tga,-2'
  'land/summer/mount_top2.tga'
  'land/summer/sk_fields_mount3.tga'
  'land/summer/topmount.tga,2'
  'land/summer/uppermount.tga'
  'land/winter braun/winter braun grass 0.tga'
  'land/winter/LowLand_1.tga'
  'land/winter/factory.tga'
  'land/winter/sk_wfields_mount3.tga'
Country0
  ''
  'Italy_DF/land/summer/bigcountry.tga'
  'land/Pacific/Midway08.tga'
  'land/Pacific/Wake05.tga'
  'land/Pacific/trib1.tga'
  'land/summer/Dcountry.tga'
  'land/summer/MTO_Country.tga,2'
  'land/summer/bigcountry.tga'
  'land/summer/bigcountry_dry2.tga,2'
  'land/summer/burmavillage.tga'
  'land/summer/grnd/grasssand.tga'
  'land/summer/rom_bigcountry.tga'
  'land/summer/sk_LowLand4_fields.tga'
  'land/winter braun/winter braun grass 2.tga'
  'land/winter/bigcountry.tga'
  'land/winter/sk_wLowLand4_fields.tga'
Country1
  ''
  'Italy_DF/land/summer/fields_dry2.tga,2'
  'land/Pacific/Midway09.tga'
  'land/Pacific/Wake06.tga'
  'land/summer/Dcountry.tga'
  'land/summer/Grnd/fields_proc018_512.tga,2'
  'land/summer/LowLand_2.tga'
  'land/summer/bigcountry.tga'
  'land/summer/burmavillage.tga'
  'land/summer/countries.tga'
  'land/summer/factoryC.tga'
  'land/summer/grnd/fields_grnd_04.tga'
  'land/summer/kiev3.tga,-2'
  'land/summer/rom_Dcountry.tga'
  'land/summer/sk_country_mount.tga'
  'land/summer/trenches.tga'
  'land/winter braun/B bigcountry.tga'
  'land/winter/Dcountry.tga'
  'land/winter/countries.tga'
  'land/winter/sk_wcountry_mount.tga'
Country2
  ''
  'Italy_DF/land/summer/dryland.tga,2'
  'land/Pacific/Midway10.tga'
  'land/Pacific/Wake07.tga'
  'land/Pacific/burmatrib1.tga'
  'land/summer/Dcountry.tga'
  'land/summer/Grnd/fields_grnd_04.tga'
  'land/summer/Peterhof.tga'
  'land/summer/banffc1.tga,-2'
  'land/summer/dcountry.tga'
  'land/summer/factory.tga'
  'land/summer/fields_midland.tga'
  'land/summer/grnd/fields_sand3.tga,2'
  'land/summer/grnd/grnd_04gr.tga'
  'land/summer/kiev7.tga,-2'
  'land/summer/rom_castleground.tga,4'
  'land/summer/sk_fields_mount4.tga'
  'land/summer/trenches2.tga'
  'land/winter braun/winter braun stone.tga'
  'land/winter/Dcountry.tga'
  'land/winter/Peterhof-winter.tga'
  'land/winter/factory.tga'
  'land/winter/sk_wfields_mount4.tga'
Country3
  ''
  'Italy_DF/land/summer/fields_drygreen.tga,2'
  'land/Pacific/Midway11.tga'
  'land/Pacific/Wake08.tga'
  'land/summer/DownCity.tga'
  'land/summer/Grnd/fields_grnd_02.tga'
  'land/summer/Grnd/fields_grnd_04.tga,2'
  'land/summer/bigcountry.tga'
  'land/summer/factoryC.tga'
  'land/summer/fields_highmount.tga'
  'land/summer/kiev4.tga,-2'
  'land/summer/rom_swamps2.tga,2'
  'land/summer/sk_fields_mount5.tga,2'
  'land/winter braun/winter braun stone.tga'
  'land/winter/bigcountry.tga'
  'land/winter/factoryC.tga'
  'land/winter/sk_wfields_mount5.tga,2'
City0
  ''
  'Italy_DF/land/summer/MidCity.tga'
  'land/Pacific/CenterCity.tga'
  'land/Pacific/DownCity.tga'
  'land/Pacific/Midway12.tga'
  'land/Pacific/Wake09.tga'
  'land/Pacific/fields_Imphal.tga'
  'land/summer/DownCity.tga'
  'land/summer/MTO_Factory.tga'
  'land/summer/MidCity.tga'
  'land/summer/rom_MidCity.tga'
  'land/summer/sk_DownCity.tga'
  'land/winter braun/B DownCity.tga'
  'land/winter/DownCity.tga'
  'land/winter/sk_wDownCity.tga'
  'sval_city_fields.tga'
City1
  ''
  'Italy_DF/land/summer/DownCity_dry.tga'
  'land/Pacific/DownCity.tga'
  'land/Pacific/Midway13.tga'
  'land/Pacific/field_Clay.tga'
  'land/summer/DownCity.tga'
  'land/summer/Grnd/fields_grnd_04.tga'
  'land/summer/MidCity.tga'
  'land/summer/greyway_.tga'
  'land/summer/rom_DownCity.tga'
  'land/summer/sk_MidCity.tga'
  'land/winter braun/B MidCity.tga'
  'land/winter/MidCity.tga'
  'land/winter/sk_wMidCity.tga'
City2
  ''
  'Italy_DF/land/summer/CenterCity_dry2.tga'
  'land/Pacific/CenterCity.tga'
  'land/Pacific/field5_burma.tga'
  'land/summer/CenterCity.tga'
  'land/summer/MidCity.tga'
  'land/summer/fields_dry2a.tga, 2'
  'land/summer/rom_CenterCity.tga'
  'land/summer/sk_LowLand6_fields.tga'
  'land/winter braun/winter braun grass 0.tga'
  'land/winter/CenterCity.tga'
  'land/winter/sk_wLowLand6_fields.tga'
City3
  ''
  'Italy_DF/land/summer/factory_dry.tga'
  'land/summer/CenterCity.tga'
  'land/summer/Slot_fields_CopraB.tga,2'
  'land/summer/factory.tga'
  'land/summer/factoryC.tga'
  'land/summer/greyway_.tga'
  'land/summer/mount_top2.tga'
  'land/summer/rom_factory.tga'
  'land/summer/sk_Factory.tga'
  'land/winter/CenterCity.tga'
  'land/winter/factory.tga'
  'land/winter/sk_wFactory.tga'
  'water/Snow1.tga'
AirField0
  ''
  'Italy_DF/land/summer/dry2_v2.tga,2'
  'land/Pacific/Iwo01.tga'
  'land/Pacific/Okinawa.tga'
  'land/Pacific/PalauField01.tga'
  'land/Pacific/TarawaAF01.tga'
  'land/summer/LowLand_2.tga'
  'land/summer/MTO_Air_Fields.tga,2'
  'land/summer/Slot_air_field_1.tga,2'
  'land/summer/airfieldGr.tga'
  'land/summer/bottommount.tga,2'
  'land/summer/fields_airfieldBurma.tga'
  'land/summer/fields_airfieldDesert.tga'
  'land/summer/rom_air_fields_0.tga,2'
  'land/summer/sk_fields_airfieldGr.tga,4'
  'land/winter braun/airfield A.tga,4'
  'land/winter/airfieldGr.tga'
  'land/winter/fields_Airfield_Ian.tga'
  'land/winter/sk_wfields_airfieldGr.tga,4'
  'sval_airport_fields.tga'
  'water/fields_WaterIceTL.tga,2'
AirField1
  ''
  'Italy_DF/land/summer/Lowland_dry.tga,2'
  'land/Pacific/Imphal_af_new.tga,-2'
  'land/Pacific/Iwo02.tga'
  'land/Pacific/TarawaAF02.tga'
  'land/summer/Asphalt.tga'
  'land/summer/Berlin0.tga,-2'
  'land/summer/MTO_Air2_Fields.tga,2'
  'land/summer/Piter_Center_1.tga,-2'
  'land/summer/Slot_air_field_2.tga,2'
  'land/summer/airfieldSGr.tga'
  'land/summer/banffc1.tga,-2'
  'land/summer/factory_.tga'
  'land/summer/fields_midland_ian.tga'
  'land/summer/rom_air_fields_1.tga,2'
  'land/summer/sk_Factory.tga'
  'land/summer/sk_Factory1.tga'
  'land/winter/Piter_Center_1W.tga,-2'
  'land/winter/fields_Airfield_Ian.tga'
  'land/winter/sk_wFactory1.tga'
AirField2
  ''
  'Afrika/sand_stone.tga'
  'Italy_DF/land/summer/macchia_dry.tga,2'
  'land/Pacific/Iwo03.tga'
  'land/summer/Berlin1.tga,-2'
  'land/summer/Piter_Center_2.tga,-2'
  'land/summer/Slot_air_field_3.tga,2'
  'land/summer/airfieldGr.tga'
  'land/summer/factory_.tga'
  'land/summer/fields_airbase_dust.tga'
  'land/summer/sk_fields_airfieldGr1.tga,4'
  'land/summer/sk_fields_mount2.tga,2'
  'land/winter braun/airfield A.tga,4'
  'land/winter/Piter_Center_2W.tga,-2'
  'land/winter/airfieldGr.tga'
  'land/winter/sk_wfields_airfieldGr1.tga,4'
AirField3
  ''
  'Afrika/sand_stone.tga'
  'Italy_DF/land/summer/vulcan.tga'
  'land/summer/Asphalt.tga,2'
  'land/summer/Berlin2.tga,-2'
  'land/summer/FIELDS1.TGA'
  'land/summer/Hels-centr.tga,-2'
  'land/summer/Slot_fields_CopraA.tga,2'
  'land/summer/factory.tga'
  'land/summer/sk_fields_mount5.tga,2'
  'land/summer/sk_midland4.tga,2'
  'land/winter braun/winter braun grass 0.tga'
  'land/winter/Hels-winter.tga,-2'
  'land/winter/factory.tga'
  'land/winter/sk_wmidland4.tga,2'
Wood0
  'Italy_DF/land/summer/macchia_neu4.tga,2'
  'forest/summer/ForestGr.tga'
  'forest/summer/JungleGr.tga'
  'forest/summer/JungleKTABurma.tga'
  'forest/summer/Slot_ForestGr.tga'
  'forest/summer/forestGr.tga'
  'forest/summer/forestGrS.tga'
  'forest/summer/rom_forrestground.tga'
  'forest/summer/sk_ForestGr.tga'
  'forest/winter/forestGr.tga'
  'forest/winter/sk_wForestGr.tga'
  'land/summer/mount.tga'
  'land/winter braun/winter braun mount forest.tga'
Wood1
  ''
Wood2
  'Italy_DF/forest/summer/ItaWood_far.tga,2'
  'forest/summer/ForestFar.tga'
  'forest/summer/ForestFarS.tga'
  'forest/summer/JungleFar.tga'
  'forest/summer/JungleFarBurma.tga'
  'forest/summer/Slot_ForestFar.tga'
  'forest/summer/forestfar.tga'
  'forest/summer/lesfar.tga'
  'forest/summer/rom_ForrestFar.tga'
  'forest/summer/sk_ForestFar.tga'
  'forest/winter/LWoodFar.tga'
  'forest/winter/WoodFar.tga'
  'forest/winter/WoodFar_02.tga'
  'forest/winter/sk_wForestFar.tga'
  'land/winter braun/les.tga'
Wood3
  ''
Water0
  'water/MTOWater.tga'
  'water/Water.tga'
  'water/water.tga'
  'water/waterice.tga'
Water1
  'water/MTOWater.tga'
  'water/Water.tga'
  'water/water.tga'
  'water/waterice.tga'
Water2
  'land/Pacific/IwoBeach.tga'
  'land/Pacific/WakeBeach.tga'
  'land/summer/LowLand_2.tga'
  'land/summer/bottommount.tga'
  'land/summer/mount.tga'
  'land/summer/sk_LowLand0.tga'
  'land/winter braun/winter braun grass.tga'
  'land/winter/airfieldGr.tga'
  'land/winter/sk_wLowLand0.tga'
  'sval_fields.tga'
  'water/CoastLine.tga'
  'water/CoastLineIan.tga'
  'water/CoastLineOki.tga'
  'water/CoastLineW.tga'
  'water/CoastLinew.tga'
  'water/CoralCoastLine.tga'
  'water/CoralCoastLine.tga, -2'
  'water/MTO_Coastline_Fields.tga,2'
  'water/coastline.tga'
  'water/rom_CoastLine1.tga'
Water3
  'Italy_DF/water/dune_beach.tga'
  'land/Pacific/IwoBeach.tga'
  'land/Pacific/WakeBeach.tga'
  'land/summer/Grnd/fields_proc021_512.tga'
  'land/summer/grnd/fields_proc012.tga'
  'land/summer/grnd/fields_proc013.tga'
  'land/summer/grnd/fields_sand3.tga'
  'land/summer/mount.tga'
  'sval_fields.tga'
  'water/Beach.tga'
  'water/CoastLine.tga'
  'water/MTO_Beach_Fields.tga,2'
  'water/Snow2.tga,2'
  'water/Snow2.tga,4'
  'water/dune_beach.tga'
  'water/rom_fields_Beach.tga,2'


One extra question is related to the water: what is the reason to have 4 water types in map_t, when not all water is present in it? I mean, there are map_c and ed_map_t, which define shallow waters and water accessible by ships. When I try to make map_t colorful, I don't get all water that is present on ed_m_0x (see map_t on the left and ed_m_02 on the right below). What files need to be used to render all water? map_c? ed_map_t? Or all three including map_t?


Hi there!

I'd like to process map_T files to find industrial areas on maps.

Could somebody please tell whether there are any particular category names assigned to 0-3 slots?

For example, is it OK to think city3 is always used for city factories, city0 for downtowns, and so on? I've collected all possible values from stock maps and cannot see any pattern. Looks like there are no particular categories and level designers can use any slot for any texture. However, I still hope there are categories as shown by gradients in the color palette in this topic.

The list of all slot names with all of their values which I've managed to collect is provided below. Notice how, for example, midland slots can contain lowland, mountain, sand, and other textures assigned to them. As for woods, there are Wood1, Wood2 and Wood3 in addition to Wood0. These are not present in the palette. Any reason why?

Quote
LowLand0
  'Italy_DF/land/summer/LowLand_2neu.tga'
  'land/Pacific/ChichiLand.tga'
  'land/Pacific/IwoLand.tga'
  'land/Pacific/Okinawa.tga'
  'land/Pacific/burmascrub.tga'
  'land/summer/GermanFields1.tga'
  'land/summer/Grnd/fields_proc015_512.tga'
  'land/summer/LowLand_1.tga,2'
  'land/summer/LowLand_2.tga'
  'land/summer/MTO_Lowland_0_Fields.tga'
  'land/summer/Midland.tga'
  'land/summer/bottommount.tga,2'
  'land/summer/fields_midland_ian.tga'
  'land/summer/macchia_dry.tga,2'
  'land/summer/rom_LowLand0.tga'
  'land/summer/sk_LowLand0.tga'
  'land/winter braun/winter braun grass.tga'
  'land/winter/LowLand_1.tga,2'
  'land/winter/LowLand_1.tga,4'
  'land/winter/Snow4.tga'
  'land/winter/airfieldGr.tga'
  'land/winter/sk_wLowLand0.tga'
  'sval_snow_fields.tga'
LowLand1
  ''
  'Italy_DF/land/summer/fields_handfields_med.tga,2'
  'land/Pacific/ChichiGrass.tga'
  'land/summer/Fields1.tga'
  'land/summer/GermanFields1.tga'
  'land/summer/LowLand_1.tga,2'
  'land/summer/LowLand_2.tga'
  'land/summer/LowLand_2neu.tga'
  'land/summer/MTO_Lowland_1.tga,2'
  'land/summer/bottommount.tga'
  'land/summer/fields_sand.tga'
  'land/summer/grnd/grasssand2.tga'
  'land/summer/mount.tga'
  'land/summer/rom_fields_LowLand1.tga'
  'land/summer/sk_LowLand1_fields.tga'
  'land/winter braun/winter braun fields 1.tga'
  'land/winter/LowLand_2.tga'
  'land/winter/sk_wLowLand1_fields.tga'
LowLand2
  ''
  'Italy_DF/land/summer/FIELDS2_med.TGA,2'
  'land/Pacific/ChichiGrass.tga'
  'land/summer/Berlin_greyway.tga, -2'
  'land/summer/FIELDS1.TGA'
  'land/summer/FIELDS1.tga'
  'land/summer/Fields1.tga'
  'land/summer/Fields2.tga'
  'land/summer/GermanFields1.tga'
  'land/summer/Grnd/fields_proc021_512.tga,2'
  'land/summer/LowLandS_2.tga'
  'land/summer/MTO_Lowland_2_Fields.tga,2'
  'land/summer/Slot_fields_jungle.tga'
  'land/summer/airfieldGr.tga'
  'land/summer/bottommount.tga'
  'land/summer/factoryC.tga'
  'land/summer/grnd/fields_marbl13.tga'
  'land/summer/grnd/grasssand.tga'
  'land/summer/rom_fields_LowLand2.tga'
  'land/summer/sk_LowLand2_fields.tga'
  'land/winter braun/winter braun fields 2.tga'
  'land/winter/LowLand_1.tga'
  'land/winter/LowLand_2.tga'
  'land/winter/factoryC.tga'
  'land/winter/sk_wLowLand2_fields.tga'
  'sval_fields.tga'
LowLand3
  ''
  'Italy_DF/land/summer/fields_v2.tga,2'
  'land/Pacific/JungleKT.tga,2'
  'land/summer/FIELDS1.tga'
  'land/summer/FIELDS2.TGA'
  'land/summer/FIELDS2.tga'
  'land/summer/Fields2.tga'
  'land/summer/GermanFields1.tga'
  'land/summer/Grnd/fields_proc018_512.tga,2'
  'land/summer/LowLand_2.tga'
  'land/summer/MTO_Lowland_3_Fields.tga'
  'land/summer/airfieldGr.tga'
  'land/summer/grnd/fields_proc013.tga'
  'land/summer/grnd/fields_sand3.tga'
  'land/summer/macchia_neu3.tga,2'
  'land/summer/midland.tga'
  'land/summer/rom_fields_LowLand3.tga'
  'land/summer/sk_LowLand3_fields.tga'
  'land/winter braun/winter braun fields 3.tga'
  'land/winter/LowLand_1.tga'
  'land/winter/LowLand_2.tga'
  'land/winter/airfieldGr.tga'
  'land/winter/sk_wLowLand3_fields.tga'
MidLand0
  ''
  'Italy_DF/land/summer/macchia_neu4.tga,2'
  'land/Pacific/Midway01.tga'
  'land/Pacific/Wake01.tga'
  'land/summer/Grnd/fields_proc019_512.tga'
  'land/summer/LowLand_2.tga'
  'land/summer/MTO_Desert_0.tga,2'
  'land/summer/bottommount.tga'
  'land/summer/bottommount.tga,2'
  'land/summer/dry2_v1.tga,2'
  'land/summer/fields_midland_ian.tga'
  'land/summer/grnd/fields_grnd_02.tga,2'
  'land/summer/midland.tga'
  'land/summer/midlandS.tga,2'
  'land/summer/mount.tga'
  'land/summer/mount3.tga'
  'land/summer/rom_fields_MidLand0.tga'
  'land/summer/sk_fields_midland0.tga,2'
  'land/winter braun/winter braun grass.tga'
  'land/winter/Snow3.tga'
  'land/winter/airfieldGr.tga'
  'land/winter/midland.tga'
  'land/winter/sk_wfields_midland0.tga,2'
MidLand1
  ''
  'Italy_DF/land/summer/dryland.tga,2'
  'land/Pacific/Midway02.tga'
  'land/Pacific/Wake02.tga'
  'land/Pacific/burmascrub.tga'
  'land/summer/GermanFields1.tga'
  'land/summer/Grnd/fields_grnd_04.tga'
  'land/summer/Grnd/fields_proc020_256.tga,2'
  'land/summer/LowLand_1.tga, 4'
  'land/summer/MTO_Desert_1_Fields.tga'
  'land/summer/dry2_v2.tga,2'
  'land/summer/grasssand.tga'
  'land/summer/grnd/fields_proc012.tga'
  'land/summer/mount.tga'
  'land/summer/rom_fields_MidLand1.tga'
  'land/summer/sk_fields_midland1.tga,2'
  'land/winter braun/winter braun grass 0.tga'
  'land/winter/midland.tga'
  'land/winter/mount.tga'
  'land/winter/sk_wfields_midland1.tga,2'
  'sval_snow2_fields.tga'
  'water/CoastLine.tga'
  'water/CoastLineW.tga'
MidLand2
  ''
  'Italy_DF/land/summer/dry1.tga,2'
  'land/Pacific/ChichiGrass.tga,2'
  'land/Pacific/fields_kevtungatt2.tga'
  'land/summer/FIELDS2.TGA'
  'land/summer/Grnd/fields_grnd_02.tga'
  'land/summer/LowLand_2.tga'
  'land/summer/MTO_Desert_2.tga,2'
  'land/summer/bottommount.tga'
  'land/summer/dry1.tga,2'
  'land/summer/kiev6.tga,-2'
  'land/summer/midland.tga'
  'land/summer/mount.tga'
  'land/summer/rom_fields_MidLand2.tga'
  'land/summer/sk_fields_midland2.tga,2'
  'land/summer/war.tga,2'
  'land/winter braun/winter braun stone.tga'
  'land/winter/midland.tga'
  'land/winter/sk_wfields_midland2.tga,2'
  'sval_snow3_fields.tga'
  'water/CoastLineS.tga'
  'water/CoastLineW.tga'
MidLand3
  ''
  'Italy_DF/land/summer/macchia_neu3.tga,2'
  'land/summer/GermanFields2.tga'
  'land/summer/Grnd/fields_grnd_04.tga'
  'land/summer/Grnd/fields_sand3.tga'
  'land/summer/MTO_Desert_3_Fields.tga,2'
  'land/summer/fields_dry.tga,2'
  'land/summer/fields_midmount.tga'
  'land/summer/grnd/fields_sand3.tga'
  'land/summer/kiev2.tga,-2'
  'land/summer/marshallingcity.tga'
  'land/summer/mount.tga'
  'land/summer/rom_fields_MidLand3.tga'
  'land/summer/sk_fields_midland3.tga'
  'land/winter braun/winter braun grass 0.tga'
  'land/winter/airfieldGr.tga'
  'land/winter/sk_wfields_midland3.tga'
  'water/CoastLine.tga'
  'water/CoastLineIan.tga'
  'water/Snow1.tga'
Mount0
  ''
  'Italy_DF/land/summer/macchia_neu5.tga,2'
  'land/Pacific/field5_burma.tga'
  'land/summer/Grnd/GRND_04gr.tga'
  'land/summer/Grnd/fields_grnd_04gr.tga'
  'land/summer/MTO_Desert_4_Fields.tga,2'
  'land/summer/bottommount.tga'
  'land/summer/fields_rock0.tga'
  'land/summer/greed.tga'
  'land/summer/midland.tga'
  'land/summer/midland.tga,2'
  'land/summer/mount4.tga'
  'land/summer/rom_mount0.tga'
  'land/summer/sk_fields_mount0.tga'
  'land/summer/topmount.tga'
  'land/winter braun/winter braun grass 0.tga'
  'land/winter/LowLand_1.tga'
  'land/winter/Snow3.tga'
  'land/winter/mount.tga'
  'land/winter/sk_wfields_mount0.tga'
  'land/winter/snow3.tga'
  'sval_mount_fields.tga'
Mount1
  ''
  'Italy_DF/land/summer/grass_macchia_rock_v2.tga,2'
  'land/summer/MTO_Agrar.tga,2'
  'land/summer/autumnFIELDS1.tga'
  'land/summer/fields_dry.tga,2'
  'land/summer/fields_dry2a.tga, 2'
  'land/summer/fields_highmount.tga'
  'land/summer/fields_rock.tga'
  'land/summer/grnd/GRND_04gr.tga'
  'land/summer/kiev1.tga,-2'
  'land/summer/mount.tga'
  'land/summer/mount3.tga'
  'land/summer/rom_swamps1.tga,2'
  'land/summer/sk_LowLand5_fields.tga'
  'land/winter braun/winter braun grass 0.tga'
  'land/winter/LowLand_1.tga'
  'land/winter/Snow3.tga'
  'land/winter/autumnFIELDS1.tga'
  'land/winter/mount.tga'
  'land/winter/sk_wLowLand5_fields.tga'
Mount2
  ''
  'Italy_DF/land/summer/bigcountry_dry2.tga'
  'land/Pacific/Midway06.tga'
  'land/Pacific/Wake03.tga'
  'land/summer/Grnd/fields_grnd_02.tga,2'
  'land/summer/MTO_Dunes_Fields.tga'
  'land/summer/autumnFIELDS2.tga'
  'land/summer/bottommount.tga'
  'land/summer/dry2_v1.tga,2'
  'land/summer/fields_midmount.tga'
  'land/summer/fields_rock0.tga'
  'land/summer/fields_snow1.tga'
  'land/summer/greynoise.tga'
  'land/summer/kiev8.tga,-2'
  'land/summer/midland.tga'
  'land/summer/mount4.tga'
  'land/summer/sk_fields_mount2.tga,2'
  'land/summer/topmount.tga'
  'land/summer/uppermount.tga'
  'land/winter braun/winter braun stone.tga'
  'land/winter/LowLand_1.tga'
  'land/winter/autumnFIELDS2.tga'
  'land/winter/mount.tga'
  'land/winter/sk_wfields_mount2.tga,2'
  'land/winter/snow3.tga'
  'water/rom_CoastLine2.tga'
Mount3
  ''
  'Italy_DF/land/summer/mount_top2.tga,2'
  'land/Pacific/Midway07.tga'
  'land/Pacific/Wake04.tga'
  'land/summer/MTO_Mount_Fields.tga,2'
  'land/summer/dry2_v2.tga,2'
  'land/summer/factory.tga'
  'land/summer/kiev5.tga,-2'
  'land/summer/mount_top2.tga'
  'land/summer/sk_fields_mount3.tga'
  'land/summer/topmount.tga,2'
  'land/summer/uppermount.tga'
  'land/winter braun/winter braun grass 0.tga'
  'land/winter/LowLand_1.tga'
  'land/winter/factory.tga'
  'land/winter/sk_wfields_mount3.tga'
Country0
  ''
  'Italy_DF/land/summer/bigcountry.tga'
  'land/Pacific/Midway08.tga'
  'land/Pacific/Wake05.tga'
  'land/Pacific/trib1.tga'
  'land/summer/Dcountry.tga'
  'land/summer/MTO_Country.tga,2'
  'land/summer/bigcountry.tga'
  'land/summer/bigcountry_dry2.tga,2'
  'land/summer/burmavillage.tga'
  'land/summer/grnd/grasssand.tga'
  'land/summer/rom_bigcountry.tga'
  'land/summer/sk_LowLand4_fields.tga'
  'land/winter braun/winter braun grass 2.tga'
  'land/winter/bigcountry.tga'
  'land/winter/sk_wLowLand4_fields.tga'
Country1
  ''
  'Italy_DF/land/summer/fields_dry2.tga,2'
  'land/Pacific/Midway09.tga'
  'land/Pacific/Wake06.tga'
  'land/summer/Dcountry.tga'
  'land/summer/Grnd/fields_proc018_512.tga,2'
  'land/summer/LowLand_2.tga'
  'land/summer/bigcountry.tga'
  'land/summer/burmavillage.tga'
  'land/summer/countries.tga'
  'land/summer/factoryC.tga'
  'land/summer/grnd/fields_grnd_04.tga'
  'land/summer/kiev3.tga,-2'
  'land/summer/rom_Dcountry.tga'
  'land/summer/sk_country_mount.tga'
  'land/summer/trenches.tga'
  'land/winter braun/B bigcountry.tga'
  'land/winter/Dcountry.tga'
  'land/winter/countries.tga'
  'land/winter/sk_wcountry_mount.tga'
Country2
  ''
  'Italy_DF/land/summer/dryland.tga,2'
  'land/Pacific/Midway10.tga'
  'land/Pacific/Wake07.tga'
  'land/Pacific/burmatrib1.tga'
  'land/summer/Dcountry.tga'
  'land/summer/Grnd/fields_grnd_04.tga'
  'land/summer/Peterhof.tga'
  'land/summer/banffc1.tga,-2'
  'land/summer/dcountry.tga'
  'land/summer/factory.tga'
  'land/summer/fields_midland.tga'
  'land/summer/grnd/fields_sand3.tga,2'
  'land/summer/grnd/grnd_04gr.tga'
  'land/summer/kiev7.tga,-2'
  'land/summer/rom_castleground.tga,4'
  'land/summer/sk_fields_mount4.tga'
  'land/summer/trenches2.tga'
  'land/winter braun/winter braun stone.tga'
  'land/winter/Dcountry.tga'
  'land/winter/Peterhof-winter.tga'
  'land/winter/factory.tga'
  'land/winter/sk_wfields_mount4.tga'
Country3
  ''
  'Italy_DF/land/summer/fields_drygreen.tga,2'
  'land/Pacific/Midway11.tga'
  'land/Pacific/Wake08.tga'
  'land/summer/DownCity.tga'
  'land/summer/Grnd/fields_grnd_02.tga'
  'land/summer/Grnd/fields_grnd_04.tga,2'
  'land/summer/bigcountry.tga'
  'land/summer/factoryC.tga'
  'land/summer/fields_highmount.tga'
  'land/summer/kiev4.tga,-2'
  'land/summer/rom_swamps2.tga,2'
  'land/summer/sk_fields_mount5.tga,2'
  'land/winter braun/winter braun stone.tga'
  'land/winter/bigcountry.tga'
  'land/winter/factoryC.tga'
  'land/winter/sk_wfields_mount5.tga,2'
City0
  ''
  'Italy_DF/land/summer/MidCity.tga'
  'land/Pacific/CenterCity.tga'
  'land/Pacific/DownCity.tga'
  'land/Pacific/Midway12.tga'
  'land/Pacific/Wake09.tga'
  'land/Pacific/fields_Imphal.tga'
  'land/summer/DownCity.tga'
  'land/summer/MTO_Factory.tga'
  'land/summer/MidCity.tga'
  'land/summer/rom_MidCity.tga'
  'land/summer/sk_DownCity.tga'
  'land/winter braun/B DownCity.tga'
  'land/winter/DownCity.tga'
  'land/winter/sk_wDownCity.tga'
  'sval_city_fields.tga'
City1
  ''
  'Italy_DF/land/summer/DownCity_dry.tga'
  'land/Pacific/DownCity.tga'
  'land/Pacific/Midway13.tga'
  'land/Pacific/field_Clay.tga'
  'land/summer/DownCity.tga'
  'land/summer/Grnd/fields_grnd_04.tga'
  'land/summer/MidCity.tga'
  'land/summer/greyway_.tga'
  'land/summer/rom_DownCity.tga'
  'land/summer/sk_MidCity.tga'
  'land/winter braun/B MidCity.tga'
  'land/winter/MidCity.tga'
  'land/winter/sk_wMidCity.tga'
City2
  ''
  'Italy_DF/land/summer/CenterCity_dry2.tga'
  'land/Pacific/CenterCity.tga'
  'land/Pacific/field5_burma.tga'
  'land/summer/CenterCity.tga'
  'land/summer/MidCity.tga'
  'land/summer/fields_dry2a.tga, 2'
  'land/summer/rom_CenterCity.tga'
  'land/summer/sk_LowLand6_fields.tga'
  'land/winter braun/winter braun grass 0.tga'
  'land/winter/CenterCity.tga'
  'land/winter/sk_wLowLand6_fields.tga'
City3
  ''
  'Italy_DF/land/summer/factory_dry.tga'
  'land/summer/CenterCity.tga'
  'land/summer/Slot_fields_CopraB.tga,2'
  'land/summer/factory.tga'
  'land/summer/factoryC.tga'
  'land/summer/greyway_.tga'
  'land/summer/mount_top2.tga'
  'land/summer/rom_factory.tga'
  'land/summer/sk_Factory.tga'
  'land/winter/CenterCity.tga'
  'land/winter/factory.tga'
  'land/winter/sk_wFactory.tga'
  'water/Snow1.tga'
AirField0
  ''
  'Italy_DF/land/summer/dry2_v2.tga,2'
  'land/Pacific/Iwo01.tga'
  'land/Pacific/Okinawa.tga'
  'land/Pacific/PalauField01.tga'
  'land/Pacific/TarawaAF01.tga'
  'land/summer/LowLand_2.tga'
  'land/summer/MTO_Air_Fields.tga,2'
  'land/summer/Slot_air_field_1.tga,2'
  'land/summer/airfieldGr.tga'
  'land/summer/bottommount.tga,2'
  'land/summer/fields_airfieldBurma.tga'
  'land/summer/fields_airfieldDesert.tga'
  'land/summer/rom_air_fields_0.tga,2'
  'land/summer/sk_fields_airfieldGr.tga,4'
  'land/winter braun/airfield A.tga,4'
  'land/winter/airfieldGr.tga'
  'land/winter/fields_Airfield_Ian.tga'
  'land/winter/sk_wfields_airfieldGr.tga,4'
  'sval_airport_fields.tga'
  'water/fields_WaterIceTL.tga,2'
AirField1
  ''
  'Italy_DF/land/summer/Lowland_dry.tga,2'
  'land/Pacific/Imphal_af_new.tga,-2'
  'land/Pacific/Iwo02.tga'
  'land/Pacific/TarawaAF02.tga'
  'land/summer/Asphalt.tga'
  'land/summer/Berlin0.tga,-2'
  'land/summer/MTO_Air2_Fields.tga,2'
  'land/summer/Piter_Center_1.tga,-2'
  'land/summer/Slot_air_field_2.tga,2'
  'land/summer/airfieldSGr.tga'
  'land/summer/banffc1.tga,-2'
  'land/summer/factory_.tga'
  'land/summer/fields_midland_ian.tga'
  'land/summer/rom_air_fields_1.tga,2'
  'land/summer/sk_Factory.tga'
  'land/summer/sk_Factory1.tga'
  'land/winter/Piter_Center_1W.tga,-2'
  'land/winter/fields_Airfield_Ian.tga'
  'land/winter/sk_wFactory1.tga'
AirField2
  ''
  'Afrika/sand_stone.tga'
  'Italy_DF/land/summer/macchia_dry.tga,2'
  'land/Pacific/Iwo03.tga'
  'land/summer/Berlin1.tga,-2'
  'land/summer/Piter_Center_2.tga,-2'
  'land/summer/Slot_air_field_3.tga,2'
  'land/summer/airfieldGr.tga'
  'land/summer/factory_.tga'
  'land/summer/fields_airbase_dust.tga'
  'land/summer/sk_fields_airfieldGr1.tga,4'
  'land/summer/sk_fields_mount2.tga,2'
  'land/winter braun/airfield A.tga,4'
  'land/winter/Piter_Center_2W.tga,-2'
  'land/winter/airfieldGr.tga'
  'land/winter/sk_wfields_airfieldGr1.tga,4'
AirField3
  ''
  'Afrika/sand_stone.tga'
  'Italy_DF/land/summer/vulcan.tga'
  'land/summer/Asphalt.tga,2'
  'land/summer/Berlin2.tga,-2'
  'land/summer/FIELDS1.TGA'
  'land/summer/Hels-centr.tga,-2'
  'land/summer/Slot_fields_CopraA.tga,2'
  'land/summer/factory.tga'
  'land/summer/sk_fields_mount5.tga,2'
  'land/summer/sk_midland4.tga,2'
  'land/winter braun/winter braun grass 0.tga'
  'land/winter/Hels-winter.tga,-2'
  'land/winter/factory.tga'
  'land/winter/sk_wmidland4.tga,2'
Wood0
  'Italy_DF/land/summer/macchia_neu4.tga,2'
  'forest/summer/ForestGr.tga'
  'forest/summer/JungleGr.tga'
  'forest/summer/JungleKTABurma.tga'
  'forest/summer/Slot_ForestGr.tga'
  'forest/summer/forestGr.tga'
  'forest/summer/forestGrS.tga'
  'forest/summer/rom_forrestground.tga'
  'forest/summer/sk_ForestGr.tga'
  'forest/winter/forestGr.tga'
  'forest/winter/sk_wForestGr.tga'
  'land/summer/mount.tga'
  'land/winter braun/winter braun mount forest.tga'
Wood1
  ''
Wood2
  'Italy_DF/forest/summer/ItaWood_far.tga,2'
  'forest/summer/ForestFar.tga'
  'forest/summer/ForestFarS.tga'
  'forest/summer/JungleFar.tga'
  'forest/summer/JungleFarBurma.tga'
  'forest/summer/Slot_ForestFar.tga'
  'forest/summer/forestfar.tga'
  'forest/summer/lesfar.tga'
  'forest/summer/rom_ForrestFar.tga'
  'forest/summer/sk_ForestFar.tga'
  'forest/winter/LWoodFar.tga'
  'forest/winter/WoodFar.tga'
  'forest/winter/WoodFar_02.tga'
  'forest/winter/sk_wForestFar.tga'
  'land/winter braun/les.tga'
Wood3
  ''
Water0
  'water/MTOWater.tga'
  'water/Water.tga'
  'water/water.tga'
  'water/waterice.tga'
Water1
  'water/MTOWater.tga'
  'water/Water.tga'
  'water/water.tga'
  'water/waterice.tga'
Water2
  'land/Pacific/IwoBeach.tga'
  'land/Pacific/WakeBeach.tga'
  'land/summer/LowLand_2.tga'
  'land/summer/bottommount.tga'
  'land/summer/mount.tga'
  'land/summer/sk_LowLand0.tga'
  'land/winter braun/winter braun grass.tga'
  'land/winter/airfieldGr.tga'
  'land/winter/sk_wLowLand0.tga'
  'sval_fields.tga'
  'water/CoastLine.tga'
  'water/CoastLineIan.tga'
  'water/CoastLineOki.tga'
  'water/CoastLineW.tga'
  'water/CoastLinew.tga'
  'water/CoralCoastLine.tga'
  'water/CoralCoastLine.tga, -2'
  'water/MTO_Coastline_Fields.tga,2'
  'water/coastline.tga'
  'water/rom_CoastLine1.tga'
Water3
  'Italy_DF/water/dune_beach.tga'
  'land/Pacific/IwoBeach.tga'
  'land/Pacific/WakeBeach.tga'
  'land/summer/Grnd/fields_proc021_512.tga'
  'land/summer/grnd/fields_proc012.tga'
  'land/summer/grnd/fields_proc013.tga'
  'land/summer/grnd/fields_sand3.tga'
  'land/summer/mount.tga'
  'sval_fields.tga'
  'water/Beach.tga'
  'water/CoastLine.tga'
  'water/MTO_Beach_Fields.tga,2'
  'water/Snow2.tga,2'
  'water/Snow2.tga,4'
  'water/dune_beach.tga'
  'water/rom_fields_Beach.tga,2'


One extra question is related to the water: what is the reason to have 4 water types in map_t, when not all water is present in it? I mean, there are map_c and ed_map_t, which define shallow waters and water accessible by ships. When I try to make map_t colorful, I don't get all water that is present on ed_m_0x (see map_t on the left and ed_m_02 on the right below). What files need to be used to render all water? map_c? ed_map_t? Or all three including map_t?


Quote
https :// postimg.cc/fkbgtmX7

Thanks!


Thanks!
Logged
Pages: [1]   Go Up
 

Page created in 0.082 seconds with 27 queries.