Current time: 24.03.2024, 00:27 Hello There, Guest! (LoginRegister)
Language: english | russian  

Post Reply 
Threaded Mode | Linear Mode
ERA III
Author Message
gamemaster Offline

Posts: 14
Post: #1951

@Berserker

Can you provide source code of FastRand.pas so i can port latest version to Delphi 11.
18.01.2022 21:58
Find all posts by this user Quote this message in a reply
Berserker Offline
Administrators

Posts: 16449
Post: #1952

gamemaster, glad to see you.

Done.


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

Posts: 1098
Post: #1953

Berserker, hi! Reporting a bug with mouse trigger - creature info dialogue.


In order to reproduce this bug, you'd like to do the following:
1. Open any town screen
2. Open any creature dialogue from the town screen
3. Close the creature dialogue
4. Right-click on any item and release it.

Here you go, on the right mouse releasing, there should not be anything triggered at all. However, here we got the left-release info on the screen.

Screenshot:


Latest ERA mods and scripts in development - My GitHub
(This post was last modified: 24.01.2022 06:35 by Archer30.)
24.01.2022 06:32
Find all posts by this user Quote this message in a reply
Berserker Offline
Administrators

Posts: 16449
Post: #1954

Tested, confirmed. Though, not planning to fix in the near future, due to time lack. Maybe Heromant or igrik could find the reason.


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

Posts: 1098
Post: #1955

Berserker, I understand, thanks!

Looks like HE:X2 mithril spec does not have a definition in the game. It does not give extra mithril, but set the spec icon to mithril however. Perhaps that can be improved?
At the moment I use a function for fixing the effect of giving daily mithril. FU:A is awesome 96-copy


Latest ERA mods and scripts in development - My GitHub
(This post was last modified: 06.02.2022 06:25 by Archer30.)
06.02.2022 06:14
Find all posts by this user Quote this message in a reply
daemon_n Offline
Administrators

Posts: 4333
Post: #1956

Archer30, that's because mithril isn't resource in the game. It is just int array, which initialized at the map start. It even hasn't mines or other objects. So any mithril operations should be made by manually. I mean, that's how it's going now.


Image: widget.png?style=banner2

Новейший Heroes 3 Launcher
06.02.2022 13:21
Visit this user's website Find all posts by this user Quote this message in a reply
AntonyK Offline

Posts: 13
Post: #1957

Berserker, Привет, раскажи пожалуйста мне, как правильно разрушать города и строить на его месте другой, который нужен, а то я не нашел нигде информации, а все строения разрушил, и вроде как подождал одну игровую неделю, но ничего не происходило, просто появилось строение в виде кузницы, и там привидения, а как дальше я не знаю. Очень надеюсь на твой ответ.
08.02.2022 21:51
Find all posts by this user Quote this message in a reply
Berserker Offline
Administrators

Posts: 16449
Post: #1958

Привет. Это тебе в Discord-сервере у ребят лучше спросить. Я уже давно не играл с разрушением городов.
https://discord.com/invite/bvfJGZe


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

Posts: 4333
Post: #1959

AntonyK, всё правильно. В кузнице надо нанять привидений. Затем выбрать тип города


Image: widget.png?style=banner2

Новейший Heroes 3 Launcher
09.02.2022 08:36
Visit this user's website Find all posts by this user Quote this message in a reply
Bes Offline

Posts: 5422
Post: #1960

AntonyK, Berserker, пройдите обучение в игре, оно как раз про разрушение и внимание к тексту,который при этом выводится на экран116


Image: team-supermod.gif
09.02.2022 09:43
Visit this user's website Find all posts by this user Quote this message in a reply
daemon_n Offline
Administrators

Posts: 4333
Post: #1961

есть проблема с !!RD:Cd/d/(тут);
если установить число слотов более 2, то переключение между всеми слотами выставляет число доступных для найма существ от последнего кликнутого слота;

при этом проверка на количество возвращает иное (нормальное) значение.

код для проверки:



Image: widget.png?style=banner2

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

Posts: 16449
Post: #1962

daemon_n, помимо num тебя должно интересовать ещё и sourceId — источник монстров для слота. Если поставить всем 4-м слотам пользовательский уникальный sourceID, то будут 4 разных счётчика. Если нужно 4 альтернативы с одного счётчика, то всем один sourceId.

Если есть два слота с одним источником количества — строением из города, то хоть 50 раз меняй значение на случайное, будет в итоге одно значение для обоих слотов.


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

Posts: 4333
Post: #1963

Berserker, понял. В справке этот момент я упустил либо опустил102


Image: widget.png?style=banner2

Новейший Heroes 3 Launcher
11.02.2022 00:46
Visit this user's website Find all posts by this user Quote this message in a reply
Berserker Offline
Administrators

Posts: 16449
Post: #1964

Благодаря такой реализации можно творить что хочешь — привязываться к объектам на карте, строениям, иметь альтернативы или независимые приросты.


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

Posts: 779
Post: #1965

Эра обрезает справа текст описания сценария в окне выбора сценария.
Я сначала думал, это у меня с русификатором что-то, но потом чистую Эру запустил, нет, там то же самое:
(This post was last modified: 15.02.2022 16:58 by wessonsm.)
14.02.2022 20:31
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