lgsm-default.txt 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. #this is an example config file for TerrariaServer.exe
  2. #use the command 'TerrariaServer.exe -config serverconfig.txt' to use this configuration or run start-server.bat
  3. #please report crashes by emailing crashlog.txt to support@terraria.org
  4. #the following is a list of available command line parameters:
  5. #-config <config file> Specifies the configuration file to use.
  6. #-port <port number> Specifies the port to listen on.
  7. #-players <number> / -maxplayers <number> Sets the max number of players
  8. #-pass <password> / -password <password> Sets the server password
  9. #-world <world file> Load a world and automatically start the server.
  10. #-autocreate <#> Creates a world if none is found in the path specified by -world. World size is specified by: 1(small), 2(medium), and 3(large).
  11. #-banlist <path> Specifies the location of the banlist. Defaults to "banlist.txt" in the working directory.
  12. #-worldname <world name> Sets the name of the world when using -autocreate.
  13. #-secure Adds addition cheat protection to the server.
  14. #-noupnp Disables automatic port forwarding
  15. #-steam Enables Steam Support
  16. #-lobby <friends> or <private> Allows friends to join the server or sets it to private if Steam is enabled
  17. #-ip <ip address> Sets the IP address for the server to listen on
  18. #-forcepriority <priority> Sets the process priority for this task. If this is used the "priority" setting below will be ignored.
  19. #remove the # in front of commands to enable them.
  20. #Load a world and automatically start the server.
  21. #world=C:\Users\YOUR_USERNAME_HERE\My Documents\My Games\Terraria\Worlds\world1.wld
  22. #Creates a new world if none is found. World size is specified by: 1(small), 2(medium), and 3(large).
  23. #autocreate=1
  24. #Sets the name of the world when using autocreate
  25. #worldname=Terraria
  26. #Sets the difficulty of the world when using autocreate 0(normal), 1(expert)
  27. #difficulty=1
  28. #Sets the max number of players allowed on a server. Value must be between 1 and 255
  29. #maxplayers=8
  30. #Set the port number
  31. #port=7777
  32. #Set the server password
  33. #password=p@55w0rd
  34. #Set the message of the day
  35. #motd=Please don’t cut the purple trees!
  36. #Sets the folder where world files will be stored
  37. #worldpath=C:\Users\Defaults\My Documents\My Games\Terraria\Worlds\
  38. #The location of the banlist. Defaults to "banlist.txt" in the working directory.
  39. #banlist=banlist.txt
  40. #Adds addition cheat protection.
  41. #secure=1
  42. #Sets the server language 1:English, 2:German, 3:Italian, 4:French, 5:Spanish
  43. #lang=1
  44. #Automatically forward ports with uPNP
  45. #upnp=1
  46. #Reduces enemy skipping but increases bandwidth usage. The lower the number the less skipping will happen, but more data is sent. 0 is off.
  47. #npcstream=60
  48. #Default system priority 0:Realtime, 1:High, 2:AboveNormal, 3:Normal, 4:BelowNormal, 5:Idle
  49. #priority=1