mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-25 23:33:00 +08:00
Update README.md
This commit is contained in:
parent
55eac93fed
commit
7d7a15dc2d
@ -1,34 +1,27 @@
|
|||||||
# Yuzu Emulator Dedicated Multiplayer Room
|
# Yuzu Emulator Dedicated Multiplayer Room
|
||||||
|
|
||||||
<!--Please remove these comments and irelevent parts for the server egg your adding before summiting a PR request-->
|
|
||||||
|
|
||||||
## From their [Github](https://github.com/parkervcp/eggs)
|
## From their [Github](https://github.com/yuzu-emu/yuzu-mainline)
|
||||||
|
|
||||||
A link to the site that you download the server files from.
|
## Description
|
||||||
|
|
||||||
## [Documentation](https://github.com/parkervcp/eggs/blob/master/README.md)
|
This egg can be used to host dedicated multiplayer rooms for the Yuzu emulator.
|
||||||
|
|
||||||
A link to relevent documentation for the server.
|
|
||||||
|
|
||||||
The description of the server usually provided by the game/server maker.
|
|
||||||
<!--Example: Parkers Pterodactyl Eggs Repo. Server eggs for the Pterodactyl management panel-->
|
|
||||||
|
|
||||||
## Install notes
|
## Install notes
|
||||||
|
|
||||||
<!--Make a note if the user needs to get any keys or other items to run/use the server-->
|
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.
|
||||||
Due to rate limiting the console on the panel, it cannot keep up with the game console and the build will complete before the panel console may show it. Reloading the console will load it to the latest part of the log.
|
|
||||||
|
To update, simply run the installer again.
|
||||||
|
|
||||||
## Minimum RAM warning
|
## Minimum RAM warning
|
||||||
|
|
||||||
Minimum required memory to run the server.
|
8 MiB is enough, but 16 MiB is recommended
|
||||||
<!--Example: 2GB is recommended. 4GB+ is preferred-->
|
|
||||||
|
|
||||||
## Minumim Sorage warning
|
## Minumim Sorage warning
|
||||||
|
|
||||||
Minimum required storage to run the server.
|
1MiB is required, but 50 MiB is recommended to have some spare space for core dumps/logs
|
||||||
<!--Example: 10GB is recommended. 25GB+ is preferred-->
|
|
||||||
|
|
||||||
<!--Make a note if the install script would require more then the above amounts-->
|
Note: the install part requires ~ 5GiB of free space
|
||||||
|
|
||||||
## Server Ports
|
## Server Ports
|
||||||
|
|
||||||
@ -36,11 +29,9 @@ Ports required to run the server in a table format.
|
|||||||
|
|
||||||
| Port | default |
|
| Port | default |
|
||||||
|---------|---------|
|
|---------|---------|
|
||||||
| Game | 25565 |
|
| Game | 24872 |
|
||||||
|
|
||||||
### Notes
|
### Notes
|
||||||
|
|
||||||
<!--Notes about the server ports.-->
|
- 24872 is the default port, but any port can be used.
|
||||||
25565 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.
|
||||||
|
|
||||||
### Mods/Plugins may require ports to be added to the server
|
|
||||||
|
Loading…
Reference in New Issue
Block a user