SteamworksPy
SteamworksPy copied to clipboard
A working Python API system for Valve's Steamworks.
so, my code is this: ``` from steamworks import STEAMWORKS, EWorkshopFileType sw = STEAMWORKS() sw.initialize() from time import sleep _IID = -1 IID = -1 def _cb_create(item): global _IID, IID...
Hi! How can I use callbacks for activating overlay (**GameOverlayActivated_t**) and ISteamUser::GetAuthTicketForWebApi (**GetTicketForWebApiResponse_t**)? In advance, I understand I need OpenGL/d3d for overlay. Thanks!
The method is not documented in steamworks docs. It allows one to provide SteamInput with a vdf manifest describing controller actions. It is extremely useful when you are not a...
This is what im getting after setting up everything and using the Basic Example. Traceback (most recent call last): File "c:\Users\logan\Desktop\SteamWorks Testing\test.py", line 22, in steamworks = STEAMWORKS() File "C:\Users\logan\AppData\Local\Programs\Python\Python310\lib\site-packages\steamworks-2.0.0-py3.10.egg\steamworks\__init__.py",...
Hello, I was wondering if you guys had any plans on adding SteamNetworkingMessages or RequestLobbyList functionality? If not, I could try to add it. How difficult do you think this...
Hey all, I just found this API today because I was requested to implement steam achievements for a game. I automatized the achievement example sample code a bit, and had...
Ive tried just about everything and no matter what I do I get: Setting breakpad minidump AppID = SteamInternal_SetMinidumpSteamID: Caching Steam ID: [API loaded no] I do not recieve any...
networking interface is missing... you can only create and join a lobby, but there is no way to talk with other friends. you can't even pass them an ip address...
Hi! I wanted to ask, is there any way of doing multiplayer with this library? I saw that ISteamMatchmaking exists, but to my knowledge that is only the lobby system,...
I cloned the repo and created a library using `python setup.py sdist` (I'm not sure if this is right, there are a lot of references to a Steamworks.py file that...