1
0
mirror of https://github.com/parkervcp/eggs.git synced 2024-10-07 08:07:09 +02:00
parkervcp-pterodactyl-eggs/game_eggs/yuzu-emu/README.md

38 lines
1.1 KiB
Markdown
Raw Normal View History

2023-02-19 11:01:20 +01:00
# Yuzu Emulator Dedicated Multiplayer Room
2023-02-19 12:45:37 +01:00
## From their [Github](https://github.com/yuzu-emu/yuzu-mainline)
2023-02-19 11:01:20 +01:00
2023-02-19 12:45:37 +01:00
## Description
2023-02-19 11:01:20 +01:00
2023-02-19 12:45:37 +01:00
This egg can be used to host dedicated multiplayer rooms for the Yuzu emulator.
2023-02-19 11:01:20 +01:00
## Install notes
2023-02-19 12:45:37 +01:00
Running this server requires almost no resources, but the installation involves compiling the binary. This is needed because yuzu unfortunately does not release their server binaries for Linux. Depending on your configuration, the installation part may take 5 minutes or more.
To update, simply run the installer again.
2023-02-19 11:01:20 +01:00
## Minimum RAM warning
2023-02-19 12:45:37 +01:00
8 MiB is enough, but 16 MiB is recommended
2023-02-19 11:01:20 +01:00
## Minumim Sorage warning
2023-02-19 12:45:37 +01:00
1MiB is required, but 50 MiB is recommended to have some spare space for core dumps/logs
2023-02-19 11:01:20 +01:00
2023-02-19 12:45:37 +01:00
Note: the install part requires ~ 5GiB of free space
2023-02-19 11:01:20 +01:00
## Server Ports
Ports required to run the server in a table format.
| Port | default |
|---------|---------|
2023-02-19 12:45:37 +01:00
| Game | 24872 |
2023-02-19 11:01:20 +01:00
### Notes
2023-02-19 12:45:37 +01:00
- 24872 is the default port, but any port can be used.
- Banlist is currently not supported. Upon startup, an error will be shown about the missing banlist, but the server will work regardless.