Advertisement
Guest User

Untitled

a guest
Aug 12th, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.69 KB | None | 0 0
  1. --Copyright (C) 2007 <SWGEmu>
  2.  
  3. --This File is part of Core3.
  4.  
  5. --This program is free software; you can redistribute
  6. --it and/or modify it under the terms of the GNU Lesser
  7. --General Public License as published by the Free Software
  8. --Foundation; either version 2 of the License,
  9. --or (at your option) any later version.
  10.  
  11. --This program is distributed in the hope that it will be useful,
  12. --but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. --MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  14. --See the GNU Lesser General Public License for
  15. --more details.
  16.  
  17. --You should have received a copy of the GNU Lesser General
  18. --Public License along with this program; if not, write to
  19. --the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  20.  
  21. --Linking Engine3 statically or dynamically with other modules
  22. --is making a combined work based on Engine3.
  23. --Thus, the terms and conditions of the GNU Lesser General Public License
  24. --cover the whole combination.
  25.  
  26. --In addition, as a special exception, the copyright holders of Engine3
  27. --give you permission to combine Engine3 program with free software
  28. --programs or libraries that are released under the GNU LGPL and with
  29. --code included in the standard release of Core3 under the GNU LGPL
  30. --license (or modified versions of such code, with unchanged license).
  31. --You may copy and distribute such a system following the terms of the
  32. --GNU LGPL for Engine3 and the licenses of the other code concerned,
  33. --provided that you include the source code of that other code when
  34. --and as the GNU LGPL requires distribution of source code.
  35.  
  36. --Note that people who make modified versions of Engine3 are not obligated
  37. --to grant this special exception for their modified versions;
  38. --it is their choice whether to do so. The GNU Lesser General Public License
  39. --gives permission to release a modified version without this exception;
  40. --this exception also makes it possible to release a modified version
  41. --which carries forward this exception.
  42. -- Core3 Config File
  43. -- 0 = false, 1 = true
  44.  
  45. MakeLogin = 1
  46. MakeZone = 1
  47. MakePing = 1
  48. MakeStatus = 1
  49. MakeWeb = 0
  50.  
  51. ORB = ""
  52.  
  53. DBHost = "127.0.0.1"
  54. DBPort = 3306
  55. DBName = "swgemu"
  56. DBUser = "swgemu"
  57. DBPass = "123456"
  58. DBSecret = "swgemus3cr37!" -- Change this! This value should be unique and of reasonable length.
  59.  
  60. LoginPort = 44453
  61. LoginProcessingThreads = 1
  62. LoginAllowedConnections = 3000
  63. LoginRequiredVersion = "20050408-18:00"
  64.  
  65. MantisHost = "127.0.0.1"
  66. MantisPort = 3306
  67. MantisName = "swgemu"
  68. MantisUser = "swgemu"
  69. MantisPass = "123456"
  70. MantisPrfx = "mantis_" -- The prefix for your mantis tables.
  71.  
  72. AutoReg = 1
  73.  
  74. ProgressMonitors = "false"
  75.  
  76. PingPort = 44462
  77. PingAllowedConnections = 3000
  78.  
  79. ZoneProcessingThreads = 10
  80. ZoneAllowedConnections = 30000
  81. ZoneGalaxyID = 2 --The actual zone server's galaxyID. Should coordinate with your login server.
  82. ZoneOnlineCharactersPerAccount = 2 --How many characters are allowed online from a single account.
  83.  
  84. --The following zones are enabled, and will be loaded with server start.
  85. --To save on RAM and CPU usage, you should only enable the zones you need.
  86. --In order to disable a zone, all you have to do is comment it out.
  87. ZonesEnabled = {
  88. --"09",
  89. --"10",
  90. --"11",
  91. --"character_farm",
  92. --"cinco_city_test_m5",
  93. --"corellia",
  94. --"creature_test",
  95. --"dantooine",
  96. --"dathomir",
  97. --"dungeon1",
  98. --"endor",
  99. --"endor_asommers",
  100. --"floratest",
  101. --"godclient_test",
  102. --"lok",
  103. --"naboo",
  104. --"otoh_gunga",
  105. --"rivertest",
  106. --"rori",
  107. --"runtimerules",
  108. --"simple",
  109. --"space_09",
  110. --"space_corellia",
  111. --"space_corellia_2",
  112. --"space_dantooine",
  113. --"space_dathomir",
  114. --"space_endor",
  115. --"space_env",
  116. --"space_halos",
  117. --"space_heavy1",
  118. --"space_light1",
  119. --"space_lok",
  120. --"space_naboo",
  121. --"space_naboo_2",
  122. --"space_tatooine",
  123. --"space_tatooine_2",
  124. --"space_yavin4",
  125. --"taanab",
  126. --"talus",
  127. "tatooine",
  128. --"test_wearables",
  129. "tutorial",
  130. --"umbra",
  131. --"watertabletest",
  132. --"yavin4"
  133. }
  134.  
  135.  
  136. -- directory of tres with live.cfg
  137. TrePath = "/home/swgemu/Desktop/SWGEmu"
  138.  
  139. TreFiles = {
  140. "default_patch.tre",
  141. "patch_sku1_14_00.tre",
  142. "patch_14_00.tre",
  143. "patch_sku1_13_00.tre",
  144. "patch_13_00.tre",
  145. "patch_sku1_12_00.tre",
  146. "patch_12_00.tre",
  147. "patch_11_03.tre",
  148. "data_sku1_07.tre",
  149. "patch_11_02.tre",
  150. "data_sku1_06.tre",
  151. "patch_11_01.tre",
  152. "patch_11_00.tre",
  153. "data_sku1_05.tre",
  154. "data_sku1_04.tre",
  155. "data_sku1_03.tre",
  156. "data_sku1_02.tre",
  157. "data_sku1_01.tre",
  158. "data_sku1_00.tre",
  159. "patch_10.tre",
  160. "patch_09.tre",
  161. "patch_08.tre",
  162. "patch_07.tre",
  163. "patch_06.tre",
  164. "patch_05.tre",
  165. "patch_04.tre",
  166. "patch_03.tre",
  167. "patch_02.tre",
  168. "patch_01.tre",
  169. "patch_00.tre",
  170. "data_other_00.tre",
  171. "data_static_mesh_01.tre",
  172. "data_static_mesh_00.tre",
  173. "data_texture_07.tre",
  174. "data_texture_06.tre",
  175. "data_texture_05.tre",
  176. "data_texture_04.tre",
  177. "data_texture_03.tre",
  178. "data_texture_02.tre",
  179. "data_texture_01.tre",
  180. "data_texture_00.tre",
  181. "data_skeletal_mesh_01.tre",
  182. "data_skeletal_mesh_00.tre",
  183. "data_animation_00.tre",
  184. "data_sample_04.tre",
  185. "data_sample_03.tre",
  186. "data_sample_02.tre",
  187. "data_sample_01.tre",
  188. "data_sample_00.tre",
  189. "data_music_00.tre",
  190. "species.tre"
  191. "bottom.tre"
  192.  
  193. }
  194.  
  195. --Status Server Config
  196. StatusPort = 44455
  197. StatusAllowedConnections = 500
  198. StatusInterval = 30 -- interval to check if zone is locked up (in seconds)
  199.  
  200. --Web Server Config
  201. WebPorts = 44460 -- Can be multiple ports 44460,44461
  202. WebAccessLog = "../log/webaccess.log"
  203. WebErrorLog = "../log/weberror.log"
  204. WebSessionTimeout = 600 -- Length that inactive web sessions expire
  205.  
  206. PurgeDeletedCharacters = 10 --How often in minutes to purge deleted characters
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement