forked from ShadowTheAge/yafc
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rocket Launch Products Stack Size #381
Labels
bug
Something isn't working
Comments
shpaass
added a commit
that referenced
this issue
Jan 24, 2025
This loads or calculates the weight of each item and displays the rocket capacity in the item tooltips. I don't think this completes either #369 or #381, but it loads data needed for them. The calculations done by Factorio aren't documented, but most of my results match at least one of https://rocketcal.cc/weights.json or Factorio. (I skipped some harder-to-acquire items, such as the spidertron rocket launchers, and all virtual items, such as artillery remotes.)
DaleStan
added a commit
to DaleStan/yafc
that referenced
this issue
Feb 4, 2025
DaleStan
added a commit
to DaleStan/yafc
that referenced
this issue
Feb 4, 2025
shpaass
added a commit
that referenced
this issue
Feb 4, 2025
…#406) Py launch recipes now consume 5 items, instead of 1, and scale up their output accordingly. The satellite and space platform launch recipes are still correct. Fish launch goes to 300 in SA instead of 100 in vanilla, but that's both a rarely-modeled recipe and a justifiable result.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
YAFC 2.5.0
In a world where there is SA enabled but also there exists a recipe with launch products (like white science w/o SA), YAFC takes into account the stack size to launch the product, not the rocket capacity. It should take the rocket capacity into account instead.
Can't provide an example as I am using an in dev mod of mine where I encountered this, sorry. But I hope issue is pretty clear.
![image](https://private-user-images.githubusercontent.com/586922/399567111-345f859e-be33-49ee-864e-1be7cc25b24d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4MTUwNDUsIm5iZiI6MTczODgxNDc0NSwicGF0aCI6Ii81ODY5MjIvMzk5NTY3MTExLTM0NWY4NTllLWJlMzMtNDllZS04NjRlLTFiZTdjYzI1YjI0ZC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA2JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwNlQwNDA1NDVaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT05MTJmNWJhYjFjYzY0OGY5NTY4NDJlMTlkYTljN2M3NWYyNGU5ZmFhOWYwNTM1MDk1NDUxYjJkMjBiN2I5MTZmJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.8_tFitL2Icv_UOuZKqg4k1zeXFS_QZ-uO8nPxl0R9Cc)
I can provide a screenshot though if that helps.
Here 200 black science is gotten from 1 Space Data but the Space Data has a stack size of 10 but a rocket capacity of 1 which leads to 10 times less rocket launches as required.
The text was updated successfully, but these errors were encountered: