Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
2,550
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.46 KB | None | 0 0
  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.  
  5. #the following is a list of available command line parameters:
  6.  
  7. #-config <config file> Specifies the configuration file to use.
  8. #-port <port number> Specifies the port to listen on.
  9. #-players <number> / -maxplayers <number> Sets the max number of players
  10. #-pass <password> / -password <password> Sets the server password
  11. #-world <world file> Load a world and automatically start the server.
  12. #-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).
  13. #-banlist <path> Specifies the location of the banlist. Defaults to "banlist.txt" in the working directory.
  14. #-worldname <world name> Sets the name of the world when using -autocreate.
  15. #-secure Adds addition cheat protection to the server.
  16. #-noupnp Disables automatic port forwarding
  17. #-steam Enables Steam Support
  18. #-lobby <friends> or <private> Allows friends to join the server or sets it to private if Steam is enabled
  19. #-ip <ip address> Sets the IP address for the server to listen on
  20. #-forcepriority <priority> Sets the process priority for this task. If this is used the "priority" setting below will be ignored.
  21. #-disableannouncementbox Disables the text announcements Announcement Box makes when pulsed from wire.
  22. #-announcementboxrange <number> Sets the announcement box text messaging range in pixels, -1 for serverwide announcements.
  23. #-seed <seed> Specifies the world seed when using -autocreate
  24.  
  25. #remove the # in front of commands to enable them.
  26.  
  27. #Load a world and automatically start the server.
  28. #world=C:\Users\YOUR_USERNAME_HERE\My Documents\My Games\Terraria\Worlds\world1.wld
  29.  
  30. #Creates a new world if none is found. World size is specified by: 1(small), 2(medium), and 3(large).
  31. #autocreate=1
  32.  
  33. #Sets the world seed when using autocreate
  34. #seed=AwesomeSeed
  35.  
  36. #Sets the name of the world when using autocreate
  37. #worldname=Terraria
  38.  
  39. #Sets the difficulty of the world when using autocreate 0(normal), 1(expert)
  40. #difficulty=1
  41.  
  42. #Sets the max number of players allowed on a server. Value must be between 1 and 255
  43. #maxplayers=8
  44.  
  45. #Set the port number
  46. #port=7777
  47.  
  48. #Set the server password
  49. #password=p@55w0rd
  50.  
  51. #Set the message of the day
  52. #motd=Please don’t cut the purple trees!
  53.  
  54. #Sets the folder where world files will be stored
  55. #worldpath=C:\Users\Defaults\My Documents\My Games\Terraria\Worlds\
  56.  
  57. #The location of the banlist. Defaults to "banlist.txt" in the working directory.
  58. #banlist=banlist.txt
  59.  
  60. #Adds addition cheat protection.
  61. #secure=1
  62.  
  63. #Sets the server language from its language code.
  64. #English = en-US, German = de-DE, Italian = it-IT, French = fr-FR, Spanish = es-ES, Russian = ru-RU, Chinese = zh-Hans, Portuguese = pt-BR, Polish = pl-PL,
  65. #language=en-US
  66.  
  67. #Automatically forward ports with uPNP
  68. #upnp=1
  69.  
  70. #Reduces enemy skipping but increases bandwidth usage. The lower the number the less skipping will happen, but more data is sent. 0 is off.
  71. #npcstream=60
  72.  
  73. #Default system priority 0:Realtime, 1:High, 2:AboveNormal, 3:Normal, 4:BelowNormal, 5:Idle
  74. priority=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement