19 lines
1.1 KiB
Markdown
19 lines
1.1 KiB
Markdown
# Steam Godot Template
|
|
This project uses [Gramps' GodotSteam addon](https://github.com/GodotSteam/GodotSteam) and [Expresso Bits' SteamMultiplayerPeer addon](https://github.com/expressobits/steam-multiplayer-peer).
|
|
Made with Godot 4.3
|
|
This project contains a main menu with saved and applied settings, the ability to create and join LAN servers, and the ability to create and join Steam servers.
|
|
Invite friends directly through Steam.
|
|
Will work for a 2D or 3D project.
|
|
|
|
My goal for this is for it to eliminate as much boilerplate code as possible while still being easy to modify / personalize.
|
|
|
|
Creates 4 player lobbies by default. Does not include lobby browser. Lobbies are friends only by default.
|
|
I may create a branch with a lobby browser but I don't use them in my own games so we'll see.
|
|
UI is controllable via controller, mouse, or keyboard.
|
|
|
|
SC of a LAN lobby:
|
|
![image](https://github.com/user-attachments/assets/e96f0b55-0593-45da-8cd1-3a9c38fc5de6)
|
|
|
|
SC of the settings page:
|
|
![settings](https://github.com/user-attachments/assets/853d9b53-aee4-4c3f-bafe-bb4b0b122371)
|