mirror of
https://github.com/pelican-eggs/games-standalone.git
synced 2024-11-22 02:12:37 +01:00
update terraria readme files
This adds a callout about the startup for tmodloader and tshock
This commit is contained in:
parent
77674b3f90
commit
3167785e08
@ -3,7 +3,6 @@
|
||||
## Minimum RAM warning
|
||||
You may want to assign a minimum of 768 mb of RAM to a server as it will use around 650 mb to generate the world on the first start.
|
||||
|
||||
|
||||
## Required Server Ports
|
||||
tModloader, like Terraria, only requires a single port to run. The default is 7777
|
||||
|
||||
|
@ -17,3 +17,13 @@ tModloader, like Terraria, only requires a single port to run. The default is 77
|
||||
| Game | 7777 |
|
||||
|
||||
#### Plugins may require ports to be added to the server.
|
||||
|
||||
### Extra Information
|
||||
|
||||
If you want to download mods in the console, the startup command has to be changed.
|
||||
|
||||
New startup:
|
||||
`./tModLoaderServer -ip 0.0.0.0 -port ${SERVER_PORT} -maxplayers ${MAX_PLAYERS} -savedirectory ~/ -tmlsavedirectory ~/saves -modpath ~/mods`
|
||||
|
||||
This will remove the autocreate function, and will thus allow you to download mods and generate world.
|
||||
Afterwards, you can change it back with the correct world name to start automatic. Word name is set in the configuration panel.
|
@ -12,4 +12,13 @@ TShock, like Terraria, only requires a single port to run. The default is 7777
|
||||
|---------|---------|
|
||||
| Game | 7777 |
|
||||
|
||||
Plugins may require ports to be added to the server.
|
||||
#### Plugins may require ports to be added to the server.
|
||||
|
||||
### Extra Information
|
||||
If you want to download mods in the console, the startup command has to be changed.
|
||||
|
||||
New startup:
|
||||
`mono TerrariaServer.exe -ip 0.0.0.0 -port {{SERVER_PORT}} -maxplayers {{MAX_PLAYERS}}`
|
||||
|
||||
This will remove the autocreate function, and will thus allow you to download mods and generate world.
|
||||
Afterwards, you can change it back with the correct world name to start automatic. Word name is set in the configuration panel.
|
Loading…
Reference in New Issue
Block a user