Skip to content
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

fix warnings for 2.0 #299

Open
ahicks92 opened this issue Oct 24, 2024 · 0 comments
Open

fix warnings for 2.0 #299

ahicks92 opened this issue Oct 24, 2024 · 0 comments
Labels
2.0-blocking Blocks people from upgrading from Factorio 1.0

Comments

@ahicks92
Copy link
Member

There are some variables in control.lua set up in on_configuration_changed that I had to set to empty to get things to launch. They tell warnings about certain kinds of buildings. Now that prototypes is a separate variable it might be possible to just compute these in the warning menu as top-level constants, but in any case they need to be restored. In practice they are figuring out which prototypes to categorize as various things by checking for attributes, but just listing out the prototype types and what category they go in is probably significantly better than that in any case.

@ahicks92 ahicks92 added the 2.0-blocking Blocks people from upgrading from Factorio 1.0 label Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.0-blocking Blocks people from upgrading from Factorio 1.0
Projects
None yet
Development

No branches or pull requests

1 participant