satisfactory-calculator
satisfactory-calculator copied to clipboard
Fixed screw input numbers
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
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?
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.
@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.