Skip to content

Posts from Current questions and answers regarding the map editor. Auto-translated

5.0 (12 ratings)
User Avatar
#4382
Auto-translated
How do I add my own music to a map? For example, I want my music to play when a hero moves, instead of the standard music. I know that the music must be in .ogg format.
#4383
Auto-translated
Does the Heroes 5 map editor have a function to save the number of resources? To be more precise: let's say I take wood, set its value to 5, and place it on the map. There are 5 pieces of wood on the map. I want the wood to always be set to the value of 5 and not reset to a random value each time I want to place it, or copy the wood that has already been placed with its value.
User Avatar
#4384
Auto-translated
Sammer, copying will be the easiest.
User Avatar
#4386
Sammer, ctrl+c, ctrl-v :)
In reply to Sammer
User Avatar
#4388
Auto-translated
Having the "Blood Wrath" skill completely clears the spellbook, regardless of the hero's class. Is there any way to bypass this issue? I simply want to create an Orc Shaman who can cast lightning spells and also have troops with the Blood Wrath skill.
Мои карты

Возрождённый v 1.5 (обновление от 25/09/2016) :smile24:

готовится продолжение.

Великая Пустыня ( 25%) - про Маркела
Тьма над Иролланом (0%) - про Николаса

Мои моды (скорректированы мод на чумных энтов и циклопов зомби)
#4389
Auto-translated
How to change the amount of resource mined in a mine?
In reply to Sammer
User Avatar
#4390
Auto-translated
Sammer
How can I change the amount of resources mined in a mine?
You could try giving the mines scripted names, and by checking each day whether the mine belongs to a particular player, you can add or subtract a certain amount of resources for that player.
Всё, что сейчас происходит во мне, тоже является частью Вселенной. (с) Иванов Александр.
Цикл кампаний "Дыхание Смерти" из трёшки в четвёртом исполнении
Учебная карта
Астралия
За Королеву!
Подземелья и Дьяволы
Отголоски войны
Освобождение
User Avatar
#4391
Auto-translated
How to change the text color in a text message?
In reply to John_Lock
User Avatar
#4392
Auto-translated
User01322342
How do I change the text color in a text message?
Insert before the text
<color=AARRGGBB>
where AARRGGBB is the hexadecimal color code, which can be replaced with the English name of the color for some of the most common colors (red, blue, green, yellow, etc.).
Карты для Героев Меча и Магии 5
Одиночные: Завеса срывается, Посол, Последний рывок, Эхо Пустоты
Кампания: Империя Единорога

Существа NCF
Орден Порядка: 1
Нейтралы: 1 2 3 4
User Avatar
#4393
Auto-translated
How do I rotate a town by 45 degrees?
Справедливость - авторский глобальный мод

ColouredText - список заклинаний и их уровень в описании существ-колдунов
In reply to Андраил
User Avatar
#4394
Auto-translated
Andrail
How can I rotate a town by 45 degrees?
You can try to manually set the rotation angle (Rot) or select the object, hold down Ctrl, and click on the cell in the direction the object should be rotated. However, it is not recommended to rotate multi-cell objects, especially large ones like towns.
Карты для Героев Меча и Магии 5
Одиночные: Завеса срывается, Посол, Последний рывок, Эхо Пустоты
Кампания: Империя Единорога

Существа NCF
Орден Порядка: 1
Нейтралы: 1 2 3 4
User Avatar
#4395
Auto-translated
The editor doesn't allow placing a Lord's garrison in a city. How can I do this?
Справедливость - авторский глобальный мод

ColouredText - список заклинаний и их уровень в описании существ-колдунов
In reply to Андраил
User Avatar
#4396
Auto-translated
Andrail
The editor doesn't allow placing a Lord in the city garrison.
If you just need a dummy unit that always stays in the city, you can place it next to the city and, in the scripts, disable its AI and set it to move to a point with the coordinates of the city (or the city entrance). I haven't tested it, but it should work.