Current time: 14.04.2024, 10:46 Hello There, Guest! (LoginRegister)
Language: english | russian  

Post Reply 
Threaded Mode | Linear Mode
Вопросы по моддингу
» (обсуждаем моддинг здесь)
Author Message
daemon_n Offline
Administrators

Posts: 4338
Post: #1516

V_Maiko, i-var is local, so you can't set as check in new trigger


Image: widget.png?style=banner2

Новейший Heroes 3 Launcher
25.08.2020 19:58
Visit this user's website Find all posts by this user Quote this message in a reply
V_Maiko Offline

Posts: 605
Post: #1517

And what variable can I use so that this does not happen? Silencing a sound is of no use to me if all other objects that have that sound are also silenced. Mystery.wav is a sound that also has visitable objects by default (type 63) and my reason for silencing them is that, and then putting a custom sound (see the case of Creature Banks scripts by PerryR).
(This post was last modified: 25.08.2020 21:00 by V_Maiko.)
25.08.2020 20:52
Find all posts by this user Quote this message in a reply
Berserker Offline
Administrators

Posts: 16471
Post: #1518

V_Maiko, I didn't check, but


Скачать Герои 3 Эра и всё, что с ней связано / ERA 2.46f для старых модов
Поддержать проект
25.08.2020 21:33
Find all posts by this user Quote this message in a reply
ElfbI Offline

Posts: 325
Post: #1519

V_Maiko, you can use v vars as global. But keep in mind that your global vars must be with unic numbers. You can search inside your .erm files with Total Commander text search engine/


The dreams you kill will break your heart
(This post was last modified: 25.08.2020 21:35 by ElfbI.)
25.08.2020 21:35
Find all posts by this user Quote this message in a reply
Видомина Offline

Posts: 987
Post: #1520

Здравствуйте а возможна ли поддержка прозрачности в игре?


ERA HD Edition 0.6.3: ENG / RU
Сooperative no bugs: Yandex / Google

29.08.2020 12:29
Find all posts by this user Quote this message in a reply
daemon_n Offline
Administrators

Posts: 4338
Post: #1521

suftfree, где именно и прозрачность чего?
По умолчанию прозрачность это cyan,


Image: widget.png?style=banner2

Новейший Heroes 3 Launcher
29.08.2020 12:57
Visit this user's website Find all posts by this user Quote this message in a reply
XEPOMAHT Offline
Moderators

Posts: 2271
Post: #1522

(29.08.2020 12:29)suftfree Wrote:  возможна ли поддержка прозрачности в игре?

Только плагином alpha.dll. Но работает не у всех (например у меня он в игре ничего не отображает).
29.08.2020 12:57
Find all posts by this user Quote this message in a reply
Bes Offline

Posts: 5422
Post: #1523

suftfree, почитай с конца тему "Полупрозрачность в героях"
Если что, там и дальше по теме прозрачности спрашивай 141
29.08.2020 20:06
Visit this user's website Find all posts by this user Quote this message in a reply
V_Maiko Offline

Posts: 605
Post: #1524

Bes, the topic is outdated to the current ERA topic.
29.08.2020 20:29
Find all posts by this user Quote this message in a reply
wessonsm Offline

Posts: 787
Post: #1525

плагин на полупрозрачность, работает, но только он не дружит с некоторыми режимами HD-мода.
29.08.2020 20:41
Find all posts by this user Quote this message in a reply
Archer30 Offline
Moderators

Posts: 1104
Post: #1526

A question from Hawaiing (a mod maker capable with ERM/C++ programming):

Is there away to check what specific def been loaded for an object on the map?

He asked this question since he's making an alternative obelisk function:
Each obelisk now provides a full puzzle map for a small amount of reward.

As he has no idea how to check def, the list of obelisk found is a bit dull:


Latest ERA mods and scripts in development - My GitHub
(This post was last modified: 30.08.2020 18:20 by Archer30.)
30.08.2020 17:55
Find all posts by this user Quote this message in a reply
daemon_n Offline
Administrators

Posts: 4338
Post: #1527

Archer30, you can check type and subtype of objects


Image: widget.png?style=banner2

Новейший Heroes 3 Launcher
30.08.2020 18:05
Visit this user's website Find all posts by this user Quote this message in a reply
RoseKavalier Offline

Posts: 118
Post: #1528

(30.08.2020 17:55)Archer30 Wrote:  A question from Hawaiing (a mod maker capable with ERM/C++ programming):

Is there away to check what specific def been loaded for an object on the map?

He asked this question since he's making an alternative obelisk function:
Each obelisk now provides a full puzzle map for a small amount of reward.

As he has no idea how to check def, the list of obelisk found is a bit dull:

Code:
    P_ResourceManager rm;
    auto it = rm->Find("whatever obelisk def name is");
    if (it != rm->end())
    {
        // found, there may be more than 1 reference so this might not be enough
        rm->RemoveItem(it);
    }
    else
    {
        // not found
    }

Otherwise just use the different obelisk names, they can simply be added during dialog creation.
(This post was last modified: 30.08.2020 19:18 by RoseKavalier.)
30.08.2020 19:14
Find all posts by this user Quote this message in a reply
Archer30 Offline
Moderators

Posts: 1104
Post: #1529

Thanks daemon and Rosekavalier! I would pass these to him.


Latest ERA mods and scripts in development - My GitHub
30.08.2020 19:33
Find all posts by this user Quote this message in a reply
Berserker Offline
Administrators

Posts: 16471
Post: #1530

RoseKavalier, I think something like MapItem->DefName was required.


Скачать Герои 3 Эра и всё, что с ней связано / ERA 2.46f для старых модов
Поддержать проект
31.08.2020 04:30
Find all posts by this user Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Forum Jump:

Powered by MyBB Copyright © 2002-2024 MyBB Group