Advertisement
Guest User

Untitled

a guest
Aug 13th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.48 KB | None | 0 0
  1. --Copyright (C) 2007 <SWGEmu>
  2.  
  3.  
  4.  
  5. --This File is part of Core3.
  6.  
  7.  
  8.  
  9. --This program is free software; you can redistribute
  10.  
  11. --it and/or modify it under the terms of the GNU Lesser
  12.  
  13. --General Public License as published by the Free Software
  14.  
  15. --Foundation; either version 2 of the License,
  16.  
  17. --or (at your option) any later version.
  18.  
  19.  
  20.  
  21. --This program is distributed in the hope that it will be useful,
  22.  
  23. --but WITHOUT ANY WARRANTY; without even the implied warranty of
  24.  
  25. --MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  26.  
  27. --See the GNU Lesser General Public License for
  28.  
  29. --more details.
  30.  
  31.  
  32.  
  33. --You should have received a copy of the GNU Lesser General
  34.  
  35. --Public License along with this program; if not, write to
  36.  
  37. --the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  38.  
  39.  
  40.  
  41. --Linking Engine3 statically or dynamically with other modules
  42.  
  43. --is making a combined work based on Engine3.
  44.  
  45. --Thus, the terms and conditions of the GNU Lesser General Public License
  46.  
  47. --cover the whole combination.
  48.  
  49.  
  50.  
  51. --In addition, as a special exception, the copyright holders of Engine3
  52.  
  53. --give you permission to combine Engine3 program with free software
  54.  
  55. --programs or libraries that are released under the GNU LGPL and with
  56.  
  57. --code included in the standard release of Core3 under the GNU LGPL
  58.  
  59. --license (or modified versions of such code, with unchanged license).
  60.  
  61. --You may copy and distribute such a system following the terms of the
  62.  
  63. --GNU LGPL for Engine3 and the licenses of the other code concerned,
  64.  
  65. --provided that you include the source code of that other code when
  66.  
  67. --and as the GNU LGPL requires distribution of source code.
  68.  
  69.  
  70.  
  71. --Note that people who make modified versions of Engine3 are not obligated
  72.  
  73. --to grant this special exception for their modified versions;
  74.  
  75. --it is their choice whether to do so. The GNU Lesser General Public License
  76.  
  77. --gives permission to release a modified version without this exception;
  78.  
  79. --this exception also makes it possible to release a modified version
  80.  
  81. --which carries forward this exception.
  82.  
  83. -- Core3 Config File
  84.  
  85. -- 0 = false, 1 = true
  86.  
  87.  
  88.  
  89. MakeLogin = 1
  90.  
  91. MakeZone = 1
  92.  
  93. MakePing = 1
  94. MakeStatus = 1
  95.  
  96.  
  97.  
  98. ORB = ""
  99.  
  100.  
  101.  
  102. DBHost = "127.0.0.1"
  103.  
  104. DBPort = 3306
  105.  
  106. DBName = "swgemu"
  107.  
  108. DBUser = "root"
  109.  
  110. DBPass = "12345678"
  111.  
  112.  
  113.  
  114. LoginPort = 44453
  115.  
  116. LoginProcessingThreads = 1
  117.  
  118. LoginAllowedConnections = 3000
  119.  
  120. LoginRequiredVersion = "20050408-18:00"
  121.  
  122.  
  123.  
  124. MantisHost = "127.0.0.1"
  125.  
  126. MantisPort = 3306
  127.  
  128. MantisName = "swgemu"
  129.  
  130. MantisUser = "root"
  131.  
  132. MantisPass = "12345678"
  133.  
  134. MantisPrfx = "mantis_" -- The prefix for your mantis tables.
  135.  
  136.  
  137.  
  138. AutoReg = 1
  139.  
  140.  
  141.  
  142. PingPort = 44462
  143.  
  144. PingAllowedConnections = 3000
  145.  
  146.  
  147.  
  148. ZoneProcessingThreads = 10
  149.  
  150. ZoneAllowedConnections = 30000
  151.  
  152. ZoneGalaxyID = 2 --The actual zone server's galaxyID. Should coordinate with your login server.
  153.  
  154. ZoneOnlineCharactersPerAccount = 2 --How many characters are allowed online from a single account.
  155.  
  156.  
  157.  
  158. -- directory of tres with live.cfg
  159.  
  160. TrePath = "/home/notroot/swgemu"
  161.  
  162.  
  163.  
  164. TreFiles = {
  165.  
  166. "default_patch.tre",
  167.  
  168. "patch_sku1_14_00.tre",
  169.  
  170. "patch_14_00.tre",
  171.  
  172. "patch_sku1_13_00.tre",
  173.  
  174. "patch_13_00.tre",
  175.  
  176. "patch_sku1_12_00.tre",
  177.  
  178. "patch_12_00.tre",
  179.  
  180. "patch_11_03.tre",
  181.  
  182. "data_sku1_07.tre",
  183.  
  184. "patch_11_02.tre",
  185.  
  186. "data_sku1_06.tre",
  187.  
  188. "patch_11_01.tre",
  189.  
  190. "patch_11_00.tre",
  191.  
  192. "data_sku1_05.tre",
  193.  
  194. "data_sku1_04.tre",
  195.  
  196. "data_sku1_03.tre",
  197.  
  198. "data_sku1_02.tre",
  199.  
  200. "data_sku1_01.tre",
  201.  
  202. "data_sku1_00.tre",
  203.  
  204. "patch_10.tre",
  205.  
  206. "patch_09.tre",
  207.  
  208. "patch_08.tre",
  209.  
  210. "patch_07.tre",
  211.  
  212. "patch_06.tre",
  213.  
  214. "patch_05.tre",
  215.  
  216. "patch_04.tre",
  217.  
  218. "patch_03.tre",
  219.  
  220. "patch_02.tre",
  221.  
  222. "patch_01.tre",
  223.  
  224. "patch_00.tre",
  225.  
  226. "data_other_00.tre",
  227.  
  228. "data_static_mesh_01.tre",
  229.  
  230. "data_static_mesh_00.tre",
  231.  
  232. "data_texture_07.tre",
  233.  
  234. "data_texture_06.tre",
  235.  
  236. "data_texture_05.tre",
  237.  
  238. "data_texture_04.tre",
  239.  
  240. "data_texture_03.tre",
  241.  
  242. "data_texture_02.tre",
  243.  
  244. "data_texture_01.tre",
  245.  
  246. "data_texture_00.tre",
  247.  
  248. "data_skeletal_mesh_01.tre",
  249.  
  250. "data_skeletal_mesh_00.tre",
  251.  
  252. "data_animation_00.tre",
  253.  
  254. "data_sample_04.tre",
  255.  
  256. "data_sample_03.tre",
  257.  
  258. "data_sample_02.tre",
  259.  
  260. "data_sample_01.tre",
  261.  
  262. "data_sample_00.tre",
  263.  
  264. "data_music_00.tre",
  265.  
  266. "bottom.tre"
  267.  
  268. }
  269.  
  270.  
  271. --Status Server Config
  272. StatusPort = 44455
  273. StatusAllowedConnections = 500
  274. StatusInterval = 30 -- interval to check if zone is locked up (in seconds)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement