Hi, I bump this topic because I encounter the same problem.
I'm in a High Elves campaign, at turn 70, and no one barracks event.
I check in my files and found this :
Code:
; ------------ CORE GAME EVENT --------------
;event historic world_is_round
;date 1 2
event historic large_city_barracks
date 10 12
;date 40 48 turns
;event historic huge_city_barracks
;date 15 16
;date 60 64 turns
I'm quite surprised that the second event is disabled. Also, my export_desc_buildings don't contain any reference to the second event.
I decided to test it by myself, I changed the file by :
Code:
; ------------ CORE GAME EVENT --------------
event historic large_city_barracks
date 2 3
event historic huge_city_barracks
date 15 16
I delete map.rwm and all the strings files in data/text (i play with a translation). I start in a new campaign and the event didn't occur anyway. Where am I wrong ?
I think a reinstallation is a quite... extreme answer.