docs: add SM64, N64 Netplay, and Dolphin Traversal server documentation
Some checks failed
Deploy / deploy (push) Has been cancelled

Updated game-servers.md with full setup guides for:
- SM64 Coop DX (headless, UDP 7777, build patches, mods)
- N64 Netplay / gopher64 (Mario Party 1-3, relay server, client setup)
- Dolphin Traversal (GC/Wii NAT hole-punching, all Dolphin games)

Updated README.md service table and game listings.
Updated deployment.md with new ports and connection info.
Fixed MapleStory 2 ports (20002→20003) to match INSTANCED_CONTENT fix.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
consultoria-as
2026-03-03 10:34:37 +00:00
parent a3bd1ac2e6
commit ea142501fa
3 changed files with 212 additions and 9 deletions

View File

@@ -41,11 +41,14 @@ docker ps
| 23000-23001 | OpenFusion |
| 20001 | MapleStory 2 Login |
| 21001 | MapleStory 2 World |
| 20002 | MapleStory 2 Game |
| 21002 | MapleStory 2 Game gRPC |
| 20003 | MapleStory 2 Game |
| 21003 | MapleStory 2 Game gRPC |
| 3307 | MySQL (MapleStory 2) |
| 4000 | MapleStory 2 Web |
| 25565 | Minecraft FTB Evolution |
| 7777 (UDP) | SM64 Coop DX |
| 45000-45004 | N64 Netplay (TCP + UDP) |
| 6262, 6226 (UDP) | Dolphin Traversal (GC/Wii) |
## Acceso Externo (fuera de la red local)
@@ -81,8 +84,11 @@ Abrir estos puertos TCP en el router, apuntando a la IP local del servidor (192.
| 23000 | OpenFusion (login) | TCP |
| 23001 | OpenFusion (shard) | TCP |
| 20001 | MapleStory 2 (login) | TCP |
| 20002 | MapleStory 2 (game) | TCP |
| 20003 | MapleStory 2 (game) | TCP |
| 25565 | Minecraft FTB Evolution | TCP |
| 7777 | SM64 Coop DX | UDP |
| 45000-45004 | N64 Netplay (Mario Party) | TCP + UDP |
| 6262, 6226 | Dolphin Traversal (GC/Wii) | UDP |
**No forwardear**: PostgreSQL (5432), MinIO (9000/9001), Strapi (1337), Next.js (3000), MySQL (3307). Estos son servicios internos.
@@ -101,6 +107,9 @@ El contenedor `cloudflare-ddns` actualizara automaticamente el registro DNS `pla
| Minecraft FTB Evolution | `play.consultoria-as.com:25565` |
| OpenFusion (FusionFall) | `play.consultoria-as.com:23000` |
| MapleStory 2 | `play.consultoria-as.com:20001` |
| SM64 Coop DX | `play.consultoria-as.com:7777` (UDP) |
| N64 Netplay (Mario Party) | `play.consultoria-as.com:45000` |
| Dolphin Netplay (GC/Wii) | Traversal Server: `play.consultoria-as.com:6262` |
### Detener servicios
```bash