-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Trans-Coast logistics start triggers a debug error. #51237
Comments
Do not use mapgen_update as a first level subeffect of an eoc, use queued effects instead. |
Unfortunately, this doesn't work at all (trigger wise). Maybe I messed it up, if you have any further insights. The other queued EOC I wrote has a monster initiating the EOC so perhaps that's the difference.
|
Sorry I was wrong, |
Menschheit, Thanks for the follow up! I haven't resolved it yet myself either. I do notice it can also trigger when moving between z levels in similar circumstances to the ones listed above. I guess the obvious solution is to add more badge bots for the areas that use this technique instead. If no one has a better solution, I can knock those out this weekend. I did like the variety and I'm still not entirely sure why this doesn't always trigger. |
Fixed in #51241? |
Describe the bug
The "Trans-Coast Logistics Concourse" start triggers the attached debug error. I think I've narrowed down the trigger for this bug, but I'm uncertain if it can be fixed via Json so I could use some help.
Steps To Reproduce
Context:
This doesn't happen if you enter the OMT (lab_CORE_2x1_1DN) from an adjacent OMT, only if you spawn in the OMT and trigger its EOC. So I think it may be missing a c++ check.
Expected behavior
No debug message. I've used this same EOC set up in the lab multiple times and this is the only place that triggers the debug message so far.
Screenshots
Versions and configuration
Win10, any recent build
Additional context
Note that the start scenario itself doesn't have EOC attached to it this is attached to the Mapgen for that OMT.
relevant eoc:
The text was updated successfully, but these errors were encountered: