It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Looks like this is Windows only, so I'm wondering if it will work with Wine: there's no related page on appdb.winehq.org, so I'd rather wait until it's known to work before purchasing it.

Thanks!
Hey rainmak3r, I have no idea... But the topic is open, if anyone has the answer :) thanks for your interest.
avatar
Rainmak3r: Looks like this is Windows only, so I'm wondering if it will work with Wine: there's no related page on appdb.winehq.org, so I'd rather wait until it's known to work before purchasing it.

Thanks!
Hi,
I play it, and it works correctly. The only trouble I have encountered is with fonts. Special characters are not displayed. So, the game is not playable in Russian or Chinese, and letters and symbols like "é" or "¡" are replaced by squares in French, Spanish and Italian.

That's... not comfortable to read. I workaround using "sed" to replace all special characters by their equivalent without accent. That's something like "for file in `find data -name "*.ini"`; do sed -i -e 'y/éèàçÉÈÀÇ/eeacEEAC/' $file ; done" for French (do that in the game file location ; save data folder before to be able to rollback).

Hope it can help. :)