plata

Results 577 comments of plata

@Zemogiter please note that there's a difference between our API and the way the environment is set e.g. in bash. When calling the `environment` function, we would like to pass...

Looks to me like the download link is not correct anymore. I will transfer the issue to scripts.

Does this one work: https://riotgamespatcher-a.akamaihd.net/releases/live/installer/deploy/League%20of%20Legends%20installer%20EUW.exe?

Me neither. @ElMango28 could you try #797?

I don't quite understand currently what these libraries are. I mean if you would run the tool on Windows, you would also need them, right? So where do they come...

The problem is not to close Steam. That's easily possible with: ```javascript wine.runInsidePrefix(wine.getProgramFiles() + "/Steam/Steam.exe", "-shutdown"); ``` But you have to know when you can do that (i.e. when the...

Just to clarify: this issue is not about the installation of a game via Steam (this works already). It is about the installation of Steam itself.

The `steamapps` folder is created at first startup (after the Steam update). So this could be checked. But we then we need to figure out if the setup has finished...

I have an idea: wine script: ```javascript that.isRunning = function () { if(that._process) { try { that._process.exitValue(); return false; } catch (err) { return true; } } return false; };...

Yes. But I think that can be delayed. For now, we should get the required verbs finished so that people can start rewriting their scripts. If the scripts are done,...