StandingCow 发布的所有帖子
-
Newy, wrong file. This is dots.fx. Can ED at least improve the dots before removing our ability to alter them? Maybe implement the mod as a permanent change so that playing at a higher resolution isn't a negative?
- 258篇回复
-
- 14
-
-
It's pretty hilarious that this doesn't break IC... but I am also glad it doesn't so that the community can fix what ED has been seemingly ignoring.
- 258篇回复
-
- 11
-
-
Hey all, I recently moved to a cockpit that is separate from my other monitors (in different rooms). I haven't been able to figure out how to get my George interfaces to show up though. Here is the display setup: monitor.lua file: _ = function(p) return p; end; name = _('Cockpit'); Description = 'Sub Displays' Viewports = { Center = { x = 5360; y = 0; width = 2560; height = 1440; viewDx = 0; viewDy = 0; aspect = 2560/1440; } } LEFT_MFCD = { x = 5360; y = 1440; width = 525; height = 525; } RIGHT_MFCD = { x = 7395; y = 1440; width = 525; height = 525; } F14_JESTER_MENU = { x = 5360; y = 0; width = 2560; height = 1440; } GU_MAIN_VIEWPORT = Viewports.Center UIMainView = Viewports.Center George AI file: --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 } compass_size = compass_size * v.height / total_h weap_control_size = weap_control_size * v.height / total_h end end --end viewports stuff Any help would be appreciated!
-
ED please.... before you implement something that breaks current user created tools... ED needs to supply us with something equal or better.
- 103篇回复
-
- 1
-
-
Greetings folks, I was hoping someone would be able to help with some questions I have. My set up is my main monitor (set as primary in windows) and a left monitor are in my office, these are no longer used for DCS. My TV and MFDs are part of my cockpit setup in another room. Currently everything is working but the way I have it set up... my 2 office monitors have a black screen (since I am stretching DCS's display out). Is there a way to set this up without having to do that? Or without having to set my TV in the other room as a primary display? I've attached a graphic showing my displays as well. Here is my currently monitor.lua file: _ = function(p) return p; end; name = _('Cockpit'); Description = 'Sub Displays' Viewports = { Center = { x = 5360; y = 0; width = 2560; height = 1440; viewDx = 0; viewDy = 0; aspect = 2560/1440; } } LEFT_MFCD = { x = 5360; y = 1440; width = 525; height = 525; } RIGHT_MFCD = { x = 7395; y = 1440; width = 525; height = 525; } F14_JESTER_MENU = { x = 5360; y = 0; width = 2560; height = 1440; } GU_MAIN_VIEWPORT = Viewports.Center UIMainView = Viewports.Center I am also having issues with my current config getting George AI to show up in the Apache. I've been following that thread --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 } compass_size = compass_size * v.height / total_h weap_control_size = weap_control_size * v.height / total_h end end --end viewports stuff
-
Take your time and do it right fellas. We know HB puts out quality products.
- 85篇回复
-
- 2
-
-
Nice, hopefully ED can investigate and find the cause. Anything to help MP performance is a win for everyone.
- 70篇回复
-
- 1
-
-
Yea, it feels like sometimes threads are marked "correct as is" without much thought, not saying that's what is actually done but it feels like it. That thread you linked could possibly be related to this "issue" if it is actually even an issue, hard to know. And before this thread was marked correct as is... was the team asked about it? Was the f16 tested with the fuel door open after the FM changes? So many questions...
-
What happened that resulted in the issue? George will stop lasing targets and you lose hellfire symbology (no box). What were you doing that caused, or seemed to cause the issue? Possibly scrolling quickly through targets on the George target select screen. But I am unsure. I made it happen, as you can see in the track file on the instant action target range mission. Could you reproduce it? Yes, this happened to me on multiplayer servers multiple times, and I recreated it in an ED provided mission, possibly by scrolling through targets quickly in the George target select screen. What module where are you using, and does it happen with others? Only happens in the apache as it's the only thing with a George AI. I have no mods installed, this is an ED provided instant action mission. apachebug.trk
- 10篇回复
-
- 1
-
-
@NineLine@BIGNEWY Can you poke the team? They still haven't fixed this even though they inserted some of the thanks to Asto. We still have to alter the file after every update.
- 110篇回复
-
- 2
-
-
Yea, even worse on planes like the Tomcat.
-
Someone emailed Jello from the FPP on this as well: “Military power. If you happen to go into afterburner, so be it, but afterburner is not required.”
-
Yep, agreed. Some folks found a few videos where ABs appear to light up on carrier traps, but many think that's just the force of the trap putting them into AB by mistake.
