Jump to content

Seance12

Members
  • Posts

    49
  • Joined

  • Last visited

Everything posted by Seance12

  1. Yes I linked all the units to the carrier. Update, when following DeadlyFishes post exactly, the planes still will clip into the carrier.
  2. Ok so I have done a variation of this script, but the planes keep clipping into the carrier when switched. What am I doing wrong? I followed RedKites examples and templates
  3. Bump - Is there any motion on this problem? I know that if you need and example, the training missions always froze DCS for me. I think it was training missions 3 and on that froze me. And also a few minutes into playing the Viggen in an empty map will freeze DCS.
  4. Hi I have the same problem as Madeyes with the Viggen: 2020-04-16 06:21:21.706 ERROR VIGGEN: Couldnt search folder C 2020-04-16 06:21:21.706 INFO VIGGEN: Found 0 .ini files in SavedGames/DCS_AJS37 DCS is not on the C drive to save space. This is the only module that I have this problem with. dcs.zip
  5. Thank you but i have tried it as one command, in a monotone. I have used one breath and multiple but Voice Attack does not even respond to the command
  6. Ok, so I have a lot of love for this program as i fly in VR almost exclusively. The one problem that I have is that Vaicom will NOT change the radios for me when I ask Jester to manually change them. More specifically the -182 radio. I will say "Radio Tune, (and then for example) two five zero decimal zero" but Voice attack does not even respond to the input. I have not tried the map markers, as I want to work on one problem at a time, and they may be connected.
  7. This is what i am getting confused on, i think i just need a simple example of how to use OnSpawnGroup as the (function (object) end) is confusing me, but i do understand that OnSpawnGroup allows the spawned group to inherit the properties defined for it
  8. I am so confused with the OnSpawnGroup callback, could i get some help please? I am trying to have a group of planes spawn and do a CAP mission and then respawn after engine shutdown. I am trying to use the example missions as templates, but i am confused, or confusing myself... I have a plane template with LA on the ME... CapPlane1 = GROUP:FindByName( "Plane1" ) PatrolZone = ZONE:New( "Patrol Zone1" ) AICapZone = AI_CAP_ZONE:New( PatrolZone, 15000, 20000, 350, 500 ) EngageZoneGroup = GROUP:FindByName( "Engage Zone1" ) CapEngageZone = ZONE_POLYGON:New( "Engage Zone1", EngageZoneGroup ) AICapZone:SetControllable( CapPlane1 ) AICapZone:SetEngageZone( CapEngageZone ) -- Set the Engage Zone. The AI will only engage when the bogeys are within the CapEngageZone. AICapZone:__Start( 1 ) -- They should statup, and start patrolling in the PatrolZone.
  9. n26 thank you for your reply, i am using DATIS 0.9.1 and SRS 1.6.
  10. I have a problem that i am trying to test ATIS before uploading the mission and I cannot get it to establish a connection to SRS. I keep getting the error: 2019-10-18T18:01:58.534090300-04:00 ERROR datis::srs - Error sending/receiving SRS update message: Error: Error establishing TCP connection to SRS 2019-10-18T18:01:58.534090300-04:00 INFO datis::srs - Trying to reconnect update connection in 10 seconds 2019-10-18T18:01:59.163232100-04:00 DEBUG datis - Pausing ... 2019-10-18T18:01:59.469299500-04:00 ERROR datis::srs - Error sending ATIS report to SRS: Error: Error establishing TCP connection to SRS 2019-10-18T18:01:59.469299500-04:00 INFO datis::srs - Trying to reconnect voice connection in 10 seconds I have the SRS server running on 127.0.0.1
  11. Just select the stations they are on. I had the same question lol.
  12. Sorry that was a noop question. Jist selecf the statiins they are on... Duh. Another question tho... Radio Tune will not recognizs. I have tried to train it many times, but vaicon will not recognoze the phrase. "Radio Tune 127.5" turns into "Radio 21275" every time.... Help plz.
  13. I've read through almost all of these posts, and I still have a problem. I can get TACAN TUNE, and LINK TUNE to work, but the RADIO TUNE does not work for me. its like "radio 2 12750" but tacan and link will recognize my numbers Sorry if this was addressed before and i just did not see it...
  14. I'm sorry if this has been asked before, i tried to read through all the posts. My question is: are you going to, or is it possible to have AGM 141 TALDS added to the weapons list for thr F-14B please? and also is it possible to add this myself somehow?
  15. Thank you. For some reason i was getting a 404 error and not seeing the documentation for this
  16. Sorry, I'm a noob for Moose and Lua... My questions are 1) what is Setmodex(some number) and does SetTACAN set the TACAN channel to the first number? Ex: tankerStennis:SetModex(15) = TACAN mode X at channel 15 tankerStennis:SetTACAN(1, "SHL") = TACAN channel? "shl" ???
  17. Justa quick question: I am trying to tweak the timings and settings to you Activate Uncontrolled Aircraft and if I put in "ActivateUncontrolled(30, 120, 120, 0.5)", it works, and my question is what do the numbers represent?
  18. FunkyFranky, thank you!!! I knew it was something simple, but tired eyes!!!
  19. Help with multiple aircraft types in RAT please Ihave tried to setup multiple aircraft as in the .lua file but only the first c130s will work. what am i doing wrong? commute_C130_fa18c.lua
  20. Update: it was the antivirus program that was stopping the update.
  21. When I run the updater now, I get an error message. 00016.581 ERROR: Can't move D:\DCS World OpenBeta\_downloads\bin/curl.exe to D:\DCS World OpenBeta\bin/curl.exe: (5) Access is denied. I have included a zip file of the autoupdate log. autoupdate_log 1.zip
  22. Thank you for the help, Doodenkoff's explanation what what I was looking for. Thanks all.
  23. I am trying to add flights of adversary planes. I want to practice in the F-15c, against progressively harder planes. I have tried to set a trigger zone and have the first flight take off. When the first flight is dead, then the next flight will late activate. etc, etc. I cannot get the planes to late activate, but all four flights are activated at the same time. I do not know what I am doing wrong here, but I would not be surprised if it is something stupid. Mission one Artillery Georgia Senaki.zip
×
×
  • Create New...