Advertisement
DeathOfTime

terraria~temp.cfg

Nov 9th, 2016
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. #generates a medium world on expert difficulty if no world is found. Otherwise loads the current world.
  2. #when this is paired with my bat file the "temp" should be changed to reflect the world that is to be created. if the bat file is set to load this as temp is will delete it every time it loads it.
  3. #if multiple servers are ran concurrently then the port should be unique for each server instance.
  4. #it isn't recommended to run all of the servers from the same bat file. as it would boot all of them ever time you ran it. the temp world is one you might want to run multiple times to get new worlds. while leaving the main instance open.
  5. #running multiple servers concurrently isn't recommended for extremely weak computers. my potato does it fine, though startup of large worlds, or both world at the same time cause the system to pause for a bit.
  6.  
  7. worldpath=.\Worlds\
  8. world=.\Worlds\temp.wld
  9. autocreate=2
  10. difficulty=1
  11. worldname=temp
  12. maxplayers=3
  13. port=7778
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement