Steamworks Plus (WebView2 - companion addon) (Construct 3 Plugins)

You're viewing a single comment in a conversation. View all the comments
  • 2 Comments

  • Order by
  • When I specified my steam id, it worked. isOk:true. Before that, I specified the id of a friend.

    After reading the steam documentation, little became clear to me. Where can this be used in the context of Construct 3?

    • This is for networking between two Construct 3 apps using the steamnetwork and steam ids. It can be use for multiplayer or chat. It requires both c3 apps use to use Steamworks plus. Also the receiving C3 app must 'approve' messaging from other friends. So, in the case of this example, each player must run the project and use steamId to message each other. A game app could use the message to transfer info like location, action, animation state, etc. and one of the client could run the game logic.