Jump to content

IAF.amir

ED Closed Beta Testers Team
  • Posts

    35
  • Joined

  • Last visited

Everything posted by IAF.amir

  1. its still not work in version 2.9.12.5336, the searchlight slew still not working for 1 minute i need to open a report post for it ?
  2. Since the last few updates, simulation loading times have significantly increased, ranging from 1–2 minutes to as long as 10 minutes. These delays occur during startup, mission loading, and sometimes when switching between menus. spec: - Model: Z790 AORUS ELITE AX - Processor: 13th Gen Intel(R) Core(TM) i9-14900K, 3000 MHz, 24 Cores, 32 Logical Processors - GPU: NVIDIA RTX 4090 - RAM: 64 GB @ 6000 MHz We have 10 additional computers equipped with i9-13900/12900K CPUs and RTX 3080 Ti GPUs, all experiencing the same issue. After downgrading to version 2.9.7, the system runs smoothly. We installed version 2.9.7 alongside 2.9.11 for comparison and found the older version significantly better. maybe the issue is related to multi-threading MT or the number of CPU cores. Aside from using higher resolution, all other settings are on the lower side. logs are included 2024-12-25_slow_dcs - Copy.log dcs pilot slow.log dcs-all_v2.log dcs-all_v3.log
  3. @xcom 'Active Pause' not work for me in Multiplayer, only regular Pause
  4. trying to start / stop video recording/obs when im enter/exit the aircraft
  5. still happing in version 2.9.9.2474
  6. onActivatePlane method i find in opsdcs github: https://github.com/pschiel/opsdcs/blob/main/opsdcs-api/opsdcs-api.lua#L829 the onPlayerChangeSlot happend before i press 'FLY'
  7. when a player join a slot, after he press 'FLY' i want to get the player id / name. Hooks - onActivePlane() only return the aircraft type
  8. Look in DCS-BIOS code: https://github.com/DCS-Skunkworks/dcs-bios/blob/master/Scripts/DCS-BIOS/lib/modules/aircraft_modules/A-10C.lua#L1255 there is function called "defineBitFromDrawArgument". the second argument gets the dcs argument number
  9. The power lever? I can move it to FLY fast enough and continue as usual. It only happens when I enter the cockpit.
  10. I have a bug that the Power Lever goes to Idle when i press FLY in single player tried: - clearing my key settings - calibrating the controls - remove the Throttle (that one helps, but i cant fly without it) Throttle : CH Pro Throttle Power Lever.trk
  11. I created in my mod an HUD element with some pages, NAV, A-A, A-G. how do i move between them ? init.lua: dofile(LockOn_Options.common_script_path .. "devices_defs.lua") indicator_type = indicator_types.COLLIMATOR purposes = {render_purpose.GENERAL, render_purpose.HUD_ONLY_VIEW} -- subset ids BASE = 1 NAV = 2 A_A = 3 A_G = 4 page_subsets = { [BASE] = LockOn_Options.script_path .. "HUD/Indicator/base_page.lua", [NAV] = LockOn_Options.script_path .. "HUD/Indicator/nav_page.lua", [A_A] = LockOn_Options.script_path .. "HUD/Indicator/a-a_page.lua", [A_G] = LockOn_Options.script_path .. "HUD/Indicator/a-g_page.lua" } init_pageID = 1 pages = {} pages[1] = {BASE, NAV} pages[2] = {BASE, A_A} pages[3] = {BASE, A_G}
  12. there is a newer update 1.2.7.24040.356
×
×
  • Create New...