MMH5.5 - Герои Меча и Магии 5.5 - Страница 58 - Форум HeroesWorld-а

Быстрая навигация по основным разделам форума:
Турниры
КАРТЫ
Heroes 6
Heroes 5
Heroes 4
Heroes 3
Heroes 2
Heroes 1
Might&Magic

Ответ
Страница 58 из 104
 
Опции темы
#856
Старый 17.10.2019, 14:33
  #856
^
dredknight
📖
Регистрация: 24.10.2015
Сообщения: 699
dredknight#9852
Регистрация: 24.10.2015
Сообщения: 699
dredknight#9852
По умолчанию
Re: MMH5.5 - Герои Меча и Магии 5.5

Hello Vojd,

Yes you will have problem playing through steam. There is a workaround.
Go to folder with EXE files and rename them as follows:
- H5_game.exe to H5_game_orig.exe
- Copy MMH55_64.exe and rename teh copy to H5_game.exe

You are ready to go!
dredknight вне форума
Ответить с цитированием
#857
Старый 22.10.2019, 14:33
  #857
^
JORAJAN
📖
Регистрация: 24.02.2013
Сообщения: 35
Регистрация: 24.02.2013
Сообщения: 35
По умолчанию
Re: MMH5.5 - Герои Меча и Магии 5.5

hi help adapt the main script this under this mod
Вложения
Тип файла: zip 666.zip (86.8 Кбайт, 13 просмотров)
JORAJAN вне форума
Ответить с цитированием
#858
Старый 22.10.2019, 16:55
  #858
^
dredknight
📖
Регистрация: 24.10.2015
Сообщения: 699
dredknight#9852
Регистрация: 24.10.2015
Сообщения: 699
dredknight#9852
По умолчанию
Re: MMH5.5 - Герои Меча и Магии 5.5

Hello Jorajan,

Could you explain what this script does? it will be really helpful. I will take a look and give feedback by the end of the week.
dredknight вне форума
Ответить с цитированием
#859
Старый 22.10.2019, 20:28
  #859
^
Gerter
 
Аватар для Gerter
📖
Регистрация: 16.07.2012
Адрес: Санкт-Петербург
Сообщения: 825
pegn0ly#9113
Выставка наград
Регистрация: 16.07.2012
Адрес: Санкт-Петербург
Сообщения: 825
pegn0ly#9113
Выставка наград
По умолчанию
Re: MMH5.5 - Герои Меча и Магии 5.5

@JORAJAN if ur asking about MapScript.lua in ur map - u just cant use GetObjectArmySlotCreature function in v3.0. So that's solution without this function:

	garrison_names={'G0', 'G1', 'G2', 'G3', 'G4', 'G5', 'G6', 'G7', 'G8', 'G9'}
garrisons={}

function pack(...)
  return arg
end

for j, gar in garrison_names do
  Trigger(5, gar, 'capture_gar')
  garrisons[gar] = {}
  local gar_creatures = pack(GetObjectCreaturesTypes(gar))
  for i, creature in gar_creatures do
    if creature ~= 0 then
      garrisons[gar][creature] = GetObjectCreatures(gar, creature)
    end
  end
end

function capture_gar(oldowner, newowner, hero, gar)
  for creature, count in garrisons[gar] do
    if not (creature == 0 or count == 0) then
      garrisons[gar][creature] = count * 2
      AddObjectCreatures(gar, creature, count * 2)
    end
  end
  DenyGarrisonCreaturesTakeAway(gar, 1)
end
__________________
Нет войне.
Нет войне.
Gerter вне форума
Ответить с цитированием
#860
Старый 03.11.2019, 17:39
  #860
^
dredknight
📖
Регистрация: 24.10.2015
Сообщения: 699
dredknight#9852
Регистрация: 24.10.2015
Сообщения: 699
dredknight#9852
По умолчанию
Re: MMH5.5 - Герои Меча и Магии 5.5

Thanks to our community member @Bulya we now have a tournament ladder with an ELO system at http://heroes55ladder.com !

Feel free to join and play !
dredknight вне форума
Ответить с цитированием
#861
Старый 05.11.2019, 18:30
  #861
^
MH405
📖
Регистрация: 05.11.2019
Сообщения: 3
Регистрация: 05.11.2019
Сообщения: 3
По умолчанию
Re: MMH5.5 - Герои Меча и Магии 5.5

Ребята, всем привет. Извиняюсь, если этот вопрос задаю не в нужной теме, я тут новичок. Проблема в следующем - регулярно вылетает этот мод в любой момент игры, особенно в боях. Комп тянет - i5 2,3; 8 оперативки, карта 1050, не помню чья, известная, ходовая))
Поставил самые низкие настройки, кроме разрешения, ставил несколько вариантов совместимости - ничего не помогает. Вылетает каждые 10 минут, помогите, пожалуйста!

p.s. Винда 10я, 64. Запускаю ярлык MMH55_64.exe
MH405 вне форума
Ответить с цитированием
#862
Старый 05.11.2019, 20:45
  #862
^
dredknight
📖
Регистрация: 24.10.2015
Сообщения: 699
dredknight#9852
Регистрация: 24.10.2015
Сообщения: 699
dredknight#9852
По умолчанию
Re: MMH5.5 - Герои Меча и Магии 5.5

Hello @MH405,

I have hard time understanding what is the problem. Do you mean the game is crashing for time to time in battles?

Try disabling windows 10 D.E.P.. Let me know how it goes!
dredknight вне форума
Ответить с цитированием
#863
Старый 05.11.2019, 21:19
  #863
^
MH405
📖
Регистрация: 05.11.2019
Сообщения: 3
Регистрация: 05.11.2019
Сообщения: 3
По умолчанию
Re: MMH5.5 - Герои Меча и Магии 5.5

Yes, the game suddenly turns off and you get to the desktop. Most often this happens during battles.
In half from the pleasure of this beautiful game mod, I experience the strongest butthurt.

"Try disabling windows 10 D.E.P .. Let me know how it goes!" Thank you very much for the answer, I will try and report the result
MH405 вне форума
Ответить с цитированием
#864
Старый 07.11.2019, 17:28
  #864
^
MH405
📖
Регистрация: 05.11.2019
Сообщения: 3
Регистрация: 05.11.2019
Сообщения: 3
По умолчанию
Re: MMH5.5 - Герои Меча и Магии 5.5

reinstalled the game, put the last patch, exceptions for DEP made all the shortcuts for the heroes. The game still crashes during fights, but, it seems to me, much less often - once for 5 fights.
MH405 вне форума
Ответить с цитированием
#865
Старый 08.11.2019, 22:33
  #865
^
dredknight
📖
Регистрация: 24.10.2015
Сообщения: 699
dredknight#9852
Регистрация: 24.10.2015
Сообщения: 699
dredknight#9852
По умолчанию
Re: MMH5.5 - Герои Меча и Магии 5.5

May be antivirus creates an issue? Which one do you use, can use disable it?
Also if you have Windows One Drive and do not use it, uninstall it and try again.
dredknight вне форума
Ответить с цитированием
#866
Старый 07.12.2019, 19:16
  #866
^
AlexAnt
📖
Регистрация: 11.06.2017
Сообщения: 61
Регистрация: 11.06.2017
Сообщения: 61
По умолчанию
Re: MMH5.5 - Герои Меча и Магии 5.5

Hello!
If I captured a city of a certain faction, will this fact increase the likelihood of a hero coming from the captured faction next week?

Have you thought about canceling the morale bonus and penalty for the fact that the hero and his creatures are from the same or different factions?
AlexAnt вне форума
Ответить с цитированием
#867
Старый 08.12.2019, 14:36
  #867
^
dredknight
📖
Регистрация: 24.10.2015
Сообщения: 699
dredknight#9852
Регистрация: 24.10.2015
Сообщения: 699
dredknight#9852
По умолчанию
Re: MMH5.5 - Герои Меча и Магии 5.5

Currently both requests are not possible due to being hardcodded.
dredknight вне форума
Ответить с цитированием
#868
Старый 12.12.2019, 19:03
  #868
^
dredknight
📖
Регистрация: 24.10.2015
Сообщения: 699
dredknight#9852
Регистрация: 24.10.2015
Сообщения: 699
dredknight#9852
По умолчанию
Re: MMH5.5 - Герои Меча и Магии 5.5

Woooaaah! We made it in to top 100 mods of 2019!

We are in the second round now, we have just a couple more days, if you want vote once more!

Big round of thank you from MMH55 Team!

>>> VOTE LINK <<<
dredknight вне форума
Ответить с цитированием
#869
Старый 19.12.2019, 02:41
  #869
^
dredknight
📖
Регистрация: 24.10.2015
Сообщения: 699
dredknight#9852
Регистрация: 24.10.2015
Сообщения: 699
dredknight#9852
По умолчанию
Re: MMH5.5 - Герои Меча и Магии 5.5



Dear community,

It is a great pleasure for us to present the latest mod release - MMH55 RC13!

RC13 marks a whole new era in the growth of the project as it introduces the MMH55 ladder at http://heroes55ladder.com !

Changes of this patch regard balance, feature modifications making weak hero skills/specializations more viable, hero classes adjustments to expand new in-game possibilities and multiple quality of life imrpovements!

For the full list of changes visit -> https://www.moddb.com/mods/might-mag...ase-notes-rc13
Download RC13 now from -> https://www.moddb.com/mods/might-mag...ads/mmh55-rc13
Install & Update guide -> https://www.facebook.com/notes/might...0405733403622/

Join our discord community at https://discord.gg/SRXdra8 !

Best regards,
The MMH55 team
dredknight вне форума
Ответить с цитированием
#870
Старый 22.12.2019, 22:05
  #870
^
Serega7
📖
Регистрация: 24.03.2019
Сообщения: 6
Регистрация: 24.03.2019
Сообщения: 6
Лампочка
Re: MMH5.5 - Герои Меча и Магии 5.5

@dredknight,
Thank you and the team for the new release! Here is the updated Russian translation for RC13: link

-----

Обновил перевод для версии RC13: Ссылка
Serega7 вне форума
Ответить с цитированием
Ответ
Страница 58 из 104


Опции темы



Часовой пояс GMT +4, время: 05:55.


vBulletin v3.5.0, Copyright ©2000-2024, Jelsoft Enterprises Ltd. (Русский)

Яндекс цитирование    Top.Mail.Ru