Merge pull request #367 from parkervcp/update/terraria

update terraria readme files
This commit is contained in:
Michael (Parker) Parker 2019-12-08 11:57:08 -05:00 committed by GitHub
commit d706e6b439
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 2 deletions

View File

@ -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

View File

@ -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.

View File

@ -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.