Skip to content

Posts from Modding Auto-translated

No ratings yet — be the first to rate!
In reply to footman
User Avatar
#469
Auto-translated
footman
I meant to convert the model to remove the jagged edges...

You just need to apply anti-aliasing, or manually adjust the edges!
С уважением, Psatkha (Псатха)

---------------------------------------------

Неудачное планирование ведёт к неудаче ...

NCF - мод, добавляющий дополнительных существ в HeroesV 3.1
In reply to Андраил
User Avatar
#470
Auto-translated
Andrail
Could you please provide more details about the "Terrifying Neighborhood" ability? And is it possible to modify it, or is it hardcoded into the .exe file?
:smile15:
Справедливость - авторский глобальный мод

ColouredText - список заклинаний и их уровень в описании существ-колдунов
In reply to psatkha
User Avatar
#472
Auto-translated
psatkha
You just need to apply anti-aliasing, or manually reduce the edges!
And how am I supposed to do that? I don't have Maya.
In reply to footman
User Avatar
#474
Auto-translated
footman
How am I supposed to do that? I don't have Maya.

Try asking fktifzobr@mail.ru to resave this model:smile42:
С уважением, Psatkha (Псатха)

---------------------------------------------

Неудачное планирование ведёт к неудаче ...

NCF - мод, добавляющий дополнительных существ в HeroesV 3.1
In reply to psatkha
User Avatar
#475
Auto-translated
Psatha, you are my favorite annoyance, and despite my protests, you continue to harass the racial skill of the Sylvan faction? Please stop. I gave you 2 units. And that's enough. And don't put on that surprised face – your brother lives in my city. In the Rakovo settlement.
In reply to DirtyLiar
User Avatar
#476
Auto-translated
DirtyLiar
Psatha, you nasty thing, despite my protests, you continue to bash the racial skill of Sylvan? Please stop. I gave you 2 units. And that's enough. And stop acting surprised – your brother lives in my city. In the Rakovo settlement.

Hello, mDance! Welcome back, or rather, welcome to your reincarnation! By the way, why am I suddenly a "nasty thing"? And where did you get the idea that I'm bashing the racial skill of Sylvan?!
С уважением, Psatkha (Псатха)

---------------------------------------------

Неудачное планирование ведёт к неудаче ...

NCF - мод, добавляющий дополнительных существ в HeroesV 3.1
In reply to psatkha
User Avatar
#477
Auto-translated
psatkha
And why do you think I'm belittling the racial skill of the Academy?!
The more diverse the units, the harder it is to find a specific type of unit to add to the Cursed.
In reply to DirtyLiar
User Avatar
#478
Auto-translated
DirtyLiar
The more diverse the units, the harder it is to find a specific type of unit to add to the Cursed list.

Yeah, that's true, within the NCF for Sylvan, it's a real pain!

But what about the insult, what did I do to provoke it?!
С уважением, Psatkha (Псатха)

---------------------------------------------

Неудачное планирование ведёт к неудаче ...

NCF - мод, добавляющий дополнительных существ в HeroesV 3.1
In reply to psatkha
User Avatar
#479
Auto-translated
psatkha
Well, yes, within the NCF for Sylvan, it's really a drawback!
At least you understand that, because some people don't even realize how creating additional units weakens the racial skill of the Sylvan.:)
psatkha
And what about the insult, what did I do to provoke it?!
No, it's just a common expression. I don't remember where it came from, but a person with a lisp used to say "you are my favorite." And, of course, the word "favorite" sounded like "garbage." Sorry if I offended you.
In reply to DirtyLiar
User Avatar
#480
Auto-translated
DirtyLiar
At least you understand that, because some people don't even realize how creating additional units weakens the racial skill of the Sylvan faction. :)

No, it's just a common expression. I don't remember where it came from, but a person with a lisp used to say "you are my favorite joy." Well, and naturally, the word "joy" sounded like "garbage." Sorry if I offended you.

Everything is fine! I'm very glad about your reincarnation on this forum! Because, you know, I stopped playing Heroes! ;)
С уважением, Psatkha (Псатха)

---------------------------------------------

Неудачное планирование ведёт к неудаче ...

NCF - мод, добавляющий дополнительных существ в HeroesV 3.1
User Avatar
#481
Auto-translated
Hello, I understand that this is not a simple question, but what should the script look like that gives a hero, for example, 5 vampires after capturing a Necropolis? I tried to do something, and I managed to create artifacts, resources, and spells, but I couldn't figure out how to do it with creatures...
In reply to SoloMidDazzle
User Avatar
#482
Auto-translated
SoloMidDazzle
Hello, I understand that the question is not easy, but how should a script look that gives a hero, for example, 5 vampires after capturing a Necropolis?
I tried something, and I managed to create artifacts, resources, and spells, but I couldn't figure out how to do it with creatures...

What function did you use to give creatures?

Try AddHeroCreatures('heroname',creatureID,quantity, desiredSlot)
where heroname is the script name of the hero, creatureID is the ID of the creature, quantity is the number of creatures, and desiredSlot is which slot to place them in (range from -1 to 6, -1 is any free slot, 0 to 6 are specific cells).
Модификации для Heroes V 3.1:

[Модификация]Phoenix Vision - Комплексное модифицирование визуального аспекта игры.
[Модификация]UNIT-Баланс существ + визуальные изменения.
[Модификация]NewTransformUndead-Таблица поднятия нежити.

[Модификация]VisualFix-Устрание визуальных багов.

Карты для Heroes V 3.1:

[Карта][1x1]The Last Stand - Дуэльная карта финальных битв


Группа VK:
https://vk.com/club176978884
In reply to Frozensoull
User Avatar
#483
Auto-translated
Frozensoull
Which function did you use to give creatures?

Try AddHeroCreatures('heroname',creatureID,quantity, desiredSlot)
where heroname is the script name of the hero, creatureID is the ID of the creature, quantity is the number of creatures, and desiredSlot is the slot to place them in (range from -1 to 6, -1 is any free slot, 0 to 6 are specific cells).

Thank you, I'll try that. I tried something similar - I made a list of creatures and gave each one its own ID, then I gave a name to the command that should give creatures and wrote that it should give creatures. Then, in the description of the Necropolis where the reward is, I wrote the name of the command and that it should give vampires in a certain quantity.
I'm just learning, so I probably didn't do something right. Not specifying the slot probably meant that the creatures weren't added.
In reply to SoloMidDazzle
User Avatar
#484
Auto-translated
SoloMidDazzle
I'm still learning, so I probably did something wrong. Not specifying the same slot probably prevented the creatures from being added.

I think the issue isn't just about the slots.
SoloMidDazzle

Thanks, I'll try that. I tried something similar – I made a list of creatures and gave each one its own ID, then I gave the team that should provide the creatures a name and wrote that it should provide the creatures.

There's no need to assign IDs to creatures yourself when the developers have already done so. In the case of vampires, the ID is 35.
SoloMidDazzle
then in the description of the crypt where the reward is, I wrote the team name and that it should give vampires in a certain quantity.

I don't quite understand which description you're referring to. Usually, a trigger for capturing calls a function with an executable command, in this case, the AddHeroCreatures command, which will provide the creatures.
Модификации для Heroes V 3.1:

[Модификация]Phoenix Vision - Комплексное модифицирование визуального аспекта игры.
[Модификация]UNIT-Баланс существ + визуальные изменения.
[Модификация]NewTransformUndead-Таблица поднятия нежити.

[Модификация]VisualFix-Устрание визуальных багов.

Карты для Heroes V 3.1:

[Карта][1x1]The Last Stand - Дуэльная карта финальных битв


Группа VK:
https://vk.com/club176978884