kumpuu / factorio-helicopters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issues entering / leaving helicopter

jarquafelmu opened this issue · comments

After I land and get out of the helicopter I cannot leave it. I am stuck next to it no matter where I go around it. I can circle it but I can't stop touching it.

Additionally I can only enter the helicopter on the left side.

I see. Can you upload a save for me to reproduce please?

https://drive.google.com/file/d/18SFGN_MJTPlU19qes-2ROKgeUtmoLxOD/view?usp=sharing

The save file was too big for here so I uploaded it to my drive

Your save doesn't work for me, I spawn as a "ghost" and can't do anything really. Probably an issue with the countless mods you had installed that are missing on my side. So please upload a clean version.

Please just give me a clean save - debugging is hard enough already.

I tracked down the problem to an interaction between this mod and Bob's Character classes. I'm not sure what is causing the weird behavior but I confirmed it by only loading your mod, that mod and the creative mode mod.

I made a post on his forums here as I don't see a github listed for his mod.

Here is a clean game with just those mods loaded. I really hope this helps as I love your mod but I can't remove his mod as my character disappears.

helicopter testing.zip

logic/emptyBoxCollider.lua line 213, you are filtering by name = player, which will miss the new classes in bobclasses.
Change it to type = player, and it should fix the issue.

Got it, thanks!

You're welcome.