Sounds good in off state.
I do encounter many times I'd hope _Quit triggers can be skipped by SN:Q. Actually, to be skipped by SN:Q is the main reason I'd use a _Quit trigger. It ensures the event to be relatively later then other events and is almost certain to be skipped when SN:Q is presented. But the current strategy, executing _Quit if a SN:Q is presented, is apparently against this usage. Could there be a change?
_Quit triggers exist for the the only purpose: to be unescapable by SN:Q. They allow symmetric actions: write value on trigger start, restore on trigger end. Push some value in stack on trigger start, pop the value on trigger end. Ultimate trigger quitting mechanism does not allow to write a reliable library. EEF mouse/keyboard wrappers is a good example.

It happens, different devs have entirely other preferences.
Still being curious. Got a chance to check if SN:R for replacing a def cadre works for the latest ERA?

Archer30, sorry, still didn't debug. Moving data to new PC.
Updated Era 3.9.5 compat package:
[+] Added BattleSave/BattleReplay plugis in off state
[-] Removed admin rights requirement
Should be tested on clean H3 Complete.
It isn't in your release list. Give me a link please
Thanks, any functional changes? Because I am almost done with the test of previous 3.9.5 and I don't feel like playing a whole game again on it, it took 2 weeks.
Just + 2 plugins. The only test should be installation on windows 10. I removed admin rights requirements.
Ok thanks, the previous installation went ok too.
Can we have days in a week as constants for using with i^timerWeekDay^?
It's sometimes confusing in modding - not sure whether Monday is 0 or 1, Sunday is 0 or 7 etc. With the help of constants, modders don't have to worry about that
Edit: Looks like my the text has partially lost its idea in translation, as least for XEPOMAHT.

I have to clarify it. It's a small suggestion for ERA. I am asking for 7 constants to be added:
They can be created by myself ofcoz, but I believe not only me wanted them.
(08.08.2023 11:14)Archer30 Wrote: [ -> ]Can we have days in a week as constants for using with i^timerWeekDay^?
Воговские таймеры - зло и костыли. Не используйте их никогда.
(08.08.2023 11:14)Archer30 Wrote: [ -> ]It's sometimes confusing in modding - not sure whether Monday is 0 or 1, Sunday is 0 or 7 etc. With the help of constants, modders don't have to worry about that
В ERA+ текущий день/неделя/месяц всегда хранятся в переменных v991/v992/v993. Значения обновляются перед срабатыванием функции 30379 внутри Тифона. Сама функция 30379 - триггер нового дня. Диапазон дней - от 1 до 7, месяцев - от 1 до 4. В обычной ЭРЕ получение дня/недели/месяца - с помощью команды UN:C.
Archer30, I agree. Maybe also add WEEKDAY_1 ... WEEKDAY_7 constants? Because numbers are much clearer.
Berserker, anything that works for you will do. Well actually I have memorised all this info when I typed in the suggestion here

So it probably ain't matter now.