The second iteration of 2v8 is now LIVE - find out more information here: https://forums.bhvr.com/dead-by-daylight/kb/articles/480-2v8-developer-update
Comments
-
I say, its about time survivors get something actually good. Survivors have taken a huge hit ever since the DS got nerfed. Nerfs boons, DS, DH, and more. They nerfed killer perks too, but even after the nerfs they are still pretty overpowered cough pain res. The biggest slap to the face was DH nerf. The devs obviously want…
-
most wraiths i see do this.
-
ive done a lot of testing, the only things that seem to be needed are the smbios, and vendor_id blocks. also you dont need to have any qemu args specifying hypervisor features, this can be done using the hyperv block. the solution looks more like this. <os> ... <smbios mode="host"/> </os> <features> ... <hyperv…
-
This fix seems to have let me play again, without having any disconnection from host problems. Under the hyperv block you must add this. <vendor_id state="on" value="123456789123"/> the original fix is still necessary as well. cheers.
-
Agreed, there is no reason this should not be implemented.
-
looks like undoing the fix leads to the original issue. guess we are screwed for now. Would be nice to get some dev response or something.
-
You are a curious beaver indeed, I have been 100% disconnecting from host either in lobby or 30 seconds into the game. Going to try loading the game without the fix and see if that works.
-
Hello fellow linux user, I did a bit of experimenting last night, and I may have a solution, hopefully it sticks, but it worked for me. Im using libvirt, for me I had to add <smbios mode="host"/> in the <os> section of the configuration. I hope this helps. Let me know!