From b0039656593fb34633a37b1a4c51930d83b2ef7d Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Wed, 10 Dec 2025 19:10:56 +0100 Subject: [PATCH] 2.0.0 --- README.md | 12 ++++++++++++ bzvery2/info.json | 4 +++- bzvery2/settings-updates.lua | 3 ++- 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..dc4dbc8 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +**This is an unofficial update to Factorio 2.0 and it stays until Brevven takes over again.** + +**Compatibility with Space Age is explicitly excluded until someone integrates it nicely.** + +# Very BZ - Legacy +This modpack includes my forks of all BZ mods for Factorio 2.0. + +Various optional settings are now defaulted "on" instead of "off", but can still be customized as you wish. + +## Credits +- Brevven ([Original mod](https://mods.factorio.com/mod/bztungsten)) +- [cackling fiend](https://mods.factorio.com/user/cackling.fiend) (Update to 2.0) \ No newline at end of file diff --git a/bzvery2/info.json b/bzvery2/info.json index 0531668..b2d16f6 100644 --- a/bzvery2/info.json +++ b/bzvery2/info.json @@ -7,6 +7,7 @@ "author": "Brevven, cackling fiend", "homepage": "https://discord.gg/ufvFUJtVwk", "dependencies": [ + "base >= 2.0", "bzaluminum2", "bzcarbon2", "bzchlorine2", @@ -18,7 +19,8 @@ "bztin2", "bztitanium2", "bztungsten2", - "bzzirconium2" + "bzzirconium2", + "! space-age" ] } diff --git a/bzvery2/settings-updates.lua b/bzvery2/settings-updates.lua index f8f215c..b125a91 100644 --- a/bzvery2/settings-updates.lua +++ b/bzvery2/settings-updates.lua @@ -1,8 +1,9 @@ -- Update various settings to give the "fullest" BZ mods experience -data.raw["string-setting"]["bzsilicon-more-intermediates"].default_value = "more" +data.raw["string-setting"]["bzsilicon-more-intermediates"].default_value = "yes" data.raw["string-setting"]["bzlead-more-entities"].default_value = "yes" data.raw["string-setting"]["bzfoundry-plates"].default_value = "yes" data.raw["string-setting"]["bzcarbon-enable-carbon-black"].default_value = "yes" data.raw["string-setting"]["bzcarbon-reuse"].default_value = "yes" data.raw["string-setting"]["bztin-more-intermediates"].default_value = "bronze" data.raw["string-setting"]["bztungsten-more-intermediates"].default_value = "cuw" +data.raw["string-setting"]["bzzirconium-enable-intermediates"].default_value = "yes"