

sobe
Members-
Posts
2231 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by sobe
-
Stream Deck XL - AH-64D Profile v.01b Released
sobe replied to Toni Carrera's topic in PC Hardware and Related Software
Will try it tomorrow. -
Bailey No joy. Someone, a while back, suggested that it might be a port issue. I am not sure what that means.
-
I had tried it using the exportscript in the referenced file this morning with no luck. With the winwing fix, what do you do? Cut and paste the lines into my existing exportscripts.lua file (after making a backup of course). Is there a completed file with this fix already included. I could be wrong, but I am currently running a version dated April 2 and it seems to have it in the file already.
-
Unfortunately it does not matter if you run all or any combination of DCS, Streamdeck and Helios as an Administrator or not, if you try to run both Helios and streamdeck together, neither will work. Someone more knowledgeable than me will have to do that.
-
frostycab and Mordants First, as far as I can determine, I am currently running both streamdeck and DCS NOT in admin mode and I cannot get either to work at the same time no matter in which order i place them in the export lua file. second, I will try later to run both of them in Admin mode and hope for the best. Does it matter in which order Helios and streamdeck export lines appear in the Export.lua file?
-
-
frostycab Have you run into any adverse effects in doing so? I was always told there could be issues running dcs in admin mode.
-
Mordants So if I run both DCS and Streamdeck as administrator, they should work together?
-
DCS-ExportScripts for Stream Deck Community Github Library
sobe replied to Bailey's topic in PC Hardware and Related Software
Has anyone tried to integrate Helios with the Streamdeck DCS Interface so both can be run at the same time? -
Holy cow that was it. The missing line did it. We are very close. George is half on the first screen and half on the second screen so I need to move him over to the left about 6 or 7 inches. What changes should I make in the "-0.0" numbers to move george to the left as a starting point? -1.0 puts George for the pilot just to the right of the right MFD. Perfect. thanks for your help.
-
Tried both 0 and -0.5 and nothing moved. --viewports stuff local v = find_viewport("GU_MAIN_VIEWPORT", "CENTER") if v ~= nil then if v.width ~= total_w or v.height ~= total_h then ULX = v.x ULY = v.y SZX = v.width SZY = v.height local aspect = SZX/SZY local offsetX = (ULX + SZX / 2 - total_w / 2) / total_w * total_aspect * 2 local offsetY = -(ULY + SZY / 2 - total_h / 2) / total_h * 2 local padding = math.min(total_aspect, aspect) * 0.2 compass_pos = { -math.min(total_aspect, aspect) + offsetX + padding, -1 + offsetY * 2 + padding} --weap_control_pos = { math.min(total_aspect, aspect) + offsetX - padding, -1 + offsetY * 2 + padding } weap_control_pos = { -0.0, -1 + offsetY * 2 + padding } compass_size = compass_size * v.height / total_h weap_control_size = weap_control_size * v.height / total_h end end --end viewports stuff
-
Just tried your change and George is still in the lower right of the second monitor.
-
I thought DCS just adopted your updated code. Will try your code.
-
I have tried various numbers and most of the time, nothing moves. I am running two 1920x1080 monitors side by side. In the game, under options>system, the resolution is 3840x1080 and the aspect ration is 3.55.. The attached screenshot shows George in the lower right of monitor #2(IT MAY BE HARD TO SEE BUT GEORGE IS IN YELLOW A FEW INCHES FROM THE RIGHT LOWER CORNER OF SCREEN #2) and I would like it to be somewhere in monitor #1 (the left monitor) preferably, in the lower right corner of monitor #1. When in the CPG seat, George is located in the lower left of screen #1 and it is fine. I am running the latest patch.
-
I have the latest patch. The George overlay is fine in the cpg seat and is located on the bottom left of the first monitor. But in the pilot seat George is located on the bottom right of the second monitor. In game the resolution is 3840x1080. Screen shot in the morning.
-
Stream Deck XL - AH-64D Profile v.01b Released
sobe replied to Toni Carrera's topic in PC Hardware and Related Software
I am trying to get my Apache Helios profile and your new Apache interface profile for the Apache to run together. I thought I had solved this problem, but apparently not. In my Scripts>export.lua file I have Helios as the first entry and the DCS ExportScripts as the last entry. Separately, both work fine. But together, no joy. I hate to have to pick one over the other. Any thoughts? Export.lua -
My monitor setup is two 1920x1080 monitors side by side with the main monitor on the left and the aspect ratio is 16/9. See attached monitor config file. RO_AH64D PLT.lua
-
I am trying to get my Apache Helios profile and the new Apache interface profile for the Apache to run together. I thought I had solved this problem, but apparently not. In my Scripts>export.lua file I have Helios as the first entry and the DCS ExportScripts as the last entry. Separately, both work fine. But together, no joy. I hate to have to pick one over the other. Any thoughts?
-
Apache profile using Helios for a second monitor
sobe replied to sobe's topic in Controller Questions and Bugs
Helios users might want to look at: -
When I use Helios, in the CPG seat, George's compass is located in the lower left of my top screen-great location. However, in the pilot seat, George's weapon information is located in the lower right of my second screen and covered up by Helios. Has anyone been able to move the weapon info to the lower left of the top screen? I have two 1920x1080 monitors that for windows, are deemed side by side.
-
Apache profile using Helios for a second monitor
sobe replied to sobe's topic in Controller Questions and Bugs
Flankersea Now that I have had a chance to use your profile, I wanted to congratulate you on a terrific job of modifying Bunny's interface to make the profile very usable and the MFDs are nice and large. -
Can I change the position of the control indicator window?
sobe replied to DutchCoolHand's topic in Wish List
base.init_pos = {-2.00,0.77} put it slightly to the left of center for my 1980 monitor and your mod works fine. Thanks for the help. -
Can I change the position of the control indicator window?
sobe replied to DutchCoolHand's topic in Wish List
Where is your mod? I went to your old site and got the 404 error. BTW base.init_pos = {-0.10,0.77} puts it dead center top with the new control indicator. -
Apache profile using Helios for a second monitor
sobe replied to sobe's topic in Controller Questions and Bugs
Flankersea I am trying to duplicate your profile but I am having trouble with the monitor config file. Could you please attach your monitor config file? Thanks