Jump to content

KH0000

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by KH0000

  1. I got a crash on the PC after a launch DCS just completed the update on steam after load into the main menu the screen and the cursor just freeze all the input pattern were ineffectived instead of force re-boot anyone get same problem? Microsoft Windows 11 Home, Version 10.0.26100 DirectX runtime version: DirectX 12 CPU: 12th Gen Intel(R) Core(TM) i9-12900K RAM: 64.0 GB Storage (2): SSD - 3.7TB ,SSD - 953 GB Graphics card GPU processor: NVIDIA GeForce RTX 3080Ti Laptop + circumscribed RTX 3070 I solved it out which cause by the custom UI size in the system setting and the DPI sync use the defualt setting and the DCS been fine
  2. LongLive Buddy Love from HONGKONG.SAR
  3. I try to use moose to let a group of two F16s and a E2 AWACS TO from the field and respawn when they shut off engines after landed Both of F16s and AWACS are able to spawn but without respawn after shut off codes↓↓ local Group_Spawn = SPAWN:New("E2D") Group_Spawn:InitLimit(1, 99) Group_Spawn:SpawnScheduled(10,0) E2D = SPAWN:NewWithAlias("E2D") E2D:InitLimit(1 , 99) E2D:InitRepeatOnEngineShutDown() local function Scheduler() E2D:SpawnAtAirbase( AIRBASE:FindByName( AIRBASE.Sinai.Cairo_West ), SPAWN.Takeoff.Hot ) return timer.getTime() + 30 end timer.scheduleFunction(Scheduler, nil, timer.getTime() + 1) --------------------------------------EAF-F16------------------------------------------------- local Group_Spawn = SPAWN:New("EAF") Group_Spawn:InitLimit(2, 99) Group_Spawn:SpawnScheduled(10,0) EAF = SPAWN:NewWithAlias("EAF") EAF:InitLimit(1 , 99) EAF:InitRepeatOnEngineShutDown() local function Scheduler() EAF:SpawnAtAirbase( AIRBASE:FindByName( AIRBASE.Sinai.Fayed ), SPAWN.Takeoff.Hot ) return timer.getTime() + 30 end need help with this Script-AWACW-CAPF16.luaLUA TEST Sinai.miz
  4. woah thats a great work buddy, I suggest that to put out the version with unit(link been overwrite!!) which is V1 even with mods to restore the realworld anyway. the marker in V2 help me a lot to work on a freeflight mission, keep it going :)
×
×
  • Create New...