-
Posts
835 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by RogueSqdn
-
If one type runs out, the other one won't dispense. I've programmed my slap switch to dispense one flare only. That program has zeroes under the chaff section. However, once chaff runs out, no more flares will dispense. This didn't happen when using only program one and the slap switch, but once I switch to another program, it happens. It will also happen with the default programs no matter what I do. Here's my CMDS_ALE47.lua: local gettext = require("i_18n") _ = gettext.translate local count = 0 local function counter() count = count + 1 return count end ProgramNames = { MAN_1 = counter(), MAN_2 = counter(), MAN_3 = counter(), MAN_4 = counter(), MAN_5 = counter(), MAN_6 = counter(), AUTO_1 = counter(), AUTO_2 = counter(), AUTO_3 = counter(), AUTO_4 = counter(), AUTO_5 = counter(), AUTO_6 = counter(), } programs = {} -- Default manual presets -- MAN 1 programs[ProgramNames.MAN_1] = { chaff = { burstQty = 1, burstIntv = 0, salvoQty = 1, salvoIntv = 1.5, }, flare = { burstQty = 0, burstIntv = 0, salvoQty = 0, salvoIntv = 0, }, } -- MAN 2 programs[ProgramNames.MAN_2] = { chaff = { burstQty = 2, burstIntv = 0.02, salvoQty = 2, salvoIntv = 1.5, }, flare = { burstQty = 1, burstIntv = 0.02, salvoQty = 2, salvoIntv = 1.5, }, } -- MAN 3 programs[ProgramNames.MAN_3] = { chaff = { burstQty = 1, burstIntv = 0.02, salvoQty = 2, salvoIntv = 1.5, }, flare = { burstQty = 2, burstIntv = 0.02, salvoQty = 2, salvoIntv = 1.5, }, } -- MAN 4 programs[ProgramNames.MAN_4] = { chaff = { burstQty = 0, burstIntv = 0, salvoQty = 0, salvoIntv = 0, }, flare = { burstQty = 2, burstIntv = 0.1, salvoQty = 2, salvoIntv = 1.5, }, } -- MAN 5 - Wall Dispense button, Panic programs[ProgramNames.MAN_5] = { chaff = { burstQty = 0, burstIntv = 0, salvoQty = 0, salvoIntv = 0, }, flare = { burstQty = 1, burstIntv = 0, salvoQty = 1, salvoIntv = 1, }, } -- MAN 6 - BYPASS mode programs[ProgramNames.MAN_6] = { chaff = { burstQty = 1, burstIntv = 0, salvoQty = 1, salvoIntv = 1, }, flare = { burstQty = 1, burstIntv = 0, salvoQty = 1, salvoIntv = 1, }, } -- Auto presets -- Old generation radar SAM programs[ProgramNames.AUTO_1] = { chaff = { burstQty = 1, burstIntv = 0.02, salvoQty = 1, salvoIntv = 0.5, }, flare = { burstQty = 1, burstIntv = 0.02, salvoQty = 1, salvoIntv = 0.5, }, } -- Current generation radar SAM programs[ProgramNames.AUTO_2] = { chaff = { burstQty = 1, burstIntv = 0.02, salvoQty = 1, salvoIntv = 0.5, }, flare = { burstQty = 1, burstIntv = 0.02, salvoQty = 1, salvoIntv = 0.5, }, } -- IR SAM programs[ProgramNames.AUTO_3] = { chaff = { burstQty = 1, burstIntv = 0.02, salvoQty = 1, salvoIntv = 0.5, }, flare = { burstQty = 1, burstIntv = 0.02, salvoQty = 1, salvoIntv = 0.5, }, } AN_ALE_47_FAILURE_TOTAL = 0 AN_ALE_47_FAILURE_CONTAINER = 1 Damage = { {Failure = AN_ALE_47_FAILURE_TOTAL, Failure_name = "AN_ALE_47_FAILURE_TOTAL", Failure_editor_name = _("AN/ALE-47 total failure"), Element = 10, Integrity_Treshold = 0.5, work_time_to_fail_probability = 0.5, work_time_to_fail = 3600*300}, {Failure = AN_ALE_47_FAILURE_CONTAINER, Failure_name = "AN_ALE_47_FAILURE_CONTAINER", Failure_editor_name = _("AN/ALE-47 container failure"), Element = 23, Integrity_Treshold = 0.75, work_time_to_fail_probability = 0.5, work_time_to_fail = 3600*300}, } need_to_be_closed = true -- lua_state will be closed in post_initialize()
-
F18C warthog HOTAS fingerlift MOD I never got a tracking number... EDIT: Found it hidden in emails. After I translated the page I see the attempt. Must be US Mail at this point. EDIT 2: Picked it up at the Post Office! [emoji106] Sent from my iPhone using Tapatalk
-
Still waiting on mine, too. [emoji31] Sent from my iPhone using Tapatalk
-
Pilot logbook not counting flight hours accurately
RogueSqdn replied to Scofflaw's topic in General Bugs
I had to setup my entire system again from scratch, and have only flown about two hours in the F-16 so far. My logbook shows 0h -3m. NEGATIVE TIME. Does the F-16 have a flux capacitor that I didn't know about? :lol: -
PointCTRL - Finger Mounted VR Controller
RogueSqdn replied to MilesD's topic in PC Hardware and Related Software
I’ve been out of the loop for the past few weeks... does this include the GUI? Thanks Sent from my iPhone using Tapatalk- 3421 replies
-
- vr flight simulation
- vr gloves
-
(and 1 more)
Tagged with:
-
WINWING F/A-18C HOTAS 2019.10.23 RELEASE
RogueSqdn replied to WINWING's topic in PC Hardware and Related Software
Chief, sounds like you might have missed where he said the hard cams will be included for free. Sent from my iPhone using Tapatalk -
Count me in for two of them, probably. Once one comes out, I want to be set for a decade or longer. :)
-
WINWING F/A-18C HOTAS 2019.9.30 RELEASE
RogueSqdn replied to WINWING's topic in PC Hardware and Related Software
After a little more research, I found a Solidworks viewer for free and it appears that the panels are 408mm at the right (longest) side, 376mm at the left (shortest) side, and 207mm wide. From the top of the panels to the bottom of the throttle base appears to be 231mm (about 9 inches). It appears it will fit within the basic dimensions of my cockpit, I'll just have to cut a new top plate for my left console and install some braces for it to fit in and stay still. -
WINWING F/A-18C HOTAS 2019.9.30 RELEASE
RogueSqdn replied to WINWING's topic in PC Hardware and Related Software
I unfortunately don't see any dimensions of the throttle base in the PDFs on your website. I DO see a link that says dimensions, but the files in that RAR are not anything I know how to open (I was expecting a PDF drawing). -
To be honest I haven’t had time to do anything other than set up a profile for it in the VPC software. I’ve been busier with the throttle, adding the 3D printed finger lift mod. Sent from my iPhone using Tapatalk
-
Virpil Throttle afterburner detents (3D printed)
RogueSqdn replied to SneakyBastd's topic in VIRPIL Controls
Ok, I've got it working. the kit I ordered had multiple sizes of springs, and what I found worked was a 13/64" x 13/16" extension spring on each lift. It didn't have quite enough tension, though, so I combined it with a 3/16" orthodontic rubber band twisted around the posts twice (I had to do that with needle nose pliers). Any plans on adding in a idle/off detent capability to this mod? -
Watch the video where he points out the button underneath the right grip. That right grip has a total of three push buttons instead of the two I thought there were. Sent from my iPhone using Tapatalk
-
Vipril Throttle V3 Review I actually gained something from this... I had no idea there was a switch underneath the right grip. Now I’ll have to rework the config I did last night. [emoji6] That said, I also discovered last night that all four hats on the right grip are 8 way hats. Sent from my iPhone using Tapatalk
-
Virpil Throttle afterburner detents (3D printed)
RogueSqdn replied to SneakyBastd's topic in VIRPIL Controls
Thanks, that helps. I ordered a box with a lots of different sizes from Amazon, and also some 1/4 inch orthodontic rubber bands (maybe too small, I don’t know). Hopefully between that I find something that works. Sent from my iPhone using Tapatalk -
Virpil Throttle afterburner detents (3D printed)
RogueSqdn replied to SneakyBastd's topic in VIRPIL Controls
Got home and local stores don’t have springs small enough. Can you tell me what size springs you used? Thanks! Sent from my iPhone using Tapatalk -
Mine was attempted this morning but I’m out of town until Tuesday and had to call FedEx to hold it. Will pickup at office. Sent from my iPhone using Tapatalk
-
Virpil Throttle afterburner detents (3D printed)
RogueSqdn replied to SneakyBastd's topic in VIRPIL Controls
As it turns out I’m supposed to get my T-50CM on either Friday or Monday. But I’ll be at the beach. So probably no testing until late next week. Sent from my iPhone using Tapatalk -
Might be a while. I’m going to the beach on Thursday so now I have to figure out who’s going to get the package off my porch! [emoji848] Sent from my iPhone using Tapatalk
-
I just got a shipping notice from Virpil for delivery on Friday. [emoji41] -VFX grip -WarBRD grip -T-50CM throttle -Dust covers -Compact base plate Preorder was placed on June 21st.[emoji106] Sent from my iPhone using Tapatalk
-
I'm going to the beach on Thursday but don't have a strict schedule since I'm in convalescence from knee surgery. This might be a short trip... I anticipate being bored and anxious to get back and fly! I used to have a TUSBA R2 but lost it somewhere along the way... I ordered a new one this morning and dug out my Cougar throttle (with CubPilot's hall sensor mod) to verify it's function. The Cougar software is a major PITA in Windows 10, but I got all axes running. I'm covered in case the Viper arrives before the new TUSBA. :thumbup:
-
;) Page 24: Interior wing indicates the interior left and right external fuel tanks. Should be internal.
-
Come on, you were an airman too! You know the proper phrase is "to piggyback on what he just said...." :megalol:
-
Page 8: Install instructions refer to the Hornet in the second paragraph.
-
WINWING F/A-18C HOTAS 2019.9.30 RELEASE
RogueSqdn replied to WINWING's topic in PC Hardware and Related Software
Glad to have one on order... [emoji41] Sent from my iPhone using Tapatalk -
Virpil Throttle afterburner detents (3D printed)
RogueSqdn replied to SneakyBastd's topic in VIRPIL Controls
Just got the shipping notice from Shapeways. [emoji106] Sent from my iPhone using Tapatalk