Stellaris

Stellaris

60 个评价
Deassimlated Machine Worlds
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
229.474 KB
2021 年 7 月 28 日 上午 10:42
2023 年 5 月 12 日 上午 7:44
12 项改动说明 ( 查看 )

订阅以下载
Deassimlated Machine Worlds

在 corsairmarks 的 1 个合集中
Corsair's Stellaris Mods
57 件物品
描述
Overview
Have you ever conquered a Machine World as a regular empire? Or perhaps you ended up with one after integrating a machine subject? The build-in Replicator job is not usable by regular empires - so this mod set out to fix that.

However, instead of just adding a Roboticist job and calling it a day, I decided to add a little extra flavor. Machine Worlds themselves are gestalt consciousnesses even when disconnected from a Machine Intelligence. While content to continue their existence without expanding, they will only grant their production bonuses (and a Roboticist job) to empires that enfranchise AI. Conversely, empires that ban AI will have their efforts to use the Machine World subtly hampered by the world itself, in the form of additional penalties. They are watching your policy decisions and will adjust their opinion of you accordingly.

Changes
Machine Worlds owned by regular empires now have a planetary modifier (visible on the planet view) that displays the Machine World's opinion of your empire (Cooperative, Neutral, or Hostile). All levels remove the built-in Replicator job, but the top level (Cooperative) grants a Roboticist job to replace it. Neutral opinion cancels out the inherent Machine World production bonuses, and Hostile cancels out the bonuses and adds additional production and maintenance penalties.

Compatibility
Built for Stellaris version 3.8 "Gemini." Not compatible with achievements.

Because the extra Roboticist job is added via a planetary modifier, that means it was not necessary to overwrite planet classes - opening up compatibility with many other mods that do make planet class changes. However, the built-in Machine World starting deposit d_resource_consolidation_1 (Malfunctioning Replicator Bay) was overwritten to block the Roboticist job granted by the custom modifier.

This mod also overwrites the district_industrial in order to properly shift jobs to and from Metallurgists and Artisans based on Machine World colony designations, and overwrites the col_mac_factory (Machine World Factory) colony designation in order to account for the 3rd-tier factory building. What this means to you is that this mod is not compatible with other mods that alter industrial districts or (much more unlikely) the Machine World Factory colony designation. This mod has built-in compatibility with Planetary Diversity.

When to Install
This mod can be safely added to your savegame after the game has started. Because it adds static modifiers for planets, it is not advisable to remove during gameplay. If removed, you will lose access to the special Machine World modifiers and events - Stellaris is usually fairly forgiving and just removes missing modifiers, but it has not been explicitly tested. Back up your savegame before trying to remove a mod.

Recommended Companion Mods
  • Deassimilate Machines allows you to deassimilate machine Pops into Robots, and is the original inspiration for Deassimilated Machine Worlds.
  • Retain Leaders from Integrated Subjects & Pre-FTL Civilizations will allow you to keep Machine Unit leaders from integrated machine empire subjects by converting them to robots and setting their species to deassimilation. Combined with Leader Traits: All Eligible Species Traits, the leaders are converted to have synth leader traits if you have the right technology.
Together with the above two mods, you're more likely to obtain a Machine World as a non-Machine empire.

Known Issues
Overriding the district, colony designation, and deposit causes the game to log three errors like this:
[15:22:33][game_singleobjectdatabase.h:165]: Object with key: district_industrial already exists, using the one at file: common/districts/10_deassimilated_machine_worlds_urban_district_overrides.txt line: 4 [15:22:34][game_singleobjectdatabase.h:165]: Object with key: col_mac_factory already exists, using the one at file: common/colony_types/01_deassimilated_machine_world_override_colony_types.txt line: 6 [15:22:35][game_singleobjectdatabase.h:165]: Object with key: d_resource_consolidation_1 already exists, using the one at file: common/deposits/08_deassimilated_machine_worlds_federations_deposits_overrides.txt line: 1
Changelog
See Change Notes

Source Code
Hosted on GitHub[github.com]

[discord.gg]
23 条留言
Choupinet 2024 年 5 月 13 日 下午 6:00 
I love the idea of this mod, but it needs to be updated with the latest update. Right now, I don't think it's possible to have a cooperative machine world if you are individualist machines, which I think should be the intended behavior in this case.
doctornull 2022 年 12 月 14 日 下午 9:48 
Yay update
corsairmarks  [作者] 2021 年 11 月 17 日 下午 4:39 
@JR It would depend on what the planet class is. This mod only looks for pc_machine worlds.
Words and Philosophy 2021 年 11 月 17 日 上午 10:34 
I love this! It gives Machine Worlds some much needed flavor.

I wonder if this is modular enough to extend to Planetary Computers from Gigastructures.
corsairmarks  [作者] 2021 年 8 月 17 日 下午 2:30 
Glad I was able to tweak it!
doctornull 2021 年 8 月 17 日 下午 2:22 
Just got another Machine World and this time the message was correct. Thanks!
corsairmarks  [作者] 2021 年 8 月 6 日 下午 12:48 
@doctornull you can compat patch it by loading a file after theirs, with the combined changes from both mods (GD and this one) to the col_mac_foundry type.
doctornull 2021 年 8 月 5 日 下午 12:06 
Ah seems like it might be Giga Diversity (compatibility merge for Gigastructures + Planetary Diversity).
doctornull 2021 年 8 月 5 日 上午 11:57 
Okay, so that's probably another mod, I'll see if I can find which one.

Thanks for the updates!
corsairmarks  [作者] 2021 年 8 月 4 日 下午 9:32 
Ok, after some thorough investigation:

* Caught the duplicate modifier adds (and it was adding a debuff for machine empires, oops)
* Double-checked my prospective fix for the improper messaging
* The Machine World Foundry does work for me - check that you don't have other mods editing colony_types - this mod only overrides one, but it's possible another mod is overwriting it by loading its files later (mod load order is the least important part of this equation)