Stephen Toon

Results 4 comments of Stephen Toon

I guess I am not fully understanding the context as to what you are requesting. I don't think modifying a player's settings should really happen in a plugin, it should...

Well, again, player settings aren't really meant to be set by plugins themselves. Typically, the user should do as I stated above, and if they want to toggle their settings,...

I would also add a few items in regards to your use of `Path` objects. 1. I would recommend using `Path.isfile()` instead of `Path.exists()`. Not that it's likely, but `exists`...

We do have a branch for it, but I don't remember the state that it is in: https://github.com/Source-Python-Dev-Team/Source.Python/tree/engine_sdk2013 I'll take a look at it this weekend to see what all...