• There seems to be an uptick in Political comments in recent months. Those of us who are long time members of the site know that Political and Religious content has been banned for years. Nothing has changed. Please leave all political and religious comments out of the forums.

    If you recently joined the forums you were not presented with this restriction in the terms of service. This was due to a conversion error when we went from vBulletin to Xenforo. We have updated our terms of service to reflect these corrections.

    Please note any post refering to a politician will be considered political even if it is intended to be humor. Our experience is these topics have a way of dividing the forums and causing deep resentment among members. It is a poison to the community. We appreciate compliance with the rules.

    The Staff of SOH

  • Server side Maintenance is done. We still have an update to the forum software to run but that one will have to wait for a better time.

Working on radar Ted and Daniel

mongoose

SOH-CM-2025
This is from an e boat I have. Could it be adapted and range increased for a ground radar (acting as an aircraft)? The other issue of course is altitude! :banghead:

attachment.php
 
Last edited:
Looks slick James. I wish we could get an altitude reading somehow. That's what's killing our radar experience.
 
target cone

It would be nice to understand how the targeting cone works as this gives us azimuth and altitude. I wonder if in the dlls there is a way to modify the parameters.
 
Yes it would. I have used it when on NJ missions in conjunction with the TAC/radar but better on a screen somehow. For both that and TAC I wish we could increase distance though. 8 miles or 13 Km is not enough! Who's good at messing with dlls? Are they susceptible to change?
 
As an interim solution, what if a new target cone m3d was made with a shape that showed only altitude information, like a sphere with a horizontal line around it? It would look more or less the same as it pointed left or right, but you would be able to tell clearly weather it was pointing up or down.
 
The only issue with using a reshaped target cone indicator is that it turns off when the target is in your near field of view. It does make the point that the game knows the relative altitude of the target, so the information would be available to code some sort of indicator if we knew where to look.
 
It would be nice to understand how the targeting cone works as this gives us azimuth and altitude. I wonder if in the dlls there is a way to modify the parameters.


Not knowing anything about dlls I looked up some tools fro examining dlls, Just a question of being brave and using them I suppose.:dizzy: Not that I have yet.

Here are a few tools for viewing function information within a DLL:


dumpbin.exe comes with Visual Studio and lets you view header information for DLLs... dumpbin.exe /EXPORTS dll_name.dll


A few other tools that I've heard of that may be easier to use (but haven't used personally):
http://www.nirsoft.net/utils/dll_export_viewer.html
http://www.dependencywalker.com/
 
Back
Top