Jump to content

exil

Members
  • Posts

    380
  • Joined

  • Last visited

Everything posted by exil

  1. Ah okay, I see. Thank you for your input! I will check if my GPU is sitting in the slot correctly. Didn't want to hijack this topic. I thought it would be the same problem because of the Metashaders being empty.
  2. Same problem here. DCS crashes after a couple of minutes (1-4) ingame. I did a complete fresh install with no luck. Also, my Metashaders in my saved games folder are not building up. It is completly empty! Hope there is some fix for it soon! dcs.log-20210226-200218.zip
  3. I've got another 6900 inbound. Will test and report how it works on my system.
  4. That, sir, really helped me out a lot! Not only for my script I am tweaking at the moment but for so much more of my missions. Thank you very, very much!
  5. Okay, so i found a way of doing it. I dumped the old script and looked after what MOOSE would be capable of (what a powerful tool!). It looks like this now: local MyZone = ZONE:New('ropezone1') local MySetGroup = SET_GROUP:New():FilterCoalitions('blue'):FilterCategoryGround():FilterStart() if MySetGroup:AnyInZone(MyZone) then MESSAGE:New("At least one GROUP has at least one UNIT in zone !", 10):ToAll() else MESSAGE:New("No UNIT of any GROUP is in zone !", 10):ToAll() end Does anyone know, if it's possible to run the script for more than one zone? I tried the following but without luck: local RopeZones = {'ropezone1', 'ropezone2'} local MyZone = ZONE:New(RopeZones) local MySetGroup = SET_GROUP:New():FilterCoalitions('blue'):FilterCategoryGround():FilterStart() if MySetGroup:AnyInZone(MyZone) then MESSAGE:New("At least one GROUP has at least one UNIT in zone !", 10):ToAll() else MESSAGE:New("No UNIT of any GROUP is in zone !", 10):ToAll() end I also tried local MyZone = ZONE:New({'ropezone1', 'ropezone2'}), but again, no joy.
  6. Gents, i really feel stupid to ask again since i'm really a lua noob, but i don't seem to get on with what i'm triying to achieve. For now, I'm trying to send out a text message if a blue helicopter unit (will be a client) enters a zone. This is what i've got so far. But i doesn't work: local blueunits = mist.getUnitsInZones(mist.makeUnitTable({'[blue][helicopter]'}), {'ropezone1'}) -- return any blue helos inside "ropezone" for i = 1, #blueunits do if Unit.getByName(blueunits[i]) then local u = Unit.getByName(blueunits[i]) if u:getLife() > 1 then -- check if unit is alive trigger.action.outText( 'in der zone', 10 ) end end end I really don't know what i am doing wrong here.
  7. Works like a charm! Thank you very much again!
  8. Excellent! I'll test this tomorrow as soon as I get back from work. I knew that I was basically working with a unit function but didn't find a way to deactivate them (since there is none). Thanks a lot!
  9. Hey guys, i'm trying to find a way to deactivate all my current red air units with one trigger. I stumbled accros the following function from MIST: mist.makeUnitTable so i thought about something like: redair = mist.makeUnitTable({"[red][plane]"}) But now i don't know how to use the table that i just generated and deactivate the units from this table. I'm really sorry, if there is maybe a lot of stupidity in what i'm writing. I'm really not good with lua and till now basically just copy and paste codes and do trail and error. I would appriciate it if someone could help me out here.
  10. Could you screenshot your amd software settings and post it? Would be nice to see if that works with SteamVR too.
  11. I know what you mean and the problem has been discribed in this threat a few pages before. It seems to be a driver problem or a steamvr problem. We don't know yet. That is maybe a good idea since we shouldn't hijack this threat anymore and the problem is purely amd specific. As an addition, please post on which amd driver you are on. There was a new one released two days ago.
  12. Somehow I just experienced this the first time. All I did was to run a repair of dcs and now after hitting the f10 map I got stutters and bad frametimes gpu and cpu wise. Is there a fix for this? Edit: since I didn't update dcs but steamvr updates itself on a regular basis could that be the problem?
  13. Cool! I really appreciate your work and am really curious about the results. Just to clarify: The tests I did (206%SS Reverb G1) was at a resolution of 3160x3100. This would match 100% SS on a G2. I will also do further testing when the new drivers are out and there are signs that the motion smoothing issues are fixed. I hope I can then get a hand on the 6800XT/6900XT again.
  14. Well, the test is already there. Look at my post on page 5 of this threat. I compared the 3090 vs 6900xt. Overall it is faster than the 3090 but not really faster than the 6800XT. Just as a reminder for the benchmark: SS was at 100%, PD 1.0 and ingame settings as given in the ingame VR preset to keep benchmarks comparable.
  15. Checkout this threat and take your time to read it through. You will find all the information you need regarding pros and cons: Cheers!
  16. Just read this thread carefully. If you need motion smoothing without any tweaking and compromises I wouldn't buy AMD right now until the drivers are fixed. If that happens and it is confirmed that it works properly I will be instantly switching from Nvidia to AMD.
  17. Hard to tell. The raw data indicates that Amd is the better card. If you don't use motion smoothing and looking for 90 fps I would recommend amd. If you need motion smoothing (most likely in VR), then I would maybe wait. There are issues right now. They could possibly be fixed with the next driver update or maybe never. We don't know yet. If it's gonna be fixed I am pretty sure, that the 6800xt will be one of the best cards you will find for DCS.
  18. Cool! Good to hear! So you set motion reprojection on auto or motion vector in wmr and in steamvr you set it to per app? Do I understand that correctly? If so, you could try to set it on motion vector as this should lock it to 45fps and you should not see the jumps up to 50-60fps.
  19. Check out my benches. Tried to reproduce you tests with the exact same resolution and settings. I was not able to get above the mentioned 70fps. And even if it would do, I believe the difference will be marginal and not worth the 350 extra bucks you are paying for the 6900XT. The only difference might be that I am not able to use SAM.
  20. This is the info I needed! Thanks a lot! I strongly hope and believe AMD will fix it with an driver update. We should all contact the AMD and Vive support. The more people address this, the more likely they will investigate. Once this thing is fixed, there is no reason to buy Nvidia anymore (unless you need it for other games). Then the 6800XT will be the most bang for buck. Benchmarks above indicate that even with a 6900XT you won't get more out of DCS. @ all: Thank you guys for having kept investigating!
  21. I'm not smashing AMD. The opposite is the case! I was really hoping for AMD to bring some competition in the GPU sector. And they did! The raw data indicates that they released a powerful card. Even on par with the 3090! Who would have thought that a couple of month ago. But since DCS is my primary game I can't bear to play it without motion smoothing. That being said, without motion smoothing the price/performance ratio isn't there (yet). Without proper motion smoothing I could turn up my settings just like an 2080ti would do. But that's just not enough for a new card. I really hope we'll see a fix for that. And when it's done, I will sell my 3090 and get an 6800XT. But for now, I stick with Nvidia.
  22. Most definitely there will be delays and also an increased price. I don't see the 3080ti to be sold below 1200€ over here. The GPU market at the moment is completely out of control. Did you delete the drivers before reinstalling?
  23. Well, raw performance wise the 6900XT should be the card to go. But with that problems right now, rather wait until there is a solution (it's not like it not playable. I was able to get SS @ 140% (Reverb G1) with shadows on high an had more or less stable 45 fps. Buuuut: it's unused potential of the card right now and therefor its too expensive. If you don't want to wait, buy a 3090,yes. Also pretty beefy GPU if you have enough money though. And who knows... Maybe till release of the 3080ti, or the time you are really able to buy it, the AMD bug might be fixed.
  24. Then, yes. Welcome to the club With your 6800 you could try to revert to old drivers as mentioned above an see if that helps.
  25. Well I am not in the red at all. Even in the yellow (15ms) it starts to stutter. What card do you use?
×
×
  • Create New...