Emulator Issues #11774
openFeature Request: share game settings, input bindings and cheat codes by QR Code
0%
Description
It's very convenient to share configs by QR Code, especially for android device.
There is a open source software shadowsocks implement it.
https://github.com/shadowsocks/shadowsocks-qt5
https://github.com/shadowsocks/shadowsocks-android
it uses libqrencode(https://github.com/fukuchi/libqrencode) to generate QR Code image,
uses ZBar(http://zbar.sourceforge.net/) for desktop to scan QR Code from current screen,
and MobileVisionBarcodeScanner(https://github.com/KingsMentor/MobileVisionBarcodeScanner) for android to scan QR Code image.
we can define a standard share format for game settings, input bindings and cheat codes, and a little UI dev to make it works.
Updated by JosJuice over 5 years ago
- Issue type changed from Bug to Feature request
Interesting idea! I'm a bit reluctant to make it too easy for users to copy the game settings of other users wholesale (since they often contain some not very useful overrides in addition to any useful overrides), but this would definitely make sense for cheat codes at least. (Not that I think it'll get implemented soon, unfortunately, since master doesn't even have a cheat code GUI for Android at all...)