News will be posted here if you want to subscribe:Feyd said:Oh! What is the official webpage?? Where to download?
http://www.ederon.net/Projects/TheM...US/Default.aspx
The complete product is not yet ready.
News will be posted here if you want to subscribe:Feyd said:Oh! What is the official webpage?? Where to download?
Jamie550 said:News will be posted here if you want to subscribe:
http://www.ederon.net/Projects/TheM...US/Default.aspx
The complete product is not yet ready.
Jamie550 said:What HOI 1 map editor?
Version 0.2 of the Map Editor Photoshop File Specifications
Data:
In the same place as the application will be a file called psd.txt.
This file should contain all of the .psd files, each file on a different line
The city field of the .psd files will be filled in like so: x;y
Where x is the x-offset, and y is the y-offset
X=1 is 32 pixels, X=2 is 64 pixels, and so on
Bottommost layer:
Divided into blocks of 32x32 pixels. Each block will either be filled with black, to signify that it should be transcribed, or kept transparent to prevent copying.
Notes:
a) A separate text file should be included to describe what pixel on the big map (0, 0) is
b) Transcription is described only blocks of 32x32. Either a block is completely included or it is not
c) This layer should be called "Base"
Province ownership layer
Colored with RGB values according to the province that owns the pixel.
Notes:
a) What a certain RGB value represents will be determined by a separate .csv file, in this format:
ProvinceId;Red;Green;Blue;Optional Comment;There can be as many semicolons as you want;But the first four sections must be as specified
#Lines can also be blank or commented out as a whole
42;49;20;44#This comment is illegal
b) This layer should be called "ProvID"
Grayscale layer
Colored with a grayscale, to determine the index into colorscales.
Notes:
a) The index will be value/4 (Note that remainders are truncated, so a value of 3 will not round to 4 and make 1, but will become 0.
b) This layer should be called "Colorscales"
Tile layer
Transparent, unless something should be present. If there is a river or terrain there, just draw it with regular RGB
Notes:
a) This layer should be called "Tiles"
Border layer
Transparent, except for borders between land provinces
When there is a land border, have two colors, which are TBD. One will represent an "inner" coloring, and the other will represent an "outer coloring". To understand what this means, use
the Map Viewer, viewing by province on a zoom greater than the smallest one, and look at the country borders, that often have four colors. Each different color is a province. Each
actual province has two of these: an outer and inner, which look different somehow.
Notes:
a) This layer should be called "Borders"
There is a MAX_PROVINCE limit. But if there are currently extra unused provinces, then yes. Otherwise, either ask Paradox to do it in their 1.2 patch or look for the thousands of MAX_PROVINCE values in the .exe and change them.Lothos said:Will we be able to create new provinces?