Pyanodons Streamlined


Provides settings to make Py a more polished experience. Organizes menus, updates graphics, alters names & descriptions for improved searchability and clarity, adjusts the tech tree to be less cluttered, rebalances recipe speeds to make scaling up more gradual, and more. All changes are fully configurable via the settings.

Tweaks
15 days ago
1.1 - 2.0
2.05K

b [addressed] Py update

6 months ago

Can you please update your mod to include this changes in Pyanodon?
- Migrated the internal name of the "vacuum-tube-electronics" technology to "electronics". Resolves https://github.com/pyanodon/pybugreports/issues/453 - Migrated the internal name of the "railway-mk01" technology to "railway". Resolves https://github.com/pyanodon/pybugreports/issues/453
Otherwise, the game crashes and swears at the vacuum tube technology.

6 months ago

Thanks for the report. I'm currently struggling to find a way to support "vacuum-tube-electronics" on the stable version (2.0.32) and "electronics" on the experimental version (2.0.37) at the same time. I've never needed to worry about which game version is being used before. I'll keep trying when I have time, but in the meantime, you may want to consider using the stable version and disabling the technology adjustments setting.

6 months ago
local is_experimental
if data.raw.technology["vacuum-tube-electronics"] then
 is_experimental = false
else
 is_experimental = true
end
6 months ago

If you change the version requirement in the mod info, you can set it so that it requires the same experimental version of Factorio that the updated Pyanodon's mods do, which means that it won't deliver the mod update to the people who are still on the older version.

6 months ago

Just finished testing a working solution - grab the update for the fix.

6 months ago

Thank you very much. I'm also currently working on translating your mod into Russian, because all pyanodon mods have it. Should I just dump the text from the locale file later? Or is it possible to upload the file itself somewhere?

6 months ago

I think many mods use crowdin to crowdsource translations but I'm not sure how that works. So you can just send it to me however it's convenient for you.

6 months ago
(updated 6 months ago)

I don't know anything about crowdin, I'm just translating the original txt file with notepad. I'll just drop it in the discord then. I made a friendship offer on behalf of @averageenjoyer_777
The translation is ready. I actually decided to make it because I decided to make Py run with my girlfriend, the Py is almost all translated into Russian, and here only English. And she refuses to play without this mod, because it makes searching for objects and the research branch much more convenient.

New response