Skip to content
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

Ebon Hawk - Gizka causing party member displacement #631

Closed
ghost opened this issue Jun 21, 2022 · 5 comments
Closed

Ebon Hawk - Gizka causing party member displacement #631

ghost opened this issue Jun 21, 2022 · 5 comments
Labels
Minor Issue Aesthetic issue or other problem that isn't really a bug Module: Ebon Hawk Issue occurs primarily on the Ebon Hawk Type: Scripting This issue is related specifically to a scripting bug/error

Comments

@ghost
Copy link

ghost commented Jun 21, 2022

Jolee stands with his foot "stuck" between two pieces of the Hawk's floor geometry, while his other foot's heel is clipping with one of the pieces. This doesn't happen in vanilla as far as I know. In case it matters, he just joined the crew and there's gizka around the ship.

@DarthParametric
Copy link
Contributor

In the medbay? The only walkmesh we edit is the central room's, so there shouldn't be anything going on that is the fault of K1CP.

@ghost
Copy link
Author

ghost commented Jun 21, 2022

Yup. He's basically really close to the wall. I don't know of any other mod that touches the walkmeshes, and this isn't a heavily modded run at all. But then again, that's what I thought last time and it turned out the problem was that one installer was outdated.

Edit: Reloaded the save where the PC was in front of Jolee and now he is where he's supposed to be, which makes me wonder what would have happened had the PC been in his usual spot. My guess is the one gizka that's also in the medbay displaced him when he spawned. Not that noticeable if it happens to the others, but there's not much room in Jolee's room.

@DarthParametric
Copy link
Contributor

DarthParametric commented Jun 22, 2022

My guess is the one gizka that's also in the medbay displaced him when he spawned

Seems plausible. The "personal space" of NPCs is pretty large. All the party members get destroyed and respawned every time the Hawk module is loaded. It might be possible to do the same for the Gizka as a safety precaution, but it's kind of an edge case.

@ghost
Copy link
Author

ghost commented Jun 22, 2022

It happens with some degree of frequency, I've come to realize. But I refuse to let these gizka go.

@DarthParametric DarthParametric changed the title Ebon Hawk - Jolee's weird positioning Ebon Hawk - Gizka causing party member displacement Aug 9, 2022
@DarthParametric
Copy link
Contributor

I think a possible solution to this is adding a check to the existing OnHeartbeat event in the gizka OUD. It can check if it is close to one of the party member spawn-in waypoints and, if so, do an ActionMoveAwayFromObject.

@DarthParametric DarthParametric added Minor Issue Aesthetic issue or other problem that isn't really a bug Module: Ebon Hawk Issue occurs primarily on the Ebon Hawk Type: Scripting This issue is related specifically to a scripting bug/error labels Aug 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Minor Issue Aesthetic issue or other problem that isn't really a bug Module: Ebon Hawk Issue occurs primarily on the Ebon Hawk Type: Scripting This issue is related specifically to a scripting bug/error
Projects
None yet
Development

No branches or pull requests

1 participant