Shadows of Forbidden Gods

Shadows of Forbidden Gods

Randomized Agent Pool
5개 중 1~5개 표시 중
업데이트: 2024년 8월 17일 오후 2시 37분
작성자: ilikegoodfood

업데이트: 2024년 5월 12일 오전 7시 09분
작성자: ilikegoodfood

Version 1.0.03 (Compatibility Improvements):
- Moved agent pool logic from `afterMapGenAfterHistorical` to `onTurnStart`, thus ensuring that all modded agents have been added prior to operation. This code only runs once, via a boolean check.
- Reworked how agent pool is repopulated to maximize compatibility between this mod and others.
- - When processing the Broken Maker's sleep cycle, instead of replacing the existing agent pool with a subset from the master agent pool, which is populated after map gen, those not in the used-buffer or the recruitment pool, are repopulated form the master pool, and then the recruitment pool is trimmed.

업데이트: 2024년 5월 11일 오전 7시 40분
작성자: ilikegoodfood

Version 1.0.02 (Hotfix):
- Changed how the broken maker's used agent buffer is tracked, greatly improving performance.

업데이트: 2024년 5월 11일 오전 4시 05분
작성자: ilikegoodfood

Version 1.0.01 (Broken Maker):
This Update Breaks save compatibility.
Due to internal changes, this update is not compatible with saves made using the previous version. If you wish to continue those saves, you can download the release version via Github, and use that until your game is finished.
Apologies for the inconvenience.

- Implemented exact count mod options.
- - You can now select an exact number of generic or unique agents, configurable separately, that you wish to be present in a game, instead of using percentages.
- Implemented full Broken maker Compatibility.
- - At the start of the game, and each time the Broken Maker sleeps, the list of available agents will be randomly trimmed to the required level. This trimming occurs after the agent pool has had previously used agents removed, so 10% keep percentage size will be 10% of unused unique agents. Recommended with exact count option.
- - Removed Broken Maker mod option, as proper compatibility now exists.

업데이트: 2024년 5월 6일 오전 6시 29분
작성자: ilikegoodfood

Initial Release