Skip to content

Commit 5b78b23

Browse files
authored
Update README.md
1 parent 4e5e2d5 commit 5b78b23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Godot Multiplayer Dedicated Server Sample
22
A demo that explores Godot's high level multiplayer system, optimized for 3.5.2 Mohno. As long as the project is not in a finished state, it will be exported as a pre-release. As of v5.0, this is the first working proof of concept release.
33

4-
To download, go to the release section. Unzip the archive and place the project in the Projects directory of Godot. Use the project.godot file to open in Godot, or open the Godot binary itself and select the project. Ensure that the port, max clients, and IP address is set. Depending if testing locally or not, the IP address will vary according to your computer's network settings. Two ways to run include using the play button within the Godot program, or the command .\godot --path (<)project path(>) from the Godot binary location. If the code supports starting in server, then add --s header at end of command.
4+
To download, go to the release section. Unzip the archive and place the project in the Projects directory of Godot. Use the project.godot file to open in Godot, or open the Godot binary itself and select the project. Ensure that the port, max clients, and IP address is set. Depending if testing locally or not, the IP address will vary according to your computer's network settings. Two ways to run include using the play button within the Godot program, or the command .\godot --path (<)project path(>) from the Godot binary location. If the code supports starting in server, then add --s header at end of command. This will require "if "--server" in OS.get_cmdline_args():" in the networking script, and is useful when used in a VPS.
55

66
[cam.webm](https://github.com/Mathiaszero/Godot--Multiplayer-Dedicated-Server-Sample/assets/55817193/89daf6dc-3ba3-41ba-815d-812bd62492f7)
77

0 commit comments

Comments
 (0)