diff --git a/terraria/README.md b/terraria/README.md index a91dae80..1a8469da 100644 --- a/terraria/README.md +++ b/terraria/README.md @@ -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 diff --git a/terraria/tmodloader/README.md b/terraria/tmodloader/README.md index 932dc9fe..4fa490da 100644 --- a/terraria/tmodloader/README.md +++ b/terraria/tmodloader/README.md @@ -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. \ No newline at end of file diff --git a/terraria/tshock/README.md b/terraria/tshock/README.md index 998d8bec..fec56632 100644 --- a/terraria/tshock/README.md +++ b/terraria/tshock/README.md @@ -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. \ No newline at end of file +#### 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. \ No newline at end of file