Advertisement
Guest User

Untitled

a guest
Aug 17th, 2012
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. #Please read the readme before messing with these settings.
  2.  
  3. #Title of Program
  4. titleserv=US LID Log Rotation
  5. LID=US850
  6.  
  7. #Core Files
  8. heart=heartbeat.exe
  9. servertool=servertools.exe
  10. server=arma2oaserver.exe
  11.  
  12.  
  13. #Locations
  14. beroot2=SET beroot="I:\programs\ArmA2\Sanctuary\BattlEye"
  15. startdayz=SET dayz="I:\programs\ArmA2\"
  16. pidfile=I:\programs\ArmA2\sts\pid
  17. install=I:\programs\ArmA2\sts
  18.  
  19.  
  20. #Log Directories
  21. logloc=I:\programs\ArmA2\sts
  22. mainlog=STSLog
  23. crashlog=Crash
  24. heartlog=HeartLogs
  25.  
  26.  
  27. #Required File Names To Be Killed
  28. beckill=Bec.exe
  29. heartkill=heartbeat.exe
  30.  
  31. #Timezone Change/Set
  32. #Change this to either Yes to change or No to not
  33. quest=No
  34. #Change to Timezone listed in timezone list.txt
  35. timezone=Pacific Standard Time
  36.  
  37.  
  38. #Custom Task Kills - Should come around 2.5
  39. #task1 //Cannot be used until next release
  40. #task2 //Cannot be used until next release
  41. #task3 //Cannot be used until next release
  42. #task4 //Cannot be used until next release
  43. #task5 //Cannot be used until next release
  44. #task6 //Cannot be used until next release
  45. #task7 //Cannot be used until next release
  46.  
  47.  
  48. #Timout Settings (All times are in SECONDS)
  49. timetask=5
  50. timelog=10
  51. timebec=35
  52. timewarm=10
  53. timerunning=45
  54. timereset=15
  55.  
  56.  
  57. # Dayz Configurations
  58. name=-name=Sanctuary
  59. config=-config=Sanctuary\config.cfg
  60. cfg=-cfg=Sanctuary\arma2.cfg
  61. profile=-profiles=Sanctuary
  62. ipserv=-ip=24.12.148.169
  63. port=-port=2302
  64. world=-world=Chernarus
  65. cpu=-cpuCount=4
  66. threads=-exThreads=1
  67. #What ever is set here, Must be set at pidfile
  68. pid=-pid=I:\programs\ArmA2\sts\pid\pid.txt
  69. nocb=-noCB
  70. maxmem=-maxMem
  71. nosound=-noSound
  72.  
  73. #Can be set with - Realtime, High, AboveNormal, Normal, BelowNormal, Low
  74. #DayZ Server
  75. priority=/Realtime
  76. #Heart Beat
  77. priorityh=/Realtime
  78. #Server Tools
  79. prioritys=/Realtime
  80. #BEC
  81. priorityb=/Realtime
  82.  
  83. # Bec
  84. becpath=I:\programs\ArmA2\sts\BEC
  85. beccfg=Config.cfg
  86. #What ever is set here, must be set in beckill
  87. becexe=Bec.exe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement