Posts from Current questions and answers regarding the map editor.
Цикл кампаний "Дыхание Смерти" из трёшки в четвёртом исполнении
Учебная карта
Астралия
За Королеву!
Подземелья и Дьяволы
Отголоски войны
Освобождение
or
:\Heroes of Might and Magic V - Tribes of the East\profiles\editor_a2.cfg
(original or TE)
open with Notepad and change the line
setvar map_editor_mode = 1
to
setvar map_editor_mode = 0
P.S. if you have nothing to do, there's no point in installing the extended editor.
Цикл кампаний "Дыхание Смерти" из трёшки в четвёртом исполнении
Учебная карта
Астралия
За Королеву!
Подземелья и Дьяволы
Отголоски войны
Освобождение
It's in the same place as the "Creatures" and other tabs.
Click on the region (on the name).
Цикл кампаний "Дыхание Смерти" из трёшки в четвёртом исполнении
Учебная карта
Астралия
За Королеву!
Подземелья и Дьяволы
Отголоски войны
Освобождение
1. How can I make it so that after completing all the quests and conquering all the castles on the map, an enemy hero with an army appears and starts attacking the castles (as an example, in one of the campaigns for the Orcs, Alaric appeared)?
2. Is it possible to set the castle animation (when you enter a castle during the game, the castle rotates) as a screensaver on the desktop, so that it always rotates?
Thank you in advance.
function P0_end()
if GetObjectiveState("P0")==OBJECTIVE_COMPLETED then
EnableHeroAI("RedHeavenHero03",false);
SetRegionBlocked("BlRed1",nil);
MoveHeroRealTime("RedHeavenHero03",183,66,1);
end;
end;
Trigger(OBJECTIVE_STATE_CHANGE_TRIGGER,"P0","P0_end");
If the P0 objective is completed, this function will start, unblock the hero and the region that prevented access to him, and move him. Another approach could be to teleport him from some hole in the dungeon:
SetObjectPosition("RedHeavenHero03",183,66,1);
Of course, the hero's name and coordinates will be different for each one ;) 2) I know there's a mod that replaces the cyclops with a city view when the game starts. I don't know about that. I think it's possible, but very difficult...
Is it possible to set the castle animation (when you enter a castle during gameplay, the castle rotates) as a screensaver on your desktop, so that it keeps rotating?
Цикл кампаний "Дыхание Смерти" из трёшки в четвёртом исполнении
Учебная карта
Астралия
За Королеву!
Подземелья и Дьяволы
Отголоски войны
Освобождение
Цикл кампаний "Дыхание Смерти" из трёшки в четвёртом исполнении
Учебная карта
Астралия
За Королеву!
Подземелья и Дьяволы
Отголоски войны
Освобождение
And as far as I remember, it's done through the object's properties tree.
You need to select the marker – the problem is that I forgot what it's called in the object properties: D
Цикл кампаний "Дыхание Смерти" из трёшки в четвёртом исполнении
Учебная карта
Астралия
За Королеву!
Подземелья и Дьяволы
Отголоски войны
Освобождение


