Code Monkey home page Code Monkey logo

factoriodata-dlang's People

Contributors

murnto avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

factoriodata-dlang's Issues

0.16

add factorio 0.16

Only Stone Furnace Showing

Thanks for updating so quickly!

There seems to be a bug with the furnaces and assemblers, the only ones I can select on the .15 base is the stone furnace and assembling machine 1.

Suggestion/Request

Could you give the option to organize the lists by ingredients. It would help a lot in planning layouts. THANK YOU. I really appreciate this source.

0.15 update

Hello,

Do you think you will be updating this tool to 0.15? It changed a few old recipes and added several new.

[REQUEST] Allow mixed ratios

If I say I want item X produced at 1 item per second
Then I try to add item Y at 1 item per minute
It is added but the X item per second is converted to 1 item per minute.
I'd prefer that X wasn't changed.

Error while building

Using latest DMD/vibe.d - This might be simple to fix, but my experience in D is very, very light.

Performing "debug" build using dmd for x86. dini 1.0.1: target for configuration "library" is up to date. jsonizer 0.7.2: target for configuration "library" is up to date. fact_pack ~master: building configuration "library"... fact_pack\source\fact_pack\category_data.d(84,15): Error: cannot implicitly override base class method fact_pack.types.generic_types.BasicEnt.parse with fact_pack.types.assembling_machine.AssemblingMachine.CategoryData!().parse; add 'override' attribute fact_pack\source\fact_pack\types\assembling_machine.d(13,5): Error: mixin fact_pack.types.assembling_machine.AssemblingMachine.CategoryData!() error instantiating fact_pack\source\fact_pack\category_data.d(84,15): Error: cannot implicitly override base class method fact_pack.types.generic_types.BasicEnt.parse with fact_pack.types.furnace.Furnace.CategoryData!().parse; add 'override' attribute fact_pack\source\fact_pack\types\furnace.d(12,5): Error: mixin fact_pack.types.furnace.Furnace.CategoryData!() error instantiating fact_pack\source\fact_pack\category_data.d(84,15): Error: cannot implicitly override base class method fact_pack.types.generic_types.BasicEnt.parse with fact_pack.types.mining_drill.MiningDrill.CategoryData!().parse; add 'override' attribute fact_pack\source\fact_pack\types\mining_drill.d(12,5): Error: mixin fact_pack.types.mining_drill.MiningDrill.CategoryData!() error instantiating fact_pack\source\fact_pack\category_data.d(84,15): Error: cannot implicitly override base class method fact_pack.types.generic_types.BasicEnt.parse with fact_pack.types.resource.Resource.CategoryData!().parse; add 'override' attribute fact_pack\source\fact_pack\types\resource.d(14,5): Error: mixin fact_pack.types.resource.Resource.CategoryData!() error instantiating fact_pack\source\fact_pack\category_data.d(84,15): Error: cannot implicitly override base class method fact_pack.types.generic_types.BasicEnt.parse with fact_pack.types.accumulator.Accumulator.CategoryData!().parse; add 'override' attribute fact_pack\source\fact_pack\types\accumulator.d(12,5): Error: mixin fact_pack.types.accumulator.Accumulator.CategoryData!() error instantiating fact_pack\source\fact_pack\category_data.d(84,15): Error: cannot implicitly override base class method fact_pack.types.generic_types.BasicEnt.parse with fact_pack.types.steam_boiler.SteamBoiler.CategoryData!().parse; add 'override' attribute fact_pack\source\fact_pack\types\steam_boiler.d(12,5): Error: mixin fact_pack.types.steam_boiler.SteamBoiler.CategoryData!() error instantiating fact_pack\source\fact_pack\category_data.d(84,15): Error: cannot implicitly override base class method fact_pack.types.generic_types.BasicEnt.parse with fact_pack.types.solar_panel.SolarPanel.CategoryData!().parse; add 'override' attribute fact_pack\source\fact_pack\types\solar_panel.d(12,5): Error: mixin fact_pack.types.solar_panel.SolarPanel.CategoryData!() error instantiating fact_pack\source\fact_pack\category_data.d(84,15): Error: cannot implicitly override base class method fact_pack.types.generic_types.BasicEnt.parse with fact_pack.types.generator.Generator.CategoryData!().parse; add 'override' attribute fact_pack\source\fact_pack\types\generator.d(12,5): Error: mixin fact_pack.types.generator.Generator.CategoryData!() error instantiating dmd failed with exit code 1.

Add data config: Angels + Bobs

It is becoming much more popular now to play Bobs with Angel's mods (petrochem, refining, and smelting etc).

It would really be great if factoratio supported the Angel data pack to help figure out ratios from all these new intermediate refining and petrochem components.

Adding additional mod support

I looked through the project, and I didn't see a list of mods that get published to https://factorio.rotol.me/

I would love to be able to submit a pull request that adds an entry to a list of mods to display on the website, and if accepted would rebuild the web page to add those mod(s)

[factoratio] Module Support

It would be nice to be able to input the number/type of modules effecting at each stage, and I don't see a current way to do this.

Ratio Page not loading

Can't get the ratio page to load, tested in Chrome and Edge, Edge returns the error:

This content can’t be shown in a frameThere is supposed to be some content here, but the publisher doesn’t allow it to be displayed in a frame. This is to help protect the security of any information you might enter into this site.

Changing the rate for one item updates the rates for all items

Reproduce:

  1. Select "Science Pack 3" and enter 36 u/m, click Add
  2. Select "Satellite" and enter .036 u/m, click Add

Expected: Recipe View and Ratio View show results for 36 Science Pack 3 per minute, and .036 Satellite per minute.
Actual: Recipe View and Ratio View show results for .036 Science Pack 3 per minute and .036 Satellite per minute.

Checking "Lock Speed" prevents this from happening in Recipe View, but has no effect on Ratio View, causing the two to be out of sync.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.