Conversation
| private _lockFeedback = 0; | ||
| if (isNull _lockCanidate) then { | ||
| // find any target within seeker range | ||
| private _potentialTargets = _source nearEntities ["Air", _seekerMaxRange]; |
There was a problem hiding this comment.
flares won't be locked with this, idk if thats desired. it may make more sense to break out the target logic into its own function and call that
There was a problem hiding this comment.
I was wondering if this should more closely just copy the ir_seeker code
There was a problem hiding this comment.
i think it should; i'd want to break the logic into it's own function just because its a but unweidly and if it changes in the future it'd be a pain to update twice
There was a problem hiding this comment.
Copilot reviewed 2 out of 15 changed files in this pull request and generated no comments.
Files not reviewed (13)
- addons/compat_cup_weapons/compat_cup_missileguidance/config.cpp: Language not supported
- addons/missile_manpad/CfgEventHandlers.hpp: Language not supported
- addons/missile_manpad/CfgSounds.hpp: Language not supported
- addons/missile_manpad/CfgWeapons.hpp: Language not supported
- addons/missile_manpad/XEH_PREP.hpp: Language not supported
- addons/missile_manpad/XEH_postInit.sqf: Language not supported
- addons/missile_manpad/XEH_preInit.sqf: Language not supported
- addons/missile_manpad/XEH_preStart.sqf: Language not supported
- addons/missile_manpad/config.cpp: Language not supported
- addons/missile_manpad/functions/fnc_eachFrame.sqf: Language not supported
- addons/missile_manpad/functions/fnc_weaponChanged.sqf: Language not supported
- addons/missile_manpad/script_component.hpp: Language not supported
- addons/missileguidance/dev/mock_ammo.hpp: Language not supported
the fuck is the point of the bot if it doesn't support 99% of the files 😭 |
|
|
note: this can be expanded to Sidewinder soon whenever this goes stable (https://feedback.bistudio.com/T190789) |
Co-authored-by: Jouni Järvinen <rautamiekka@users.noreply.github.com>
| #include "\z\ace\addons\missileguidance\script_missileBases.hpp" | ||
| #include "CfgAmmo.hpp" | ||
|
|
||
| class CfgWeapons { //todo |
LinkIsGrim
left a comment
There was a problem hiding this comment.
Code LGTM, not tested and the the finer points of missileguidance go over my head.
TheCandianVendingMachine
left a comment
There was a problem hiding this comment.
After some thought, I think a common method to search for targets would benefit this. As is it works, but there are discrepancies between the actual seeker and this tracker
stinger.mp4