KirkMcDonald / satisfactory-calculator

A ratio calculator for the game Satisfactory.
Apache License 2.0
68 stars 82 forks source link

Fixed screw input numbers #31

Open renklus opened 4 years ago

renklus commented 4 years ago

I am pretty sure the website is currently wrong but I am not so sure if my changes really fix the problem. Previous behavior: 1 constructor outputs 90 screws / minute with an input of 15 iron rods / minute Expected behavior: 1 constructor outputs 40 screws / minute with an input of 10 iron rods / minute https://satisfactory.gamepedia.com/index.php?title=Screw

jcornaz commented 4 years ago

I am pretty sure the website is currently wrong

Yes indeed.

I am not so sure if my changes really fix the problem

Yes, your changes do fix the problem. I'm using your version now.

@KirkMcDonald, any chance it gets merged?

DRnibbles commented 3 years ago

Yes, your changes do fix the problem. I'm using your version now.

would you mind telling me how you are using his version, i cant seem to do that. unless im missing something or not doing something.

jcornaz commented 3 years ago

@DRnibbles, the content of the repo It's a simple static html/js site. So you all you have to do is to serve @renklus's fork somewhere and go to calc.html.

# Clone the repository
git clone https://github.com/KirkMcDonald/satisfactory-calculator.git

# Serve it (here I'm using 'miniserve', feel free to use your favorite tool instead)
miniserve satisfactory-calculator

Then go to http://127.0.0.1:8080/calc.html

That being said, there is probably a lot of outdated and missing recipes now. I think this project isn't maintained anymore, you probably wanna look at https://www.satisfactorytools.com.