| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Greenworks v0.19.0 for NW.js v0.94.0 source code.tar.gz | 2024-12-08 | 359.6 kB | |
| Greenworks v0.19.0 for NW.js v0.94.0 source code.zip | 2024-12-08 | 435.6 kB | |
| README.md | 2024-12-08 | 1.7 kB | |
| greenworks-v0.19.0-nw-v0.94.0-linux-32.zip | 2024-12-08 | 267.0 kB | |
| greenworks-v0.19.0-nw-v0.94.0-linux-64.zip | 2024-12-08 | 257.5 kB | |
| greenworks-v0.19.0-nw-v0.94.0-win-32.zip | 2024-12-08 | 418.8 kB | |
| greenworks-v0.19.0-nw-v0.94.0-win-64.zip | 2024-12-08 | 526.5 kB | |
| greenworks-v0.19.0-nw-v0.94.0-osx.zip | 2024-12-08 | 384.2 kB | |
| Totals: 8 Items | 2.7 MB | 0 | |
- Update to Steamworks SDK 1.61
- Greenworks compiled for NW.js v0.94.0
- New lobby and p2p APIs, [#335] (thanks to @Hocti):
greenworks.requestLobbyList()greenworks.getLobbyMemberLimit(steamIDLobby: string): numbergreenworks.setLobbyMemberLimit(steamIDLobby: string,limit: number): booleangreenworks.getLobbyMemberData(steamIDLobby: string, steamIDMember: string, pchKey: string): stringgreenworks.setLobbyMemberData(steamIDLobby: string, pchKey: string, pchValue: string): voidgreenworks.getLobbyDataCount(steamIDLobby: string): numbergreenworks.getLobbyDataByIndex(steamIDLobby: string, index:number): {key: string, value: string}greenworks.sendLobbyChatMsg(steamIDLobby: string,data: Buffer): booleangreenworks.getLobbyChatEntry(steamIDLobby: string,chatID: number): {steamIDUser: string, data: Buffer,chatEntryType: eChatEntryType}greenworks.sendP2PPacket(steamId: string, sendType: eP2PSendType, data: Buffer,nChannel:number): booleangreenworks.isP2PPacketAvailable(nChannel:number): numbergreenworks.readP2PPacket(size: number,nChannel:number):{data: Buffer,steamIDRemote: string}greenworks.acceptP2PSessionWithUser(steamId: string): voidgreenworks.getP2PSessionState(steamIDUser: string): {result:boolean,connectionState:Object}greenworks.closeP2PSessionWithUser(steamIDUser: string): booleangreenworks.closeP2PChannelWithUser(steamIDUser: string, nChannel: number): booleangreenworks.isBehindNAT():boolean- New events:
lobby-match-listlobby-chat-updatelobby-chat-msgp2p-session-requestp2p-session-connect-fail