Fire on_pre_built Before Fluid Mixing Check

Things that we aren't going to implement
User avatar
MrGrim
Fast Inserter
Fast Inserter
Posts: 244
Joined: Sat Apr 09, 2016 7:58 pm
Contact:

Fire on_pre_built Before Fluid Mixing Check

Post by MrGrim »

It's been said before that on_pre_built is intended to be called even when a build action doesn't happen, e.g. here: viewtopic.php?p=534859#p534859

With that in mind, please call this event before the fluid mixing check. It would allow me to take actions to prevent the mixing that would allow the build to ultimately succeed, such as replacing the conflicting entity or entities.

Thanks!
Rseding91
Factorio Staff
Factorio Staff
Posts: 14890
Joined: Wed Jun 11, 2014 5:23 am
Contact:

Re: Fire on_pre_built Before Fluid Mixing Check

Post by Rseding91 »

Build checks typically happen client side and so never reach the game state where an event would be possible. So this is simply a can't-implement.
If you want to get ahold of me I'm almost always on Discord.
User avatar
MrGrim
Fast Inserter
Fast Inserter
Posts: 244
Joined: Sat Apr 09, 2016 7:58 pm
Contact:

Re: Fire on_pre_built Before Fluid Mixing Check

Post by MrGrim »

Rseding91 wrote: Wed Nov 20, 2024 12:04 am Build checks typically happen client side and so never reach the game state where an event would be possible. So this is simply a can't-implement.
Such is life. Thank you for looking into it.
Post Reply

Return to “Won't implement”