Jump to content

Hans Spaan

Members
  • Posts

    14
  • Joined

  • Last visited

Everything posted by Hans Spaan

  1. Did some experimentation and, at least in my case, the sound problem seems to be related to the audio device: Sennheiser headphone HD205 (default), no alarm sound, Betty etc. Sennheiser HD100 sound ok, Realtek speakers (built in) ok.
  2. The same here. In A10C no ILS tone, no alarm sounds, ATC communication barley hearable and Betty is silent....
  3. @joey45: thank you! I had the same problem as fill. It happened after installing update 2.52.19273. Missed this small button.
  4. The A-10C DCS flight manual (p.435) says for taxiing the externals lights need to be set via the Lightning Panel as follows: "Set exterior lights from Lighting Panel: o Taxi: Strobe is OFF and Nav Lights set to Dim Flash" However, on the Lighting Panel, we have "Position", "Formation" and "Anti-Collision". How should these knobs been set to meet what is indicated in the flight manual?
  5. Problem Solved, really DO NOT use the MOOSE.Include function for loading the .lua file(s) for your mission. Instead you might use loadfile for example: assert(loadfile("D:/LDTWorkspace/MyMissions/TestMission/TestMission.lua"))(). Thanks to a person named " thebgpikester" who published a video on YouTube: https://www.youtube.com/watch?v=BMKBXjjKiD
  6. Problem Solved Too optimistic, only dynamically loading of Moose works, the issue with loading the mission file remains.
  7. Many thanks to FlightControl for his Herculean effort. Still, at the beginning of my journey in Moose space, I have Hummer spawning in a mission. This works nicely as FlightControl has described. However, if you try to load the mission dynamically nothing spawns. I've set up the debug facility according to the instruction video, which I've watched over and over again. The dynamic loading is done as follows: on mission start the following script is executed (DO SCRIPT): MOOSE.Include( "D:/LDTWorkspace/My_Missions/TestMission/","TestMisson.lua") Does anyone have an idea what is wrong? I found this in dcs.log: 2018-07-08 20:36:03.165 ERROR DCS: Mission script error: : [string "MOOSE.Include( "D:/LDTWorkspace/My_Missions/TestMission/","TestMisson.lua")"]:1: attempt to index global 'MOOSE' (a nil value) stack traceback: [C]: ? [string "MOOSE.Include( "D:/LDTWorkspace/My_Missions/TestMission/","TestMisson.lua")"]:1: in main chunk 2018-07-08 20:36:03.200 INFO Lua: Lua CPU usage: metric: average mission execution: 50.1712 %
  8. Is there a way to uninstall CTS? It seems not be in the Windows10 uninstall list.
×
×
  • Create New...