mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-11 11:37:29 +08:00
Read me fix (#2396)
Fix some README's --------- Co-authored-by: Quinten <67589015+QuintenQVD0@users.noreply.github.com>
This commit is contained in:
parent
e501dd4ae0
commit
71d876f7f2
@ -55,7 +55,7 @@ If you are reading this it looks like you are looking to add an egg to your serv
|
|||||||
|
|
||||||
## [Generic Languages](/generic)
|
## [Generic Languages](/generic)
|
||||||
|
|
||||||
* [C#](/generic/c#/)
|
* [C#](/generic/c%23/)
|
||||||
* [dart](/generic/dart/)
|
* [dart](/generic/dart/)
|
||||||
* [deno](/generic/deno/)
|
* [deno](/generic/deno/)
|
||||||
* [golang](/generic/golang/)
|
* [golang](/generic/golang/)
|
||||||
@ -108,6 +108,8 @@ If you are reading this it looks like you are looking to add an egg to your serv
|
|||||||
|
|
||||||
[ClassiCube](game_eggs/classicube)
|
[ClassiCube](game_eggs/classicube)
|
||||||
|
|
||||||
|
* [MCGalaxy](game_eggs/classicube/mcgalaxy)
|
||||||
|
|
||||||
[Clone Hero](game_eggs/clone_hero)
|
[Clone Hero](game_eggs/clone_hero)
|
||||||
|
|
||||||
[CS2D](game_eggs/cs2d)
|
[CS2D](game_eggs/cs2d)
|
||||||
@ -117,11 +119,6 @@ If you are reading this it looks like you are looking to add an egg to your serv
|
|||||||
* [AssaultCube](cubeengine/assaultcube)
|
* [AssaultCube](cubeengine/assaultcube)
|
||||||
* [Cube 2: Sauerbraten](cubeengine/cube2)
|
* [Cube 2: Sauerbraten](cubeengine/cube2)
|
||||||
|
|
||||||
* [MCGalaxy](game_eggs/classicube/mcgalaxy)
|
|
||||||
|
|
||||||
[Cube Engine](game_eggs/cubeengine)
|
|
||||||
* [AssaultCube](game_eggs/cubeengine/assaultcube)
|
|
||||||
|
|
||||||
[DDRaceNetwork](game_eggs/ddracenetwork)
|
[DDRaceNetwork](game_eggs/ddracenetwork)
|
||||||
|
|
||||||
[Doom](game_eggs/doom)
|
[Doom](game_eggs/doom)
|
||||||
|
@ -12,6 +12,8 @@
|
|||||||
|
|
||||||
[ClassiCube](classicube)
|
[ClassiCube](classicube)
|
||||||
|
|
||||||
|
* [MCGalaxy](classicube/mcgalaxy)
|
||||||
|
|
||||||
[Clone Hero](clone_hero)
|
[Clone Hero](clone_hero)
|
||||||
|
|
||||||
[CS2D](cs2d)
|
[CS2D](cs2d)
|
||||||
@ -20,7 +22,6 @@
|
|||||||
* [AssaultCube](cubeengine/assaultcube)
|
* [AssaultCube](cubeengine/assaultcube)
|
||||||
* [Cube 2: Sauerbraten](cubeengine/cube2)
|
* [Cube 2: Sauerbraten](cubeengine/cube2)
|
||||||
|
|
||||||
|
|
||||||
[DDRaceNetwork](ddracenetwork/)
|
[DDRaceNetwork](ddracenetwork/)
|
||||||
|
|
||||||
[Doom](doom)
|
[Doom](doom)
|
||||||
|
@ -17,8 +17,8 @@ Ports required to run the server.
|
|||||||
|
|
||||||
| Port | default |
|
| Port | default |
|
||||||
|---------|---------|
|
|---------|---------|
|
||||||
| Game | 25510 |
|
| Game | 28763 |
|
||||||
| Game +1 | 255101 |
|
| Game +1 | 28764 |
|
||||||
|
|
||||||
The second port is only used for the server master list to be able to update the server info. (Description, player count, etc.)
|
The second port is only used for the server master list to be able to update the server info. (Description, player count, etc.)
|
||||||
|
|
||||||
@ -27,4 +27,4 @@ The second port is only used for the server master list to be able to update the
|
|||||||
### Notes
|
### Notes
|
||||||
|
|
||||||
<!--Notes about the server ports.-->
|
<!--Notes about the server ports.-->
|
||||||
25510 is the default port, but any port can be used.
|
28763 & 28764 is the default ports, but any port can be used.
|
||||||
|
@ -10,8 +10,8 @@ Ports required to run the server.
|
|||||||
|
|
||||||
| Port | default |
|
| Port | default |
|
||||||
|---------|---------|
|
|---------|---------|
|
||||||
| Game | 25510 |
|
| Game | 28785 |
|
||||||
| Game +1 | 255101 |
|
| Game +1 | 28786 |
|
||||||
|
|
||||||
The second port is only used for the server master list to be able to update the server info. (Description, player count, etc.)
|
The second port is only used for the server master list to be able to update the server info. (Description, player count, etc.)
|
||||||
|
|
||||||
@ -20,4 +20,5 @@ The second port is only used for the server master list to be able to update the
|
|||||||
### Notes
|
### Notes
|
||||||
|
|
||||||
<!--Notes about the server ports.-->
|
<!--Notes about the server ports.-->
|
||||||
25510 is the default port, but any port can be used.
|
28785 & 28786 is the default ports, but any port can be used.
|
||||||
|
Port 28784 must be available for pinging servers over a LAN to work.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Generic Language
|
# Generic Language
|
||||||
|
|
||||||
### [C#](c#)
|
### [C#](c%23)
|
||||||
|
|
||||||
[C#](https://learn.microsoft.com/en-us/dotnet/csharp//)
|
[C#](https://learn.microsoft.com/en-us/dotnet/csharp//)
|
||||||
A generic C# language egg running with dotnet
|
A generic C# language egg running with dotnet
|
||||||
|
Loading…
Reference in New Issue
Block a user