Jump to content

Spuds

Members
  • Posts

    86
  • Joined

  • Last visited

Everything posted by Spuds

  1. Same here Hello guys, think I am having same problem in MP. When I SP with Jester PAL works, diamond shows up in HUD however, when I am in MP flying front seat and using human RIO, I am unable to enter PAL mode. Wondering if my RIO needs to do anything regarding systems??
  2. Same here! FYI, turned WCS off, FPS went back to normal. I do not use VR, also attempted the new edm file, that didn't work.
  3. Same here! Hello, same problem here. Went from 60 FPS to 9 in RIO seat. Windows 10 Home 64-bit ASUS Rampage 5 10th Edition I7-6850K 3.6 Corsair Dominator Platinum 32GB 1 Nvidia 1080 FTW 8GB
  4. Crap thanks, I misunderstood the process. It seems I now own 3 freegan licenses all attached to my computer. I have already redeemed the licenses thinking I can invite anyone into the backseat...dam
  5. I have purchased and redeemed the F14 crew pack, it is listed on DCS product website. I have no guidance on using the crew invite to a buddy, does the buddy need to install the aircraft on his personal computer DCS World? I currently have the F14 installed from a single product key when it first released, do I need to uninstall it and reinstall it? Does my buddy just join the back seat and DCS will install necessary files? Can anyone join the backseat after I purchased the crew pack, or is it a onetime buddy affair?
  6. Crew Pack Thanks for the reply, that makes sense. I guess what I want to know, can it be used anytime a new friend wants to fly from the rear seat, or is it just a one person affair? I have a couple friends who are interested in riding along...
  7. Help with crew pack? I have purchased and redeemed the F14 crew pack, it is listed on DCS product website. I have no guidance on using the crew invite to a buddy, does the buddy need to install the aircraft on his personal computer DCS World? I currently have the F14 installed from a single product key when it first released, do I need to uninstall it and reinstall it? Does my buddy just join the back seat and DCS will install necessary files? Please help...
  8. Perhaps this will help, a real F18 pilot who probably may better answer your question after flying the DCS model...
  9. Sorry ED! it was more of a question then reporting a bug, if it helps here you go...
  10. When spawning 2 clients on the Stennis, #2 now wants to spawn in # 1 spot. Found this in the mission editor. I tried creating new map, also removed and created new objects. Started after last patch...
  11. triggers not working 2.5 triggers don't work for me, tried "Bank in Limits" -30 / -90, I wanted a enemy escort to attack if you made an aggressive maneuver. Tried using simple flag off/flag on with a message to tell me if the trigger works, nothing!
  12. Hello eric, just wanted to say thanks a bunch for resolving that problem. Seems to work fine now, it also help me to understand the language as well. I would however, like to know how to launch more than 1 aircraft. tried the syntax and could not get more than 1 aircraft to launch. just wondering if you know how to do that? I wont bother you after this... Here's what I got son far. A2ADispatcher:SetSquadron( "Sochi", AIRBASE.Caucasus.Sochi_Adler, { "DF CCCP MiG-21 01" }, 10 ) A2ADispatcher:SetSquadronGci( "Sochi", 900, 1200 ) A2ADispatcher:SetSquadronGrouping( "Sochi", 2 ) A2ADispatcher:SetSquadronTakeoffFromParkingCold( "Sochi" )
  13. thanks for the help Made the change, cant seem to get them to launch, and Flight Control for some reason doesn't see my post or is ignoring me.. guess ill figure it out at some point.
  14. Thank you! The mission has no significance other than testing the scripts. I just want to learn the moose frame work. Here are the files... Thanks for the help!! moose test mission.zip dcs.zip
  15. Help FlightControl...please! Why do I keep getting this error my Moose LUA code?? I even copied and paste your files and till cant get the aircraft to launch... SCRIPTING: 56141( 44861)/E: DETECTION_MANAGER00632.New({["Detection"]={["Filter"]={["GroupPrefixes"]={["DF CCCP EWR"]="DF CCCP EWR",["DF CCCP AWACS"]="DF CCCP AWACS",},},["FilterMeta"]={["Categories"]={["helicopter"]=1,["ground"]=2,["plane"]=0,["ship"]=3,},["Coalitions"]={["neutral"]=0,["blue"]=2,["red"]=1,},},["ClassName"]="SET_GROUP",},}) 2018-04-13 01:08:00.268 ERROR DCS: Mission script error: : [string "C:\Users\lance\AppData\Local\Temp\DCS.openbeta\/~mis0000557C"]:56142: attempt to call method '__Start' (a nil value) stack traceback:[C]: in function '__Start' moose test mission.zip
  16. Here's where I think the problem is, its in the 2nd paragraph. I don't know how to solve it? SCRIPTING: 56141( 44861)/E: DETECTION_MANAGER00632.New({["Detection"]={["Filter"]={},["FilterMeta"]={["Categories"]={["helicopter"]=1,["ground"]=2,["plane"]=0,["ship"]=3,},["Coalitions"]={["neutral"]=0,["blue"]=2,["red"]=1,},},["ClassName"]="SET_GROUP",},}) Error: "2018-04-04 00:02:53.072 ERROR DCS: Mission script error: : [string "C:\Users\lance\AppData\Local\Temp\DCS.openbeta\/~mis00006177"]:56142: attempt to call method '__Start' (a nil value) DetectionSetGroup = SET_GROUP:New() DetectionSetGroup:FilterPrefixes( { "DF CCCP AWACS", "DF CCCP EWR" } ) DetectionSetGroup:FilterStart() Detection = DETECTION_AREAS:New( Detection, 30000 ) -- Setup the A2A dispatcher, and initialize it. A2ADispatcher = AI_A2A_DISPATCHER:New( DetectionSetGroup )" stack traceback: [C]: in function '__Start' [string "C:\Users\lance\AppData\Local\Temp\DCS.openbeta\/~mis00006177"]:56142: in function 'New' [string "C:\Users\lance\AppData\Local\Temp\DCS.openbeta\/~mis00006177"]:44861: in function 'New' [string "C:\Users\lance\AppData\Local\Temp\DCS.openbeta\/~mis00003A4E"]:16: in main chunk
  17. thanks, I did. It's the same syntax in Moose's mission. I just copied and paste it. All I did was change the name of the units to match my mission. Some of Moose's sample missions would run, some wouldn't'. Guess I need a manual for "Dumber than Dummies". I clearly am missing something....
  18. here is the script, not sure what I'm missing. I just really copy and pasted most of it. I just changed the names to match the mission names. moose test mission.zip
  19. Moose script wont run looking at Mikkal's thread, (https://forums.eagle.ru/member.php?u=60658) I too have the same issue. Using a simple script for AI-Dispatching (AWACS, EWR) assets, GCI aircraft wont spawn. I've downloaded the proper Moose.lua (https://github.com/FlightControl-Master/MOOSE/releases), reference all the video's, and I did install the LDT reference material. I also linked the folders, there are some discrepancies in the DCS log file that I need to clean up, perhaps somebody can tell me why Moose scripts aren't running Spuds DCS.zip
  20. Anybody have problems with Hud reticle using "DEPR" knob in MANUAL mode while in MP? Works fine in single player, as soon as I go to MP server it doesn't move for bombing run. Then when I leave MP and go to single player it quits working until I leave DCS and return. Already tried uninstalling module and reinstalling it. Windows 10 Pro Intel i7-6850K 3.6 Corsair Dominator 32 GB Rampage 5 10th Edition NVidia 1080 FTW 8 GB TM Warthogs Saitek Combat pro rudder pedals Cougar MFD's All drivers up to date
  21. I know this subject has come up, unable to find the post. The nose gear collapses and engine shuts down with hot parking every time I spawn the Viggen at Nellis in 2.5, even after the last patch.
×
×
  • Create New...