Search found 4 matches
- Thu Oct 24, 2024 10:19 pm
- Forum: Ideas and Suggestions
- Topic: Simplify inventory sounds (more like 1.1) or add option
- Replies: 9
- Views: 594
Re: Simplify inventory sounds (more like 1.1) or add option
It bothered me so much that I have turned UI sounds off for now. It looks like there is already a mod to revert the inventory sounds at https://mods.factorio.com/mod/no_item_sounds. I have not tried it yet.
- Thu Jan 11, 2024 11:06 pm
- Forum: Cheatsheets / Calculators / Viewers
- Topic: FactorioCalc: a Python module to help you symbolically plan your factory
- Replies: 3
- Views: 1798
Re: FactorioCalc: a Python module to help you symbolically plan your factory
At the moment it just counts. To expand on "just counts": FactorioCalc can be used to do more than just compute maximum rates. For example, if you analyses a blueprint for space science that includes the satellite, it can take into account that the assembling machine producing the satelli...
- Wed Jan 10, 2024 6:01 pm
- Forum: Cheatsheets / Calculators / Viewers
- Topic: FactorioCalc: a Python module to help you symbolically plan your factory
- Replies: 3
- Views: 1798
Re: FactorioCalc: a Python module to help you symbolically plan your factory
I guess this didn't exist 2 years ago yet but now you can use the --dump-data CLI arg to get factorio to dump the entire data.raw table as a JSON file ( with some quirks ) and use that to get recipes, items, etc instead of a custom companion mod :) Thanks for the tip. I was not aware of that option...
- Wed Jan 10, 2024 3:49 am
- Forum: Cheatsheets / Calculators / Viewers
- Topic: FactorioCalc: a Python module to help you symbolically plan your factory
- Replies: 3
- Views: 1798
FactorioCalc: a Python module to help you symbolically plan your factory
When I first started playing Factorio one of the first things wanted to do was express my factories symbolically. For example something like: "2 electronic-circuit() + 3 copper-cable()" (for 2 assembling-machine-3 producing electronic circuits and 3 producing copper cables) and then simply...