satisfactory-calculator icon indicating copy to clipboard operation
satisfactory-calculator copied to clipboard

Fixed screw input numbers

Open renklus opened this issue 4 years ago • 3 comments

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

renklus avatar Apr 01 '20 11:04 renklus

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?

jcornaz avatar Jun 10 '20 09:06 jcornaz

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 avatar Jul 28 '21 10:07 DRnibbles

@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.

jcornaz avatar Jul 28 '21 10:07 jcornaz