Is there any way to generate messages that say when new research is available? For instance, after you research Laser Cannon, you get a window that says "You can now research Laser Defense". I don't see anywhere in the ruleset where that is generated. I've successfully set up a research option to Tank/Laser Cannon so that you have to research the topic before you can build the HWP. And the topic appears at the bottom of the research selection screen. However, I can't get the game to say "You can now research Laser Defense and Tank/Laser Cannon."
I've tried setting up the following in the research section:
- name: STR_TANK_LASER_REQ
cost: 0
points: 0
dependencies:
- STR_ALIEN_ALLOYS
- STR_LASER_CANNON
unlocks:
- STR_TANK_LASER_CANNON
and it works, but no messages.
I've added the necessity to research the item because at the same time I've changed the armor of the Tank/Laser to be similar to the Hovercraft, so there's a benefit to actually building them. Not a big deal, but it would be nice to have messages pop up given changes to the research tree. Maybe it's hard-coded thing.
BTW, I know you can just put the dependencies in the entry for Tank/Laser but hoped the above code would help with the message issue. Still haven't quite figured out why sometimes the ruleset uses code as above, and other times it just lists the dependencies.
Thanks for any help.