
thedstring
Published
All skin on every person had weird reflection glitches where you could see buildings and signs. I think it was the reflection map that normally goes on reflective surfaces, where it isn't really doing reflection, but a baked in reflection.
I turned off "Antialising Deferred" and it fixed the issue. No level of this setting solved the issue except "off".
Had to use a user-agent switcher extension in chrome to get the campaign to launch. I chose a windows 7 user agent and it launched.
I got it running following these steps without using a user-agent switcher browser extension following this guide https://www.reddit.com/r/Battlefield/comments/1j6qk5j/play_hardline_campaign_on_linux/
If the guide link ever fails, here's a simple version.
Open chrome tools, search for this comment in the code with Ctrl + Shift + F
// Make sure that user is allowed to run game on this device / software
breakpoint it, click launch campaign.
run this in the dev console: playablePersona.allowRunGame = true
close developer tools. Will launch like normal without a user agent switcher.