Seppi

Results 69 comments of Seppi

wouldn't this make more sense to write to the cache? https://love2d.org/wiki/love.filesystem.getSaveDirectory This function will probably not work as you won't be able to write to `/gjapi-credentials.txt` on linux, as it...

``` local f = io.open(love.filesystem.getWorkingDirectory()..a.."gjapi-credentials.txt") ``` Sorry, I didn't read the code properly, but there's still an issue. If a .love is installed in `/usr/share/`, the `getWorkingDirectory` will not be...

Ah! Isn't QuickPlay windows only?

![2015-02-07-23 44 30-screenshot](https://cloud.githubusercontent.com/assets/646162/6095298/7982c92c-af23-11e4-8148-db4f2cdfafcb.png) This is all I see! I may be misled by the example, I suppose.

I installed `icedtea-web` and ran it from firefox. It gets stuck here: ![](http://i.imgur.com/BL7rAti.png)

@Positive07 It still get's stuck on the "Running Game..." screen. I notice that the `run.sh` does not have the executable permission (`e.g. chmod a+x run.sh`) but zip does not store...

what about running `sh ./run.sh`?

Doesn't Quick Play use the executable line from the website? I do not know.

Does gamejolt allow you to choose the hash algorithm? If yes, I would suggest defaulting to SHA1, and allowing a developer to override and use MD5 instead. Some SHA1 implementations...

@Positive07 what if the private key is unique for each client? Regardless, for the most part, I agree. At this point though it's @Extreemhost's prerogative for the most part. Some...