-
Posts
341 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by davebert
-
[MOOSE] RAT - Random Air Traffic
davebert replied to funkyfranky's topic in Scripting Tips, Tricks & Issues
That post is wrong...well maybe. ;) Well I found this post: https://forums.eagle.ru/showpost.php?p=3370801&postcount=117 And it seems to support the use of parenthesis. In any event, that is what I use. -
[MOOSE] RAT - Random Air Traffic
davebert replied to funkyfranky's topic in Scripting Tips, Tricks & Issues
You need to enclose the skins with a leading and trailing parenthesis like this: local b727skins=({"AEROFLOT", "Air France", "Alaska", "Alitalia", "American Airlines", "Clean", "Delta Airlines", "Delta Airlines OLD", "FedEx", "Hapag Lloyd", "Lufthansa", "Lufthansa Oberhausen Old", "Northwest", "Pan Am", "Singapore Airlines", "Southwest", "UNITED", "UNITED Old", "ZERO G"}) -
[MOOSE] RAT - Random Air Traffic
davebert replied to funkyfranky's topic in Scripting Tips, Tricks & Issues
Great. That works for me. I never used that before, knowingly anyhow. Thanks. :thumbup: -
Ok thanks. I wasn't sure if the latest was recommended as its an Alpha version, but I surely didn't understand what the 2 "special builds" (shown below) were. :D tesseract-ocr-w64-setup-v4.1.0-bibtag19.exe, a special branded #bibtag19 edition tesseract-ocr-w64-setup-v4.1.0-elag2019.exe, a special branded #elag2019 edition
-
[MOOSE] RAT - Random Air Traffic
davebert replied to funkyfranky's topic in Scripting Tips, Tricks & Issues
Yes, thanks to both of you. :) I have a question that I need to ask before I get the other flyers on my server grumbling. :P When we use the CAM with RAT and we cycle through the planes with the F2 key, there are a lot more key presses of course because of the added aircraft. Is there a mod or even an existing feature that allows a player to just cycle through the Blue Team or Red Team for example, instead of all of the aircraft? Sometimes when we fly we like to observe the other player landing on a carrier and all the extra F2 key presses may become an issue. Thanks -
Backspace340, Which version of Tesseract did/should you download? https://github.com/UB-Mannheim/tesseract/wiki Thanks
-
[MOOSE] RAT - Random Air Traffic
davebert replied to funkyfranky's topic in Scripting Tips, Tricks & Issues
ENO, With your moral support I figured it out and all is working great. :) A bit of a hierarchy issue on the server when I installed the mod. :music_whistling: Thanks -
[MOOSE] RAT - Random Air Traffic
davebert replied to funkyfranky's topic in Scripting Tips, Tricks & Issues
The B-727 does show up in the ME. The skins after you install CAM and in the mods folder under the aircraft folder Liveries. I built a new pc to run the beta dedicated DCS server on. Weird it works from the ME though... Thanks edit: You are correct. The B-727 is part of the CAM mod. Hmmm. -
[MOOSE] RAT - Random Air Traffic
davebert replied to funkyfranky's topic in Scripting Tips, Tricks & Issues
ENO, Ok, here is the RAT script. It works from the ME so maybe I need to change the order of the lines or have a typo but I wonder why it works in the ME. -- Create a RAT Object. local yak=RAT:New("RAT_YAK") -- Spawn five planes yak:Spawn(5) local c130=RAT:New("RAT_C130") c130:Spawn(5) local b727=RAT:New("RAT_B727") b727:Spawn(10) local b727skins=({"AEROFLOT", "Air France", "Alaska", "Alitalia", "American Airlines", "Clean", "Delta Airlines", "Delta Airlines OLD", "FedEx", "Hapag Lloyd", "Lufthansa", "Lufthansa Oberhausen Old", "Northwest", "Pan Am", "Singapore Airlines", "Southwest", "UNITED", "UNITED Old", "ZERO G"}) b727:Livery(b727skins) Thanks :thumbup: edit: Using the Persian Gulf Terrain. -
[MOOSE] RAT - Random Air Traffic
davebert replied to funkyfranky's topic in Scripting Tips, Tricks & Issues
ENO, I tried renaming the mission with SaveAs and still no go. It works properly when I fly the mission from the mission editor though. We all have the CAM installed although our games are installed on different drives but I don't think that would matter. I am running the DCS Beta Dedicated Server and all of us our running the Beta release. I just renamed the mission and resaved it with a different name, then put it up on the server. The Yaks and the C130's spawn but the B727's never show up. I am going to reload the script and try again... Thanks edit: Well I reloaded the RAT script and noticed I had been loading the MOOSE Framework once at mission start and also when I loaded the RAT script. I thought I figured it out. Not. I removed the second MOOSE load and re-saved all with a new name and still no B727's. -
[MOOSE] RAT - Random Air Traffic
davebert replied to funkyfranky's topic in Scripting Tips, Tricks & Issues
RAT multiplayer question I have successfully made a simple script using MOOSE/RAT/CAM where some Yaks, C130's and C727's all take off and fly around from random airports. I am using the skins from CAM for the C727's and it works great on my PC if I fly the mission. When I run the mission on multiplayer with some friends we get the Yak's and C130's but the C127's do not spawn. They both have the CAM installed the same way I did mine install. What should I look for as the problem? Thanks -
One of the guys I fly with said the radar was not picking up targets like it used to. I tried and I think he is correct. It seems to be glitchy. Once you see the targets they will disappear for no apparent reason. You can see the targets on the F10 map right in front of you but the radar doesn't see them no matter what range you set it at. Then you will see 3 targets (or however many are really there), then they will disappear.
-
[FREEZE FIXED INTERNALLY] JDAM Feedback thread
davebert replied to NineLine's topic in Bugs and Problems
JDAM Crash to Desktop I tried the JDAM for the first time today after watching Wag's 2 videos and after using Left Alt and Y to get the coordinates sorted I finally got the timer to countdown to zero. I was using PP mode and only set up 1 bomb on station 2. When I released the weapon I had an instant crash to my desktop. This is running on my dedicated server beta using the latest beta DCS. I tried it 2 more times with the same results. Any news on a fix or what I might be doing wrong? Thanks -
I see some targets have better collapse animation than others. Or maybe I don't hit them with enough bombs. So I wonder what are the best targets for getting the best collapse or otherwise best animation when destroyed? Buildings mainly but any targets that animate when destroyed is what I am looking for. Thanks
-
[MOOSE] RAT - Random Air Traffic
davebert replied to funkyfranky's topic in Scripting Tips, Tricks & Issues
I think I fixed it by adding in the local a320 skins but double check please. Also, I copied the original code from page 1 of this thread and I believe the last line of code has a typo. I think chessna should be cessna so I changed it here. local b727=RAT:New("RAT_B727") local b737=RAT:New("RAT_B737") local b747=RAT:New("RAT_B747") local b757=RAT:New("RAT_B757") local a320=RAT:NEW("RAT_A320") local a380=RAT:New("RAT_A380") local cessna=RAT:New("RAT_Cessna") -- Liveries CAM v0.80 local b727skins={"AEROFLOT", "Air France", "Alaska", "Alitalia", "American Airlines", "Clean", "Delta Airlines", "Delta Airlines OLD", "FedEx", "Hapag Lloyd", "Lufthansa", "Lufthansa Oberhausen Old", "Northwest", "Pan Am", "Singapore Airlines", "Southwest", "UNITED", "UNITED Old", "ZERO G"} local b737skins={"Air Algerie", "Air Berlin", "Air France", "airBaltic", "Airzena", "AM", "American_Airlines", "British Airways", "C40s", "Clean", "Disney", "EA", "easyjet", "FINNAIR", "HARIBO", "JA", "Jet2", "kulula", "LH", "Lufthansa BA", "Lufthansa KR", "OLD_BA", "OMAN AIR", "PAN AM", "Polskie Linie Lotnicze LOT", "QANTAS", "RYANAIR", "SouthWest Lone Star", "ThomsonFly", "TNT", "Ukraine Airlines", "UPS"} local b747skins={"AF", "AF-One", "AI", "CP", "IM", "KLM", "LH", "NW", "PA", "QA", "TA"} local b757skins={"AA", "BA", "C-32", "Delta", "DHL", "easyJet", "Swiss", "Thomson"} local a320skins={"Aeroflot", "Aeroflot 1", "Air Asia", "Air Berlin", "Air Berlin FFO", "Air Berlin OLT", "Air Berlin retro", "Air France", "Air Moldova", "Airbus Neo", "Al Maha", "Alitalia", "American Airlines", "British Airways", "Cebu Pacific", "Clean", "Condor", "Delta Airlines", "Easy Jet","Easy Jet Berlin","Easy Jet w", "Edelweiss", "Emirates", "Etihad", "Eurowings", "Eurowings BVB09", "Eurowings Europa Park", "Fly Georgia", "Fly Niki", "Frontier", "German Wings", "Gulf Air", "Iberia", "Iran Air", "Jet Blue NY", "JetBlue", "jetBlue FDNY", "Kish Air", "Kuwait Airways", "Lufthansa", "Lufthansa New", "MEA", "Qatar", "S7", "SAS", "Saudi Gulf", "Saudi", "Small Planet", "Star Alliance", "SWISS", "Thomas Cook", "Tunis Air", "Turkish Airlines", "United", "Ural Airlines", "US Airways", "Vietnam Airlines", "Virgin", "WiZZ", "WiZZ Budapest", "WOW"} local a380skins={"Air France", "BA", "China Southern", "Clean", "Emirates", "KA", "LH", "LHF", "Qantas Airways", "QTR", "SA", "TA"} local cessnaskins={"Blank", "D-EKVW", "HellenicAF", "Muster", "N9672H", "SEagle_blue", "SEagle_red", "USAF-Academy", "V5-BUG", "VH-JGA"} b727:Livery(b727skins) b737:Livery(b737skins) b747:Livery(b747skins) b757:Livery(b757skins) a320:Livery(a320skins) a380:Livery(a380skins) cessna:Livery(cessnaskins) -
[MOOSE] RAT - Random Air Traffic
davebert replied to funkyfranky's topic in Scripting Tips, Tricks & Issues
I see the Civil_Aircraft_Mod V0.80.7 is out and I wonder how that reflects the info on page one of this thread. What changes are necessary if any to RAT? Thanks added: Does CAM work with all terrains? -
I have a question as a new user thinking about learning MOOSE. On the first page of the thread you mention having 2 lua files: Moose.lua Moose_.lua When I go to the downloads (https://github.com/FlightControl-Master/MOOSE/releases) I see MOOSE Patch 2.4.13 and it does not have a zip download available and only the one Moose.lua file. Is that all I need to get started besides the code editor and some coffee? Thanks
-
https://forums.eagle.ru/showthread.php?t=151478&page=20 For the video https://www.youtube.com/embed/NzRvZaz4sgw
-
I got me one! :thumbup:
-
+ 3. Myself, my neighbor, and my step father in law love it! :thumbup::thumbup::thumbup: :joystick::joystick::joystick:
-
I had all 3 items to make up the group but after rechecking my handy work, I realized my group was , not a group. :music_whistling: Thanks
-
At first they were not members of the same group so I made them members of the same group and it still failed. I had them far apart and close together and they still fail. About how close together do they need to be? Maybe I had them too far and then too close. So I guess it works for you in the beta version? Thanks edit: I figured it out and got it working. I wasn't making the group correctly. :doh: