-
Posts
184 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by zippoa
-
What about adding AGM-88 HARM, JDAM, French HAMMER missiles to Su-27/Mig-29 ? They are widely used by real ukrainian air forces: https://militarnyi.com/uk/news/ukrayinski-su-27-zastosovuyut-vysokotochni-jdam-er/
-
reported DCS ST - Lowering brightness when open popup window
zippoa replied to Alex_buka's topic in Bugs and Problems
I found another bug. I have Steam version of DCS. If I click on Play in Steam client, then it's launched MT version: 2024-05-19 16:42:42.400 INFO APP (Main): Command line: L:\Steam\steamapps\common\DCSWorld\bin-mt\DCS.exe If I click on "Create shortcut on Desktop in Steam" and then launch using that shortcut, then Single Threaded version is launched: 2024-05-19 16:45:02.424 INFO APP (Main): Command line: L:\Steam\steamapps\common\DCSWorld\bin\DCS.exe It looks like bug. In Steam properties for DCS it's set to use "MT Preview" Even if I launch MT exe directly: L:\Steam\steamapps\common\DCSWorld\bin-mt\DCS.exe , it logs it says that Single Threaded version is launched -
reported DCS ST - Lowering brightness when open popup window
zippoa replied to Alex_buka's topic in Bugs and Problems
I recorded another video. You may see that I deleted logs folder before capture. I use openBeta MT version from Steam. Attaching logs, track and link to YouTube video. Logs.zipDDCS-Modern-CA_0-20240512-015549.trk -
reported DCS ST - Lowering brightness when open popup window
zippoa replied to Alex_buka's topic in Bugs and Problems
Is there any bug in DCS? I always launch \Steam\steamapps\common\DCSWorld\bin-mt\DCS.exe But when I just checked \Saved Games\DCS\Logs\dcs.log it logs simple dcs. === Log opened UTC 2024-05-11 22:49:11 2024-05-11 22:49:10.862 INFO EDCORE (Main): Created boot pool: n:24 2024-05-11 22:49:10.862 INFO APP (Main): Command line: L:\Steam\steamapps\common\DCSWorld\bin\DCS.exe 2024-05-11 22:49:10.862 INFO APP (Main): DCS/2.9.4.53990 (x86_64; Windows NT 10.0.19045) In Steam properties I have settings to use OpenBeta and also selected to use MT Preview: null -
reported DCS ST - Lowering brightness when open popup window
zippoa replied to Alex_buka's topic in Bugs and Problems
I am already on MT version and bug happens there. -
reported DCS ST - Lowering brightness when open popup window
zippoa replied to Alex_buka's topic in Bugs and Problems
C'mon, but is still active. Just had it happened in UH-1 -
First one. You will not damage it even if connect wrong way.
-
-
https://vi.aliexpress.com/item/4000525667758.html?gatewayAdapt=glo2vnm
-
Hello, I use 3 separate HDMI LCD panels. I have 1080ti that has 2 Display ports and 2 HDMI. I also use 1 adapter DisplayPort -> HDMI
-
Long time ago I created this monster for my pedals. Aluminium plate 3-4 mm has 4 holes for special low profile wheels. This thing allows it to freely move around with my chair. For wheels I used special nylon ball transfers. Bought on aliexpress for reasonable price.
-
JSOW, JDAM, HARM, TALD, Maverick - when?
-
Did not plan to make it for sale, cause it's quite time consuming to build one. I may suggest you to take a look on winwing mfd panels. They are square, but connected with only one USB3 cable, which I think is incredible. And price is very affordable
-
Hey @Icaro_07, that's quite late response, but ED forum did not send me any email about such notification. No, I made 3 such displays and it took quite time. But all schemas, 3d models, firmwares are free and avaialble for download if you want to build such thing for you.
-
There is such thing which converts 1 DP to 3 HDMI ports. Try it https://www.amazon.com/SIIG-DisplayPort-Splitter-Transport-CE-DP0Q11-S1/dp/B095H9BN24 There is also 1 DP to 1 HDMI converter https://www.amazon.com/AmazonBasics-DisplayPort-HDMI-Adapter-60Hz/dp/B08989D7RZ
-
Продано
-
В рублях 10000
-
-
Universal military aircraft homecockpit project
zippoa replied to Viper1970's topic in Home Cockpits
And in what game will you fly all these? As I know DCS does not have it -
Okay, so here is my setup with auto dimensions. No need to define in config resolutions. As mentioned above, you have to choose max resolution in DCS settings. This config checks how many additional MFDs you have. If you have no additional monitor connected, no changes needed. If you have one, it will auto expand picture there. You may connect max to 3 additional monitors. Your main monitor must be most left monitor. All additional must be located on right side, aligned to bottom. _ = function(p) return p; end; name = _('32andAuto9'); Description = 'Main monitor on left side, mfds on right. Align to bottom' if displays and #displays >= 1 then main_display = { x = 0, y = 0, width = displays[1].width, height = displays[1].height, aspect = displays[1].width/displays[1].height; viewDx = 0; viewDy = 0; } end if displays and #displays > 1 then square_mfd_1 = { x = displays[1].width, y = displays[1].height - displays[2].height, width = displays[2].width, height = displays[2].width, } rect_mfd_1 = { x = displays[1].width, y = displays[1].height - displays[2].height, width = displays[2].width, height = displays[2].height, } bottom_square_mfd_1 = { x = displays[1].width, y = displays[1].height - displays[2].height + displays[2].width, width = displays[2].height - displays[2].width, height = displays[2].height - displays[2].width, } LEFT_MFCD = square_mfd_1 JF17_LEFT_MFCD = rect_mfd_1 F14_HSD = square_mfd_1 F14_RWR = bottom_square_mfd_1 AJS37_RADAR = square_mfd_1 Shkval = square_mfd_1 end if displays and #displays > 2 then square_mfd_2 = { x = displays[1].width + displays[2].width, y = displays[1].height - displays[3].height, width = displays[3].width, height = displays[3].width, } rect_mfd_2 = { x = displays[1].width + displays[2].width, y = displays[1].height - displays[3].height, width = displays[3].width, height = displays[3].height, } RIGHT_MFCD = square_mfd_2 JF17_RIGHT_MFCD = rect_mfd_2 F14_VDI = square_mfd_2 AJS37_TV = square_mfd_2 ABRIS = rect_mfd_2 end if displays and #displays > 3 then square_mfd_3 = { x = displays[1].width + displays[2].width + displays[3].width, y = displays[1].height - displays[4].height, width = displays[4].width, height = displays[4].width, } rect_mfd_3 = { x = displays[1].width + displays[2].width + displays[3].width, y = displays[1].height - displays[4].height, width = displays[4].width, height = displays[4].height, } CENTER_MFCD = square_mfd_2 JF17_CENTER_MFCD = rect_mfd_2 RIGHT_MFCD = square_mfd_3 JF17_RIGHT_MFCD = rect_mfd_3 end UIMainView = main_display GU_MAIN_VIEWPORT = main_display Viewports = {UIMainView}
-
Hey there, it's 9.7 inch display 1027x768. https://www.aliexpress.com/item/4000796363039.html
-
-
- 1
-
-
FPS just drops to 1-2 when ground units attack me
zippoa replied to zippoa's topic in Game Performance Bugs
I have Win 10 and only default Windows Defender. Just added DCS to exceptions, but log shows that Win Defender was invoked the day before freezes appear. -
FPS just drops to 1-2 when ground units attack me
zippoa replied to zippoa's topic in Game Performance Bugs
Hi, swap only on NVME C:\Users\Oleksandr>wmic pagefile list /format:list AllocatedBaseSize=32000 CurrentUsage=0 Description=L:\pagefile.sys InstallDate=20211005135747.108100+180 Name=L:\pagefile.sys PeakUsage=1 Status= TempPageFile=FALSE DxDiag.txt -
So I ma playing on DDCS multiplayer server, I have 100 Mbit internet connection, ping around 150. PC is i7-4790k, 32GB, nvidia 1080 Ti, Samsung NVME for DCS, 100 Gb allocated for swap on NVME only, 2K main monitor and 2 additional of 1027*768. Graphics settings are: And with all this I get this third time: