Stellaris
Aggressive Crisis Engine
92件中 41-50 を表示
< 1 ... 3  4  5  6  7 ... 10 >
更新: 2021年8月13日 @ 11時06分

- Minor compatibility hotfix with Aesthetic Cinematic Gameplay (number of ships in Extradimensional fleets[github.com]).

更新: 2021年8月13日 @ 9時33分

- Implemented compatibility with Wild Space 3. ACE constructors now ignore sc_dn star class systems as they should.
- Implemented menu option to configure access to ACE menu via Dynamic Mod Menu. This is particularly useful in multiplayer if you want someone other than game host to change ACE settings. Option will display all countries in singleplayer and only human players in multiplayer.
- Minor fixes to flag names in the code.
- ACE now stores data exclusively in global_event_country, making searching through savegame a lot easier.
- Streamlined localisations, now they point directly to global_event_country instead of country which changes menu options. This means what is visible in the menu is what ACE values really are. Fixes issue with two or more players (countries) changing ACE settings and not showing real values.

Special thanks to corsairmarks, Not_AI, FirePrince, PrettyAverage and mscottmoore for helping out with with this update!

更新: 2021年8月2日 @ 15時23分

- Extradimensionals (Unbidden, Aberrant, Vehement) will now usually prioritise systems of galactic empires if there are any nearby, instead of other Extradimensionals. This will not stop them from responding to territorial incursions or trying to catch nearby fleets. Galactic prey is a bigger threat than other Extradimensionals in a live scenario.

更新: 2021年7月31日 @ 16時03分

- Fixed vanilla bug: Extradimensional factions spawning reinforcements on RANDOM Dimensional Portals[forum.paradoxplaza.com]. This requires overwriting crisis.1265, crisis.1266 and crisis.1267 but I made sure overwrites are as much compatible with other mods as possible. This includes Ariphaos Unofficial Patch, ESC Overwrites, ACOT Override and Crisis Manager End Game Edition.

更新: 2021年7月25日 @ 6時34分

- Added option to manually spawn crises via Crisis Manager (select Start Galactic Crisis[cdn.discordapp.com] in main Crisis Manager menu). You can force trigger more than one crisis type but each one only once. Dynamic Mod Menu 3 is highly recommended. Alternatively, use command event acemod_menu.1 to access ACE menu.
- Fixed crisis colossus being listed in ship type limits in empire Naval Capacity tooltip.

更新: 2021年7月16日 @ 19時54分

- Added Colossus for Contingency.
Requires game host to have Apocalypse DLC.
Enabled on default on new games. Menu option to change spawn limit will be added soon™ and is 4 on default.
Flavour text events will be added soon™.

---

You can change spawn limits with following console commands:

Before Contingency spawns:
effect event_target:global_event_country = { set_variable = { which = acemod_var_country_colossus_spawn_limit value = 4 } }

After Contingency spawned (while switched play to Contingency):
effect set_variable = { which = acemod_var_country_colossus_spawn_limit value = 4 }

---

If you want to enable colossi for ongoing save from before today's mod update where Contingency has already spawned execute console commands:

event acemod_menu.1
Activate Colossus option.

effect every_country = { limit = { is_country_type = ai_empire } set_country_flag = acemod_country_flag_can_spawn_crisis_colossus }

更新: 2021年6月27日 @ 6時08分

- Fleet unstuck improvements.

更新: 2021年6月26日 @ 18時33分

- Tweaks and fixes for fleets leaving L-Cluster and custom clusters.
- Response fleet lookup distance tweaks.

更新: 2021年6月24日 @ 18時39分

- Fleets may relieve besieged planets (ie. Swarm worlds and Contingency occupied planets).
- Reduced number of unnecessary fleet mergers.
- Lowered chances of defensive fleets engaging superior forces.

更新: 2021年6月22日 @ 18時14分

Update:
- Fleets will immediately recalculate their orders if target system has been taken.
- Final Contingency world will now spawn Wormhole Station for defensive fleet recalls just like other Contingency Hubs would.
- It will now take faster for fleets to unstuck if that happens.
- Removed harmless scope switch errors from error.log.