Hi
Hello guys, I met some problems when making the map.
1. After I drawed the map file, I use Map_c tool to make the MWmap_c and the newMWmap_c.
But there are some parts of these two files that look like they've been cut out, like this
This causes them to narrow and even break rivers in the map
Well, in fact, Map_c tool does not break the rivers. On the contrary, it's an attempt to correct it.
But unfortunately, it does not work because the way of doing is wrong.
I wrote a Gimp script-fu instead that solves the problem
It transforms the master map-c before conversion into the map-c that IL2 uses with the help of a table, the map_c.tga.table
It does not create the table. It just prepares the original image.
It should correct the artifacts visible while runing the sim such as:
- Periodic disappearing of narrow river
- Spurious and unwanted lines and squares in large shallow water area
- Periodic coast lines distorsions
Direct link :
https://www.mediafire.com/file/focq8jcdmtuzmok/Mymap-c-preparation-v01.zip/fileINSTALLATION
Unzip wherever you want
Copy the 'Mymap-c-preparation-v01.scm' file into the script folder of the GIMP repertory.
Path should be :
C:\Users\<UserName>\AppData\Roaming\GIMP\2.10\scripts
HOW TO USE IT
- Open your image in Gimp
All the layers must be merged in only one
The image may not necessary be in grayscale nor flatten. It does not matter, the script will
do the job
- In the tool bar you now have a new tab called 'IL2 MapBuild'
- Open it and run the script 'Mymap-c-preparation-v01'
- Export as a .tga file (make sure to uncheck RLE compression)
Then, convert it as usual with Map_c ToolBox.
If you use map_c tools instead, export the file as 'MWmap_c.tga' and run '2 dissect.bat' directly.
IMPORTANT NOTE : Do not use 'transform.bat' but dissect directly
LIMITATION
I use the Gimp 2.10 version. It should work with other version, but with no guarantee.
It works fine providing the rivers drawings are not too thin.
Especially if you intend to draw narrow canals, for example, canals may disappear
I'm currently working on a new version that would allow to draw very narrow rivers/canals (less than 50m wide)
I will release it asap.
Regards