Jump to content

GusPT

Members
  • Posts

    21
  • Joined

  • Last visited

Everything posted by GusPT

  1. Dunno, this was part of the manual installation process (the per-game step on that link). The system wide installation did not work for me.
  2. Thanks, and thank you @M1Combat, that fixed it for me. Downloaded the 64-bit version, on the OpenXr branch https://gitlab.com/znixian/OpenOVR/-/tree/openxr replaced openvr_api.dll, renamed D3DCompiler_47.dll to D3DCompiler_47dll.orig Run DCS Great success
  3. I just did every step of the guide including clean/repair dcs with no luck. Shouldn't Mixed reality portal open up automatically when starting DCS? I'm also leaving opencomposite (and it show DCS using opencomposite) and openxr toolkit open while running DCS.
  4. G2 owner here and done all the steps but now DCS won't launch in VR mode, and the Mixed Reality Portal no longer starts automatically. I can see that the box is ticked, in the DCS options menu, but it's always in desktop mode. Anyone else with the same problem? I should say that I'd previously followed this guide around April, but did not install OpenComposite. I don't think it was mentioned there or I missed it, but did replace a few dll's in the bin folder and added the opencomposite.ini file. SteamVr was still launched but I did notice the sim was a lot smoother with a slightly better image clarity. NVIDIA GeForce 1070 Driver version 512.95
  5. Having a blast so far in Raven 1. Just finished mission 3 and noticed that when you're asked to switch to Yellow 13 (chan 16), the chatter actually occurs on chan 17. Missed a few of the jtac calls and had to ask Smoke to attack the targets. After that we successfully refueld again and returned to Marshall. Almost botched the landing, the LSO called waveoff, but I stil managed to grab #4 wire. Was expecting the mission complete would pop up, but nothing happened. Managed to takeoff and land again, this time with the right callouts, but still no message. Ended the mission and continued to Mission 4, score 6.. no idea why. Anyway, just wanted to let you guys know this, especially the chan 17 being the active. Don't let it ruin an otherwise great campaing so far, very immersive. Edit -- Forgot to mention, running lastest stable version DCS 2.7.9.18080.
  6. Was able to download this version without issues. Thanks!
  7. Seems awesome. However my windows is detecting a "virus" in the zip file. Any workaround? Thank you for the effort!
  8. It's working now. You guys forgot to deploy Petrovich to stable?
  9. Hi, Just updated to latest stable version ( DCS 2.7.2.8165.2) and went on to install the Hind but I'm getting this error: Logs: 00000.000 === Log opened UTC 2021-06-25 16:15:24 00000.021 INFO : DCS_Updater/2.11.2.89 (Windows NT 10.0.19042; Win64; en-GB) 00000.021 INFO : src-id: 21b5e65c9a14074710f7a62e66e5bb6cca2afe2f, lib-id: bf64e300edca29ae7ef5ba1d4db27e53a1213fa2 00000.021 INFO : cmdline: "C:\DCS World\bin\dcs_updater.exe" apply 472cafdb-1f7e-487f-9868-6227876beba3 12372 00000.112 STATUS: Initializing... 00000.230 INFO : basedir: C:\DCS World 00000.232 INFO : Command: install MI-24P 00000.233 INFO : DCS/2.7.2.8165.2 (x86_64; EN; WORLD,FC3,FA-18C,AJS37,SPITFIRE-MKIX,PERSIANGULF_terrain,F-5E,WWII-ARMOUR,UH-1H,KA-50,SPITFIRE-MKIX-THEBIGSHOW_campaign,A10C-TTQ_campaign,UH-1H_ARGO_campaign,A10C-AAT_campaign,KA50-REPUBLIC_campaign,NORMANDY_terrain,F-16C,LLHMD_UH1H_WORLDS_APART_campaign,MIG-21BIS,SU-33,SUPERCARRIER,A-10C_2,F-86F,FW-190D9) 00000.233 INFO : branch: 00000.234 STATUS: Downloading version info... 00000.729 STATUS: Preparing to install MI-24P ... 00000.790 STATUS: Unknown module MI-24P 00108.324 === Log closed. Any thoughts on what it might be? Thanks!
  10. Just played this mission on version 2.7 Stable. The lead still "follows terrain" a bit too much but it's manageable if you keep some distance and about the same level. Was able to complete the mission on the first try and never got the "keep up!" message. Try to predict and give it some distance and you should be fine.
  11. Totally agree. I've been kept using Mist due to its lightweight, MOOSE is too cumbersome for the most stuff I've been working on. It's nice to know Mist we'll be still be around for some time. Thanks for your work @Grimes edit: BTW, the new parameters work great!
  12. @Hardcard absolutely. I meant deterministic in the sense that there are no retries, just need to input the proper values. Perhaps I chose the wrong word. @Grimes I've been using mist 4.3.74, didn't even know there was a new version, thought the project was dead and replaced by Moose. Good stuff!! Will have a look to see what else is new, but it seems this version does exactly what I want. Thanks!
  13. Thanks for the quick responses guys. If I understand correctly @Hardcard approach is deterministic while @toutenglisse tries to get a position within the angle restrictions, which might have a performance impact for what I want to do. However both approaches are useful and come to think of it, I can probably extract the mist.getRandPointInCircle code (also looking for some randomness here for the radius) and change it to limit it to the angles I'm looking for. Then transform the result to a vec3 using mist.utils.makeVec3. Wish I had paid more attention to my algebra classes.. I'll post back the results when I'm done.
  14. Hi, I'm currently working on a A2A training mission, using lua and MIST, and would like to be able to spawn units in a position between 9 and 3' o clock in front of a given unit. I got the spawning and all that figured down, but I'm struggling with the math to determine the new unit position. Something like this: -- positionVec3: reference unit getPosition().p function cloneGroup(groupName, positionVec3) ... transform position to a place point between 9 and 3' o clock in front of the reference unit local teleportVars = { groupName = groupName, newGroupName = newGroupName, point = positionVec3, action = "clone", innerRadius = 4000, radius = 5000 } local _group = mist.teleportToPoint(teleportVars) local group = Group.getByName(_group.name) group:activate() return group end I'd truly appreciate if anyone could provide an example or point me in the right direction. Thanks!
  15. Getting the error below during the update: 00000.128 --- Log file: C:\DCS World\autoupdate_log.txt 00000.000 === Log opened UTC 2020-12-25 18:51:00 00000.063 INFO : DCS_Updater/2.10.6.63 (Windows NT 10.0.19042; Win64; en-GB) 00000.063 INFO : src-id: baf92d0a5bb967be5dcb68784e54459d083e8c3d, lib-id: bae3744c50d64647d7c5ee5a1236d3ae42dbbb1e 00000.063 INFO : cmdline: "C:\DCS World\bin\DCS_updater.exe" --apply update H:\Users\Gustavo\AppData\Local\Temp\DCS\update_info.json 2.5.6.59625 00000.126 STATUS: Initializing... 00000.128 INFO : basedir: C:\DCS World 00000.129 INFO : DCS/2.5.6.55960 (x86_64; EN; WORLD,FC3,FA-18C,AJS37,SPITFIRE-MKIX,PERSIANGULF_terrain,F-5E,WWII-ARMOUR,UH-1H,KA-50,SPITFIRE-MKIX-THEBIGSHOW_campaign,A10C-TTQ_campaign,UH-1H_ARGO_campaign,A10C-AAT_campaign,KA50-REPUBLIC_campaign,NORMANDY_terrain,F-16C,LLHMD_UH1H_WORLDS_APART_campaign,MIG-21BIS,SU-33,SUPERCARRIER,A-10C_2,P47D30,SYRIA_terrain) 00000.129 INFO : branch: 00000.361 INFO : Got reply from www.digitalcombatsimulator.com 00000.362 STATUS: Verifying cached version info... 00000.560 STATUS: Verifying installed files... 00006.780 INFO : 54 files are changed or missing. 00010.002 STATUS: Preparing download... 00012.759 INFO : To download: 54793436462 bytes in 7820 files 00012.760 STATUS: Searching for already downloaded files... 00013.530 INFO : Found 0 local source(s). 00013.580 INFO : To download: 54793436462 bytes in 7820 files 00013.580 STATUS: Downloading delta index... 00014.046 INFO : Got delta index. 00014.130 INFO : 0 bytes in 0 deltas to download. 00014.131 INFO : Found 0 matching deltas. 00014.171 INFO : To download: 54793436462 bytes in 7820 files 00014.174 STATUS: Downloading update... 00014.175 INFO : Using 4 threads to decompress. 00014.186 INFO : Using HTTP download. 00014.420 ERROR: UNPACK_FAIL: (13740)->[FileError: C:\DCS World\_downloads\Sounds.edc/23/23dfd88b13390df2b334ffa114afdd77f7f6cb86ed0848e55dccdfed69619031.downloading.652958c8d81280a6: (225) Operation did not complete successfully because the file contains a virus or potentially unwanted software. ] C:\DCS World\_downloads\Sounds.edc/23/23dfd88b13390df2b334ffa114afdd77f7f6cb86ed0848e55dccdfed69619031 00015.625 STATUS: C:\DCS World\_downloads\Sounds.edc/23/23dfd88b13390df2b334ffa114afdd77f7f6cb86ed0848e55dccdfed69619031.downloading.652958c8d81280a6: (225) Operation did not complete successfully because the file contains a virus or potentially unwanted software. 00021.511 === Log closed. But I'm still able to enter DCS... I wonder in what state though autoupdate_log.txt
  16. So I'm almost done with the campaign, need to retry the last mission, but wanted to leave my feedback, as it was one of the most rewarding experiences, in simming, so far: As others have said in this forum, it was great to see the level of detail and effort put into making the campaign very alive and dynamic along with the dialogs and sequence of events on each mission. It was also very rewarding to feel my piloting skills improve from start to the end of the campaign, and my admiration for the huey getting stronger. It'll be my favorite heli for a very long time and I feel this campaign really made it shine and put into perspective the workhorse that it is. A friend of mine, who really had the chance to flew it, recommended me this book, Chickenhawk, from a former Vietnam huey pilot. Some of the techniques he describes during his instruction were really helpful on some missions, especially departing overweight from tight spots as well as formation flying. So I'd recommend that to anyone flying this campaign. Sorry for the long post, keep up the great work :worthy: and looking forward for the next missions!
  17. Yeah, that sounds like a simple fix (fortunately!)
  18. Yes, according to logbook.lua, it was 100. But for some reason it didn't advanced to the next mission. Tweaked that file, did the next mission and now just tried the last mission, but will have to give it another go. I had an issue on the last mission, not sure if you want me to report it here or on a new thread.
  19. Hi, Just finished this mission, on the latest STABLE, and had the same issue. Will edit the logbook to move forward, for now. Cheers
  20. Hey, Just had the same problem. I'm on stable 2.5.6... Hope this fixed soon. It's an amazing campaign so far!
×
×
  • Create New...