-
Posts
50 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by regiregi22
-
PicksKing Modded Texture Compilation PMTC V2.2
regiregi22 replied to PicksKing's topic in Utility/Program Mods for DCS World
Just tried your mod for 3 days, and it's truly amazing :thumbup: -
Waiting eagerly to try it :thumbup:
-
Will tanks qualifications be available again for sale or at least as a free release? thank you
-
Is there a link to a site where I can see the detailed improvements over each suite? I know some of them, but would like to see them on a nice official compilation :smartass:
-
I would like to know if the latest A-10 suites include a color Targetting pod, being it a Litening or Sniper. All I can find is the Sniper being HDTV, but no reference to color. I can't find any reference to it on the web. I would like to justify somehow the use of an addon to color the greyscale DCS Litening. Thank you guys!
-
How to set up toggle switches (a tutorial)
regiregi22 replied to Spy Guy's topic in PC Hardware and Related Software
Sorry for that, it is the A-10C. -
How to set up toggle switches (a tutorial)
regiregi22 replied to Spy Guy's topic in PC Hardware and Related Software
ON-NONE-ON is the nomenclature for a switch that has 3 positions. Maybe if I say UP-NONE-DOWN would be clearer :thumbup: (ON)-NONE-(ON) means up and down positions need to be manually held, or they will return to the NONE position. -
How to set up toggle switches (a tutorial)
regiregi22 replied to Spy Guy's topic in PC Hardware and Related Software
It may have been asked before, but I haven't been able to find it. How can I configure the canopy switch to perform similar to the aircraft one? The aircraft has an (ON)-NONE-(ON) (momentary switch in the up and down directions), but as seen in the lua file it is treated as a toggle switch: {down = iCommandPlaneFonar, name = _('Canopy Open/Close'), category = _('Systems')}, I am building a panel for that switch and would like to use it as close to the real thing as possible. -
How to set up toggle switches (a tutorial)
regiregi22 replied to Spy Guy's topic in PC Hardware and Related Software
Lucky me. I have just received today a leobodnar board and I intend to use rotary encoders for a variety of controls. How did you fixed that? Thanks in advance -
I have recently got a 1080 too. CPU wise I am not too bad (OC'ed 3770K at 4,5Ghz) paired with 16gb of DDR3. Could you please post an screenshot of your settings on Openalpha 2.0? Thanks
-
Hello, This is the first time I try UltraMFCD and I am having a problem. I am only interested in using the coloured TGP screen, not exporting video panels. I only have this option activated, and in the export check list, I don't have any checked. The problem is that some video sources like the digital clock and the CMSP panels are show just in the middle of the screen. The export de-activate options doesn't seem to make any effect. They do work though with the MFCD, I can activate/deactivate them to be exported. Another thing that doesn't work is the ability to move or resize the video exports along the screen. Thank you, Best regards
-
How to disable the Auto start (Cheat) sequence
regiregi22 replied to regiregi22's topic in Mission Editor
I myself use cheats like unlimited ammo, or being invincible, while practicing weapons delivery or missile dodging. But it's not like I feel those desirable on real missions :-) -
DCS Warthog HOTAS Profiles by Polaris & Schnix
regiregi22 replied to POLARIS1's topic in PC Hardware and Related Software
It's still in Alpha stage, so it needs to go through Beta stage yet. Expect quite some months from now. -
How to disable the Auto start (Cheat) sequence
regiregi22 replied to regiregi22's topic in Mission Editor
I know it isn't the most important thing. But you know, it's just a way to separate the wheat from the chaff. Someone who has the will to learn how to power on the plane (or to just blindly follow the scripted procedure) has a higher chance to take it seriously. I am tired of all those "hurrr durrr look at me I bought the A-10C module, I am a hog pilot, where are the targets? I don't like all that boring TMS and DMS stuff, how do I auto Maverick?" kids. -
WIP DCS A-10C and Teamspeak 3 Integration
regiregi22 replied to Headspace's topic in Utility/Program Mods for DCS World
Is TARS actually working with current DCS 1.5 and Teamspeak (3.0.18.2)? -
Hello, It may have been asked before, but how can I disable the Auto start sequence key combination for the A-10C for all users in a cooperative mission? It is listed under the "Cheats" section in the manual. I don't want anybody to use that feature on my server. At least, while they are learning how to fly the hog. Thanks in advance, Best regards
-
Flight Qualifications Campaign
regiregi22 replied to Sabre-TLA's topic in A-10C Basic Flight Training Qualification DLC
I purchased the Basic FQT in March 2015, and I would like to update it now. What I see is that it isn't any longer an installation file, but a .miz one. How can I load it with the serial number on DCS? -
Thank you.
-
Multi-monitor set-up guide & help (unofficial)
regiregi22 replied to MadTommy's topic in Multi-Display Bugs
Thanks for this guide. I quickly managed to show on a secondary screen both left and right MFCD, everything working as expected! What I can't manage to do is showing the HSI and RWR on a secondary screen as the thread referenced by your post explained. Does anyon know a way to do it on recent 1.2.16 DCS World version? Best regards -
Does this software still work properly on version 1.2.16? It says me that it can't found the DCS World directory. Anyway, would be possible with it showing the HSI on a separate screen?
-
[How To] Export ALL Indicators like MFCD via ViewPorts
regiregi22 replied to icemaker's topic in Multi-Display Bugs
Not working for me Admin: Please delete this post. -
[How To] Export ALL Indicators like MFCD via ViewPorts
regiregi22 replied to icemaker's topic in Multi-Display Bugs
I am trying this method, and while left and right MFCD work as expected, I can't make the RWR to work. My DCS World version is the latest update, 1.2.16.37730. I just edited the file with the viewport as shown in the first post, but no joy. The place where it should be is just a black square. Does this method still work for anyone with the last DCS version? This is my lua file: _ = function(p) return p; end; name = _('Regi both MFCD right screen'); Description = 'Camara en el grande, dos MFCD en el pequeño' Viewports = { Center = { x = 0; y = 0; width = 2560; height = 1440; viewDx = 0; viewDy = 0; aspect = 1.7; } } RWR_SCREEN = { x = 2560; y = 192; width = 640; height = 640; } RIGHT_MFCD = { x = 3200; y = 192; width = 640; height = 640; } UIMainView = Viewports.Center