Initial push
This commit is contained in:
commit
3240f07946
335 changed files with 11248 additions and 0 deletions
87
addons/steam-multiplayer-peer/README.md
Normal file
87
addons/steam-multiplayer-peer/README.md
Normal file
|
|
@ -0,0 +1,87 @@
|
|||
# <img src="https://raw.githubusercontent.com/expressobits/steam-multiplayer-peer/main/icon.png" alt= “icon” width="32" height="32"> Welcome to Expresso Steam Multiplayer Peer 👋
|
||||

|
||||
[](todo-doc)
|
||||
[](MIT)
|
||||
|
||||
See demos in:
|
||||
Github: [Branch demos](https://github.com/expressobits/steam-multiplayer-peer/tree/demos)
|
||||
Godot Asset Lib: https://godotengine.org/asset-library/asset/2258
|
||||
|
||||
## Tutorial and Learnings (How to use)
|
||||
|
||||
See post of Michael Macha
|
||||
https://michaelmacha.wordpress.com/2024/04/08/godotsteam-and-steammultiplayerpeer/
|
||||
|
||||
See too on youtube videos
|
||||
https://www.youtube.com/playlist?list=PLg_8mgEWE2p8ZA-AqUUJ3CYEtrRVFhl_v
|
||||
|
||||
Thank you Michael!
|
||||
|
||||
## Features
|
||||
|
||||
✔️ Change easy Enet peer to Steam Peer
|
||||
|
||||
✔️ Use Steam Sockets (Low level like enet).
|
||||
|
||||
✔️ GDExtension (Easy to add your project)
|
||||
|
||||
✔️ No dependency with GodotSteam, but demo use GodotSteam to handle connections with lobbies (See lobbies tutorial in Godot Steam [here](https://godotsteam.com/tutorials/lobbies/)).
|
||||
|
||||
|
||||
## GodotSteam SteamMultiplayerPeer Differences
|
||||
|
||||
| Differences | This SteamMultiplayerPeer | GodotSteam SteamMultiplayerPeer |
|
||||
|---|---|---|
|
||||
| Lib Type | GDExtension, add on your project libs to use easy. | C++ module, you need to use the precompiled <br>ones from godotsteam or compile it yourself |
|
||||
| Steam Connection | Steam Sockets [Steam Docs](https://partner.steamgames.com/doc/api/ISteamNetworkingSockets)<br>Steam's lowest connection level,<br>manages a connection <br>(It's very close to Enet, <br>that's why I chose this approach for the plugin) | Steam Messages [Steam Docs](https://partner.steamgames.com/doc/api/ISteamNetworkingMessages)<br>Without a connection idea,<br>the connection is managed by the lobby,<br>Need Steam lobbies. |
|
||||
| TODO | | |
|
||||
|
||||
## Known issues
|
||||
|
||||
⚠️ Features No channel support currently
|
||||
At some point I intend to integrate channels to be used in rpcs commands, but currently it is only necessary to use channel 0 or the default rpcs.
|
||||
|
||||
## In Progress
|
||||
|
||||
🔨 Bugs fixes
|
||||
|
||||
## Planneds
|
||||
|
||||
📅 No planned features.
|
||||
|
||||
<!-- ## Install
|
||||
See in [Wiki](https://github.com/ExpressoBits/inventory-system/wiki) -->
|
||||
|
||||
## Authors
|
||||
|
||||
👤 **Rafael Correa**
|
||||
* Twitter: [@ScriptsEngineer](https://twitter.com/ScriptsEngineer)
|
||||
* Github: [@scriptsengineer](https://github.com/scriptsengineer)
|
||||
|
||||
👤 **Zennyth**
|
||||
* Github: [@Zennyth](https://github.com/Zennyth)
|
||||
|
||||
👤 **greenfox1505**
|
||||
* Github: [@greenfox1505](https://github.com/greenfox1505)
|
||||
|
||||
👤 **MichaelMacha**
|
||||
* Github: [@MichaelMacha](https://github.com/MichaelMacha)
|
||||
|
||||
|
||||
## 🤝 Contributing
|
||||
|
||||
Contributions, issues and feature requests are welcome!
|
||||
|
||||
Feel free to check [issues page](https://github.com/ExpressoBits/steam-multiplayer-peer/issues).
|
||||
|
||||
To suggest or discuss some project structure, feel free here [discussions page](https://github.com/expressobits/steam-multiplayer-peer/discussions)
|
||||
|
||||
|
||||
## Show your support
|
||||
|
||||
Give a ⭐️ if this project helped you!
|
||||
|
||||
|
||||
## 📝 License
|
||||
|
||||
This project is [MIT](MIT) licensed.
|
||||
Loading…
Add table
Add a link
Reference in a new issue