http://venturebeat.com/2012/08/29/sq...-your-browser/
They use Google Native Client. So, it should be playable with Chrome@Linux (not tested yet). Direct link.
Right it doesn't work. Square Enix uses BrowserDetect.OS JavaScript function and Chrome User Agent Switcher is useless. Can anyone change Linux->Windows in Chrome http://www.quirksmode.org/js/detect.html ?
Shure? I just booted Windows to test it and it needs a Plugin, I uploaded it here. I didn't test it in wine, I just hope for a native linux version of that plugin. It is also interesting to look into the Javascript files when playing like this one which indicates that java is used in some way.
I'm triple posting at this point, but, hey, there's no edit :p
In any case, I finally managed to bypass their platform check, and I honestly expected there'd be some terrible issues. Ya know, crashing, graphics going all wonky, controls not working, something.
Imagine my surprise when everything works absolutely flawlessly. No issues at all, graphics are crisp, FPS is steady. Sigh, looks like they just don't like Linux users.
Well, basically, you need to find
chrome://view-http-cache/http://cdn3.beta.coreonline.com/coreonline/web/rev/2805/web/js/aaa.game.js
that file in your cache(~/.cache/google-chrome). It should start withFind the line that saysCode:var isRunning = false;(should be line 751) and replace the "Linux" with "Lcnux" (or anything as long as it's 5 letters).Code:if (BrowserDetect.OS == "Linux") {
Last edited by KameZero; 08-31-2012 at 07:23 AM.