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

FFWD dev to master, added warning receivers (laser/radar) #85

Merged
merged 4 commits into from
Aug 11, 2023

Conversation

LiddulBOFH
Copy link
Member

  • Fastforward dev to master

  • Added radar/laser warning receivers These are capable of both telling that they are detected by their respective means, as well as provide a vague direction to the source

  • Laser warning receiver requires line of sight to the source, and needs the laser source to be pointed nearly on the unit before it returns, but it gives a rather accurate direction to it (nearest 2.5 degrees). This is also set off by the Wiremod laserpointer.

  • Radar warning receiver has the same requirements as a radar, and gives only a more vague direction (nearest 30 degrees) to the source. This is also set off by ACTIVE radar missiles, using their seek cone. This is NOT set off by missile-detecting radars, only targeting radars.

Both of these receivers update on a rather slow basis compared to other components, at a whopping 500ms for RWS, and 250ms for LWS.

PolySteam and others added 3 commits August 7, 2023 18:44
*Fastforward dev to master

- Added radar/laser warning receivers
These are capable of both telling that they are detected by their respective means, as well as provide a vague direction to the source

-Laser warning receiver requires line of sight to the source, and needs the laser source to be pointed nearly on the unit before it returns, but it gives a rather accurate direction to it (nearest 2.5 degrees). This is also set off by the Wiremod laserpointer.

-Radar warning receiver has the same requirements as a radar, and gives only a more vague direction (nearest 30 degrees) to the source. This is also set off by ACTIVE radar missiles, using their seek cone. This is NOT set off by missile-detecting radars, only targeting radars.

Both of these receivers update on a rather slow basis compared to other components, at a whopping 500ms.
@LiddulBOFH
Copy link
Member Author

Also closes ACF-Team/ACF-3#157

Getting rid of a few unused variables, little bit of linter cleanup
@TwistedTail TwistedTail merged commit 8d51f4f into ACF-Team:dev Aug 11, 2023
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants