More game devs should be like the devs of Marvel Rivals when it comes to emulation
Dear Rivals @Game NewsRecently, we've received feedback fromplayers regarding an issue where someindividuals playing in compatibility layerprograms have been mistakenly flagged ascheaters, even without using any cheatingsoftware. This has resulted in bans. Wesincerely apologize for this situation andwant to assure you that we do not & will noban players who are playing fairly andwithout cheating.
We have identified the specific reasonsbehind these false bans and have compileda list of affected players. We have liftedthese bans and want to express ourheartfelt apologies for the inconveniencethis has caused.
Our mission is to provide all players with afair, just, and enjoyable gamingenvironment. Therefore, preventing andidentifying cheaters is one of our toppriorities. We have invested significantmanpower and resources to improve thespeed and accuracy of our detectionsystems. With any any ongoing detectionsystem, there is always room forimprovement. We appreciate yourassistance in helping us tackle thischallenge. If you encounter any cheatingbehavior, please report it immediately; ourreporting system will respond promptly. Ifyou believe you have been wrongly banned,you can appeal to our customer supportteam, and we will review your case andrespond in a timely manner. You can reachthe support team via either in-game or inDiscord!
Thank you for your understanding andsupport! (edited)
A lot of games rely on Windows system commands for things like displaying graphics, saving files, etc. Proton translates those commands into commands that Linux can understand. Proton doesn't mimic the game. Proton mimics Windows.
Yep. And just to be a little more precise, since the distinction is a bit subtle: an emulator typically involves translating byte code so that you can run a binary on different hardware. A compatibility layer translates OS calls so that a binary can run on different software.
In the latter case, the binary still runs, as is, directly on the CPU because it's compiled for the same instruction set architecture (x86_64, in this case).
I guess technically, but you'll have to wait until someone smarter than me comes along. This is likely referring to Linux users playing the game through a proton compat layer.
Not even technically, actually. Wine and proton are translation layers that basically provide a dictionary of system calls so that Windows-specific ones can be translated to Linux calls instead