Double check HGLureModule. ๐ผ
In bin/config-include/GridHypergrid.ini there was this -
[code=INI]
[Messaging]
; HG lures break normal in grid lures, so don't use them.
; TODO - double check this is still the case.
; LureModule = HGLureModule
LureModule = LureModule
[/code]
I have no idea what "break" means.
reported=2019-06-18 17:35:28
reporter=onefang
priority=none
category=TODO
severity=trivial
resolution=fixed
2019-07-24 05:40:19 onefang: Ah, it was me that added both those comments, upstream uses HGLureModule and always has as far as I can tell. ย I did that shortly after updating to 0.8.2.1 (later that day), so maybe 0.9 has it fixed.
2019-07-24 05:42:35 onefang: Put it back to HGLureModule, and reopen this if what ever the issue was pops up again.
2019-07-24 14:05:56 onefang: The issue was the god lures didn't work.
2019-07-24 14:09:15 onefang: Re opening it now that LureModule and HGLureModule are combined, coz they need some minor cleanup.
Mostly about how the destination position is calculated and passed around. ย Think we can merge all of that into one method.
Also actually get rid of LureModule.cs, and the config option that chooses between them, and any extra layer of redirection due to that choice.
2019-07-25 07:18:22 onefang: All done.