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
[BUG] Angel's Refining crashes due to not removing Yuoki ores from map gen presets #373
Comments
|
Please report this to the Tiberium mod owner (https://github.com/James-Fire/Factorio-Tiberium), this is not specifically an angels issue. |
|
I am the Tiberium mod co-owner and am reporting it here because Angel's Refining is coming in after us and deleting the resource after we add it to our preset. You literally have a "remove_resource" function that does the correct thing and it appears in the same file, but aren't using it for Yuoki/Uranium Power. |
|
Sorry it took soo long to get to this. The patch for this will be live in the next update. I would like to point out that during testing, line 275 of |
|
Thanks for coming back to this one. The uranium oversight is already fixed for the next version, but thank you for putting in the time to provide a detailed diagnosis and solution |
mods/angelsrefining/prototypes/generation/angels-override.lua
Line 35 in 70136a9
Angel's Refining crashes due to not removing Yuoki ores from map gen presets.
For some reason the Yuoki and Uranium Power compatibility blocks here just set the resource and autoplace to nil instead of using remove_resource which also removes removes the resource from map gen presets. I don't know if the solution is as simple as updating the Yuoki and Uranium Power sections to use remove_resource, but I do know that it is causing crashes currently.
The text was updated successfully, but these errors were encountered: