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

Post Reply 
Threaded Mode | Linear Mode
Моды. Стол заказов
» оплачиваемая работа по созданию модификаций
Author Message
Algor Away
Administrators

Posts: 3880
Post: #136

Заинтересовало.


BattleHeroes Rus/Eng | ERA scripts (+ReMagic) Rus/Eng
05.01.2017 14:42
Visit this user's website Find all posts by this user Quote this message in a reply
jivonhi Offline

Posts: 2
Post: #137

Требуется изменить только редактор карт, с возможностью создания карты 100000 на 100000 пикселей. Саму игру изменять не требуется. Нужно конкретно сделать так, чтобы была возможность открыть редактор, создать карту 100000 на 100000, сохранить этот файл с последующей возможностью изменения его в том же редакторе.
Цена 5000-10000к. Ибо сам не могу оценить трудоемкость работы.
Возможна долгосрочная перспектива работы.
30.01.2022 14:44
Find all posts by this user Quote this message in a reply
daemon_n Offline
Administrators

Posts: 4338
Post: #138

jivonhi, под пикселями ты имеешь в виду тайлы?102


Image: widget.png?style=banner2

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

Posts: 2
Post: #139

daemon_n
Под пикселями я имею ввиду пиксели))
Тайл, так понимаю, это минимально возможно создаваемый квадрат местности, да?
Если так и один тайл равняется 30 пикселям, то мне примерно нужно от 2000х2000 до 3000х3000.
31.01.2022 19:19
Find all posts by this user Quote this message in a reply
Archer30 Offline
Moderators

Posts: 1104
Post: #140

I've got player claiming that AI is stuck on their turns when the hero has millions of Azure Dragons. The player said that SoD handles this large number of creatures better.

By a bit of experiment, I think this is because of the calculation of AI values. It is something like this:

Quote:total AI value of an AI hero = AI value of individual creatures from the AI army * creature quantity * the sum up of the AI hero's primary skills

When the total AI values of a hero become negative, the game is stuck.

In SoD, we have primary skills limited at 99, negative value issue is less likely to happen. However, in ERA with XEPOMAHT's Prima, we have primary skills up to 249. The multiplication results in problems.

My request is:
Quote:I hope to have somes code / mods to alter the calculation of AI values, like limiting the the primary skills to 99 on the calculation.


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

Posts: 4338
Post: #141

Archer30, it should could be made with 2-3 lines of UN:C


Image: widget.png?style=banner2

Новейший Heroes 3 Launcher
01.10.2022 03:44
Visit this user's website Find all posts by this user Quote this message in a reply
Archer30 Offline
Moderators

Posts: 1104
Post: #142

daemon_n, I know. But my knowledge is too limited to find things from IDA Sorry


Latest ERA mods and scripts in development - My GitHub
01.10.2022 04:10
Find all posts by this user Quote this message in a reply
daemon_n Offline
Administrators

Posts: 4338
Post: #143

Archer30, search for ai_value calculations. Anyway, i can take a look today, if you remind me later


Image: widget.png?style=banner2

Новейший Heroes 3 Launcher
01.10.2022 04:35
Visit this user's website Find all posts by this user Quote this message in a reply
Archer30 Offline
Moderators

Posts: 1104
Post: #144

Too bad. The address was found, but the issue was not resolved Rolleyes


Latest ERA mods and scripts in development - My GitHub
02.10.2022 03:20
Find all posts by this user Quote this message in a reply
ArKan Offline

Posts: 199
Post: #145

Часть сундуков на карте на самом деле являются мимиками.

Т.е. это он по-прежнему определяется как сундук, но содержит существ мимиков, с которыми герою приходится сражаться.

Кол-во зависит от уровня героя.


Деф мимика есть в AxolotlsCreaturesDefs
19.02.2023 08:46
Find all posts by this user Quote this message in a reply
Spamexecute Offline

Posts: 5
Post: #146

Добрый вечер !
Нужен мод для одновременных ходов, как в World Tournament, если есть возможность, то не только 1ая неделя.
А также нужен мод пишущий статистику, или даже лучше рейтинг.
По цене в л.с. Договоримся Ab

Update: Всё ещё ищу людей + будут доп. задания!
(This post was last modified: 04.05.2023 18:53 by Spamexecute.)
28.04.2023 22:14
Find all posts by this user Quote this message in a reply
olegzloveschiy Offline

Posts: 2
Post: #147

Здравствуйте!
Существует интересная модификация Heroes of Might and Magic 3: The Succession Wars. Это Герои 3 с графикой и юнитами Героев 2 на базе WoG.
Вопрос: Можно ли как то сделать( и на каких условиях), чтобы в расчетах физ повреждений проценты стали как во второй части? (10% увеличение урона за преобладание атаки, 5% снижение за преобладание защиты. В текущей версии коэфициенты как в третьей части 5% / 2.5%).
Заранее спасибо за ответ.
28.11.2023 05:13
Find all posts by this user Quote this message in a reply
igrik Offline
Administrators

Posts: 2814
Post: #148

olegzloveschiy, вот держи. Файл необходимо закинуть в "папка_героев\Mods\Succession Wars\EraPlugins\AfterWoG"

Скачать

Code:
; Модификация бонусов атаки защиты в расчете физ.повреждений
; 10% бонус атаки (когда атака больше защиты. Оригинал 5%)
0063AC5E B9
; 5% защита (когда защита больше атаки. Оригинал 2.5%)
0063B8C6 A9


game bug fixes extended.dll || My Plugins || My GitHub
28.11.2023 23:46
Visit this user's website Find all posts by this user Quote this message in a reply
olegzloveschiy Offline

Posts: 2
Post: #149

(28.11.2023 23:46)igrik Wrote:  olegzloveschiy, вот держи. Файл необходимо закинуть в "папка_героев\Mods\Succession Wars\EraPlugins\AfterWoG"

Скачать

Code:
; Модификация бонусов атаки защиты в расчете физ.повреждений
; 10% бонус атаки (когда атака больше защиты. Оригинал 5%)
0063AC5E B9
; 5% защита (когда защита больше атаки. Оригинал 2.5%)
0063B8C6 A9

Огромное спасибо! Вы лучшие!!!
12.02.2024 18:06
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