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
Enemies attack the players, so when a mobile respawn is carelessly left in the open, it's safe as soon as all of the players dismount and move away from it. AI will ignore the vehicle as it is empty.
Suggested change:
The AI should treat mobile respawns as an active enemy, even when there's nobody in them. B_TargetSoldier exists and this is apparently an invisible target that the AI can see and use as a target. We could attach this to mobile respawns via KPLIB_objectInits.sqf as it allows for KP Liberation classes to be used as seen on L40-L54 in KPLIB_objectInits.sqf.
Challenges:
How do we attach B_TargetSoldier to begin with?
There is little to no documentation on how B_TargetSoldier works.
Apparently B_TargetSoldier is already a vehicle type so how do we attach a vehicle to a vehicle via a script? According to some forum posts, B_TargetSoldier won't be fired at unless there are people inside of it.
Could we potentially just use the UAV AI character as an invisible passenger as well?
The text was updated successfully, but these errors were encountered:
Current State:
Enemies attack the players, so when a mobile respawn is carelessly left in the open, it's safe as soon as all of the players dismount and move away from it. AI will ignore the vehicle as it is empty.
Suggested change:
The AI should treat mobile respawns as an active enemy, even when there's nobody in them. B_TargetSoldier exists and this is apparently an invisible target that the AI can see and use as a target. We could attach this to mobile respawns via KPLIB_objectInits.sqf as it allows for KP Liberation classes to be used as seen on L40-L54 in KPLIB_objectInits.sqf.
Challenges:
The text was updated successfully, but these errors were encountered: