-
Posts
49 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by Seance12
-
Redkite : Supercarrier Templates pack.
Seance12 replied to RedKite's topic in Missions and Campaigns
Yes I linked all the units to the carrier. Update, when following DeadlyFishes post exactly, the planes still will clip into the carrier. -
Redkite : Supercarrier Templates pack.
Seance12 replied to RedKite's topic in Missions and Campaigns
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 -
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.
-
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
-
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
-
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.
-
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.
-
Setting up ATIS on standalone server
Seance12 replied to Yeti42's topic in Multiplayer Server Administration
n26 thank you for your reply, i am using DATIS 0.9.1 and SRS 1.6. -
Setting up ATIS on standalone server
Seance12 replied to Yeti42's topic in Multiplayer Server Administration
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 -
Just select the stations they are on. I had the same question lol.
-
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.
-
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...
-
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?
-
Thank you. For some reason i was getting a 404 error and not seeing the documentation for this
-
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" ???
-
[MOOSE] RAT - Random Air Traffic
Seance12 replied to funkyfranky's topic in Scripting Tips, Tricks & Issues
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? -
[MOOSE] RAT - Random Air Traffic
Seance12 replied to funkyfranky's topic in Scripting Tips, Tricks & Issues
FunkyFranky, thank you!!! I knew it was something simple, but tired eyes!!! -
[MOOSE] RAT - Random Air Traffic
Seance12 replied to funkyfranky's topic in Scripting Tips, Tricks & Issues
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 -
Update: it was the antivirus program that was stopping the update.
-
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
-
Thank you for the help, Doodenkoff's explanation what what I was looking for. Thanks all.
-
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