Jump to content

Wakeshift

Members
  • Posts

    91
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Dunno about right and wrong, but from level flight I pitch up like 15-20 deg and launch. The lower my alt, the steeper the pitch up. Estimating range and alt takes a pretty good amount of practice. Fortunately, we don't pay for flight time, fuel, and reloads...
  2. I'm late to the party then, haha. Thanks @Ciribob Has anyone been able to spawn a single helipad rather than the full 4-spot FARP object? Or better yet, the new Invisible FARP? That would be the ideal usage for me.
  3. Hello all. Just searched this thread, didn't see any discussion of this, so I wanted to mention it. In the CTLD.lua there is a comment that says: ctld.enabledFOBBuilding = true -- if true, you can load a crate INTO a C-130 than when unpacked creates a Forward Operating Base (FOB) which is a new place to spawn (crates) and carry crates from -- In future i'd like it to be a FARP but so far that seems impossible... -- You can also enable troop Pickup at FOBS I'm the right mixture of dumb and smart to try it anyway, and found that it is possible to spawn a working FARP static object via the FOB crates function. I remember a year or more ago this did not work, but now it does. I don't know when or why it changed. This is very exciting! I've wanted to be able to do this in missions forever. An advancing front line; reducing RTB flight times; dynamic mission design; etc. Maybe I'm wrong and it's always worked. But if not, give it a try! Simple change to the object deployed by unpacking the crate(s): function ctld.spawnFOB(_country, _unitId, _point, _name) local _crate = { ["category"] = "Heliports", ["type"] = "FARP", -- ["unitId"] = _unitId, ["y"] = _point.z, ["x"] = _point.x, ["name"] = _name, ["canCargo"] = false, ["heading"] = 0, } _crate["country"] = _country mist.dynAddStatic(_crate) local _spawnedCrate = StaticObject.getByName(_crate["name"]) --local _spawnedCrate = coalition.addStaticObject(_country, _crate) Now, here's the thing. I tried specifying the single helipad. Unpacking spawns the full size one. I tried the new invisible FARP. Nope. So, I'm missing something. Either in DCS itself, or in the 4.4.9 MIST, or in CTLD itself. Remember, I'm still pretty dumb in scripting, just trial and error edits. Does anyone know more about this, or would be willing to take a look? Simple .miz attached. (I can rebuild it for Caucasus map if needed) ETA: The dynamically spawned FARP cannot be used for player aircraft slots AFAIK, unless you deploy the crates in an area where the slots were already pre-placed in the ME. Maybe there's some scripting voodoo capable of that, I don't know. It's fine with me even so. I'm more interested in the ability to dynamically decide to create a working Forward Arming and Refueling Point wherever I want on the map, based on resources I/we transport there. testing invis FARP.miz
  4. Seems that the APKWS should share the same launch sound as the "standard" Hydras, since it shares the same rocket motor. Right?
  5. Immediately to the left of the ADF panel is a row of switches. The closest one is labeled "NAV". When up, the morse tone is audible and when down it is muted. Gain should also work to change the volume and I think you can lower it all the way.
  6. That tendency to rotate in a hover is 'normal' and 'correct'. At low forward movement, the tail no longer acts as a weathervane to hold straight. Without this, the torque from the rotor due to the power required to keep a hover causes an opposite rotation in the body of the aircraft, which must be countered with pedal input. This is normal in all tail-rotor helicopter configurations. Balance the torque with pedal to hold a hover. Practice practice practice!
  7. Practice Vertical Landing on land first, before attempting it on the boat. The various training missions for this are detailed and useful. Then it will be much easier to transfer that practice to the maneuvers to approach, hover, sideslip, and land on the Tarawa.
  8. Engaged multiple targets, field and town, day and night. No issues. Sorry to hear it's not universal, but my experience with it has been positive. I have had issues in the past (last year) with slewing, slaving, and generally jumping around, but current version is smooth and consistent.
  9. Until last week, I have only used a 4-way hat switch for TDC slew in the Harrier. I just got a new throttle with an analog stick, which I bound to the TDC axes and used for the first time a couple days ago. It works consistently with no issues. Glad to see continued improvements in my favorite DCS module.
  10. As with all modules, a hearty recommendation for Chuck's Guides. Page 123 (of 277!) Thread here with links to all
  11. Error on my end - all sorted now. Thanks very much!
  12. If FFV is your jam, Arma might be a more effective platform.
  13. Yes. Twice. No effect. What version of SRS is running currently on the server? I wonder if that's a conflict, since it happens right after the autoconnect kicks on. I use 1.9.0.1
  14. Hello, I've flown on this server in the past and really enjoy it. Yesterday and today, I have had a problem when trying to connect. About 50% of attempts fail because of IC check "Requires Pure Client" - I've repaired twice today to confirm no mods/unauth/edited files present. The other 50%, I get the normal loading screen to completion, then a flash of the F10 map, and then it goes black and stays that way indefinitely. No response to any inputs, but when closing the DCS window from taskbar, I get the "Are you sure you want to quit" DCS dialogue box popup. I've never encountered this before, either here or any other server. Anyone have any ideas or suggestions? Thanks again for a well made and enjoyable playground!
×
×
  • Create New...