Arthur Jama
Chieftain
- Joined
- Apr 29, 2019
- Messages
- 33
Problem:
Especially in the late game, one can go several turns without realizing that enough faith had accumulated to buy a Great Person. But this can happen early on too, one can forget to buy a Teocalli or an inquisitor. I find this particularly frustrating because I used to play with the mod Religion - Recurring Purchase Notify (v 1), which sends a notification whenever you gather enough faith to buy a missionary, building, inquisitor, unit, great person, etc. This mod is part of WHoward's Pick'N'Mix Mods, many of which are already integrated into the community patch.
Somewhere around 2020-2021 the DLL code in (1) Community Patch that allowed this mod to work was (probably inadvertently) deleted. I have very limited modding capabilities and have not been able to succesfulty make it work again (more details about this in the implementation section).
Proposal:
More of a feature request that does not alter balance, I ask sponsors for help to re-enable this module in the DLL.
With this mod the player gets a notification (with the faith symbol) first when faith is enough to buy a missionary, then again when faith is enough to buy and inquisitor, then again when faith is enough to buy a longswordman, and so on. If I recall correctly, it also considers the cooldown on late game purchase of Great Persons, so you will only get the notification once both conditions are met: the cooldown is over and you have enough faith.
Reasoning:
It is a hassle for many of the religions strategies such as spreaders, faith purchase buildings, inquisition and Great Person purchase (To the glory of God/Constantinople) to constantly check for a faith purchase. Getting a notification is a huge QoL improvement. I really wonder why this feature was never implemented as core VP/CP.
Implementation Details:
The DLL code can be found in WHoward's website in this file:
around line 3,000. A toggle can be added to CommunityPatchTables.xml although my suggestion would be to leave it enabled by default.
Especially in the late game, one can go several turns without realizing that enough faith had accumulated to buy a Great Person. But this can happen early on too, one can forget to buy a Teocalli or an inquisitor. I find this particularly frustrating because I used to play with the mod Religion - Recurring Purchase Notify (v 1), which sends a notification whenever you gather enough faith to buy a missionary, building, inquisitor, unit, great person, etc. This mod is part of WHoward's Pick'N'Mix Mods, many of which are already integrated into the community patch.
Somewhere around 2020-2021 the DLL code in (1) Community Patch that allowed this mod to work was (probably inadvertently) deleted. I have very limited modding capabilities and have not been able to succesfulty make it work again (more details about this in the implementation section).
Proposal:
More of a feature request that does not alter balance, I ask sponsors for help to re-enable this module in the DLL.
With this mod the player gets a notification (with the faith symbol) first when faith is enough to buy a missionary, then again when faith is enough to buy and inquisitor, then again when faith is enough to buy a longswordman, and so on. If I recall correctly, it also considers the cooldown on late game purchase of Great Persons, so you will only get the notification once both conditions are met: the cooldown is over and you have enough faith.
Reasoning:
It is a hassle for many of the religions strategies such as spreaders, faith purchase buildings, inquisition and Great Person purchase (To the glory of God/Constantinople) to constantly check for a faith purchase. Getting a notification is a huge QoL improvement. I really wonder why this feature was never implemented as core VP/CP.
Implementation Details:
The DLL code can be found in WHoward's website in this file:
Last edited: