# Limitations of editor

Limit on the number and size of provinces:\
\<number of provinces> - \<maximum size>\
1024 - 124x124\
256 - 252x252\
64 - 508x508\
16 - 1020x1020\
4 - 2044x2044\
(124x124 instead of 128x128 due to the extrude borders set to 2. This is to prevent incorrect texture mapping. See the Common texture problems section on the engine forum)

Example: you can create a thousand very small provinces (less than 124x124), but you can create only 4 sizes 1500x1500 (for example)

You cannot load a map image larger than 4096x4096. I have set this limitation. This map size should be sufficient. The larger the size of the map image is supported, the more textures need to be prepared for this, therefore the higher the device requirements (Can be changed in the source)

The game cannot handle more than 1024 provinces. This is the limit


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://book.denismakhortov.com/guides/map-editor/map-editor-limitations-of-editor.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
