安裝 Steam
登入
|
語言
簡體中文
日本語(日文)
한국어(韓文)
ไทย(泰文)
Български(保加利亞文)
Čeština(捷克文)
Dansk(丹麥文)
Deutsch(德文)
English(英文)
Español - España(西班牙文 - 西班牙)
Español - Latinoamérica(西班牙文 - 拉丁美洲)
Ελληνικά(希臘文)
Français(法文)
Italiano(義大利文)
Bahasa Indonesia(印尼語)
Magyar(匈牙利文)
Nederlands(荷蘭文)
Norsk(挪威文)
Polski(波蘭文)
Português(葡萄牙文 - 葡萄牙)
Português - Brasil(葡萄牙文 - 巴西)
Română(羅馬尼亞文)
Русский(俄文)
Suomi(芬蘭文)
Svenska(瑞典文)
Türkçe(土耳其文)
tiếng Việt(越南文)
Українська(烏克蘭文)
回報翻譯問題
The funny thing is that the cracked version gonna run smoother ...
Seriously, Denuvo is such a wast of time. It does not really prevent crack to exist, it slows your game ... what the point ?
It isn't about how your game runs. It is about protecting the game from cracks for as long as they can. Normally about 3 weeks.
If they released it without it. It would be cracked the same day. Take DOOM into account.
Do you know Cd Projekt Red? The Witcher series, Cyberpunk 2077.... I remember back in 2011 I had a very similar issue, like what happened with this game. The Witcher 2 had a TERRIBLE drm on its first version. The workarounds were insane, I found out 3d vision drivers made the game run like poop (10 fps all in low, with a high end system for the time). In the end, all their games ended up being DRM free. I wonder how it works out for them... ;).
And another, the infamous Assassins Creed 2. Ubisoft servers were down, and you could not play because of authentication. Legit owners were playing cracked software lol.
I mean, I know we buy a license subject to terms and conditions, not a product/good. But still... at this rate I do not feel like I "own" my software lol. At this rate, everything will end up being hosted in the cloud and being delivered by 5g worldwide networks. Perhaps that was the plan all along... (+ agressive analytics...)
1. Update Windows to at least 1809. (this is an acceptable windows build for my situation.)
2. Install Vstudio redest 2015-2019 64x
3. Latest Nvidia Studio Driver for a 2080ti
Congrats! Which error did you have? What CPU?
G4560
GTX1050Ti 4GB
DDR4 16gb 2400MHz
SSD Samsung 860 EVO
Windows 10 Pro x64
No error game just wouldn't start. However running the .exe directly from the game folder it complained about a Vstudio .dll and the version of windows I was running (1803)
I'm using a 4950k overclocked to 4.8ghz
I've got an older CPU (overclocked 10+ year old i7 930) but am able to run the Shadow of the Tomb Raider benchmark at over 70 fps average at the highest graphics option (1080p). I would think the game should at least launch.
I've downloaded the latest nvidia driver 451.67, and I downloaded the redistributable and dll file trying to get this to at least launch. I don't even see an error message before it crashes. Steam has already verified the files to not have any issues.
Theoretically, they should be able to encapsulate the sections of code from AVX to SSE and vice versa with IF statements. The code would change very little, it’s not different math; it’s a different way to execute things(code/math) simultaneously. Whomever worked on these sections of code using AVX should have them already flagged or noted; it would be common practice. AND – they would be very very familiar with them and their locations. Thus… this should be a quick fix.
However… if it’s in the denuvo… That is a whole can of worms 7 layers deep in hell I would not want to be involved with.
ALSO, theoretically… you/we should be able to emulate AVX (and anything really) via intel’s “Intel Software Development Emulator” you can google it or use the link below. Just because there is a new instruction set (i.e. AVX) does not mean your computer cannot do that math. It just won’t do it as fast. We’re not talking a jump to quantum computing… we’re still here in 1’s and 0’s people…
However, I’ve not personally been in a situation I needed to use this dev tool before (no hands-on experience prior). I could not get the game to launch – even with this; maybe someone else here can that has used it or knows a buddy? There could even be checks in denuvo to see if someone is emulating a CPUID or BMI… Who knows but, it’s something you could try… I’ll dig deeper into this myself tomorrow (I have to be up early for work) but; there’s an option nonetheless… Seems we’re all desperate at this point.
Grab the Intel Software Development Emulator directly from Intel’s site; all docs are there as well…
http://software.intel.com/content/www/us/en/develop/articles/intel-software-development-emulator.html
Thanks for the info! I have done so.. It launches in offline mode, but asks for authorization. But with the wrapper in online mode it refuses to launch. It even manages to download the DRM keys from the server, I now have them in my appdata folder. So I am almost positively sure it has to do with the DRM decryption of the files, as someone mentioned earlier.