Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
This mod still works. However, there are a number of errors. It's not a definitive error to the point where the game crashes, but there's a recently updated version, so use it.
Would u make a line in the description?
here's my Chinese translation:
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3403925213
I would love to see more battle scenarios pop up. A drawn out duel?
Потому что при одновременном запуске, ни разу не встречал ивенты от этого мода, зато дуэли из Duel hotfix работают нормально
Actually...it's probably happening every time...there's two files in the on_action. An old one and an updated one. I'm not sure which one is supposed to be the right one but the "betterbattles_on_action" is the newer one and "abetterbattles_on_action" is older...so that one may need to be deleted.
Either way, the reason you're seeing the double events is that's how on_actions work. Two files is two commands at the same time. It could also be the reason for a namespace violation in the error log the the same event being fired. Removing one of them should solve the problem.
Anyone else having the bug of some events of this mod popping up 2 times?
decision_group_type = major_decision
TO BE
decision_group_type = major
2 places in the file
Simple fix really that I did on my end but whatever!
major_decision needs changed to major
[04:12:48][E][deferred_database_lookup.h:71]: 'major_decisions' in field 'decision_group_type' at/near 'commander_bold_decision' could not be found in the database
[04:12:48][E][pdx_locstring.cpp:93]: Key is missing localization: rival_old
[04:12:48][E][pdx_locstring.cpp:93]: Key is missing localization: rival_old
[04:12:51][E][jomini_eventmanager.cpp:133]: 'test' is not a valid event ID, can't be 0
[04:12:51][E][jomini_onaction.cpp:292]: Invalid event id betterbattles.test At: file: common/on_action/betterbattles_on_actions.txt line: 26 (random_yearly_everyone_pulse)