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

Uh Oh Spaghetti-o #2

Open
DarianLStephens opened this issue Aug 10, 2023 · 3 comments
Open

Uh Oh Spaghetti-o #2

DarianLStephens opened this issue Aug 10, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@DarianLStephens
Copy link
Owner

It seems my attempted FU patch may have had some unintended consequences, including balance-breaking, because the config file is failing to apply changes now.

Also, in my multiplayer game with a friend, the telescope is unusable because the matter books are missing, so that's nice.
No idea why it worked in my game, maybe because I changed the file after I crafted it? Not sure.

@DarianLStephens DarianLStephens added the bug Something isn't working label Aug 10, 2023
@DarianLStephens
Copy link
Owner Author

Hmm. Okay, I think I see parts of the problem, now.
CN outright replaces the default blueprints with its own list. Since FU has since introduced the research system, it specifically requires certain things to be in a certain order, and replacing the entire list with CN's version is very problematic.
The whole thing may need to be rethought in some way.

@DarianLStephens
Copy link
Owner Author

Aah, and I can't do what I tried to do because I'm attempting to do something like 'replace this entire list, at the end of the list?'.
No wonder the game kinda freaked out and refused to do it!

@DarianLStephens
Copy link
Owner Author

Temporarily fixed in b23aa60
Not perfect, but it allows access to the necessary CN stuff.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant