Jump to content

funkyfranky

ED Beta Testers
  • Posts

    2673
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by funkyfranky

  1. Hi guys,

    just received my new Orion 2 Joystick + extension and also the additional cams/springs/dampers kit.

    In the reviews I saw (Redkite etc) the cams are different from the ones I got. I guess this is a new version. Can someone enlighten my about their meaning.

    In the new version, one gets ()

    • NC-ARC
    • SC-ARC
    • NC-1S
    • SC-1S

    Unfortunately, the Manual does not state anything about the abbreviations.

    I guess NC=no center and SC=soft center but what is 1S and ARC?

    [Edit]: 1S seems linear. In the older version of the kit, there was also 2S, which would increase resistance. Strangely, the default cams are NC-ARC, so the "extension" kit contains one set of cams that are also installed as default cams. Why?

    And which combo would you advice if the stick is used with an extension?

    Thanks!

  2. Ran into the same problem quite some time ago. Cruise missiles do not obey the the radius setting. They will all impact at the same point. Thought it was a bug, too, but it is actually written in the manual. So it is by intention (even though I personally do not like it).

    (Attack Group/unit tasks only work for aircraft (unfortunately!))

    • Like 1
  3. Is a warehouse always associated with an airbase, FARP or ship?

    Asking, because we also have static objects such as warehouse, ammunition depo, tank 1, tank 2, tank 3, which act as warehouses, which do not belong to an airbase.

    Obviously for these, the warehouse cannot be retrieved with the airbase:getWarehouse(). According to hoggit , there should be a Warehouse.getByName() function https://wiki.hoggitworld.com/view/DCS_func_getByName. But that does not appear to work (not even for airbase warehouses).

    • Like 1
  4. 23 minutes ago, Beamscanner said:

    Yes, that was a typo. It is as you assumed. I meant to say (4pi)^3. The excel formula has it correct, its just the adjacent text that has the typo. 

    (4pi)^2 relates to the area of a sphere, in which the transmitted signal propagates outward and expands spherically. 

    I'm not sure how (4pi)^2 becomes (4pi)^3 in the radar range equation. Yes, this all assumes meters.

    I will have to do some research on why it is cubed. 

     

    The source for this equation is depicted in equation (20.8): 

    A2BD4F47-C3D8-464A-BB4D-45FE3F776950.jpg

     

     

    Cool, thanks for the source! Think I already found why it's cubed RF Cafe - equation (for R=1 m)

    • Like 1
  5. Thanks for the write up @Beamscanner. I'm trying to understand your max detection range equation and the values of the parameters you quote in the table.

    What does not make sense to me is the area constant

    image.png

    You write 4π^3 but you the number you calculate (1984) is actually (4π)^3. That might be just missing parentheses but I still don't quite get where a factor of (4π)^3 comes from and why that should be an area? (I assume you take a sphere of radius = 1 m so the radius is not "visible" in the equation but still).

    • Like 1
    • Thanks 1
  6. To your first question, yes, for ground (and naval) units the "Attack Group" or "Attack Unit" task is not working... sadly!

    Second, would be good to know which unit type you are using where the zone radius is not working (?), i.e. not sure what you mean by HIMARS as we don't have this in game. I know that when ships firing cruise missiles, the zone radius is not working and all missiles impact at the very same point. Think I reported that years ago.

    Suggestion: Why not use several "Fire at Point" tasks to hit different targets using the same group?

    Still, as @Flappiesaid, a track with the zone radius not working for fire at point would be good for a report.

  7. First, I totally agree with you @Elphaba that the lack of proper documentation is very unfortunate to say the least.

    However, the naming of the getVelocity function is perfectly fitting as it returns exactly what the name suggest, i.e. the velocity by its very definition (rate of change of position with respect to time).

    And since you can apply the function not only to aircraft but also to ground vehicles and ships, naming it getGroundspeed would be a bad choice IMO.

    Also, I am not 100% sure, but I think ground speed only refers to the speed in the 2D horizontal plane, i.e. a helicopter moving just vertically up or down would have a ground speed of 0, while its velocity would be greater than 0. And that is what getVelocity would return.

    If you want to get the ground speed from the getVelocity function you would need to project in onto 2D, i.e.

    GroundSeed=( velocityVec3.x ^ 2 + velocityVec3.z ^ 2 ) ^ 0.5
    • Thanks 1
  8. Sorry, but nothing is wrong here except maybe as false expectation as to what the getVelocity function returns. This indeed returns the ground speed (GS). The speed shown in box on the F10 map is true airspeed (TAS).

    As soon as you accept that, all the numbers make perfect sense. TAS is constant and GS (=TAS+WIND) varies as the aircraft travels in the direction of the wind or in the opposite direction (or anything in between). This also explains the "differences" between the maps, because on Caucasus mission the wind is zero and therefore TAS=GS.

    • Thanks 1
  9. 4 hours ago, mbucchia said:

    Stable doesn't have OpenXR support, so it's likely the one under OpenComposite_DCS instead?

    Well, stable was a bad example at least for now. My point was more that - in principle - you can have lots of DCS installs. For example, as a tester I have the open beta and a closed beta installed, which both have OpenXR support. But it seems that OpenXR supports only one "DCS World" entry in the registry.

    • Like 1
×
×
  • Create New...