Posts from Current questions and answers regarding the map editor.
Auto-translated
Hey everyone, could you please tell me if it's possible to build an Ashan Tear in a random town using the map editor?
That's how it is.
Thank you. Another question – is there a way to play a video from a specific point, so I don't have to rewatch it 20 times while editing the last scenes?
Press z until you reach the desired dialogue.
Hello everyone. This question has probably been asked before. But I'll ask it anyway. How do you create videos for a map?
P. S.
Another question. What is the model name for the Vampire Prince creature? I can't find it.
The answer is in this thread; you need an extended map editor.
Model: Characters\Creatures\Necropolis\AlternativeUpgrade\Nosferatu
Multiplayer: Господство, Извечное противостояние, Война за Магию, Торговая империя, Анатомия войны, Эксперимент
SingleScenario: Последний Рубеж, Трон, Элиралис, Вернуться домой!, Лабиринты разума
Campaign: Колонизация
And is it possible to disable shadows somehow?
Good evening. Could you please tell me how to set the desired range or the desired number of neutral creatures? I might be doing something wrong. I click on the unit, select Custom, set it to 10, then set Range to 19. When I check in the game, sometimes it shows a range of 20-49, and sometimes even 50-99. Is there a way to fix the numbers I set?
As mentioned above, the difficulty level affects this setting. If you need an exact number, check the box for "increment" in the quantity settings and set it to 1. Then, enter the script name, for example, "npc01".
Then, use the script to add the desired number:
mobValue = MathRandom(9, 18);
AddObjectCreatures("npc01", ID, mobValue, 0);
Multiplayer: Господство, Извечное противостояние, Война за Магию, Торговая империя, Анатомия войны, Эксперимент
SingleScenario: Последний Рубеж, Трон, Элиралис, Вернуться домой!, Лабиринты разума
Campaign: Колонизация
I haven't used the editor for about 3 months and didn't think anything would go wrong. Two weeks ago, I logged in and found a problem: the objects are not displayed in the list. Before, they were replaced with a question mark, but now they are completely missing! :confused:
Do you know what the problem is?

Прокрастинирую...
"...Завтра станет лучше
но солнце так и не взошло..."
Hello! I have a problem.
I haven't opened the editor for about 3 months and didn't think anything would go wrong. Two weeks ago, I opened it and found a problem: objects are not displayed in the list. Before, they were replaced with a question mark, but now they are completely missing! :confused:
What's the matter?
I think it will be easier to reinstall the game than to look for a solution.
Added after 1 hour 31 minutes
How can I track the progress of completing the task to destroy 3 enemy units, which are scattered across the map? The player finds the first unit, and the task description is updated: 1/3 units destroyed, etc. How do I display this in the task? At the same time, these units will be located in different places, and not one after another.