-
Notifications
You must be signed in to change notification settings - Fork 7
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
Ability to see currently selected signal strength in DB #45
Comments
Due to limited spare time and making custom GUIs in arma being a pain, it's unlikely I will have time to add something like that. Pull-requests are more than welcome! The current spectrum device GUI uses a built-in basegame API that does not show the specific db. I might be able to just draw something on top of it... hmmm. Will think about it. |
Any word on this improvement? A number drawn crudely on the screen without UI elements would be better than nothing. Adding a noise that changes pitch as the signal gets stronger would be another option. At the end of the day being able to get an accurate peak via any method would be ideal. Also, if you'd be willing to spin me up I'd be willing to help contribute to this improvement. |
I have not had time for a while. IRL being taking my time. Otherwise I am always up for helping people get started if they want to contribute. Just let me know what you need of details you need to start poking around. |
To be honest I'm not very familiar with how addons are made for ARMA in general. I tried looking for guides but most of the search engine results I find seem to be not functional anymore or very old. A good start would be I guess understanding how this addon works currently so I can think of ways to add to it without reinventing the wheel. My plan is to start looking at the code in this repo pretty much file by file and trying to map out how things interact. There's almost certainly a better way to RE this but I wouldn't know what that better method is so I'll do what I can in the mean time. I'm available on Discord if you use that. If not I also run a Matrix server that's federated if you'd be available to chat/collab on something like that. Let me know. Thanks in advance. |
I had a look at reusing the icons from the Contact campaign and recreate the functionality. I currently have this. spectrum_icon_test.mp4There is still some issues where if you change display, or just suddenly it fails to keep updating the icon positions. I have not been able to figure out what happens there yet. Also needs a cleanup and figure out if I need to run it in its own PFH, or I can add it to the signal strength calculations to also avoid some calculations. But it is not a bad current state. @b-mayr-1984 I remember you saying you wanted CBA options to enable/disable if it got too far from irl/simulation standpoint. Is this something you want for this feature? @Hazerre |
I don't remember it in the context you mention here. 🤔 Love what you have shown in the video. 👏 🙂 What would happen if there are multiple peaks in the selected blue area? @Hazerre another way of getting started is to see what has been done in recent pull requests. Those are smaller chunks of changes that often have quite a bit of discussion/review added for context. Here are a few that might help: |
It was #51
It will only show the one with the best signal strength. The basegame gui only have a single element setup to be the text control from what I could see, so could not see easy ways to highlight multiple selections. |
I think this is fine and also adds to the realism. If you're getting one signal that's peaking above another you'd never see the weaker signal unless it's transmitting on a wider band or one is upper sideband while the other is lower sideband. Even still you'd need more specialized software for that and I don't know of anything in ACRE that does modulation like that.
Thank you for the suggestion. HEMTT seems pretty sweet so far. I definitely didn't expect to see any form of automated building let alone CD for ARMA but here we are. I ran the branch you made for this change through HEMTT and it came out with a single error for me. Not sure if that's because I set things up wrong or not so please let me know. The error I saw was
That's more or less how I've been doing it so far. I've been looking at both this repo and ACRE2's repo. I'm having a difficult time understanding how certain things get pulled from the game as not everything is defined within the mods. An example in this commit being stuff like this:
I understand that you need to get the array of signal values to be able to paint them on the analyzer gui. That part makes perfect sense. I'm just unsure where in the game you would be pulling Are there any discord/slack/element/etc groups that talk about ARMA 3 mod development that would be accepting of a new face? |
I ran the branch you made for this change through HEMTT and it came out with a single error for me. Not sure if that's because I set things up wrong or not so please let me know. The error I saw was
Since it is a You probably didn't do anything wrong. It appears that parts of #54 are on the branch that you build and that some configs for damage behaviour are missing for this device. @Landric are you aware of this warning?
That specific variable is explained at https://community.bistudio.com/wiki/Arma_3:_Spectrum_Device
Yes, definately. The most important one IMHO is the ACE discord. Another good source, especially for 3D model and terrain building (and how to configure the properties of them) are the various channels of the official Arma discord. There are other specialized discords e.g. for TFAR and other popular mods, but those 2 above are the ones that I visit, and which help, me the most. |
Yes, we are very lucky that Brett have spent his time making Hemtt the amazing tool it is. It have sped up the testing speed and ease of development for me, and honestly is probably why I am still making mods ;-)
c-track is part of the tracker I made that is released. I did not use the latest hemtt last time I built, so probably why I did not see that error. Seems to be me missing something when making the .p3d file, I will investigate if I can figure out what that error is 😅
so any In this specific instance I am using the variable names on Yes, agreed with Bernhard. ACE discord and Arma3 discord is the usual suspects. ACE discord kinda assumes you know the basics and somewhat what you are doing, but when asked about specific stuff or what would be a good approach, I have always gotten good help or advice. |
Updated the icon branch. Cleaned it up from my testing, renamed a bunch of things, and moved the text for a focused signal to be on the side, instead of top. I felt like on the side fitted better than on top, as if you are closer the signal lines would occlude the text. Also merged into main a PR that fixes the warnings hemtt gives. So using hemtt now on this branch should not give any extra warnings. |
@Hazerre Added a page to the wiki with some basic info about the mod and how its structured etc. You can see it here: https://crowdedlight.github.io/Crows-Electronic-Warfare/contribute/get-started.html |
It would seem that you're only accepting DMs from friends. I have sent you a friend request. I have a neat little idea that I'd like to get your thoughts on as a way for me to attempt to contribute to this mod. Eager to hear your response. |
My discord dm is open for "message requests", as long as we have a shared server. So you can just send a message request and I can accept. Does not have to be friends to dm me. (I don't usually accept discord friends before I get to know people ;-) ) I tried to send you an DM, but you don't accept from non-friends, or discord might be broken, as I don't get a message request option as you usually do -_-' I accepted the friend-request for now to see if that works then 😅 |
Hello. If it is possible, can you please add a UI element or similar that shows us the signal strength of the signal within our cursor on the spectrum device? Having to guess where it is peaking on a graph with only marks every 20db is pretty tough. Having an actual number would allow us to more accurately track line of bearing. Thanks in advance.
The text was updated successfully, but these errors were encountered: