Jump to content

Metal Hawk

Members
  • Posts

    149
  • Joined

  • Last visited

Everything posted by Metal Hawk

  1. Well, in PassMark benchmarks HD 7750 has a score of 1647. A10-7850k has a score of 1008. But both are at the low end side. If you lower some settings that have big impact on graphics calculations, my guess is that you will have similar experience with the HD 7750.
  2. Maybe in this thread you can find something close to what you are looking for: http://forums.eagle.ru/showthread.php?t=114260. Number 4 on the list (the one referring to the "free camera") might just work for your needs.
  3. Unless it's WIP photos in the announcement thread (or taken in the old engine), this is what the afterburner will probably look like:
  4. I think the most important information in the announcement of NEVADA Test and Training Range Map is that, now, we have official requirements for the hardware. Now we know what to expect from future maps and make better choices in our system upgrades.
  5. Unfortunately no, because I haven't done it my self and I don't know how to do it. But I would advice against disabling such protective measures from the system. Because, if disabled, any malicious software can install things that shouldn't be installed. The last working drivers for me had version number 7.0.34.109 and the SST software version 7.0.27.13 in Windows 8.1. For Windows 10 I don't know since I haven't upgraded. If you installed newer versions that are not working then you may have to manually uninstall them in order for windows to use the older ones.
  6. I know that the title of the thread is about windows 10, but the problem exists even on windows 8.1. The last two driver versions Saitek/Mad Catz really messed things up. From a reddit tread someone managed to get the new drivers installed by disabling windows integrity check. It seems that there might be something wrong with the drivers digital signature. Don't they do quality checks before releasing their software? I cannot imaging that they tested the new drivers and didn't noticed that the OS was rejecting the new version. Twice now! Anyway. In the Device Manager under "Programming Support" there is an entry called "Programmable Root Enumerator". That is the one responsible for translating button presses to keyboard entries. After installing the latest drivers and software, which they where not working, I tried to manualy choose what driver windows should use for "Programmable Root Enumerator". In there I show too possible drivers found by the OS to be for this hardware. The one not working had a version/date: v7.0.39.0[4/17/2015]. So I choose the other one which had a version/date: v7.0.27.13[4/16/2013]. So, they've updated their drivers only for us to use the one back from 2013!!! I hope they fix it soon.
  7. I hope it did not come too late. This is what the official position of ED on this matter is. Coming from Matt http://forums.eagle.ru/showthread.php?t=145683: Every system is different, so, in some systems a new activation will not be necessary, but in others might. Before anyone proceeds to upgrading to Windows 10 it's best to have all the facts from official sources.
  8. I have noticed, long time ago, that most of the times, at mission start, the mouse cannot interact with the door handles. But if I close the doors with keyboard shortcut once, then the mouse can interact with the doors.
  9. Check if there is a typo in the file name. Also check if the file was downloaded correctly. Can you give a screenshot of the files you have of DCS world (along with their size)? Current stable DCS world have ...423-* designation in their filenames. Are you trying to install DCS World Beta?
  10. I was using the first downloader to download the same files many times and all where corrupted (as it finally turned out) even thought the program claimed that it had completed the download successfully. The first time I used another program to download the same files all went well. So the dowloaders can sometime make mistakes. What confusion am I spreading? If what I said helps the OP, isn't that what is the point of this thread? And if it's not a bug from the downloader he uses then at least he will have excluded one possible thing that may or may not be of fault. I haven't even said what program I used. I don't advertise a curtain application. I simply shared a previous experience I had and how I solved the problem. If that helps the OP I am asking again: What is the problem?
  11. When I used one downloader it said that it finish the job and had download the files 100% and I was having troubles. When I used another program to download the exact same files from the exact same links the installation was completed. I didn't check the MD5 but it was definitely something wrong with that program. If the downloader downloads the files in small chunks and don't but them back together as it should, even if it reports that all went fine, it messed up. So what's the harm for the OP to try and see for him self if this helps him or not?
  12. I would also re-download all the files from scratch using other program to download them. Sometimes I had the downloader program say that it completed the download successfully, but in reality the files where corrupted. Check also the MD5 numbers. And last, check if an antivirus program blocks the installation.
  13. For those of us that only have the TF-51D where can we find the updated manual? The latest update did not update the manual in the TF-51D folder and in the download section of the official DCS website the manual is still the old one. It would be nice if we could get it from there and not wait for the next update.
  14. 8.62MB less for the next update then :). Thanks for checking it.
  15. Why are there two manuals for DCS-Su27 in the FC3 doc folder? They look the same only with different name. Is there an actual difference?
  16. Where can we get the updated version of the manual those of us that don't have the P-51 module? In the TF-51D folder the manual has a date of creation at 10/12/2012 10:17:31AM.
  17. It's official. Windows 10 will be a free upgrade for Windows 7 (<-----:surprise: ) and 8 users: http://www.pcworld.com/article/2873214/windows-10-will-be-a-free-upgrade-for-windows-7-and-8-users.html
  18. In the lua file "Path/to/Game/Folder/Eagle Dynamics\DCS World\Config\View\View.lua" there is a section that looks like this: [color=Red]-- CameraJiggle() and CameraFloat() functions make camera position -- dependent on FPS so be careful in using the Shift-J command with tracks, please. -- uncomment to use custom jiggle functions[/color] --[[ function CameraJiggle(t,rnd1,rnd2,rnd3) local rotX, rotY, rotZ rotX = 0.05 * rnd1 * math.sin(37.0 * (t - 0.0)) rotY = 0.05 * rnd2 * math.sin(41.0 * (t - 1.0)) rotZ = 0.05 * rnd3 * math.sin(53.0 * (t - 2.0)) return rotX, rotY, rotZ end function CameraFloat(t) local dX, dY, dZ dX = 0.61 * math.sin(0.7 * t) + 0.047 * math.sin(1.6 * t); dY = 0.43 * math.sin(0.6 * t) + 0.067 * math.sin(1.7 * t); dZ = 0.53 * math.sin(1.0 * t) + 0.083 * math.sin(1.9 * t); return dX, dY, dZ end --]] --Debug keysIf you play with this values, probably making them produce zero values, the jiggle will stop. Mind you though, this will probably mess track playback and have other side effects. Also with every update you will have to re-edit the lua file. P.S. Always make a copy of the original files you edit in case you have to go back to the default state.
  19. There is a valid reason why the fan should be functional. Mi-8's cockpit field of view is quite small and the fan is right in front of the pilot's sight. If it rotates we can see what's behind the fan blades. It may be a small increase in the field of view but it won't go unnoticed.
  20. Does this mean that it will still be present in EDGE? I thought that EDGE was the perfect opportunity to fix bugs that where caused by old technology.
  21. Could you please also add Bookmarks links in the Navigation pane (for all the manuals) in the final version? In small documents it's not a big deal, but in such massive manuals it is a must have. At lest for me.
  22. I know that. I was asking the same thing as the OP, that is about the orientation setting lost if you enter ERBL that needs cycling ABRIS modes back around to map mode to revert the setting in map mode.
  23. So what's the verdict for this. Is it normal? Is it how in an actual BS works? Is it a bug? Will it stay like this? Will it be fixed?
  24. Use the one for Flaming Cliffs 3. If I am not mistaken it's the same thing.
  25. Also in the Graphics Options you can uncheck the FULL SCREEN option and DCS will run in windowed mode.
×
×
  • Create New...