Merge pull request #367 from parkervcp/update/terraria
update terraria readme files
This commit is contained in:
		| @@ -3,7 +3,6 @@ | |||||||
| ## Minimum RAM warning | ## 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. | 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 | ## Required Server Ports | ||||||
| tModloader, like Terraria, only requires a single port to run. The default is 7777 | 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    | | | 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:   | ||||||
|  | `./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    | | | 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. | ||||||
		Reference in New Issue
	
	Block a user