Jump to content

Zachc12385

Members
  • Posts

    28
  • Joined

  • Last visited

About Zachc12385

  • Birthday June 6

Personal Information

  • Flight Simulators
    DCS WORLD, Apache, F14, F15e, F16, F18, Harrier, A10
  • Location
    The shadow realm
  • Interests
    Stunt rider, Sim enthusiast.

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I was having a similar issue with this update except I'm using a flat screen tv. Deleting fxo and metashaders fixed this issue
  2. no issues yet tonight. will update in the future if i get any other crashes
  3. I did that about a week ago and had no issueup until the last few days. only thing i can think of that changed is that i downloaded TheWay. The export .lua made my game run funky so i deleted it and saw an immediate improvement however i get random stutters and freezes now even after deleting the scripts
  4. ill be playing for the next half hour and as well as tomorrow night. Ill set a reminder and report back tomorrow. only issue is it only crashes every so often. to give you a little extra detail the last time it crashed i went from F1 view to F10 back to F1 and it crashed. not sure if that helps
  5. I do have 3 cubesim screens. maybe that could be the issue. i have an external hard drive plugged in as well maybe ill unplug that and see if that does anything. ill check my windows version now and report anything if found
  6. No file named oculus found. any other places to look by chance? Thank you
  7. Its possible that some files could have gotten transferred over when i got my new computer. I used to have an oculus waay back. Do you know what the folder name/location might be?
  8. dcs.log-20240222-092326.zip let me know if this is the correct one or not apparently that crash log i sent you was old. it was from a couple years ago. sorry for the confusion
  9. No sir im on a flat screen 55 in tv. I have MSI software and heard that may be conflicting somehow?
  10. # -------------- 20230509-060925 -------------- DCS/2.8.4.39313 (x86_64; MT; Windows NT 10.0.22621) D:\DCS World OpenBeta\bin-mt\DCS.exe # C0000005 ACCESS_VIOLATION at 00007ff6e80a5931 00:00000000 SymInit: Symbol-SearchPath: 'D:\DCS World OpenBeta\bin-mt;', symOptions: 532, UserName: 'Zachc' OS-Version: 10.0.22621 () 0x300-0x1 0x0000000000895931 (DCS): SW + 0x3FF221 0x00000000008544df (DCS): SW + 0x3BDDCF 0x0000000000108c07 (Visualizer): smSceneManager::DestroySceneManager + 0xD7 0x000000000086fa7e (DCS): SW + 0x3D936E 0x000000000234ce6b (DCS): AmdPowerXpressRequestHighPerformance + 0xFA6E67 0x0000000000c523f2 (DCS): SW + 0x7BBCE2 0x000000000001269d (KERNEL32): BaseThreadInitThunk + 0x1D I kwwp having this same issue from time to time. any ideas? i just got a new PC a few weeks ago with a 4060ti
  11. Hey guys I’ve been looking through the manual and tutorials like crazy but I can’t find a way to get the GNSS system to work after I repair the aircraft. Is there something I’m missing here? Any help is much appreciated
  12. Anyone know of a fix here im kind of lost. i followed previously made threads but to no avail. every time i run the witchcraft windows command it keeps saying socket.io not found. any help would be great i just want to learn how to code on this goshdarn game
  13. local function requestSEAD(vars) if vars.type == SEAD then mist.respawnGroup('SEAD-1', true) end mist.respawnGroup('SEAD-2', true) end local function requestCAS(vars) if vars.type == CAS then mist.respawnGroup('CAS-1', true) end mist.respawnGroup('CAS-2', true) end local function requestCAP(vars) if vars.type == CAP then mist.respawnInZone('CAP-1', 'BLUE') end mist.respawnInZone('CAP-2', 'BLUE') end local requestAsset = missionCommands.addSubMenu('Request Asset') local seadAsset = missionCommands.addCommand( 'SEAD' , requestAsset , requestSEAD, {type = SEAD} ) local seadAsset = missionCommands.addCommand( 'CAS' , requestAsset , requestCAS, {type = CAS} ) local seadAsset = missionCommands.addCommand( 'CAP' , requestAsset , requestCAP, {type = CAP} ) I got the code to work now i just need to figure out how to add a message whenever a group spawns in. I also want to figure out how to do a while loop as well. thanks for your help its finally all starting to make sense. @Grimes any luck figuring out how to use witchcraft? i feel like it would help a ton. for some reason I cant get function whatever(vars) to work with flags or anything else for that matter
  14. @Grimes i got the radio item to pop up but i doesnt spawn the gorups that i want any ideas here? p.s i use notepad++ but i dont know how you get it to show up like that local function request(vars) if vars.type == sead then mist.respawnGroup('Aerial-21') end mist.respawnGroup('Aerial-22') end local requestAsset = missionCommands.addSubMenu('Request Asset') local seadAsset = missionCommands.addCommand( 'SEAD' , requestAsset , mist.respawnGroup, {type = sead} )
  15. https://www.digitalcombatsimulator.com/en/files/3329112/ found out i had to creat the file. heres a great mod in case you are looking around like i was heres my template Labels.lua
×
×
  • Create New...