Wake of Gods Forum | Форум Во Имя Богов

Full Version: ERA III
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
wessonsm,
Core.Hook(@Hook_ScrollTextDlg_CreateLineTextItem, Core.HOOKTYPE_CALL, 5, Ptr($5BA547));

Я там вычитаю из ширины текста ширину полосы прокрутки в 24 пикселя. В каких-то диалогах это исправляло баг. Вероятно, проблема в отсутствии проверки на наличие той самой полосы прокрутки.

Code:
function Hook_ScrollTextDlg_CreateLineTextItem: integer; stdcall; assembler;
const
  SCROLLBAR_WIDTH = 24;

asm
  sub dword [esp + $0C], SCROLLBAR_WIDTH
  mov eax, $5BC6A0
  jmp eax
end;
Berserker, can't let your code slip away until they are added to ERA 148

Well, I just come out with a new request. Can we export the strings in the dialogue of crashing to json? There is only one sentence, but still, not friendly to many players knowing 0 English. I'd hope this dialogue to be localised and help me to collect debug folders from players.

Also, I would hope the text from Papyrus could be exported as well. This dialogue is activated by clicking the Quest Log button with at least one of the map rules selected. The string is hardcoded and the activation is not overridden by igrik's plugin.
Archer30, nice idea, though I'm inactive these days.
Berserker, I completely understand. Ab
Случайно обнаружил ошибку в 9999 era - stdlib.erm (вылетало).


Имя дефа или pcx - это тоже строка, поэтому последнее условие нужно изменить на

Спасибо. Пришли daemon_n или Archer правленный вариант, у них сейчас последняя актуальная версия EEF.
Looking for help with a bug of Wandering Monsters. A player reported that he got this at the end of turn (start of a new day)
It is confirmed to be a WM issue since it can resolved by disabling WM

Debug:
https://drive.google.com/file/d/1McPJrzR...sp=sharing

Does this mean the data of the WM is corrupted somehow?
This msg only appear once and never shown in the following turns
Read // ликбез по работе со строками перенесён в тему по реверсингу 4
Reporting an issue with campaign transfer:
In some cases, commanders could have abnormal experiences after winning and arriving at another campaign zone. This happens between OnTransferHero and OnAfterErmInstructions.

Save for testing:
Download
Gem's commander - Just beat her enemy and check her commander's exp in the next zone.

This can be fixed by erm quickly:
!!CO(HERO_GEM):X1/i^cmd_exp_%i^;

should be

!!COi:X1/i^cmd_exp_%i^;
Berserker, corrected Rolleyes
Did it fix the issue? )
Yes for sure. I post the code coz it works, meaning the same can be applied to ERA for a quick fix. I just got a typo without knowing it since I tested only with Gem...
Доброго дня! Возник вопрос, как совместить скрипты ВОГа и ЕРЫ? До недавнего времени на компе была отличная сборка с сочетанием скриптов ВОГа и ЭРЫ в полном объеме, но был вынужден удалить сие чудо. Пытаюсь теперь найди его - не могу. Скачал разные версии ЭРЫ и ВОГА - толку 0. Либо вог-скрипты - либо скрипты еры. Если и то, и другое - конфликт и отказ ерм работать впринципе. Нашел инфу что ера-скрипты требуют версию ЕРЫ не ниже 2.9.1.2 - в итоге скачал 2.9.1.3 - там вог-скриптов нет. Что делать?
Arnor, установи сборку через лаунчер http://wforum.heroes35.net/showthread.php?tid=5235
Reference URL's