You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have experienced quite a few bugged behaviors with Escorts, namely they randomly cant find a parent and just despawn. I cant debug this as it appears the source code involving Escorts is bugged.
When the Escort Behavior attempts to assign tags, it cannot find the expected AutoPilot profile, since it doesnt exist:
The
Escort
AutoPilot profile is incorrectly named"RAI-Generic-Autopilot-Patrol"
, which is a duplicate of thePatrol
AutoPilot profile:Modular-Encounters-Systems/Data/Profiles/Autopilot/Escort.sbc
Line 9 in ddd5499
I have experienced quite a few bugged behaviors with Escorts, namely they randomly cant find a parent and just despawn. I cant debug this as it appears the source code involving Escorts is bugged.
When the
Escort
Behavior attempts to assign tags, it cannot find the expected AutoPilot profile, since it doesnt exist:https://github.com/MeridiusIX/Modular-Encounters-Systems/blob/ddd54995d81ba650ea08432b827d9ee7635a2f86/Data/Scripts/ModularEncountersSystems/Behavior/Escort.cs#L149C67-L149C95
I believe the
Escort
AutoPilot profile needs to have its subtype ID renamed to"RAI-Generic-Autopilot-Escort"
.The text was updated successfully, but these errors were encountered: