Guest User

shit

a guest
Mar 15th, 2016
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 98.80 KB | None | 0 0
  1. //-------------------------- 3/15/2016 -- 18:36:02 -----
  2. Processor Init:
  3. Intel Pentium III, ~3.15 Ghz
  4. (timed at roughly 3.15 Ghz)
  5. FPU detected
  6. MMX detected
  7. SSE detected
  8.  
  9. Math Init:
  10. Installing Standard C extensions
  11. Installing Assembly extensions
  12. Installing FPU extensions
  13. Installing MMX extensions
  14. Installing SSE extensions
  15.  
  16. Input Init:
  17. DirectInput enabled.
  18.  
  19. Blockland v21 build 1984
  20. Module Directory: C:/Program Files (x86)/Steam/steamapps/common/Blockland
  21. Profile Path: C:/Program Files (x86)/Steam/steamapps/common/Blockland
  22. Total Ram: 16322 MB
  23. OS: (build 9200), 64-bit
  24.  
  25. --------- Parsing Arguments ---------
  26. argc = 4
  27. argv[2] = -noconsole
  28. argv[3] = -steam
  29. Parsing command line arguments: -noconsole -steam
  30. Error opening zip (Add-Ons/Sky_HL1des.zip), need to handle this better...
  31. --------- Loading Common ---------
  32. Error opening zip (Add-Ons/Sky_HL1des.zip), need to handle this better...
  33. Loading compiled script base/Main.cs.
  34. Loading compiled script base/client/defaults.cs.
  35. Loading compiled script base/server/defaults.cs.
  36. Executing config/client/prefs.cs.
  37. Executing config/server/prefs.cs.
  38. Executing config/server/ADD_ON_LIST.cs.
  39. Executing config/server/musicList.cs.
  40. --------- Loading MODS ---------
  41. Executing config/main.cs.
  42.  
  43. Pre-Loading Add-On: Support_Updater
  44. Executing Add-Ons/Support_Updater/preload.cs.
  45.  
  46.  
  47. --------- Initializing Base ---------
  48. Loading compiled script base/client/init.cs.
  49. Loading compiled script base/server/init.cs.
  50. Loading compiled script base/client/canvas.cs.
  51. Loading compiled script base/client/audio.cs.
  52.  
  53. --------- Initializing Base: Server ---------------------
  54. Initializing steamAPI...
  55. SteamAPI initialization successful, allocating steam objects
  56. Steam initialized...
  57. Steam unlock successful, will use Steam authentication
  58. Loading compiled script base/server/mainServer.cs.
  59. Loading compiled script base/server/scripts/game.cs.
  60.  
  61. --------- Initializing Base: Client ---------------------
  62. Loading compiled script base/client/message.cs.
  63. Loading compiled script base/client/mission.cs.
  64. Loading compiled script base/client/missionDownload.cs.
  65. Loading compiled script base/client/actionMap.cs.
  66. Video Init:
  67. Accelerated OpenGL display device detected.
  68. Activating the OpenGL display device...
  69. Activating the OpenGL display device... (NEW)
  70. OpenGLDevice::setScreenMode 1280 720 32 60 0
  71. safeModeOn = 1
  72. fixedFrame size = 3
  73. caption size = 23
  74. maxWindowWidth = 1913
  75. maxWindowHeight = 1050
  76. Setting screen mode to 1280x720x32@60hz (w)...
  77. winState.hGLRC does not exist
  78. winState.appDC does not exist
  79. winState.appWindow does not exist
  80. Creating a new window...
  81. moving window
  82. Window reactivating...
  83. Acquiring a new device context...
  84. setting pixel format
  85. Pixel format set:
  86. 32 color bits, 24 depth bits, 8 stencil bits
  87. Creating a new rendering context (2)...
  88. Making the new rendering context current (2)...
  89. wglMakeCurrent worked
  90. don't need to ressurect texture manager
  91. setting vsync 0
  92. done setting vsync
  93. showing window
  94. setting forground window
  95. setting window focus
  96. done with OpenGLDevice::setScreenMode
  97. OpenGL Init: Enabled Extensions
  98. ARB_multitexture (Max Texture Units: 4)
  99. EXT_compiled_vertex_array
  100. NV_vertex_array_range
  101. EXT_texture_env_combine
  102. EXT_packed_pixels
  103. EXT_fog_coord
  104. ARB_texture_compression
  105. EXT_texture_compression_s3tc
  106. (ARB|EXT)_texture_env_add
  107. EXT_texture_filter_anisotropic (Max anisotropy: 16.000000)
  108. WGL_EXT_swap_control
  109. GL_ARB_vertex_buffer_object
  110. GL_EXT_multi_draw_arrays
  111. ARB_occlusion_query
  112. OpenGL Init: Disabled Extensions
  113. EXT_paletted_texture
  114. 3DFX_texture_compression_FXT1
  115.  
  116. OpenGL driver information:
  117. Vendor: NVIDIA Corporation
  118. Renderer: GeForce GTX 960/PCIe/SSE2
  119. Version: 4.5.0 NVIDIA 358.91
  120. OpenGL Init: Enabled Extensions
  121. ARB_multitexture (Max Texture Units: 4)
  122. EXT_compiled_vertex_array
  123. NV_vertex_array_range
  124. EXT_texture_env_combine
  125. EXT_packed_pixels
  126. EXT_fog_coord
  127. ARB_texture_compression
  128. EXT_texture_compression_s3tc
  129. (ARB|EXT)_texture_env_add
  130. EXT_texture_filter_anisotropic (Max anisotropy: 16.000000)
  131. WGL_EXT_swap_control
  132. GL_ARB_vertex_buffer_object
  133. GL_EXT_multi_draw_arrays
  134. ARB_occlusion_query
  135. OpenGL Init: Disabled Extensions
  136. EXT_paletted_texture
  137. 3DFX_texture_compression_FXT1
  138.  
  139. Video::setDevice - activate call done
  140. Video::setDevice - resetting canvas
  141. Resetting Canvas...
  142.  
  143. OpenAL Driver Init:
  144. OpenAL
  145. Vendor: Creative Labs Inc.
  146. Version: OpenAL 1.0
  147. Renderer: Software
  148. Extensions: EAX 2.0, EAX 3.0, EAX Unified, and EAX-AC3
  149.  
  150. Loading compiled script base/client/scripts/allClientScripts.cs.
  151. Activating package: CanvasCursor
  152. Loading compiled script base/client/ui/allClientGuis.gui.
  153. Executing config/client/config.cs.
  154.  
  155. --------- Loading Client Add-Ons ---------
  156.  
  157. Client checking Add-On: System_ReturnToBlockland
  158. Loading Add-On: System_ReturnToBlockland (CRC:413938694)
  159. Executing Add-Ons/System_ReturnToBlockland/client.cs.
  160. Executing Add-Ons/System_ReturnToBlockland/modules/client/options.cs.
  161. Executing config/client/rtb/prefs.cs.
  162. Executing config/server/ADD_ON_LIST.cs.
  163. Executing Add-Ons/System_ReturnToBlockland/interface/profiles/connectClient.cs.
  164. Add-Ons/System_ReturnToBlockland/interface/profiles/connectClient.cs (0): Unable to find parent object RTB_TextEditProfile for GuiControlProfile.
  165. Executing Add-Ons/System_ReturnToBlockland/interface/profiles/generic.cs.
  166. Executing Add-Ons/System_ReturnToBlockland/interface/profiles/infoTips.cs.
  167. Executing Add-Ons/System_ReturnToBlockland/interface/profiles/modManager.cs.
  168. Executing Add-Ons/System_ReturnToBlockland/support/fileCache.cs.
  169. Executing Add-Ons/System_ReturnToBlockland/support/functions.cs.
  170. Executing Add-Ons/System_ReturnToBlockland/support/gui.cs.
  171. Executing Add-Ons/System_ReturnToBlockland/support/networking.cs.
  172. Executing Add-Ons/System_ReturnToBlockland/support/overlay.cs.
  173. Executing Add-Ons/System_ReturnToBlockland/support/xmlParser.cs.
  174. Executing Add-Ons/System_ReturnToBlockland/interface/overlay.gui.
  175. Executing Add-Ons/System_ReturnToBlockland/interface/mods/loading.cs.
  176. Executing Add-Ons/System_ReturnToBlockland/interface/mods/mainMenu.cs.
  177. Executing Add-Ons/System_ReturnToBlockland/interface/mods/customGame.cs.
  178. Missing file: Add-Ons/System_ReturnToBlockland/interface/colorManager.gui!
  179. Executing Add-Ons/System_ReturnToBlockland/interface/manual.gui.
  180. Executing Add-Ons/System_ReturnToBlockland/interface/modManager.gui.
  181. Executing Add-Ons/System_ReturnToBlockland/interface/options.gui.
  182. Executing Add-Ons/System_ReturnToBlockland/interface/serverControl.gui.
  183. Executing Add-Ons/System_ReturnToBlockland/modules/client/colorManager.cs.
  184. Executing Add-Ons/System_ReturnToBlockland/modules/client/guiControl.cs.
  185. Executing Add-Ons/System_ReturnToBlockland/modules/client/guiTransfer.cs.
  186. Executing Add-Ons/System_ReturnToBlockland/modules/client/infoTips.cs.
  187. Executing Add-Ons/System_ReturnToBlockland/hooks/infoTips.cs.
  188. Executing Add-Ons/System_ReturnToBlockland/modules/client/manual.cs.
  189. Executing Add-Ons/System_ReturnToBlockland/modules/client/modManager.cs.
  190. Activating package: RTBC_ModManager
  191. No description.txt for this add-on - will not execute
  192. Add-On folder does not follow the format <category>_<name> - will not execute
  193. Executing Add-Ons/System_ReturnToBlockland/modules/client/serverControl.cs.
  194. Activating package: RTB_Modules_Client_ColorManager
  195. Activating package: RTB_Modules_Client_InfoTips
  196. Activating package: RTB_Modules_Client_GuiTransfer
  197. Activating package: RTB_Modules_Client_ServerControl
  198. Activating package: RTB_Client
  199.  
  200. Client checking Add-On: Tool_SwissArmyGun
  201. Loading Add-On: Tool_SwissArmyGun (CRC:-1727177243)
  202. Executing Add-Ons/Tool_SwissArmyGun/client.cs.
  203.  
  204. Client checking Add-On: Tool_NewDuplicator
  205. Loading Add-On: Tool_NewDuplicator (CRC:537964220)
  206. Executing Add-Ons/Tool_NewDuplicator/client.cs.
  207.  
  208. --- Loading Client Guis ---
  209. Executing Add-Ons/Tool_NewDuplicator/scripts/client/guis/fillwrench.gui.
  210.  
  211. --- Loading Client Scripts ---
  212. Executing Add-Ons/Tool_NewDuplicator/scripts/client/controls.cs.
  213. Executing Add-Ons/Tool_NewDuplicator/scripts/client/handshake.cs.
  214. Executing Add-Ons/Tool_NewDuplicator/scripts/client/updater.cs.
  215. Executing Add-Ons/Tool_NewDuplicator/scripts/client/wrench.cs.
  216.  
  217. --- Initializing Client ---
  218. Activating package: NewDuplicator_Client
  219.  
  220. Client checking Add-On: Tool_Multitool
  221. Loading Add-On: Tool_Multitool (CRC:-261410703)
  222. Executing Add-Ons/Tool_Multitool/client.cs.
  223.  
  224. Client checking Add-On: Tool_Duplicator
  225. Loading Add-On: Tool_Duplicator (CRC:1104613114)
  226. Executing Add-Ons/Tool_Duplicator/client.cs.
  227. Activating package: duplorcatorClientLoad
  228.  
  229. Client checking Add-On: Support_Updater
  230. Loading Add-On: Support_Updater (CRC:1387510308)
  231. Executing Add-Ons/Support_Updater/client.cs.
  232. Executing Add-Ons/Support_Updater/common.cs.
  233. Executing Add-Ons/Support_Updater/common/support/Support_DateTime.cs.
  234. Executing Add-Ons/Support_Updater/common/support/Support_LibStr.cs.
  235. Executing Add-Ons/Support_Updater/common/support/Support_PreLoad.cs.
  236. Executing Add-Ons/Support_Updater/common/support/Support_SemVer.cs.
  237. Executing Add-Ons/Support_Updater/common/support/Support_TCPClient.cs.
  238. Executing Add-Ons/Support_Updater/common/support/Support_TMLParser.cs.
  239. Activating package: Support_TMLParser
  240. Executing Add-Ons/Support_Updater/common/support/jettison.cs.
  241. Executing Add-Ons/Support_Updater/common/core/Updater.cs.
  242. Executing Add-Ons/Support_Updater/common/core/UpdaterAddOnSO.cs.
  243. Executing Add-Ons/Support_Updater/common/core/UpdaterAddOnHandlerSG.cs.
  244. Executing Add-Ons/Support_Updater/common/core/UpdaterRepoSO.cs.
  245. Executing Add-Ons/Support_Updater/common/core/UpdaterRepoHandlerSG.cs.
  246. Executing Add-Ons/Support_Updater/common/core/UpdaterFileDownloadHandlerSG.cs.
  247. Executing Add-Ons/Support_Updater/common/modules/Module_Statistics.cs.
  248. Activating package: Module_Statistics
  249. Updater add repository http://mods.greek2me.us/third-party
  250. Updater reading files.
  251. Updater add repository mods.greek2me.us
  252. Updater add repository repository.zapkraft.net/
  253. Updater add repository blockland.dataorb.net/repository/
  254. Updater add repository http://cdn.blocklandglass.com/repo.txt
  255. Updater add repository http://blocklandglass.com/api/support_updater/repo.php
  256. Updater add repository http://bl.zeblote.com/repository.json
  257. Executing Add-Ons/Support_Updater/client/gui/updaterDlg.gui.
  258. Executing Add-Ons/Support_Updater/client/gui/updaterDlg.cs.
  259. Executing Add-Ons/Support_Updater/client/gui/updaterOptDlg.gui.
  260.  
  261. Client checking Add-On: Script_ServerSwitch
  262. Loading Add-On: Script_ServerSwitch (CRC:-590443457)
  263. Executing Add-Ons/Script_ServerSwitch/client.cs.
  264. Activating package: ServerSwitch
  265.  
  266. Client checking Add-On: Script_ModTerRestriction
  267. Loading Add-On: Script_ModTerRestriction (CRC:-2139886780)
  268. Executing Add-Ons/Script_ModTerRestriction/client.cs.
  269. Executing Add-Ons/Script_ModTerRestriction/Support_Updater.cs.
  270.  
  271. Client checking Add-On: Script_MacroSaver
  272. Loading Add-On: Script_MacroSaver (CRC:-1850919998)
  273. Executing Add-Ons/Script_MacroSaver/client.cs.
  274. Executing Add-Ons/System_ReturnToBlockland/RTBR_InfoTips_Hook.cs.
  275. WARNING: RTBR_InfoTips_Hook.cs has moved. Please alter to use hooks/infoTips.cs
  276. Executing Add-Ons/Script_MacroSaver/macroGui.gui.
  277. Activating package: MacroSaver
  278.  
  279. Client checking Add-On: Script_Auto-Jet
  280. Loading Add-On: Script_Auto-Jet (CRC:-700391062)
  281. Executing Add-Ons/Script_Auto-Jet/client.cs.
  282. Activating package: autoJetPackage
  283.  
  284. Client checking Add-On: GameMode_Tutorial
  285. Loading Add-On: GameMode_Tutorial (CRC:-2066542589)
  286. Executing Add-Ons/GameMode_Tutorial/client.cs.
  287. Executing add-ons/GameMode_Tutorial/tutorialCompletedGui.gui.
  288.  
  289. Client checking Add-On: Gamemode_Slayer
  290. Loading Add-On: Gamemode_Slayer (CRC:-159858288)
  291. Executing Add-Ons/Gamemode_Slayer/client.cs.
  292. Slayer Version 4.1.0
  293. + Compatible Version: 4.0-alpha-1
  294. + Platform: Client
  295. + Core Directory: Add-Ons/Gamemode_Slayer/client
  296. + Config Directory: config/client/Slayer
  297. + Debug Mode: 0
  298. Executing Add-Ons/Gamemode_Slayer/common.cs.
  299. Executing Add-Ons/Gamemode_Slayer/common/support/Support.cs.
  300. Executing Add-Ons/Gamemode_Slayer/common/support/Support_TCPClient.cs.
  301. Executing Add-Ons/Gamemode_Slayer/common/support/Support_SemVer.cs.
  302. Executing Add-Ons/Gamemode_Slayer/common/support/Support_LibStr.cs.
  303. Executing Add-Ons/Gamemode_Slayer/common/support/Support_HeapQueue.cs.
  304. Executing Add-Ons/Gamemode_Slayer/common/support/Support_DynamicObjectMethods.cs.
  305. Executing Add-Ons/Gamemode_Slayer/common/support/Support_CSVReader.cs.
  306. Executing Add-Ons/Gamemode_Slayer/common/core/Slayer_PrefSO.cs.
  307. Executing Add-Ons/Gamemode_Slayer/common/defaults/globals.cs.
  308. Executing Add-Ons/Gamemode_Slayer/common/modules/stats.cs.
  309. Executing Add-Ons/Gamemode_Slayer/client/support/Support.cs.
  310. Executing Add-Ons/Gamemode_Slayer/client/support/Support_TMLParser.cs.
  311. Executing Add-Ons/Gamemode_Slayer/client/support/Support_ObjectTransfer_Client.cs.
  312. Activating package: Support_ObjectTransfer_Client
  313. Executing Add-Ons/Gamemode_Slayer/client/support/Support_Keybinds.cs.
  314. Executing Add-Ons/Gamemode_Slayer/client/support/Support_ExtUINameTable.cs.
  315. Activating package: ExtUINameTable
  316. Executing Add-Ons/Gamemode_Slayer/client/core/SlayerClient_TeamSO.cs.
  317. Executing Add-Ons/Gamemode_Slayer/client/core/SlayerClient_TeamPrefSO.cs.
  318. Executing Add-Ons/Gamemode_Slayer/client/core/SlayerClient_TeamPrefHandlerSG.cs.
  319. Executing Add-Ons/Gamemode_Slayer/client/core/SlayerClient_TeamHandlerSG.cs.
  320. Executing Add-Ons/Gamemode_Slayer/client/core/SlayerClient_ServerPrefSO.cs.
  321. Executing Add-Ons/Gamemode_Slayer/client/core/SlayerClient_ServerPrefHandlerSG.cs.
  322. Executing Add-Ons/Gamemode_Slayer/client/core/SlayerClient_PrefSO.cs.
  323. Executing Add-Ons/Gamemode_Slayer/client/core/SlayerClient_PrefHandlerSG.cs.
  324. Executing Add-Ons/Gamemode_Slayer/client/core/SlayerClient_GameModeTemplateSG.cs.
  325. Executing Add-Ons/Gamemode_Slayer/client/core/SlayerClient_GameModeHandlerSG.cs.
  326. Executing Add-Ons/Gamemode_Slayer/client/core/SlayerClient.cs.
  327. Activating package: SlayerClient
  328. Executing Add-Ons/Gamemode_Slayer/client/core/profiles.cs.
  329. Executing Add-Ons/Gamemode_Slayer/client/core/guiControl.cs.
  330. Activating package: SlayerClient_GuiControl
  331. Executing Add-Ons/Gamemode_Slayer/client/GUI/options/Slayer_Options.cs.
  332. Executing Add-Ons/Gamemode_Slayer/client/GUI/modified/joinMiniGameGui.cs.
  333. Activating package: SlayerClient_JoinMiniGameGUI
  334. Executing Add-Ons/Gamemode_Slayer/client/GUI/main/99_Slayer_Main.cs.
  335. Executing Add-Ons/Gamemode_Slayer/client/GUI/main/90_Slayer_General.cs.
  336. Executing Add-Ons/Gamemode_Slayer/client/GUI/main/80_Slayer_Teams.cs.
  337. Activating package: Slayer_Client_GUI_Teams
  338. Executing Add-Ons/Gamemode_Slayer/client/GUI/main/75_Slayer_Teams_Advanced.cs.
  339. Executing Add-Ons/Gamemode_Slayer/client/GUI/main/50_Slayer_Advanced.cs.
  340. Executing Add-Ons/Gamemode_Slayer/client/GUI/main/20_Slayer_Help.cs.
  341. Activating package: Slayer_Client_GUI_Help
  342. Executing Add-Ons/Gamemode_Slayer/client/GUI/hud/Slayer_CtrDisplay.cs.
  343. Executing Add-Ons/Gamemode_Slayer/client/GUI/options/Slayer_Options.gui.
  344. Executing Add-Ons/Gamemode_Slayer/client/GUI/modified/optionsDlg.gui.
  345. Executing Add-Ons/Gamemode_Slayer/client/GUI/modified/joinMiniGameGui.gui.
  346. Executing Add-Ons/Gamemode_Slayer/client/GUI/main/99_Slayer_Main.gui.
  347. Executing Add-Ons/Gamemode_Slayer/client/GUI/main/90_Slayer_General.gui.
  348. Executing Add-Ons/Gamemode_Slayer/client/GUI/main/80_Slayer_Teams.gui.
  349. Executing Add-Ons/Gamemode_Slayer/client/GUI/main/75_Slayer_Teams_Advanced.gui.
  350. Executing Add-Ons/Gamemode_Slayer/client/GUI/main/50_Slayer_Advanced.gui.
  351. Executing Add-Ons/Gamemode_Slayer/client/GUI/main/20_Slayer_Help.gui.
  352. Executing Add-Ons/Gamemode_Slayer/client/GUI/hud/Slayer_CtrDisplay.gui.
  353. Executing Add-Ons/Gamemode_Slayer/client/defaults/Preferences.cs.
  354. Executing Add-Ons/Gamemode_Slayer/client/modules/updaterMigration.cs.
  355. Executing Add-Ons/Gamemode_Slayer/client/modules/HolidayGreetings/HolidayGreetings.cs.
  356.  
  357. Client checking Add-On: Event_Variables
  358. Loading Add-On: Event_Variables (CRC:1303087765)
  359. Executing Add-Ons/Event_Variables/client.cs.
  360. Executing Add-Ons/Event_Variables/server/VCE_Manual.gui.
  361. Activating package: VCE_Manual
  362.  
  363. Client checking Add-On: Client_MoveInputDetect
  364. Loading Add-On: Client_MoveInputDetect (CRC:-1093547329)
  365. Executing Add-Ons/Client_MoveInputDetect/client.cs.
  366. Activating package: MoveCallBacks
  367.  
  368. Client checking Add-On: Client_MenuSounds
  369. Loading Add-On: Client_MenuSounds (CRC:-507221507)
  370. Executing Add-Ons/Client_MenuSounds/client.cs.
  371.  
  372. Client checking Add-On: Client_ManyPointLights
  373. Loading Add-On: Client_ManyPointLights (CRC:1925590201)
  374. Executing Add-Ons/Client_ManyPointLights/client.cs.
  375.  
  376. Client checking Add-On: Client_EventsGUIPlus
  377. Loading Add-On: Client_EventsGUIPlus (CRC:53143833)
  378. Executing Add-Ons/Client_EventsGUIPlus/client.cs.
  379. Executing config/client/EventsGUIplus.cs.
  380. Executing Add-Ons/Client_EventsGUIPlus/Saver.cs.
  381. Executing Add-Ons/Client_EventsGUIPlus/Mover.cs.
  382. Activating package: EGplus_Movement
  383. Activating package: EGplus_Core
  384.  
  385. Client checking Add-On: Client_DropDownSearch
  386. Loading Add-On: Client_DropDownSearch (CRC:-1936473667)
  387. Executing Add-Ons/Client_DropDownSearch/client.cs.
  388. Executing Add-Ons/Client_DropDownSearch/updater.cs.
  389. Activating package: DropDownSearch
  390.  
  391. Client checking Add-On: Bot_Hole
  392. Loading Add-On: Bot_Hole (CRC:762734326)
  393. Executing Add-Ons/Bot_Hole/client.cs.
  394. Executing Add-Ons/Bot_Hole/wrenchBotDlg.gui.
  395. Executing Add-Ons/Bot_Hole/wrenchBotDlg.cs.
  396. Activating package: ClientBotHolePackage
  397.  
  398. Client checking Add-On: Add-Ons/Tool_Multitool
  399. nested add-on - will not execute
  400.  
  401. Client checking Add-On: Add-Ons/System_ReturnToBlockland
  402. nested add-on - will not execute
  403.  
  404. Client checking Add-On: Add-Ons/Script_ServerSwitch
  405. nested add-on - will not execute
  406.  
  407. Client checking Add-On: Add-Ons/Script_MacroSaver
  408. nested add-on - will not execute
  409.  
  410. Client checking Add-On: Add-Ons/Script_Auto-Jet
  411. nested add-on - will not execute
  412.  
  413. Client checking Add-On: Add-Ons/Gamemode_Slayer
  414. nested add-on - will not execute
  415.  
  416. Client checking Add-On: Add-Ons/Client_MissionEditor
  417. nested add-on - will not execute
  418.  
  419. Client checking Add-On: Add-Ons/Client_EventsGUIPlus
  420. nested add-on - will not execute
  421.  
  422. Binding server port to default IP
  423. UDP initialized on port 38798
  424. Error opening zip (Add-Ons/Sky_HL1des.zip), need to handle this better...
  425. Starting client steam authentication...
  426. Engine initialized...
  427. Received stats and achievements from Steam
  428.  
  429. Authentication: SUCCESS
  430. Executing config/server/ADD_ON_LIST.cs.
  431. Executing config/server/musicList.cs.
  432. Executing config/server/prefs.cs.
  433. CustomGameGui checking Add-On: Weapon_WreckItLauncher
  434. CustomGameGui checking Add-On: Weapon_Throwing_Spear
  435. CustomGameGui checking Add-On: Weapon_Throwing_Knife
  436. CustomGameGui checking Add-On: Weapon_Sword
  437. CustomGameGui checking Add-On: Weapon_Spear
  438. CustomGameGui checking Add-On: Weapon_Sniper_Rifle
  439. CustomGameGui checking Add-On: Weapon_SMG
  440. CustomGameGui checking Add-On: Weapon_Skins_SMG
  441. CustomGameGui checking Add-On: Weapon_Skins_ShotgunT2
  442. CustomGameGui checking Add-On: Weapon_Skins_RiflesT2
  443. CustomGameGui checking Add-On: Weapon_Skins_Rifles
  444. CustomGameGui checking Add-On: Weapon_Skins_Pistol
  445. CustomGameGui checking Add-On: Weapon_Skins_Magnum
  446. CustomGameGui checking Add-On: Weapon_Skins_LMG
  447. CustomGameGui checking Add-On: Weapon_Shotgun
  448. CustomGameGui checking Add-On: Weapon_SFRevolver
  449. CustomGameGui checking Add-On: Weapon_Rocket_Launcher
  450. CustomGameGui checking Add-On: Weapon_RetroRayGun
  451. CustomGameGui checking Add-On: Weapon_Repeater
  452. CustomGameGui checking Add-On: Weapon_Push_Broom
  453. CustomGameGui checking Add-On: Weapon_Pizza
  454. CustomGameGui checking Add-On: Weapon_Pitchfork
  455. CustomGameGui checking Add-On: Weapon_Package_Tier2A
  456. CustomGameGui checking Add-On: Weapon_Package_Tier2
  457. CustomGameGui checking Add-On: Weapon_Package_Tier1A
  458. CustomGameGui checking Add-On: Weapon_Package_Tier1
  459. CustomGameGui checking Add-On: Weapon_Package_Explosive2
  460. CustomGameGui checking Add-On: Weapon_OldSchoolRifle
  461. CustomGameGui checking Add-On: Weapon_Mortar
  462. CustomGameGui checking Add-On: Weapon_Longbow
  463. CustomGameGui checking Add-On: Weapon_Laser_Guitar
  464. CustomGameGui checking Add-On: Weapon_Horse_Ray
  465. CustomGameGui checking Add-On: Weapon_Handcannon
  466. CustomGameGui checking Add-On: Weapon_Guns_Akimbo
  467. CustomGameGui checking Add-On: Weapon_Gun
  468. CustomGameGui checking Add-On: Weapon_Frogs_Weaponry
  469. CustomGameGui checking Add-On: Weapon_DinnerBlaster
  470. CustomGameGui checking Add-On: Weapon_Bow
  471. CustomGameGui checking Add-On: Weapon_Banana
  472. CustomGameGui checking Add-On: Weapon_Assault_Rifle
  473. CustomGameGui checking Add-On: Vehicle_Wave_Racer
  474. CustomGameGui checking Add-On: Vehicle_tobyZ
  475. CustomGameGui checking Add-On: Vehicle_Toby
  476. CustomGameGui checking Add-On: Vehicle_Tank
  477. CustomGameGui checking Add-On: vehicle_stuff
  478. CustomGameGui checking Add-On: Vehicle_Snail
  479. CustomGameGui checking Add-On: Vehicle_Rowboat
  480. CustomGameGui checking Add-On: Vehicle_Pirate_Cannon
  481. CustomGameGui checking Add-On: Vehicle_Magic_Carpet
  482. CustomGameGui checking Add-On: Vehicle_LegoMoblie
  483. CustomGameGui checking Add-On: Vehicle_Jeep
  484. CustomGameGui checking Add-On: Vehicle_Horse_Low_Jump
  485. CustomGameGui checking Add-On: Vehicle_Horse
  486. CustomGameGui checking Add-On: Vehicle_Flying_Wheeled_Jeep
  487. CustomGameGui checking Add-On: Vehicle_Brick_Mobile
  488. CustomGameGui checking Add-On: Vehicle_Brick_Jeep
  489. CustomGameGui checking Add-On: Vehicle_BrickUltraLight
  490. CustomGameGui checking Add-On: Vehicle_BrickKart
  491. CustomGameGui checking Add-On: Vehicle_BrickFormula
  492. CustomGameGui checking Add-On: Vehicle_BrickBall
  493. CustomGameGui checking Add-On: Vehicle_Blocko_Jet_Ski
  494. CustomGameGui checking Add-On: Vehicle_Ballista
  495. CustomGameGui checking Add-On: Vehicle_Ball
  496. CustomGameGui checking Add-On: Tool_WaterFX
  497. CustomGameGui checking Add-On: Tool_SwissArmyGun
  498. CustomGameGui checking Add-On: Tool_Sandvich
  499. CustomGameGui checking Add-On: Tool_Props
  500. CustomGameGui checking Add-On: Tool_PropifyWand
  501. CustomGameGui checking Add-On: Tool_NewDuplicator
  502. CustomGameGui checking Add-On: Tool_Multitool
  503. CustomGameGui checking Add-On: Tool_Jetpack
  504. CustomGameGui checking Add-On: Tool_HookGun
  505. CustomGameGui checking Add-On: Tool_Fill_Can
  506. CustomGameGui checking Add-On: Tool_Duplicator
  507. CustomGameGui checking Add-On: System_ReturnToBlockland
  508. CustomGameGui checking Add-On: System_Jail
  509. CustomGameGui checking Add-On: Support_Player_Persistence
  510. CustomGameGui checking Add-On: Support_LegacyDoors
  511. CustomGameGui checking Add-On: Support_Footsteps
  512. CustomGameGui checking Add-On: Support_ExtendedServerControl
  513. CustomGameGui checking Add-On: Support_Doors
  514. CustomGameGui checking Add-On: Sound_Synth4
  515. CustomGameGui checking Add-On: Sound_Phone
  516. CustomGameGui checking Add-On: Sound_NewEffects
  517. CustomGameGui checking Add-On: Sound_Lord_Tony
  518. CustomGameGui checking Add-On: Sound_Eat
  519. CustomGameGui checking Add-On: Sound_Beeps
  520. CustomGameGui checking Add-On: Server_WeaponShopSystem
  521. CustomGameGui checking Add-On: Server_VignetteHealthMoreRed
  522. CustomGameGui checking Add-On: Server_VehicleGore
  523. CustomGameGui checking Add-On: Server_TerminalFalling
  524. CustomGameGui checking Add-On: Server_TeamLifeTickets
  525. CustomGameGui checking Add-On: Server_Swol_FovHack
  526. CustomGameGui checking Add-On: Server_SkeletalDeath
  527. CustomGameGui checking Add-On: Server_ScoreSaver
  528. CustomGameGui checking Add-On: Server_RideOnClick
  529. CustomGameGui checking Add-On: Server_RestrictItems
  530. CustomGameGui checking Add-On: Server_RampagingVehicles
  531. CustomGameGui checking Add-On: Server_PhysicsDeath
  532. CustomGameGui checking Add-On: Server_HealthBar
  533. CustomGameGui checking Add-On: Server_GasMod
  534. CustomGameGui checking Add-On: Server_Flashlight
  535. CustomGameGui checking Add-On: Server_EnvironmentAutoLoader
  536. CustomGameGui checking Add-On: Server_ChatSystem
  537. CustomGameGui checking Add-On: Script_VehicleRestriction
  538. CustomGameGui checking Add-On: script_ToggleLights
  539. CustomGameGui checking Add-On: Script_ToggleFlood
  540. CustomGameGui checking Add-On: Script_SkullOrb
  541. CustomGameGui checking Add-On: Script_SFOxygen
  542. CustomGameGui checking Add-On: Script_Player_Persistence
  543. CustomGameGui checking Add-On: Script_ModTerRestriction
  544. CustomGameGui checking Add-On: Script_GiveScore
  545. CustomGameGui checking Add-On: Script_Default_Minigame
  546. CustomGameGui checking Add-On: Script_DamagePopup
  547. CustomGameGui checking Add-On: Script_ClearStuff
  548. CustomGameGui checking Add-On: Script_ClearSpam
  549. CustomGameGui checking Add-On: Script_BrickPlantCost
  550. CustomGameGui checking Add-On: Script_Avatar_Restrictions
  551. CustomGameGui checking Add-On: Script_AssistKills
  552. CustomGameGui checking Add-On: Projectile_Radio_Wave
  553. CustomGameGui checking Add-On: Projectile_Pong
  554. CustomGameGui checking Add-On: Projectile_Pinball
  555. CustomGameGui checking Add-On: Projectile_GravityRocket
  556. CustomGameGui checking Add-On: Print_Poster_Tutorial
  557. CustomGameGui checking Add-On: Print_Poster_Bedroom_Torn
  558. CustomGameGui checking Add-On: Print_ModTer_fix
  559. CustomGameGui checking Add-On: Print_ModTer_Default
  560. CustomGameGui checking Add-On: Print_ModTer_Bedroom
  561. CustomGameGui checking Add-On: Print_Letters_Lego
  562. CustomGameGui checking Add-On: Print_Letters_Default
  563. CustomGameGui checking Add-On: Print_2x2r_Monitor3
  564. CustomGameGui checking Add-On: Print_2x2r_Default
  565. CustomGameGui checking Add-On: Print_2x2f_Pizza
  566. CustomGameGui checking Add-On: Print_2x2f_Papers
  567. CustomGameGui checking Add-On: Print_2x2f_Lord_Tony
  568. CustomGameGui checking Add-On: Print_2x2f_LLBLClassic
  569. CustomGameGui checking Add-On: Print_2x2f_Default
  570. CustomGameGui checking Add-On: Print_2x2f_CreepyCereal
  571. CustomGameGui checking Add-On: Print_2x2f_Cloths/Print_2x2f_Cloths
  572. nested add-on - will not execute
  573. CustomGameGui checking Add-On: Print_1x2f_Lord_Tony
  574. CustomGameGui checking Add-On: Print_1x2f_LLBLClassic
  575. CustomGameGui checking Add-On: Print_1x2f_Default
  576. CustomGameGui checking Add-On: Print_1x2f_BLPRemote
  577. CustomGameGui checking Add-On: Print_1x1_Vandalism
  578. CustomGameGui checking Add-On: Print_1x1_Trading_Card_Posters
  579. CustomGameGui checking Add-On: Print_1x1_Senor_Gato_v2
  580. CustomGameGui checking Add-On: print_1x1_Senor_Gato
  581. CustomGameGui checking Add-On: Print_1x1_RestroomSigns
  582. CustomGameGui checking Add-On: Print_1x1_Posters
  583. CustomGameGui checking Add-On: Print_1x1_OmNomNom
  584. CustomGameGui checking Add-On: Print_1x1_MoviePosters
  585. CustomGameGui checking Add-On: Print_1x1_Lord_Tony_Apocalyptic_Propaganda
  586. CustomGameGui checking Add-On: Print_1x1_Lord_Tony
  587. CustomGameGui checking Add-On: print_1x1_classy_posters
  588. CustomGameGui checking Add-On: Print_1x1_Bluzone
  589. CustomGameGui checking Add-On: Print_1x1_BlockTarget
  590. CustomGameGui checking Add-On: Print_1x1f_Trading_Cards
  591. CustomGameGui checking Add-On: Print_1x1f_LLBLClassic
  592. CustomGameGui checking Add-On: Print_1x1f_GameBlockColorGames
  593. CustomGameGui checking Add-On: Player_TopDown
  594. CustomGameGui checking Add-On: Player_Quake
  595. CustomGameGui checking Add-On: Player_PhysicsJump
  596. CustomGameGui checking Add-On: Player_No_Jet
  597. CustomGameGui checking Add-On: Player_Low_Jump
  598. CustomGameGui checking Add-On: Player_LI
  599. CustomGameGui checking Add-On: Player_Leap_Jet
  600. CustomGameGui checking Add-On: Player_Jump_Jet
  601. CustomGameGui checking Add-On: Player_Invincible
  602. CustomGameGui checking Add-On: Player_Fuel_Jet
  603. CustomGameGui checking Add-On: Player_Fluidity
  604. CustomGameGui checking Add-On: Player_First_Person_Shooter
  605. CustomGameGui checking Add-On: Player_DownTheIrons
  606. CustomGameGui checking Add-On: Player_Crab
  607. CustomGameGui checking Add-On: Player_Adventure
  608. CustomGameGui checking Add-On: Particle_Tools
  609. CustomGameGui checking Add-On: Particle_Player
  610. CustomGameGui checking Add-On: Particle_Grass
  611. CustomGameGui checking Add-On: Particle_FX_Cans
  612. CustomGameGui checking Add-On: Particle_Candle
  613. CustomGameGui checking Add-On: Particle_Basic
  614. CustomGameGui checking Add-On: Light_Torch
  615. CustomGameGui checking Add-On: Light_Candle
  616. CustomGameGui checking Add-On: Light_Basic
  617. CustomGameGui checking Add-On: Light_Animated
  618. CustomGameGui checking Add-On: Item_Sports
  619. CustomGameGui checking Add-On: Item_SpicyItalian
  620. CustomGameGui checking Add-On: Item_Skis
  621. CustomGameGui checking Add-On: Item_SecurityCards
  622. CustomGameGui checking Add-On: Item_Pill
  623. CustomGameGui checking Add-On: Item_Lantern
  624. CustomGameGui checking Add-On: Item_Key
  625. CustomGameGui checking Add-On: Item_HandCuff
  626. CustomGameGui checking Add-On: Item_GasCan
  627. CustomGameGui checking Add-On: Item_Chocolate
  628. CustomGameGui checking Add-On: Item_Castle_Skeleton_key
  629. CustomGameGui checking Add-On: Item_Castle_RGBY_Keys
  630. CustomGameGui checking Add-On: Item_Castle_Grey_Key
  631. CustomGameGui checking Add-On: Item_BLCurrency
  632. CustomGameGui checking Add-On: Item_BLCoinage
  633. CustomGameGui checking Add-On: Gamemode_v8Zombies
  634. CustomGameGui checking Add-On: GameMode_Tutorial
  635. CustomGameGui checking Add-On: GameMode_SpeedKart
  636. CustomGameGui checking Add-On: Gamemode_Slayer_Infection
  637. CustomGameGui checking Add-On: Gamemode_Slayer_CTF
  638. CustomGameGui checking Add-On: Gamemode_Slayer
  639. CustomGameGui checking Add-On: Gamemode_Salvage
  640. CustomGameGui checking Add-On: GameMode_Rampage
  641. CustomGameGui checking Add-On: Gamemode_EndlessZombies
  642. CustomGameGui checking Add-On: GameMode_Blockheads_Ruin_Xmas
  643. CustomGameGui checking Add-On: Event_Variables
  644. CustomGameGui checking Add-On: Event_SapHealth
  645. CustomGameGui checking Add-On: Event_MorDoor
  646. CustomGameGui checking Add-On: Event_Camera_Control
  647. CustomGameGui checking Add-On: Emote_Pee
  648. CustomGameGui checking Add-On: Emote_Love
  649. CustomGameGui checking Add-On: Emote_Hate
  650. CustomGameGui checking Add-On: Emote_Critical
  651. CustomGameGui checking Add-On: Emote_Confusion
  652. CustomGameGui checking Add-On: Emote_Alarm
  653. CustomGameGui checking Add-On: Brick_WireFence
  654. CustomGameGui checking Add-On: Brick_Vehicles
  655. CustomGameGui checking Add-On: Brick_V15
  656. CustomGameGui checking Add-On: Brick_Treasure_Chest
  657. CustomGameGui checking Add-On: Brick_Teledoor
  658. CustomGameGui checking Add-On: Brick_Spiderwebs
  659. CustomGameGui checking Add-On: Brick_ShortRangeMusic
  660. CustomGameGui checking Add-On: Brick_RazorWire
  661. CustomGameGui checking Add-On: Brick_Poster_8x
  662. CustomGameGui checking Add-On: Brick_Pencil
  663. CustomGameGui checking Add-On: Brick_Mystery
  664. CustomGameGui checking Add-On: Brick_MyCheck
  665. CustomGameGui checking Add-On: Brick_ModTer_InvertedPack
  666. CustomGameGui checking Add-On: Brick_ModTer_BasicPack
  667. CustomGameGui checking Add-On: Brick_ModTer_4xPack
  668. CustomGameGui checking Add-On: Brick_Medieval
  669. CustomGameGui checking Add-On: Brick_LLDoors
  670. CustomGameGui checking Add-On: Brick_Lego
  671. CustomGameGui checking Add-On: Brick_Large_Cubes
  672. CustomGameGui checking Add-On: Brick_Interactive
  673. CustomGameGui checking Add-On: Brick_Halloween
  674. CustomGameGui checking Add-On: Brick_Halloween/2012
  675. nested add-on - will not execute
  676. CustomGameGui checking Add-On: Brick_FruitTree
  677. CustomGameGui checking Add-On: Brick_Food
  678. CustomGameGui checking Add-On: Brick_Fire
  679. CustomGameGui checking Add-On: Brick_ExtraPrints
  680. CustomGameGui checking Add-On: Brick_Doors_Frameless
  681. CustomGameGui checking Add-On: Brick_Doors_Demian_Thematic
  682. CustomGameGui checking Add-On: Brick_Doors
  683. CustomGameGui checking Add-On: Brick_Content_Doors
  684. CustomGameGui checking Add-On: Brick_Christmas_Tree
  685. CustomGameGui checking Add-On: Brick_Checkpoint
  686. CustomGameGui checking Add-On: Brick_Arch
  687. CustomGameGui checking Add-On: Brick_2x2FRoundPrint
  688. CustomGameGui checking Add-On: Brick_1x1FRoundPrint
  689. CustomGameGui checking Add-On: Bot_Zombie
  690. CustomGameGui checking Add-On: Bot_V8Zombie
  691. CustomGameGui checking Add-On: Bot_Skeleton
  692. CustomGameGui checking Add-On: Bot_Shark
  693. CustomGameGui checking Add-On: bot_mutalid
  694. CustomGameGui checking Add-On: Bot_Horse
  695. CustomGameGui checking Add-On: Bot_Hole
  696. CustomGameGui checking Add-On: Bot_Blockhead
  697. CustomGameGui checking Add-On: Bot_Alligator
  698. CustomGameGui checking Add-On: Add-Ons/Weapon_Uberbow
  699. nested add-on - will not execute
  700. CustomGameGui checking Add-On: Add-Ons/Weapon_Throwing_Knife
  701. nested add-on - will not execute
  702. CustomGameGui checking Add-On: Add-Ons/Weapon_Sword
  703. nested add-on - will not execute
  704. CustomGameGui checking Add-On: Add-Ons/Weapon_Spear
  705. nested add-on - will not execute
  706. CustomGameGui checking Add-On: Add-Ons/Weapon_Sniper_Rifle
  707. nested add-on - will not execute
  708. CustomGameGui checking Add-On: Add-Ons/Weapon_SMG
  709. nested add-on - will not execute
  710. CustomGameGui checking Add-On: Add-Ons/Weapon_Shotgun
  711. nested add-on - will not execute
  712. CustomGameGui checking Add-On: Add-Ons/Weapon_SFRevolver
  713. nested add-on - will not execute
  714. CustomGameGui checking Add-On: Add-Ons/Weapon_Sentry
  715. nested add-on - will not execute
  716. CustomGameGui checking Add-On: Add-Ons/Weapon_Rocket_Launcher
  717. nested add-on - will not execute
  718. CustomGameGui checking Add-On: Add-Ons/Weapon_Rifle
  719. nested add-on - will not execute
  720. CustomGameGui checking Add-On: Add-Ons/Weapon_Repeater
  721. nested add-on - will not execute
  722. CustomGameGui checking Add-On: Add-Ons/Weapon_Push_Broom
  723. nested add-on - will not execute
  724. CustomGameGui checking Add-On: Add-Ons/Weapon_Pizza
  725. nested add-on - will not execute
  726. CustomGameGui checking Add-On: Add-Ons/Weapon_P90_pack
  727. nested add-on - will not execute
  728. CustomGameGui checking Add-On: Add-Ons/Weapon_OldSchoolRifle
  729. nested add-on - will not execute
  730. CustomGameGui checking Add-On: Add-Ons/Weapon_OblivionSword
  731. nested add-on - will not execute
  732. CustomGameGui checking Add-On: Add-Ons/Weapon_Loz_Hookshot
  733. nested add-on - will not execute
  734. CustomGameGui checking Add-On: Add-Ons/Weapon_Laser_Guitar
  735. nested add-on - will not execute
  736. CustomGameGui checking Add-On: Add-Ons/Weapon_Horse_Ray
  737. nested add-on - will not execute
  738. CustomGameGui checking Add-On: Add-Ons/Weapon_Guns_Akimbo
  739. nested add-on - will not execute
  740. CustomGameGui checking Add-On: Add-Ons/Weapon_Gun
  741. nested add-on - will not execute
  742. CustomGameGui checking Add-On: Add-Ons/Weapon_DinnerBlaster
  743. nested add-on - will not execute
  744. CustomGameGui checking Add-On: Add-Ons/Weapon_Bow
  745. nested add-on - will not execute
  746. CustomGameGui checking Add-On: Add-Ons/Weapon_Banana
  747. nested add-on - will not execute
  748. CustomGameGui checking Add-On: Add-Ons/Weapon_Assault_Rifle
  749. nested add-on - will not execute
  750. CustomGameGui checking Add-On: Add-Ons/Vehicle_Tank
  751. nested add-on - will not execute
  752. CustomGameGui checking Add-On: Add-Ons/Vehicle_Snail
  753. nested add-on - will not execute
  754. CustomGameGui checking Add-On: Add-Ons/Vehicle_Rowboat
  755. nested add-on - will not execute
  756. CustomGameGui checking Add-On: Add-Ons/Vehicle_Pirate_Cannon
  757. nested add-on - will not execute
  758. CustomGameGui checking Add-On: Add-Ons/Vehicle_Magic_Carpet
  759. nested add-on - will not execute
  760. CustomGameGui checking Add-On: Add-Ons/Vehicle_LegoMoblie
  761. nested add-on - will not execute
  762. CustomGameGui checking Add-On: Add-Ons/Vehicle_Jeep
  763. nested add-on - will not execute
  764. CustomGameGui checking Add-On: Add-Ons/Vehicle_Horse_Low_Jump
  765. nested add-on - will not execute
  766. CustomGameGui checking Add-On: Add-Ons/Vehicle_Horse
  767. nested add-on - will not execute
  768. CustomGameGui checking Add-On: Add-Ons/Vehicle_Flying_Wheeled_Jeep
  769. nested add-on - will not execute
  770. CustomGameGui checking Add-On: Add-Ons/Vehicle_Covered_Wagon
  771. nested add-on - will not execute
  772. CustomGameGui checking Add-On: Add-Ons/Vehicle_Brick_Mobile
  773. nested add-on - will not execute
  774. CustomGameGui checking Add-On: Add-Ons/Vehicle_Ball
  775. nested add-on - will not execute
  776. CustomGameGui checking Add-On: Add-Ons/Tool_WaterFX
  777. nested add-on - will not execute
  778. CustomGameGui checking Add-On: Add-Ons/Tool_Sandvich
  779. nested add-on - will not execute
  780. CustomGameGui checking Add-On: Add-Ons/Tool_Multitool
  781. nested add-on - will not execute
  782. CustomGameGui checking Add-On: Add-Ons/Tool_Fill_Can
  783. nested add-on - will not execute
  784. CustomGameGui checking Add-On: Add-Ons/Tool_Duplicator
  785. nested add-on - will not execute
  786. CustomGameGui checking Add-On: Add-Ons/System_ReturnToBlockland
  787. nested add-on - will not execute
  788. CustomGameGui checking Add-On: Add-Ons/System_Jail
  789. nested add-on - will not execute
  790. CustomGameGui checking Add-On: Add-Ons/Support_ExtendedServerControl
  791. nested add-on - will not execute
  792. CustomGameGui checking Add-On: Add-Ons/Sound_Synth4
  793. nested add-on - will not execute
  794. CustomGameGui checking Add-On: Add-Ons/Sound_Phone
  795. nested add-on - will not execute
  796. CustomGameGui checking Add-On: Add-Ons/Sound_Beeps
  797. nested add-on - will not execute
  798. CustomGameGui checking Add-On: Add-Ons/Server_WeaponShopSystem
  799. nested add-on - will not execute
  800. CustomGameGui checking Add-On: Add-Ons/Server_RideOnClick
  801. nested add-on - will not execute
  802. CustomGameGui checking Add-On: Add-Ons/Server_noFunkyShirt
  803. nested add-on - will not execute
  804. CustomGameGui checking Add-On: Add-Ons/Script_RealRain
  805. nested add-on - will not execute
  806. CustomGameGui checking Add-On: Add-Ons/Script_Player_Persistence
  807. nested add-on - will not execute
  808. CustomGameGui checking Add-On: Add-Ons/Script_Default_Minigame
  809. nested add-on - will not execute
  810. CustomGameGui checking Add-On: Add-Ons/Script_ClearStuff
  811. nested add-on - will not execute
  812. CustomGameGui checking Add-On: Add-Ons/Script_ClearSpam
  813. nested add-on - will not execute
  814. CustomGameGui checking Add-On: Add-Ons/Projectile_Radio_Wave
  815. nested add-on - will not execute
  816. CustomGameGui checking Add-On: Add-Ons/Projectile_Pong
  817. nested add-on - will not execute
  818. CustomGameGui checking Add-On: Add-Ons/Projectile_Pinball
  819. nested add-on - will not execute
  820. CustomGameGui checking Add-On: Add-Ons/Projectile_GravityRocket
  821. nested add-on - will not execute
  822. CustomGameGui checking Add-On: Add-Ons/Print_Letters_Default
  823. nested add-on - will not execute
  824. CustomGameGui checking Add-On: Add-Ons/Print_2x2r_Monitor3
  825. nested add-on - will not execute
  826. CustomGameGui checking Add-On: Add-Ons/Print_2x2r_Default
  827. nested add-on - will not execute
  828. CustomGameGui checking Add-On: Add-Ons/Print_2x2f_Lord_Tony
  829. nested add-on - will not execute
  830. CustomGameGui checking Add-On: Add-Ons/Print_2x2f_Default
  831. nested add-on - will not execute
  832. CustomGameGui checking Add-On: Add-Ons/Print_1x2f_Lord_Tony
  833. nested add-on - will not execute
  834. CustomGameGui checking Add-On: Add-Ons/Print_1x2f_Default
  835. nested add-on - will not execute
  836. CustomGameGui checking Add-On: Add-Ons/Print_1x2f_BLPRemote
  837. nested add-on - will not execute
  838. CustomGameGui checking Add-On: Add-Ons/Print_1x1_Posters
  839. nested add-on - will not execute
  840. CustomGameGui checking Add-On: Add-Ons/Print_1x1_Lord_Tony
  841. nested add-on - will not execute
  842. CustomGameGui checking Add-On: Add-Ons/Print_1x1_LordTonyPropagandaOld/Print_1x1_LordTonyPosters
  843. nested add-on - will not execute
  844. CustomGameGui checking Add-On: Add-Ons/Player_TopDown
  845. nested add-on - will not execute
  846. CustomGameGui checking Add-On: Add-Ons/Player_Quake
  847. nested add-on - will not execute
  848. CustomGameGui checking Add-On: Add-Ons/Player_No_Jet
  849. nested add-on - will not execute
  850. CustomGameGui checking Add-On: Add-Ons/Player_Low_Jump
  851. nested add-on - will not execute
  852. CustomGameGui checking Add-On: Add-Ons/Player_LI
  853. nested add-on - will not execute
  854. CustomGameGui checking Add-On: Add-Ons/Player_Leap_Jet
  855. nested add-on - will not execute
  856. CustomGameGui checking Add-On: Add-Ons/Player_Jump_Jet
  857. nested add-on - will not execute
  858. CustomGameGui checking Add-On: Add-Ons/Player_Fuel_Jet
  859. nested add-on - will not execute
  860. CustomGameGui checking Add-On: Add-Ons/Player_First_Person_Shooter
  861. nested add-on - will not execute
  862. CustomGameGui checking Add-On: Add-Ons/Player_Crab
  863. nested add-on - will not execute
  864. CustomGameGui checking Add-On: Add-Ons/Player_Beta
  865. nested add-on - will not execute
  866. CustomGameGui checking Add-On: Add-Ons/Particle_Tools
  867. nested add-on - will not execute
  868. CustomGameGui checking Add-On: Add-Ons/Particle_Player
  869. nested add-on - will not execute
  870. CustomGameGui checking Add-On: Add-Ons/Particle_Grass
  871. nested add-on - will not execute
  872. CustomGameGui checking Add-On: Add-Ons/Particle_FX_Cans
  873. nested add-on - will not execute
  874. CustomGameGui checking Add-On: Add-Ons/Particle_Candle
  875. nested add-on - will not execute
  876. CustomGameGui checking Add-On: Add-Ons/Particle_Basic
  877. nested add-on - will not execute
  878. CustomGameGui checking Add-On: Add-Ons/Light_Candle
  879. nested add-on - will not execute
  880. CustomGameGui checking Add-On: Add-Ons/Light_Basic
  881. nested add-on - will not execute
  882. CustomGameGui checking Add-On: Add-Ons/Light_Animated
  883. nested add-on - will not execute
  884. CustomGameGui checking Add-On: Add-Ons/JVS_DoorsPack2
  885. nested add-on - will not execute
  886. CustomGameGui checking Add-On: Add-Ons/JVS_DoorsPack0
  887. nested add-on - will not execute
  888. CustomGameGui checking Add-On: Add-Ons/JVS_Content
  889. nested add-on - will not execute
  890. CustomGameGui checking Add-On: Add-Ons/Item_Torch
  891. nested add-on - will not execute
  892. CustomGameGui checking Add-On: Add-Ons/Item_Skis
  893. nested add-on - will not execute
  894. CustomGameGui checking Add-On: Add-Ons/Item_Pill
  895. nested add-on - will not execute
  896. CustomGameGui checking Add-On: Add-Ons/Item_Key
  897. nested add-on - will not execute
  898. CustomGameGui checking Add-On: Add-Ons/Gamemode_v8Zombies
  899. nested add-on - will not execute
  900. CustomGameGui checking Add-On: Add-Ons/Gamemode_Slayer
  901. nested add-on - will not execute
  902. CustomGameGui checking Add-On: Add-Ons/Gamemode_Salvage
  903. nested add-on - will not execute
  904. CustomGameGui checking Add-On: Add-Ons/Event_Camera
  905. nested add-on - will not execute
  906. CustomGameGui checking Add-On: Add-Ons/Emote_Love
  907. nested add-on - will not execute
  908. CustomGameGui checking Add-On: Add-Ons/Emote_Hate
  909. nested add-on - will not execute
  910. CustomGameGui checking Add-On: Add-Ons/Emote_Confusion
  911. nested add-on - will not execute
  912. CustomGameGui checking Add-On: Add-Ons/Emote_Alarm
  913. nested add-on - will not execute
  914. CustomGameGui checking Add-On: Add-Ons/Content_PhydeouxTraps
  915. nested add-on - will not execute
  916. CustomGameGui checking Add-On: Add-Ons/Brick_Window
  917. nested add-on - will not execute
  918. CustomGameGui checking Add-On: Add-Ons/Brick_V15
  919. nested add-on - will not execute
  920. CustomGameGui checking Add-On: Add-Ons/Brick_Treasure_Chest
  921. nested add-on - will not execute
  922. CustomGameGui checking Add-On: Add-Ons/Brick_Teledoor
  923. nested add-on - will not execute
  924. CustomGameGui checking Add-On: Add-Ons/Brick_MyCheck
  925. nested add-on - will not execute
  926. CustomGameGui checking Add-On: Add-Ons/Brick_Lego
  927. nested add-on - will not execute
  928. CustomGameGui checking Add-On: Add-Ons/Brick_Large_Cubes
  929. nested add-on - will not execute
  930. CustomGameGui checking Add-On: Add-Ons/Brick_Halloween
  931. nested add-on - will not execute
  932. CustomGameGui checking Add-On: Add-Ons/Brick_Goblet
  933. nested add-on - will not execute
  934. CustomGameGui checking Add-On: Add-Ons/Brick_FruitTree
  935. nested add-on - will not execute
  936. CustomGameGui checking Add-On: Add-Ons/Brick_ForestTree
  937. nested add-on - will not execute
  938. CustomGameGui checking Add-On: Add-Ons/Brick_Foliage
  939. nested add-on - will not execute
  940. CustomGameGui checking Add-On: Add-Ons/Brick_Deletion
  941. nested add-on - will not execute
  942. CustomGameGui checking Add-On: Add-Ons/Brick_CoffeeMug
  943. nested add-on - will not execute
  944. CustomGameGui checking Add-On: Add-Ons/Brick_Christmas_Tree
  945. nested add-on - will not execute
  946. CustomGameGui checking Add-On: Add-Ons/Brick_Checkpoint
  947. nested add-on - will not execute
  948. CustomGameGui checking Add-On: Add-Ons/Brick_Books
  949. nested add-on - will not execute
  950. CustomGameGui checking Add-On: Add-Ons/Brick_Arch
  951. nested add-on - will not execute
  952. CustomGameGui checking Add-On: Add-Ons/Brick_2x2FRoundPrint
  953. nested add-on - will not execute
  954. Destroying NET Server
  955. Exporting server prefs...
  956.  
  957. Starting Internet Server
  958. Binding server port to default IP
  959. UDP initialized on port 28000
  960.  
  961. Initializing UPnP...
  962. --------------------
  963. List of UPNP devices found on the network :
  964.  
  965. desc: http://192.168.1.1:49152/IGDdevicedesc.xml
  966. st: urn:schemas-upnp-org:device:InternetGatewayDevice:1
  967.  
  968.  
  969. Found valid IGD : http://192.168.1.1:49152/upnp/control/WANIPConnection0
  970.  
  971. Local LAN ip address : 192.168.1.133
  972.  
  973. ExternalIPAddress = 68.9.142.113
  974.  
  975. Internal IP:Port = 192.168.1.133:28000
  976.  
  977. External 68.9.142.113:28000 UDP is redirected to internal 192.168.1.133:28000
  978.  
  979. --------------------
  980.  
  981. Loading compiled script base/server/scripts/DamageTypes.cs.
  982. Loading compiled script base/server/scripts/allGameScripts.cs.
  983. ... Shape with old version.
  984. Activating package: snowBallPackage
  985. Copying prefs to server variables
  986.  
  987. Loading RTB first...
  988. Executing Add-Ons/System_ReturnToBlockland/server.cs.
  989. Executing Add-Ons/System_ReturnToBlockland/modules/server/guiTransfer.cs.
  990. Executing Add-Ons/System_ReturnToBlockland/hooks/guiTransfer.cs.
  991. Executing Add-Ons/System_ReturnToBlockland/modules/server/serverControl.cs.
  992. Executing Add-Ons/System_ReturnToBlockland/hooks/serverControl.cs.
  993. Executing config/server/rtb/modPrefs.cs.
  994. Activating package: RTB_Modules_Server_GuiTransfer
  995. Activating package: RTB_Modules_Server_ServerControl
  996. Activating package: RTB_Server
  997.  
  998.  
  999.  
  1000. --------- Updating Add-On List ---------
  1001. Executing config/server/ADD_ON_LIST.cs.
  1002. Checking Add-On Weapon_WreckItLauncher
  1003. Checking Add-On Weapon_Throwing_Spear
  1004. Checking Add-On Weapon_Throwing_Knife
  1005. Checking Add-On Weapon_Sword
  1006. Checking Add-On Weapon_Spear
  1007. Checking Add-On Weapon_Sniper_Rifle
  1008. Checking Add-On Weapon_SMG
  1009. Checking Add-On Weapon_Skins_SMG
  1010. Checking Add-On Weapon_Skins_ShotgunT2
  1011. Checking Add-On Weapon_Skins_RiflesT2
  1012. Checking Add-On Weapon_Skins_Rifles
  1013. Checking Add-On Weapon_Skins_Pistol
  1014. Checking Add-On Weapon_Skins_Magnum
  1015. Checking Add-On Weapon_Skins_LMG
  1016. Checking Add-On Weapon_Shotgun
  1017. Checking Add-On Weapon_SFRevolver
  1018. Checking Add-On Weapon_Rocket_Launcher
  1019. Checking Add-On Weapon_RetroRayGun
  1020. Checking Add-On Weapon_Repeater
  1021. Checking Add-On Weapon_Push_Broom
  1022. Checking Add-On Weapon_Pizza
  1023. Checking Add-On Weapon_Pitchfork
  1024. Checking Add-On Weapon_Package_Tier2A
  1025. Checking Add-On Weapon_Package_Tier2
  1026. Checking Add-On Weapon_Package_Tier1A
  1027. Checking Add-On Weapon_Package_Tier1
  1028. Checking Add-On Weapon_Package_Explosive2
  1029. Checking Add-On Weapon_OldSchoolRifle
  1030. Checking Add-On Weapon_Mortar
  1031. Checking Add-On Weapon_Longbow
  1032. Checking Add-On Weapon_Laser_Guitar
  1033. Checking Add-On Weapon_Horse_Ray
  1034. Checking Add-On Weapon_Handcannon
  1035. Checking Add-On Weapon_Guns_Akimbo
  1036. Checking Add-On Weapon_Gun
  1037. Checking Add-On Weapon_Frogs_Weaponry
  1038. Checking Add-On Weapon_DinnerBlaster
  1039. Checking Add-On Weapon_Bow
  1040. Checking Add-On Weapon_Banana
  1041. Checking Add-On Weapon_Assault_Rifle
  1042. Checking Add-On Vehicle_Wave_Racer
  1043. Checking Add-On Vehicle_tobyZ
  1044. Checking Add-On Vehicle_Toby
  1045. Checking Add-On Vehicle_Tank
  1046. Checking Add-On vehicle_stuff
  1047. Checking Add-On Vehicle_Snail
  1048. Checking Add-On Vehicle_Rowboat
  1049. Checking Add-On Vehicle_Pirate_Cannon
  1050. Checking Add-On Vehicle_Magic_Carpet
  1051. Checking Add-On Vehicle_LegoMoblie
  1052. Checking Add-On Vehicle_Jeep
  1053. Checking Add-On Vehicle_Horse_Low_Jump
  1054. Checking Add-On Vehicle_Horse
  1055. Checking Add-On Vehicle_Flying_Wheeled_Jeep
  1056. Checking Add-On Vehicle_Brick_Mobile
  1057. Checking Add-On Vehicle_Brick_Jeep
  1058. Checking Add-On Vehicle_BrickUltraLight
  1059. Checking Add-On Vehicle_BrickKart
  1060. Checking Add-On Vehicle_BrickFormula
  1061. Checking Add-On Vehicle_BrickBall
  1062. Checking Add-On Vehicle_Blocko_Jet_Ski
  1063. Checking Add-On Vehicle_Ballista
  1064. Checking Add-On Vehicle_Ball
  1065. Checking Add-On Tool_WaterFX
  1066. Checking Add-On Tool_SwissArmyGun
  1067. Checking Add-On Tool_Sandvich
  1068. Checking Add-On Tool_Props
  1069. Checking Add-On Tool_PropifyWand
  1070. Checking Add-On Tool_NewDuplicator
  1071. Checking Add-On Tool_Multitool
  1072. Checking Add-On Tool_Jetpack
  1073. Checking Add-On Tool_HookGun
  1074. Checking Add-On Tool_Fill_Can
  1075. Checking Add-On Tool_Duplicator
  1076. Checking Add-On System_ReturnToBlockland
  1077. Checking Add-On System_Jail
  1078. Checking Add-On Support_Player_Persistence
  1079. Checking Add-On Support_LegacyDoors
  1080. Checking Add-On Support_Footsteps
  1081. Checking Add-On Support_ExtendedServerControl
  1082. Checking Add-On Support_Doors
  1083. Checking Add-On Sound_Synth4
  1084. Checking Add-On Sound_Phone
  1085. Checking Add-On Sound_NewEffects
  1086. Checking Add-On Sound_Lord_Tony
  1087. Checking Add-On Sound_Eat
  1088. Checking Add-On Sound_Beeps
  1089. Checking Add-On Server_WeaponShopSystem
  1090. Checking Add-On Server_VignetteHealthMoreRed
  1091. Checking Add-On Server_VehicleGore
  1092. Checking Add-On Server_TerminalFalling
  1093. Checking Add-On Server_TeamLifeTickets
  1094. Checking Add-On Server_Swol_FovHack
  1095. Checking Add-On Server_SkeletalDeath
  1096. Checking Add-On Server_ScoreSaver
  1097. Checking Add-On Server_RideOnClick
  1098. Checking Add-On Server_RestrictItems
  1099. Checking Add-On Server_RampagingVehicles
  1100. Checking Add-On Server_PhysicsDeath
  1101. Checking Add-On Server_HealthBar
  1102. Checking Add-On Server_GasMod
  1103. Checking Add-On Server_Flashlight
  1104. Checking Add-On Server_EnvironmentAutoLoader
  1105. Checking Add-On Server_ChatSystem
  1106. Checking Add-On Script_VehicleRestriction
  1107. Checking Add-On script_ToggleLights
  1108. Checking Add-On Script_ToggleFlood
  1109. Checking Add-On Script_SkullOrb
  1110. Checking Add-On Script_SFOxygen
  1111. Checking Add-On Script_Player_Persistence
  1112. Checking Add-On Script_ModTerRestriction
  1113. Checking Add-On Script_GiveScore
  1114. Checking Add-On Script_Default_Minigame
  1115. Checking Add-On Script_DamagePopup
  1116. Checking Add-On Script_ClearStuff
  1117. Checking Add-On Script_ClearSpam
  1118. Checking Add-On Script_BrickPlantCost
  1119. Checking Add-On Script_Avatar_Restrictions
  1120. Checking Add-On Script_AssistKills
  1121. Checking Add-On Projectile_Radio_Wave
  1122. Checking Add-On Projectile_Pong
  1123. Checking Add-On Projectile_Pinball
  1124. Checking Add-On Projectile_GravityRocket
  1125. Checking Add-On Print_Poster_Tutorial
  1126. Checking Add-On Print_Poster_Bedroom_Torn
  1127. Checking Add-On Print_ModTer_fix
  1128. Checking Add-On Print_ModTer_Default
  1129. Checking Add-On Print_ModTer_Bedroom
  1130. Checking Add-On Print_Letters_Lego
  1131. Checking Add-On Print_Letters_Default
  1132. Checking Add-On Print_2x2r_Monitor3
  1133. Checking Add-On Print_2x2r_Default
  1134. Checking Add-On Print_2x2f_Pizza
  1135. Checking Add-On Print_2x2f_Papers
  1136. Checking Add-On Print_2x2f_Lord_Tony
  1137. Checking Add-On Print_2x2f_LLBLClassic
  1138. Checking Add-On Print_2x2f_Default
  1139. Checking Add-On Print_2x2f_CreepyCereal
  1140. Checking Add-On Print_2x2f_Cloths/Print_2x2f_Cloths
  1141. nested add-on - will not execute
  1142. Checking Add-On Print_1x2f_Lord_Tony
  1143. Checking Add-On Print_1x2f_LLBLClassic
  1144. Checking Add-On Print_1x2f_Default
  1145. Checking Add-On Print_1x2f_BLPRemote
  1146. Checking Add-On Print_1x1_Vandalism
  1147. Checking Add-On Print_1x1_Trading_Card_Posters
  1148. Checking Add-On Print_1x1_Senor_Gato_v2
  1149. Checking Add-On print_1x1_Senor_Gato
  1150. Checking Add-On Print_1x1_RestroomSigns
  1151. Checking Add-On Print_1x1_Posters
  1152. Checking Add-On Print_1x1_OmNomNom
  1153. Checking Add-On Print_1x1_MoviePosters
  1154. Checking Add-On Print_1x1_Lord_Tony_Apocalyptic_Propaganda
  1155. Checking Add-On Print_1x1_Lord_Tony
  1156. Checking Add-On print_1x1_classy_posters
  1157. Checking Add-On Print_1x1_Bluzone
  1158. Checking Add-On Print_1x1_BlockTarget
  1159. Checking Add-On Print_1x1f_Trading_Cards
  1160. Checking Add-On Print_1x1f_LLBLClassic
  1161. Checking Add-On Print_1x1f_GameBlockColorGames
  1162. Checking Add-On Player_TopDown
  1163. Checking Add-On Player_Quake
  1164. Checking Add-On Player_PhysicsJump
  1165. Checking Add-On Player_No_Jet
  1166. Checking Add-On Player_Low_Jump
  1167. Checking Add-On Player_LI
  1168. Checking Add-On Player_Leap_Jet
  1169. Checking Add-On Player_Jump_Jet
  1170. Checking Add-On Player_Invincible
  1171. Checking Add-On Player_Fuel_Jet
  1172. Checking Add-On Player_Fluidity
  1173. Checking Add-On Player_First_Person_Shooter
  1174. Checking Add-On Player_DownTheIrons
  1175. Checking Add-On Player_Crab
  1176. Checking Add-On Player_Adventure
  1177. Checking Add-On Particle_Tools
  1178. Checking Add-On Particle_Player
  1179. Checking Add-On Particle_Grass
  1180. Checking Add-On Particle_FX_Cans
  1181. Checking Add-On Particle_Candle
  1182. Checking Add-On Particle_Basic
  1183. Checking Add-On Light_Torch
  1184. Checking Add-On Light_Candle
  1185. Checking Add-On Light_Basic
  1186. Checking Add-On Light_Animated
  1187. Checking Add-On Item_Sports
  1188. Checking Add-On Item_SpicyItalian
  1189. Checking Add-On Item_Skis
  1190. Checking Add-On Item_SecurityCards
  1191. Checking Add-On Item_Pill
  1192. Checking Add-On Item_Lantern
  1193. Checking Add-On Item_Key
  1194. Checking Add-On Item_HandCuff
  1195. Checking Add-On Item_GasCan
  1196. Checking Add-On Item_Chocolate
  1197. Checking Add-On Item_Castle_Skeleton_key
  1198. Checking Add-On Item_Castle_RGBY_Keys
  1199. Checking Add-On Item_Castle_Grey_Key
  1200. Checking Add-On Item_BLCurrency
  1201. Checking Add-On Item_BLCoinage
  1202. Checking Add-On Gamemode_v8Zombies
  1203. Checking Add-On GameMode_Tutorial
  1204. Checking Add-On GameMode_SpeedKart
  1205. Checking Add-On Gamemode_Slayer_Infection
  1206. Checking Add-On Gamemode_Slayer_CTF
  1207. Checking Add-On Gamemode_Slayer
  1208. Checking Add-On Gamemode_Salvage
  1209. Checking Add-On GameMode_Rampage
  1210. Checking Add-On Gamemode_EndlessZombies
  1211. Checking Add-On GameMode_Blockheads_Ruin_Xmas
  1212. Checking Add-On Event_Variables
  1213. Checking Add-On Event_SapHealth
  1214. Checking Add-On Event_MorDoor
  1215. Checking Add-On Event_Camera_Control
  1216. Checking Add-On Emote_Pee
  1217. Checking Add-On Emote_Love
  1218. Checking Add-On Emote_Hate
  1219. Checking Add-On Emote_Critical
  1220. Checking Add-On Emote_Confusion
  1221. Checking Add-On Emote_Alarm
  1222. Checking Add-On Brick_WireFence
  1223. Checking Add-On Brick_Vehicles
  1224. Checking Add-On Brick_V15
  1225. Checking Add-On Brick_Treasure_Chest
  1226. Checking Add-On Brick_Teledoor
  1227. Checking Add-On Brick_Spiderwebs
  1228. Checking Add-On Brick_ShortRangeMusic
  1229. Checking Add-On Brick_RazorWire
  1230. Checking Add-On Brick_Poster_8x
  1231. Checking Add-On Brick_Pencil
  1232. Checking Add-On Brick_Mystery
  1233. Checking Add-On Brick_MyCheck
  1234. Checking Add-On Brick_ModTer_InvertedPack
  1235. Checking Add-On Brick_ModTer_BasicPack
  1236. Checking Add-On Brick_ModTer_4xPack
  1237. Checking Add-On Brick_Medieval
  1238. Checking Add-On Brick_LLDoors
  1239. Checking Add-On Brick_Lego
  1240. Checking Add-On Brick_Large_Cubes
  1241. Checking Add-On Brick_Interactive
  1242. Checking Add-On Brick_Halloween
  1243. Checking Add-On Brick_Halloween/2012
  1244. nested add-on - will not execute
  1245. Checking Add-On Brick_FruitTree
  1246. Checking Add-On Brick_Food
  1247. Checking Add-On Brick_Fire
  1248. Checking Add-On Brick_ExtraPrints
  1249. Checking Add-On Brick_Doors_Frameless
  1250. Checking Add-On Brick_Doors_Demian_Thematic
  1251. Checking Add-On Brick_Doors
  1252. Checking Add-On Brick_Content_Doors
  1253. Checking Add-On Brick_Christmas_Tree
  1254. Checking Add-On Brick_Checkpoint
  1255. Checking Add-On Brick_Arch
  1256. Checking Add-On Brick_2x2FRoundPrint
  1257. Checking Add-On Brick_1x1FRoundPrint
  1258. Checking Add-On Bot_Zombie
  1259. Checking Add-On Bot_V8Zombie
  1260. Checking Add-On Bot_Skeleton
  1261. Checking Add-On Bot_Shark
  1262. Checking Add-On bot_mutalid
  1263. Checking Add-On Bot_Horse
  1264. Checking Add-On Bot_Hole
  1265. Checking Add-On Bot_Blockhead
  1266. Checking Add-On Bot_Alligator
  1267. Checking Add-On Add-Ons/Weapon_Uberbow
  1268. nested add-on - will not execute
  1269. Checking Add-On Add-Ons/Weapon_Throwing_Knife
  1270. nested add-on - will not execute
  1271. Checking Add-On Add-Ons/Weapon_Sword
  1272. nested add-on - will not execute
  1273. Checking Add-On Add-Ons/Weapon_Spear
  1274. nested add-on - will not execute
  1275. Checking Add-On Add-Ons/Weapon_Sniper_Rifle
  1276. nested add-on - will not execute
  1277. Checking Add-On Add-Ons/Weapon_SMG
  1278. nested add-on - will not execute
  1279. Checking Add-On Add-Ons/Weapon_Shotgun
  1280. nested add-on - will not execute
  1281. Checking Add-On Add-Ons/Weapon_SFRevolver
  1282. nested add-on - will not execute
  1283. Checking Add-On Add-Ons/Weapon_Sentry
  1284. nested add-on - will not execute
  1285. Checking Add-On Add-Ons/Weapon_Rocket_Launcher
  1286. nested add-on - will not execute
  1287. Checking Add-On Add-Ons/Weapon_Rifle
  1288. nested add-on - will not execute
  1289. Checking Add-On Add-Ons/Weapon_Repeater
  1290. nested add-on - will not execute
  1291. Checking Add-On Add-Ons/Weapon_Push_Broom
  1292. nested add-on - will not execute
  1293. Checking Add-On Add-Ons/Weapon_Pizza
  1294. nested add-on - will not execute
  1295. Checking Add-On Add-Ons/Weapon_P90_pack
  1296. nested add-on - will not execute
  1297. Checking Add-On Add-Ons/Weapon_OldSchoolRifle
  1298. nested add-on - will not execute
  1299. Checking Add-On Add-Ons/Weapon_OblivionSword
  1300. nested add-on - will not execute
  1301. Checking Add-On Add-Ons/Weapon_Loz_Hookshot
  1302. nested add-on - will not execute
  1303. Checking Add-On Add-Ons/Weapon_Laser_Guitar
  1304. nested add-on - will not execute
  1305. Checking Add-On Add-Ons/Weapon_Horse_Ray
  1306. nested add-on - will not execute
  1307. Checking Add-On Add-Ons/Weapon_Guns_Akimbo
  1308. nested add-on - will not execute
  1309. Checking Add-On Add-Ons/Weapon_Gun
  1310. nested add-on - will not execute
  1311. Checking Add-On Add-Ons/Weapon_DinnerBlaster
  1312. nested add-on - will not execute
  1313. Checking Add-On Add-Ons/Weapon_Bow
  1314. nested add-on - will not execute
  1315. Checking Add-On Add-Ons/Weapon_Banana
  1316. nested add-on - will not execute
  1317. Checking Add-On Add-Ons/Weapon_Assault_Rifle
  1318. nested add-on - will not execute
  1319. Checking Add-On Add-Ons/Vehicle_Tank
  1320. nested add-on - will not execute
  1321. Checking Add-On Add-Ons/Vehicle_Snail
  1322. nested add-on - will not execute
  1323. Checking Add-On Add-Ons/Vehicle_Rowboat
  1324. nested add-on - will not execute
  1325. Checking Add-On Add-Ons/Vehicle_Pirate_Cannon
  1326. nested add-on - will not execute
  1327. Checking Add-On Add-Ons/Vehicle_Magic_Carpet
  1328. nested add-on - will not execute
  1329. Checking Add-On Add-Ons/Vehicle_LegoMoblie
  1330. nested add-on - will not execute
  1331. Checking Add-On Add-Ons/Vehicle_Jeep
  1332. nested add-on - will not execute
  1333. Checking Add-On Add-Ons/Vehicle_Horse_Low_Jump
  1334. nested add-on - will not execute
  1335. Checking Add-On Add-Ons/Vehicle_Horse
  1336. nested add-on - will not execute
  1337. Checking Add-On Add-Ons/Vehicle_Flying_Wheeled_Jeep
  1338. nested add-on - will not execute
  1339. Checking Add-On Add-Ons/Vehicle_Covered_Wagon
  1340. nested add-on - will not execute
  1341. Checking Add-On Add-Ons/Vehicle_Brick_Mobile
  1342. nested add-on - will not execute
  1343. Checking Add-On Add-Ons/Vehicle_Ball
  1344. nested add-on - will not execute
  1345. Checking Add-On Add-Ons/Tool_WaterFX
  1346. nested add-on - will not execute
  1347. Checking Add-On Add-Ons/Tool_Sandvich
  1348. nested add-on - will not execute
  1349. Checking Add-On Add-Ons/Tool_Multitool
  1350. nested add-on - will not execute
  1351. Checking Add-On Add-Ons/Tool_Fill_Can
  1352. nested add-on - will not execute
  1353. Checking Add-On Add-Ons/Tool_Duplicator
  1354. nested add-on - will not execute
  1355. Checking Add-On Add-Ons/System_ReturnToBlockland
  1356. nested add-on - will not execute
  1357. Checking Add-On Add-Ons/System_Jail
  1358. nested add-on - will not execute
  1359. Checking Add-On Add-Ons/Support_ExtendedServerControl
  1360. nested add-on - will not execute
  1361. Checking Add-On Add-Ons/Sound_Synth4
  1362. nested add-on - will not execute
  1363. Checking Add-On Add-Ons/Sound_Phone
  1364. nested add-on - will not execute
  1365. Checking Add-On Add-Ons/Sound_Beeps
  1366. nested add-on - will not execute
  1367. Checking Add-On Add-Ons/Server_WeaponShopSystem
  1368. nested add-on - will not execute
  1369. Checking Add-On Add-Ons/Server_RideOnClick
  1370. nested add-on - will not execute
  1371. Checking Add-On Add-Ons/Server_noFunkyShirt
  1372. nested add-on - will not execute
  1373. Checking Add-On Add-Ons/Script_RealRain
  1374. nested add-on - will not execute
  1375. Checking Add-On Add-Ons/Script_Player_Persistence
  1376. nested add-on - will not execute
  1377. Checking Add-On Add-Ons/Script_Default_Minigame
  1378. nested add-on - will not execute
  1379. Checking Add-On Add-Ons/Script_ClearStuff
  1380. nested add-on - will not execute
  1381. Checking Add-On Add-Ons/Script_ClearSpam
  1382. nested add-on - will not execute
  1383. Checking Add-On Add-Ons/Projectile_Radio_Wave
  1384. nested add-on - will not execute
  1385. Checking Add-On Add-Ons/Projectile_Pong
  1386. nested add-on - will not execute
  1387. Checking Add-On Add-Ons/Projectile_Pinball
  1388. nested add-on - will not execute
  1389. Checking Add-On Add-Ons/Projectile_GravityRocket
  1390. nested add-on - will not execute
  1391. Checking Add-On Add-Ons/Print_Letters_Default
  1392. nested add-on - will not execute
  1393. Checking Add-On Add-Ons/Print_2x2r_Monitor3
  1394. nested add-on - will not execute
  1395. Checking Add-On Add-Ons/Print_2x2r_Default
  1396. nested add-on - will not execute
  1397. Checking Add-On Add-Ons/Print_2x2f_Lord_Tony
  1398. nested add-on - will not execute
  1399. Checking Add-On Add-Ons/Print_2x2f_Default
  1400. nested add-on - will not execute
  1401. Checking Add-On Add-Ons/Print_1x2f_Lord_Tony
  1402. nested add-on - will not execute
  1403. Checking Add-On Add-Ons/Print_1x2f_Default
  1404. nested add-on - will not execute
  1405. Checking Add-On Add-Ons/Print_1x2f_BLPRemote
  1406. nested add-on - will not execute
  1407. Checking Add-On Add-Ons/Print_1x1_Posters
  1408. nested add-on - will not execute
  1409. Checking Add-On Add-Ons/Print_1x1_Lord_Tony
  1410. nested add-on - will not execute
  1411. Checking Add-On Add-Ons/Print_1x1_LordTonyPropagandaOld/Print_1x1_LordTonyPosters
  1412. nested add-on - will not execute
  1413. Checking Add-On Add-Ons/Player_TopDown
  1414. nested add-on - will not execute
  1415. Checking Add-On Add-Ons/Player_Quake
  1416. nested add-on - will not execute
  1417. Checking Add-On Add-Ons/Player_No_Jet
  1418. nested add-on - will not execute
  1419. Checking Add-On Add-Ons/Player_Low_Jump
  1420. nested add-on - will not execute
  1421. Checking Add-On Add-Ons/Player_LI
  1422. nested add-on - will not execute
  1423. Checking Add-On Add-Ons/Player_Leap_Jet
  1424. nested add-on - will not execute
  1425. Checking Add-On Add-Ons/Player_Jump_Jet
  1426. nested add-on - will not execute
  1427. Checking Add-On Add-Ons/Player_Fuel_Jet
  1428. nested add-on - will not execute
  1429. Checking Add-On Add-Ons/Player_First_Person_Shooter
  1430. nested add-on - will not execute
  1431. Checking Add-On Add-Ons/Player_Crab
  1432. nested add-on - will not execute
  1433. Checking Add-On Add-Ons/Player_Beta
  1434. nested add-on - will not execute
  1435. Checking Add-On Add-Ons/Particle_Tools
  1436. nested add-on - will not execute
  1437. Checking Add-On Add-Ons/Particle_Player
  1438. nested add-on - will not execute
  1439. Checking Add-On Add-Ons/Particle_Grass
  1440. nested add-on - will not execute
  1441. Checking Add-On Add-Ons/Particle_FX_Cans
  1442. nested add-on - will not execute
  1443. Checking Add-On Add-Ons/Particle_Candle
  1444. nested add-on - will not execute
  1445. Checking Add-On Add-Ons/Particle_Basic
  1446. nested add-on - will not execute
  1447. Checking Add-On Add-Ons/Light_Candle
  1448. nested add-on - will not execute
  1449. Checking Add-On Add-Ons/Light_Basic
  1450. nested add-on - will not execute
  1451. Checking Add-On Add-Ons/Light_Animated
  1452. nested add-on - will not execute
  1453. Checking Add-On Add-Ons/JVS_DoorsPack2
  1454. nested add-on - will not execute
  1455. Checking Add-On Add-Ons/JVS_DoorsPack0
  1456. nested add-on - will not execute
  1457. Checking Add-On Add-Ons/JVS_Content
  1458. nested add-on - will not execute
  1459. Checking Add-On Add-Ons/Item_Torch
  1460. nested add-on - will not execute
  1461. Checking Add-On Add-Ons/Item_Skis
  1462. nested add-on - will not execute
  1463. Checking Add-On Add-Ons/Item_Pill
  1464. nested add-on - will not execute
  1465. Checking Add-On Add-Ons/Item_Key
  1466. nested add-on - will not execute
  1467. Checking Add-On Add-Ons/Gamemode_v8Zombies
  1468. nested add-on - will not execute
  1469. Checking Add-On Add-Ons/Gamemode_Slayer
  1470. nested add-on - will not execute
  1471. Checking Add-On Add-Ons/Gamemode_Salvage
  1472. nested add-on - will not execute
  1473. Checking Add-On Add-Ons/Event_Camera
  1474. nested add-on - will not execute
  1475. Checking Add-On Add-Ons/Emote_Love
  1476. nested add-on - will not execute
  1477. Checking Add-On Add-Ons/Emote_Hate
  1478. nested add-on - will not execute
  1479. Checking Add-On Add-Ons/Emote_Confusion
  1480. nested add-on - will not execute
  1481. Checking Add-On Add-Ons/Emote_Alarm
  1482. nested add-on - will not execute
  1483. Checking Add-On Add-Ons/Content_PhydeouxTraps
  1484. nested add-on - will not execute
  1485. Checking Add-On Add-Ons/Brick_Window
  1486. nested add-on - will not execute
  1487. Checking Add-On Add-Ons/Brick_V15
  1488. nested add-on - will not execute
  1489. Checking Add-On Add-Ons/Brick_Treasure_Chest
  1490. nested add-on - will not execute
  1491. Checking Add-On Add-Ons/Brick_Teledoor
  1492. nested add-on - will not execute
  1493. Checking Add-On Add-Ons/Brick_MyCheck
  1494. nested add-on - will not execute
  1495. Checking Add-On Add-Ons/Brick_Lego
  1496. nested add-on - will not execute
  1497. Checking Add-On Add-Ons/Brick_Large_Cubes
  1498. nested add-on - will not execute
  1499. Checking Add-On Add-Ons/Brick_Halloween
  1500. nested add-on - will not execute
  1501. Checking Add-On Add-Ons/Brick_Goblet
  1502. nested add-on - will not execute
  1503. Checking Add-On Add-Ons/Brick_FruitTree
  1504. nested add-on - will not execute
  1505. Checking Add-On Add-Ons/Brick_ForestTree
  1506. nested add-on - will not execute
  1507. Checking Add-On Add-Ons/Brick_Foliage
  1508. nested add-on - will not execute
  1509. Checking Add-On Add-Ons/Brick_Deletion
  1510. nested add-on - will not execute
  1511. Checking Add-On Add-Ons/Brick_CoffeeMug
  1512. nested add-on - will not execute
  1513. Checking Add-On Add-Ons/Brick_Christmas_Tree
  1514. nested add-on - will not execute
  1515. Checking Add-On Add-Ons/Brick_Checkpoint
  1516. nested add-on - will not execute
  1517. Checking Add-On Add-Ons/Brick_Books
  1518. nested add-on - will not execute
  1519. Checking Add-On Add-Ons/Brick_Arch
  1520. nested add-on - will not execute
  1521. Checking Add-On Add-Ons/Brick_2x2FRoundPrint
  1522. nested add-on - will not execute
  1523.  
  1524. --------- Loading Add-Ons ---------
  1525. Loading Add-On: System_ReturnToBlockland (CRC:413938694)
  1526. Executing Add-Ons/System_ReturnToBlockland/server.cs.
  1527. Executing Add-Ons/System_ReturnToBlockland/modules/server/guiTransfer.cs.
  1528. Executing Add-Ons/System_ReturnToBlockland/modules/server/serverControl.cs.
  1529. Executing Add-Ons/System_ReturnToBlockland/hooks/serverControl.cs.
  1530. Activating package: RTB_Modules_Server_GuiTransfer
  1531. package RTB_Modules_Server_GuiTransfer is already active
  1532. Activating package: RTB_Modules_Server_ServerControl
  1533. package RTB_Modules_Server_ServerControl is already active
  1534. Activating package: RTB_Server
  1535. package RTB_Server is already active
  1536. 0 datablocks added.
  1537.  
  1538. Loading Add-On: Weapon_Throwing_Spear (CRC:1263804607)
  1539. Executing Add-Ons/Weapon_Throwing_Spear/server.cs.
  1540. Executing Add-Ons/Weapon_Throwing_Spear/weapon_Throwing_Spear.cs.
  1541. Activating package: ThrowingSpearPackage
  1542. 13 datablocks added.
  1543.  
  1544. Loading Add-On: Weapon_Throwing_Knife (CRC:-1949780768)
  1545. Executing Add-Ons/Weapon_Throwing_Knife/server.cs.
  1546. Executing Add-Ons/Weapon_Throwing_Knife/weapon_Throwing_Knife.cs.
  1547. Add-Ons/Weapon_Throwing_Knife/weapon_Throwing_Knife.cs (0): Unable to instantiate non-conobject class DecalData.
  1548. Activating package: ThrowingKnifePackage
  1549. Activating package: ThrowingKnifePackage
  1550. package ThrowingKnifePackage is already active
  1551. 15 datablocks added.
  1552.  
  1553. Loading Add-On: Weapon_Sword (CRC:1749475497)
  1554. Executing Add-Ons/Weapon_Sword/server.cs.
  1555. 8 datablocks added.
  1556.  
  1557. Loading Add-On: Weapon_Spear (CRC:595440415)
  1558. Executing Add-Ons/Weapon_Spear/server.cs.
  1559. 12 datablocks added.
  1560.  
  1561. Loading Add-On: Weapon_Rocket_Launcher (CRC:1336716140)
  1562. Executing Add-Ons/Weapon_Rocket_Launcher/server.cs.
  1563. Executing Add-Ons/Weapon_Rocket_Launcher/weapon_rocket launcher.cs.
  1564. 17 datablocks added.
  1565.  
  1566. Loading Add-On: Weapon_Push_Broom (CRC:1168941379)
  1567. Executing Add-Ons/Weapon_Push_Broom/server.cs.
  1568. 10 datablocks added.
  1569.  
  1570. Loading Add-On: Weapon_Pizza (CRC:2029263977)
  1571. Executing Add-Ons/Weapon_Pizza/server.cs.
  1572. Add-Ons/Weapon_Pizza/server.cs (0): Unable to instantiate non-conobject class DecalData.
  1573. Object 'LoveChocoEmitter' is not a member of the 'ParticleEmitterData' data block class
  1574. Activating package: PizzaPackage
  1575. Activating package: PizzaPackage
  1576. package PizzaPackage is already active
  1577. 15 datablocks added.
  1578.  
  1579. Loading Add-On: Weapon_Pitchfork (CRC:-1527105114)
  1580. Executing Add-Ons/Weapon_Pitchfork/server.cs.
  1581. Activating package: PitchforkPackage
  1582. 7 datablocks added.
  1583.  
  1584. Loading Add-On: Weapon_Longbow (CRC:1334563069)
  1585. Executing Add-Ons/Weapon_Longbow/server.cs.
  1586. Loading Add-On "Weapon_Bow"
  1587. Executing Add-Ons/Weapon_Bow/server.cs.
  1588. Executing Add-Ons/Weapon_Bow/weapon_bow.cs.
  1589. Executing Add-Ons/Weapon_Longbow/Weapon_Longbow.cs.
  1590. Object 'GunShellDebris' is not a member of the 'DebrisData' data block class
  1591. 19 datablocks added.
  1592.  
  1593. Loading Add-On: Weapon_Handcannon (CRC:144044383)
  1594. Executing Add-Ons/Weapon_Handcannon/server.cs.
  1595. Loading Add-On "Vehicle_Pirate_Cannon"
  1596. Executing Add-Ons/Vehicle_Pirate_Cannon/server.cs.
  1597. Loading Add-On "Vehicle_Tank"
  1598. Executing Add-Ons/Vehicle_Tank/server.cs.
  1599. Loading Add-On "Vehicle_Jeep"
  1600. Executing Add-Ons/Vehicle_Jeep/server.cs.
  1601. Executing Add-Ons/Vehicle_Jeep/jeep_Tire.cs.
  1602. Executing Add-Ons/Vehicle_Jeep/jeep_Explosion.cs.
  1603. Executing Add-Ons/Vehicle_Jeep/jeep_FinalExplosion.cs.
  1604. Executing Add-Ons/Vehicle_Jeep/jeep_Spring.cs.
  1605. Loading Add-On "Projectile_GravityRocket"
  1606. Executing Add-Ons/Projectile_GravityRocket/server.cs.
  1607. Executing Add-Ons/Vehicle_Tank/Vehicle_Tank.cs.
  1608. Activating package: TankPackage
  1609. Executing Add-Ons/Vehicle_Pirate_Cannon/Vehicle_Pirate_Cannon.cs.
  1610. Executing Add-Ons/Vehicle_Pirate_Cannon/player.cs.
  1611. Activating package: PirateCannonPackage
  1612. Executing Add-Ons/Weapon_Handcannon/Weapon_HandCannon.cs.
  1613. 64 datablocks added.
  1614.  
  1615. Loading Add-On: Weapon_Guns_Akimbo (CRC:4935343)
  1616. Executing Add-Ons/Weapon_Guns_Akimbo/server.cs.
  1617. Loading Add-On "Weapon_Gun"
  1618. Executing Add-Ons/Weapon_Gun/server.cs.
  1619. Executing Add-Ons/Weapon_Guns_Akimbo/Weapon_AkimboGun.cs.
  1620. 19 datablocks added.
  1621.  
  1622. Loading Add-On: Vehicle_Rowboat (CRC:1229040606)
  1623. Executing Add-Ons/Vehicle_Rowboat/server.cs.
  1624. Executing Add-Ons/Vehicle_Rowboat/Vehicle_rowboat.cs.
  1625. 2 datablocks added.
  1626.  
  1627. Loading Add-On: Vehicle_Horse_Low_Jump (CRC:-38517144)
  1628. Executing Add-Ons/Vehicle_Horse_Low_Jump/server.cs.
  1629. 4 datablocks added.
  1630.  
  1631. Loading Add-On: Vehicle_Ballista (CRC:-1271888080)
  1632. Executing Add-Ons/Vehicle_Ballista/server.cs.
  1633. Executing Add-Ons/Vehicle_Ballista/Vehicle_Ballista.cs.
  1634. Activating package: BallistaPackage
  1635. Executing Add-Ons/Vehicle_Ballista/Vehicle_BigBallista.cs.
  1636. Activating package: BigBallistaPackage
  1637. 19 datablocks added.
  1638.  
  1639. Loading Add-On: Vehicle_Ball (CRC:555406849)
  1640. Executing Add-Ons/Vehicle_Ball/server.cs.
  1641. Executing Add-Ons/Vehicle_Ball/Vehicle_ball.cs.
  1642. 1 datablocks added.
  1643.  
  1644. Loading Add-On: Tool_WaterFX (CRC:2072471013)
  1645. Executing Add-Ons/Tool_WaterFX/server.cs.
  1646. Activating package: WaterFXPackage
  1647. 10 datablocks added.
  1648.  
  1649. Loading Add-On: Tool_Props (CRC:-804662326)
  1650. Executing Add-Ons/Tool_Props/server.cs.
  1651. Executing Add-Ons/Tool_Props/math.cs.
  1652. Executing Add-Ons/Tool_Props/saveloadfunctions.cs.
  1653. Executing Add-Ons/Tool_Props/propcmds.cs.
  1654. Executing config/Props and Placement/propList.cs.
  1655. Activating package: PropsAndPlacement
  1656. Executing Add-Ons/Tool_Props/items.cs.
  1657. Activating package: PropItems
  1658. Executing config/Props and Placement/propPrefs.cs.
  1659. 10 datablocks added.
  1660.  
  1661. Loading Add-On: Tool_PropifyWand (CRC:-1899629540)
  1662. Executing Add-Ons/Tool_PropifyWand/server.cs.
  1663. Add-Ons/Tool_PropifyWand/server.cs (0): Unable to find function getClosestPaintColor
  1664. 10 datablocks added.
  1665.  
  1666. Loading Add-On: Tool_NewDuplicator (CRC:537964220)
  1667. Executing Add-Ons/Tool_NewDuplicator/server.cs.
  1668.  
  1669. --- Loading Server Classes ---
  1670. Executing Add-Ons/Tool_NewDuplicator/classes/server/ghostgroup.cs.
  1671. Executing Add-Ons/Tool_NewDuplicator/classes/server/highlightbox.cs.
  1672. Executing Add-Ons/Tool_NewDuplicator/classes/server/selection.cs.
  1673. Executing Add-Ons/Tool_NewDuplicator/classes/server/selectionbox.cs.
  1674. Executing Add-Ons/Tool_NewDuplicator/classes/server/undogrouppaint.cs.
  1675. Executing Add-Ons/Tool_NewDuplicator/classes/server/undogroupplant.cs.
  1676. Executing Add-Ons/Tool_NewDuplicator/classes/server/undogroupwrench.cs.
  1677. Executing Add-Ons/Tool_NewDuplicator/classes/server/duplimode/cubeselect.cs.
  1678. Executing Add-Ons/Tool_NewDuplicator/classes/server/duplimode/cubeselectprogress.cs.
  1679. Executing Add-Ons/Tool_NewDuplicator/classes/server/duplimode/cutprogress.cs.
  1680. Executing Add-Ons/Tool_NewDuplicator/classes/server/duplimode/fillcolor.cs.
  1681. Executing Add-Ons/Tool_NewDuplicator/classes/server/duplimode/fillcolorprogress.cs.
  1682. Executing Add-Ons/Tool_NewDuplicator/classes/server/duplimode/loadprogress.cs.
  1683. Executing Add-Ons/Tool_NewDuplicator/classes/server/duplimode/plantcopy.cs.
  1684. Executing Add-Ons/Tool_NewDuplicator/classes/server/duplimode/plantcopyprogress.cs.
  1685. Executing Add-Ons/Tool_NewDuplicator/classes/server/duplimode/saveprogress.cs.
  1686. Executing Add-Ons/Tool_NewDuplicator/classes/server/duplimode/stackselect.cs.
  1687. Executing Add-Ons/Tool_NewDuplicator/classes/server/duplimode/stackselectprogress.cs.
  1688. Executing Add-Ons/Tool_NewDuplicator/classes/server/duplimode/wrenchprogress.cs.
  1689.  
  1690. --- Loading Server Scripts ---
  1691. Executing Add-Ons/Tool_NewDuplicator/scripts/server/commands.cs.
  1692. Executing Add-Ons/Tool_NewDuplicator/scripts/server/datablocks.cs.
  1693. Executing Add-Ons/Tool_NewDuplicator/scripts/server/functions.cs.
  1694. Executing Add-Ons/Tool_NewDuplicator/scripts/server/handshake.cs.
  1695. Executing Add-Ons/Tool_NewDuplicator/scripts/server/highlight.cs.
  1696. Executing Add-Ons/Tool_NewDuplicator/scripts/server/images.cs.
  1697. Executing Add-Ons/Tool_NewDuplicator/scripts/server/modes.cs.
  1698. Executing Add-Ons/Tool_NewDuplicator/scripts/server/prefs.cs.
  1699. Executing Add-Ons/Tool_NewDuplicator/scripts/server/symmetrydefinitions.cs.
  1700. Executing Add-Ons/Tool_NewDuplicator/scripts/server/symmetrytable.cs.
  1701. Executing Add-Ons/Tool_NewDuplicator/scripts/server/undo.cs.
  1702.  
  1703. --- Initializing Server ---
  1704. Activating package: NewDuplicator_Server
  1705. ND: Registering duplicator modes
  1706. ND: Registering RTB prefs
  1707. 24 datablocks added.
  1708.  
  1709. Loading Add-On: Tool_Multitool (CRC:-261410703)
  1710. Executing Add-Ons/Tool_Multitool/server.cs.
  1711. Activating package: AddMultiTool
  1712. Executing Add-Ons/Tool_Multitool/Hammer.cs.
  1713. Executing Add-Ons/Tool_Multitool/Wrench.cs.
  1714. Executing Add-Ons/Tool_Multitool/Print.cs.
  1715. Executing Add-Ons/Tool_Multitool/PrintFill.cs.
  1716. Activating package: PrintFill
  1717. Executing Add-Ons/Tool_Multitool/BrickEraser.cs.
  1718. Executing Add-Ons/Tool_Multitool/BrickKiller.cs.
  1719. Executing Add-Ons/Tool_Multitool/Decollision.cs.
  1720. Executing Add-Ons/Tool_Multitool/BrickOwner.cs.
  1721. Executing Add-Ons/Tool_Multitool/Measure.cs.
  1722. 14 datablocks added.
  1723.  
  1724. Loading Add-On: Tool_HookGun (CRC:1371794253)
  1725. Executing Add-Ons/Tool_HookGun/server.cs.
  1726. ProjectileData - HookGunProjectile(975) - invalid value for lifetime: Scaled value must be between 0 and 1023
  1727. Activating package: Package_HookGun
  1728. 7 datablocks added.
  1729.  
  1730. Loading Add-On: Tool_Fill_Can (CRC:1994767267)
  1731. Executing Add-Ons/Tool_Fill_Can/server.cs.
  1732. Activating package: fillcan
  1733. 8 datablocks added.
  1734.  
  1735. Loading Add-On: System_Jail (CRC:-1186870714)
  1736. Executing Add-Ons/System_Jail/server.cs.
  1737. Executing Add-Ons/System_ReturnToBlockland/RTBR_ServerControl_Hook.cs.
  1738. WARNING: RTBR_ServerControl_Hook.cs has moved. Please alter to use hooks/serverControl.cs
  1739. Activating package: Centhra_Jail_RTB
  1740. Activating package: System_Jail
  1741. 0 datablocks added.
  1742.  
  1743. Loading Add-On: Support_Footsteps (CRC:715651183)
  1744. Executing Add-Ons/Support_Footsteps/server.cs.
  1745. Executing Add-Ons/Support_Footsteps/support_footsteps.cs.
  1746. Activating package: Swimming
  1747. Activating package: footstep
  1748. 8 datablocks added.
  1749.  
  1750. Loading Add-On: Support_ExtendedServerControl (CRC:292337713)
  1751. Executing Add-Ons/Support_ExtendedServerControl/server.cs.
  1752. Activating package: Support_ExtendedServerControl_RTB
  1753. Activating package: Support_ExtendedServerControl
  1754. 0 datablocks added.
  1755.  
  1756. Loading Add-On: Support_Doors (CRC:-1196162113)
  1757. Executing Add-Ons/Support_Doors/server.cs.
  1758. Executing Add-Ons/Support_Doors/doors.cs.
  1759. Activating package: happyDoorFunTime
  1760. 0 datablocks added.
  1761.  
  1762. Loading Add-On: Sound_Synth4 (CRC:1532231296)
  1763. Executing Add-Ons/Sound_Synth4/server.cs.
  1764. 12 datablocks added.
  1765.  
  1766. Loading Add-On: Sound_Phone (CRC:773839922)
  1767. Executing Add-Ons/Sound_Phone/server.cs.
  1768. 8 datablocks added.
  1769.  
  1770. Loading Add-On: Sound_Beeps (CRC:-1153132987)
  1771. Executing Add-Ons/Sound_Beeps/server.cs.
  1772. 9 datablocks added.
  1773.  
  1774. Loading Add-On: Server_RestrictItems (CRC:1940403335)
  1775. Executing Add-Ons/Server_RestrictItems/server.cs.
  1776. Activating package: restrictImages
  1777. 0 datablocks added.
  1778.  
  1779. Loading Add-On: Server_PhysicsDeath (CRC:-683969963)
  1780. Executing Add-Ons/Server_PhysicsDeath/server.cs.
  1781. Activating package: PhysicsDeath
  1782. 1 datablocks added.
  1783.  
  1784. Loading Add-On: Server_EnvironmentAutoLoader (CRC:-2121346741)
  1785. Executing Add-Ons/Server_EnvironmentAutoLoader/server.cs.
  1786. Activating package: swol_EnvGuiSaver
  1787. 0 datablocks added.
  1788.  
  1789. Loading Add-On: Server_ChatSystem (CRC:1853221886)
  1790. Executing Add-Ons/Server_ChatSystem/server.cs.
  1791. Executing Add-Ons/Server_ChatSystem/names.cs.
  1792. ERROR: $Pref::Server::ChatMod::lchatShowListeners pref has already been registered to add-on: Server_ChatMod in RTB_registerPref
  1793. Executing Add-Ons/Server_ChatSystem/Radio/radio.cs.
  1794. Executing Add-Ons/Server_ChatSystem/localchat.cs.
  1795. Executing Add-Ons/Server_ChatSystem/names.cs.
  1796. Activating package: ChatMod
  1797. 6 datablocks added.
  1798.  
  1799. Loading Add-On: Script_VehicleRestriction (CRC:1606037227)
  1800. Executing Add-Ons/Script_VehicleRestriction/server.cs.
  1801. Activating package: gc_VehicleRestrictions
  1802. 0 datablocks added.
  1803.  
  1804. Loading Add-On: Script_ToggleFlood (CRC:1653178771)
  1805. Executing Add-Ons/Script_ToggleFlood/server.cs.
  1806. Activating package: toggleFlood
  1807. 0 datablocks added.
  1808.  
  1809. Loading Add-On: Script_SkullOrb (CRC:302685305)
  1810. Executing Add-Ons/Script_SkullOrb/server.cs.
  1811. Executing Add-Ons/Script_SkullOrb/Script_SkullOrb.cs.
  1812. Executing Add-Ons/Script_SkullOrb/Script_CamLight.cs.
  1813. 0 datablocks added.
  1814.  
  1815. Loading Add-On: Script_ModTerRestriction (CRC:-2139886780)
  1816. Executing Add-Ons/Script_ModTerRestriction/server.cs.
  1817. Activating package: Package_MTRes
  1818. 0 datablocks added.
  1819.  
  1820. Loading Add-On: Script_ClearStuff (CRC:2036230260)
  1821. Executing Add-Ons/Script_ClearStuff/server.cs.
  1822. 0 datablocks added.
  1823.  
  1824. Loading Add-On: Script_BrickPlantCost (CRC:-1542955817)
  1825. Executing Add-Ons/Script_BrickPlantCost/server.cs.
  1826. Activating package: Package_ScriptBPC
  1827. 0 datablocks added.
  1828.  
  1829. Loading Add-On: Script_Avatar_Restrictions
  1830. Executing Add-Ons/Script_Avatar_Restrictions/server.cs.
  1831. Activating package: Script_Avatar_Restrictions
  1832. 0 datablocks added.
  1833.  
  1834. Loading Add-On: Projectile_Radio_Wave (CRC:-2023194205)
  1835. Executing Add-Ons/Projectile_Radio_Wave/server.cs.
  1836. 8 datablocks added.
  1837.  
  1838. Loading Add-On: Projectile_Pong (CRC:-69104802)
  1839. Executing Add-Ons/Projectile_Pong/server.cs.
  1840. 9 datablocks added.
  1841.  
  1842. Loading Add-On: Projectile_Pinball (CRC:-544442195)
  1843. Executing Add-Ons/Projectile_Pinball/server.cs.
  1844. 3 datablocks added.
  1845.  
  1846. Loading Add-On: Print_Poster_Tutorial (CRC:1695216702)
  1847. Executing Add-Ons/Print_Poster_Tutorial/server.cs.
  1848. 0 datablocks added.
  1849.  
  1850. Loading Add-On: Print_ModTer_Default (CRC:1750012009)
  1851. Executing Add-Ons/Print_ModTer_Default/server.cs.
  1852. 0 datablocks added.
  1853.  
  1854. Loading Add-On: Print_ModTer_Bedroom (CRC:265135398)
  1855. Executing Add-Ons/Print_ModTer_Bedroom/server.cs.
  1856. 0 datablocks added.
  1857.  
  1858. Loading Add-On: Print_Letters_Default (CRC:-1309313723)
  1859. Executing Add-Ons/Print_Letters_Default/server.cs.
  1860. 0 datablocks added.
  1861.  
  1862. Loading Add-On: Print_2x2r_Monitor3 (CRC:-1236091548)
  1863. Executing Add-Ons/Print_2x2r_Monitor3/server.cs.
  1864. 0 datablocks added.
  1865.  
  1866. Loading Add-On: Print_2x2r_Default (CRC:1424717213)
  1867. Executing Add-Ons/Print_2x2r_Default/server.cs.
  1868. 0 datablocks added.
  1869.  
  1870. Loading Add-On: Print_2x2f_Pizza (CRC:1636192616)
  1871. Executing Add-Ons/Print_2x2f_Pizza/server.cs.
  1872. 0 datablocks added.
  1873.  
  1874. Loading Add-On: Print_2x2f_Papers (CRC:354468907)
  1875. Executing Add-Ons/Print_2x2f_Papers/server.cs.
  1876. 0 datablocks added.
  1877.  
  1878. Loading Add-On: Print_2x2f_Lord_Tony (CRC:-742671878)
  1879. Executing Add-Ons/Print_2x2f_Lord_Tony/server.cs.
  1880. 0 datablocks added.
  1881.  
  1882. Loading Add-On: Print_2x2f_Default (CRC:-1613119619)
  1883. Executing Add-Ons/Print_2x2f_Default/server.cs.
  1884. 0 datablocks added.
  1885.  
  1886. Loading Add-On: Print_2x2f_CreepyCereal (CRC:1871984393)
  1887. Executing Add-Ons/Print_2x2f_CreepyCereal/server.cs.
  1888. 0 datablocks added.
  1889.  
  1890. Loading Add-On: Print_1x2f_Lord_Tony (CRC:474788128)
  1891. Executing Add-Ons/Print_1x2f_Lord_Tony/server.cs.
  1892. 0 datablocks added.
  1893.  
  1894. Loading Add-On: Print_1x2f_Default (CRC:-681811991)
  1895. Executing Add-Ons/Print_1x2f_Default/server.cs.
  1896. 0 datablocks added.
  1897.  
  1898. Loading Add-On: Print_1x2f_BLPRemote (CRC:368889976)
  1899. Executing Add-Ons/Print_1x2f_BLPRemote/server.cs.
  1900. 0 datablocks added.
  1901.  
  1902. Loading Add-On: Print_1x1_Trading_Card_Posters (CRC:593392040)
  1903. Executing Add-Ons/Print_1x1_Trading_Card_Posters/server.cs.
  1904. 0 datablocks added.
  1905.  
  1906. Loading Add-On: Print_1x1_Senor_Gato_v2 (CRC:-1493824039)
  1907. Executing Add-Ons/Print_1x1_Senor_Gato_v2/server.cs.
  1908. 0 datablocks added.
  1909.  
  1910. Loading Add-On: print_1x1_Senor_Gato (CRC:-1704911688)
  1911. Executing Add-Ons/print_1x1_Senor_Gato/server.cs.
  1912. 0 datablocks added.
  1913.  
  1914. Loading Add-On: Print_1x1_Posters (CRC:-2020943609)
  1915. Executing Add-Ons/Print_1x1_Posters/server.cs.
  1916. 0 datablocks added.
  1917.  
  1918. Loading Add-On: Print_1x1_MoviePosters (CRC:-1791525991)
  1919. exec: invalid script file Add-Ons/Print_1x1_MoviePosters/server.cs.
  1920. 0 datablocks added.
  1921.  
  1922. Loading Add-On: Print_1x1_Lord_Tony (CRC:-2082173900)
  1923. Executing Add-Ons/Print_1x1_Lord_Tony/server.cs.
  1924. 0 datablocks added.
  1925.  
  1926. Loading Add-On: print_1x1_classy_posters (CRC:-635059634)
  1927. Executing Add-Ons/print_1x1_classy_posters/server.cs.
  1928. 0 datablocks added.
  1929.  
  1930. Loading Add-On: Player_Quake (CRC:1687209181)
  1931. Executing Add-Ons/Player_Quake/server.cs.
  1932. Executing Add-Ons/Player_Quake/Player_Quake.cs.
  1933. 1 datablocks added.
  1934.  
  1935. Loading Add-On: Player_No_Jet (CRC:615244099)
  1936. Executing Add-Ons/Player_No_Jet/server.cs.
  1937. Executing Add-Ons/Player_No_Jet/Player_NoJet.cs.
  1938. 1 datablocks added.
  1939.  
  1940. Loading Add-On: Player_Low_Jump (CRC:1903469396)
  1941. Executing Add-Ons/Player_Low_Jump/server.cs.
  1942. Executing Add-Ons/Player_Low_Jump/Player_LowJump.cs.
  1943. 1 datablocks added.
  1944.  
  1945. Loading Add-On: Player_Leap_Jet (CRC:1943632399)
  1946. Executing Add-Ons/Player_Leap_Jet/server.cs.
  1947. Executing Add-Ons/Player_Leap_Jet/Player_LeapJet.cs.
  1948. 1 datablocks added.
  1949.  
  1950. Loading Add-On: Player_Jump_Jet (CRC:2103200223)
  1951. Executing Add-Ons/Player_Jump_Jet/server.cs.
  1952. Executing Add-Ons/Player_Jump_Jet/player_jumpjet.cs.
  1953. 1 datablocks added.
  1954.  
  1955. Loading Add-On: Player_Fuel_Jet (CRC:1117175101)
  1956. Executing Add-Ons/Player_Fuel_Jet/server.cs.
  1957. Executing Add-Ons/Player_Fuel_Jet/player_fueljet.cs.
  1958. 1 datablocks added.
  1959.  
  1960. Loading Add-On: Player_Adventure (CRC:511362039)
  1961. Executing Add-Ons/Player_Adventure/server.cs.
  1962. Loading Adventure Player
  1963. Executing Add-Ons/Player_Adventure/Player_Adventure.cs.
  1964. Activating package: AdventureVignette
  1965. Activating package: AdventurePlayer
  1966. Activating package: AdventureAddRemove
  1967. Activating package: AdventureTriggers
  1968. Executing Add-Ons/Player_Adventure/Event_Adventure.cs.
  1969. Adventure Player made by Hata, ID: 483
  1970. 14 datablocks added.
  1971.  
  1972. Loading Add-On: Particle_Tools (CRC:1169689259)
  1973. Executing Add-Ons/Particle_Tools/server.cs.
  1974. 0 datablocks added.
  1975.  
  1976. Loading Add-On: Particle_Player (CRC:1663077420)
  1977. Executing Add-Ons/Particle_Player/server.cs.
  1978. Executing Add-Ons/Particle_Player/Particle_Player.cs.
  1979. 0 datablocks added.
  1980.  
  1981. Loading Add-On: Particle_Grass (CRC:1022618066)
  1982. Executing Add-Ons/Particle_Grass/server.cs.
  1983. 2 datablocks added.
  1984.  
  1985. Loading Add-On: Particle_FX_Cans (CRC:-1891087267)
  1986. Executing Add-Ons/Particle_FX_Cans/server.cs.
  1987. Executing Add-Ons/Particle_FX_Cans/Particle_FX Cans.cs.
  1988. 0 datablocks added.
  1989.  
  1990. Loading Add-On: Particle_Candle (CRC:1755240665)
  1991. Executing Add-Ons/Particle_Candle/server.cs.
  1992. Executing Add-Ons/Particle_Candle/Particle_Candle.cs.
  1993. 2 datablocks added.
  1994.  
  1995. Loading Add-On: Particle_Basic (CRC:-1929497084)
  1996. Executing Add-Ons/Particle_Basic/server.cs.
  1997. Executing Add-Ons/Particle_Basic/Particle_Basic.cs.
  1998. 14 datablocks added.
  1999.  
  2000. Loading Add-On: Light_Torch (CRC:-582809001)
  2001. Executing Add-Ons/Light_Torch/server.cs.
  2002. Executing Add-Ons/Light_Torch/light_torch.cs.
  2003. 1 datablocks added.
  2004.  
  2005. Loading Add-On: Light_Candle (CRC:-1892227252)
  2006. Executing Add-Ons/Light_Candle/server.cs.
  2007. Executing Add-Ons/Light_Candle/light_candle.cs.
  2008. 1 datablocks added.
  2009.  
  2010. Loading Add-On: Light_Basic (CRC:2050298561)
  2011. Executing Add-Ons/Light_Basic/server.cs.
  2012. Executing Add-Ons/Light_Basic/light_basic.cs.
  2013. 8 datablocks added.
  2014.  
  2015. Loading Add-On: Light_Animated (CRC:270366660)
  2016. Executing Add-Ons/Light_Animated/server.cs.
  2017. Executing Add-Ons/Light_Animated/Light_animated.cs.
  2018. 4 datablocks added.
  2019.  
  2020. Loading Add-On: Item_Castle_Skeleton_key (CRC:510092280)
  2021. Executing Add-Ons/Item_Castle_Skeleton_key/server.cs.
  2022. 2 datablocks added.
  2023.  
  2024. Loading Add-On: Item_Castle_RGBY_Keys (CRC:-1489061862)
  2025. Executing Add-Ons/Item_Castle_RGBY_Keys/server.cs.
  2026. Executing Add-Ons/Item_Castle_RGBY_Keys/yellowKey.cs.
  2027. Executing Add-Ons/Item_Castle_RGBY_Keys/greenKey.cs.
  2028. Executing Add-Ons/Item_Castle_RGBY_Keys/blueKey.cs.
  2029. 8 datablocks added.
  2030.  
  2031. Loading Add-On: Item_Castle_Grey_Key (CRC:101357062)
  2032. Executing Add-Ons/Item_Castle_Grey_Key/server.cs.
  2033. 2 datablocks added.
  2034.  
  2035. Loading Add-On: Item_BLCoinage (CRC:272896535)
  2036. Executing Add-Ons/Item_BLCoinage/server.cs.
  2037. ERROR: $VCECOIN::PREF::COINPILE pref has already been registered to add-on: Item_BLCoinage in RTB_registerPref
  2038. Activating package: VCE_COIN
  2039. The server is running Gothboy's Simple Coinage v.1.2
  2040. 15 datablocks added.
  2041.  
  2042. Loading Add-On: Gamemode_Slayer (CRC:-159858288)
  2043. Executing Add-Ons/Gamemode_Slayer/server.cs.
  2044. Slayer Version 4.1.0
  2045. + Compatible Version: 4.0-alpha-1
  2046. + Platform: IntegratedServer
  2047. + Core Directory: Add-Ons/Gamemode_Slayer/server
  2048. + Config Directory: config/server/Slayer
  2049. + Debug Mode: 0
  2050. Executing Add-Ons/Gamemode_Slayer/common.cs.
  2051. Executing Add-Ons/Gamemode_Slayer/common/modules/stats.cs.
  2052. Executing Add-Ons/Gamemode_Slayer/server/support/Support.cs.
  2053. Executing Add-Ons/Gamemode_Slayer/server/support/Support_SpecialKills.cs.
  2054. Activating package: SpecialKills
  2055. Executing Add-Ons/Gamemode_Slayer/server/support/Support_RespawnTime.cs.
  2056. Activating package: Support_RespawnTime
  2057. Executing Add-Ons/Gamemode_Slayer/server/support/Support_Pathing/Support_Pathing.cs.
  2058. Executing Add-Ons/Gamemode_Slayer/server/support/Support_Pathing/BaseFinder.cs.
  2059. Executing Add-Ons/Gamemode_Slayer/server/support/Support_Pathing/finders/AStarFinder.cs.
  2060. Executing Add-Ons/Gamemode_Slayer/server/support/Support_ObjectTransfer_Server.cs.
  2061. Executing Add-Ons/Gamemode_Slayer/server/support/Support_MultiSourceEvents.cs.
  2062. Activating package: Support_MultiSourceEvents
  2063. Executing Add-Ons/Gamemode_Slayer/server/support/Support_EventTargets.cs.
  2064. Activating package: Support_EventTargets
  2065. Executing Add-Ons/Gamemode_Slayer/server/core/Slayer_TeamSO.cs.
  2066. Executing Add-Ons/Gamemode_Slayer/server/core/Slayer_TeamPrefSO.cs.
  2067. Executing Add-Ons/Gamemode_Slayer/server/core/Slayer_TeamPrefHandlerSG.cs.
  2068. Executing Add-Ons/Gamemode_Slayer/server/core/Slayer_TeamHandlerSG.cs.
  2069. Activating package: Slayer_TeamHandlerSG
  2070. Executing Add-Ons/Gamemode_Slayer/server/core/Slayer_PrefSO.cs.
  2071. Executing Add-Ons/Gamemode_Slayer/server/core/Slayer_PrefHandlerSG.cs.
  2072. Executing Add-Ons/Gamemode_Slayer/server/core/Slayer_MiniGameSO.cs.
  2073. Activating package: Slayer_MiniGameSO
  2074. Executing Add-Ons/Gamemode_Slayer/server/core/Slayer_MiniGameHandlerSG.cs.
  2075. Activating package: Slayer_MiniGameHandlerSG
  2076. Executing Add-Ons/Gamemode_Slayer/server/core/Slayer_GameModeTemplateSG.cs.
  2077. Executing Add-Ons/Gamemode_Slayer/server/core/Slayer_GameModeSO.cs.
  2078. Executing Add-Ons/Gamemode_Slayer/server/core/Slayer_GameModeHandlerSG.cs.
  2079. Executing Add-Ons/Gamemode_Slayer/server/core/Slayer_AiController.cs.
  2080. Executing config/server/Slayer/botSkinColors.cs.
  2081. Executing Add-Ons/Gamemode_Slayer/server/core/Slayer.cs.
  2082. Activating package: Slayer
  2083. Executing Add-Ons/Gamemode_Slayer/server/core/resources/sounds/Sounds.cs.
  2084. Executing Add-Ons/Gamemode_Slayer/server/core/resources/playertypes/Player_Frozen.cs.
  2085. Activating package: Player_Frozen
  2086. Executing Add-Ons/Gamemode_Slayer/server/core/resources/Datablocks.cs.
  2087. Executing Add-Ons/Gamemode_Slayer/server/core/GameConnection.cs.
  2088. Activating package: Slayer_GameConnection
  2089. Executing Add-Ons/Gamemode_Slayer/server/core/FxDtsBrick.cs.
  2090. Executing config/server/Slayer/restrictedEvents.cs.
  2091. Activating package: Slayer_FxDtsBrick
  2092. Executing Add-Ons/Gamemode_Slayer/server/core/AiPlayer.cs.
  2093. Activating package: Slayer_AiPlayer
  2094. Executing Add-Ons/Gamemode_Slayer/server/core/AiController.cs.
  2095. ERROR: function declaration failed: AiController::getPlayerName
  2096. Executing Add-Ons/Gamemode_Slayer/server/defaults/team-preferences.cs.
  2097. Executing Add-Ons/Gamemode_Slayer/server/defaults/Preferences.cs.
  2098. Executing Add-Ons/Gamemode_Slayer/server/defaults/game-modes.cs.
  2099. Executing Add-Ons/Gamemode_Slayer/server/modules/tutorial.cs.
  2100. Executing Add-Ons/Gamemode_Slayer/server/modules/Module_Statistics.cs.
  2101. Executing Add-Ons/Gamemode_Slayer/server/modules/FlyThroughCam.cs.
  2102. Activating package: Slayer_Module_FlyThruCam
  2103. Executing Add-Ons/Gamemode_Slayer/server/modules/BK.cs.
  2104. Executing config/server/Slayer/bonusKills.cs.
  2105. Executing Add-Ons/Gamemode_Slayer/server/compatibility/Gamemode_Zombie.cs.
  2106. Executing Add-Ons/Gamemode_Slayer/server/compatibility/Gamemode_ZAPT.cs.
  2107. Executing Add-Ons/Gamemode_Slayer/server/compatibility/Gamemode_TeamDeathmatch.cs.
  2108. 22 datablocks added.
  2109.  
  2110. Loading Add-On: Event_MorDoor (CRC:965537739)
  2111. Executing Add-Ons/Event_MorDoor/server.cs.
  2112. Executing Add-Ons/Event_MorDoor/doors.cs.
  2113. 0 datablocks added.
  2114.  
  2115. Loading Add-On: Emote_Love (CRC:-925289075)
  2116. Executing Add-Ons/Emote_Love/server.cs.
  2117. Executing Add-Ons/Emote_Love/emote_love.cs.
  2118. 3 datablocks added.
  2119.  
  2120. Loading Add-On: Emote_Hate (CRC:820012778)
  2121. Executing Add-Ons/Emote_Hate/server.cs.
  2122. Executing Add-Ons/Emote_Hate/emote_hate.cs.
  2123. 3 datablocks added.
  2124.  
  2125. Loading Add-On: Emote_Critical (CRC:1721054126)
  2126. Executing Add-Ons/Emote_Critical/server.cs.
  2127. Executing Add-Ons/Emote_Critical/Emote_Critical.cs.
  2128. 8 datablocks added.
  2129.  
  2130. Loading Add-On: Emote_Confusion (CRC:1658702409)
  2131. Executing Add-Ons/Emote_Confusion/server.cs.
  2132. Executing Add-Ons/Emote_Confusion/emote_confusion.cs.
  2133. 3 datablocks added.
  2134.  
  2135. Loading Add-On: Emote_Alarm (CRC:1385772704)
  2136. Executing Add-Ons/Emote_Alarm/server.cs.
  2137. Executing Add-Ons/Emote_Alarm/emote_alarm.cs.
  2138. 5 datablocks added.
  2139.  
  2140. Loading Add-On: Brick_V15 (CRC:649242560)
  2141. Executing Add-Ons/Brick_V15/server.cs.
  2142. 4 datablocks added.
  2143.  
  2144. Loading Add-On: Brick_Treasure_Chest (CRC:1698237131)
  2145. Executing Add-Ons/Brick_Treasure_Chest/server.cs.
  2146. Activating package: TreasureChestPackage
  2147. Activating package: TreasureChestPersistencePackage
  2148. 2 datablocks added.
  2149.  
  2150. Loading Add-On: Brick_Teledoor (CRC:1435727724)
  2151. Executing Add-Ons/Brick_Teledoor/server.cs.
  2152. Activating package: TeledoorPackage
  2153. 1 datablocks added.
  2154.  
  2155. Loading Add-On: Brick_Poster_8x (CRC:-1324213703)
  2156. Executing Add-Ons/Brick_Poster_8x/server.cs.
  2157. 1 datablocks added.
  2158.  
  2159. Loading Add-On: Brick_Mystery (CRC:1135573922)
  2160. Executing Add-Ons/Brick_Mystery/server.cs.
  2161. 4 datablocks added.
  2162.  
  2163. Loading Add-On: Brick_MyCheck (CRC:-11412842)
  2164. Executing Add-Ons/Brick_MyCheck/server.cs.
  2165. Activating package: PersonalCheckpointPackage
  2166. 1 datablocks added.
  2167.  
  2168. Loading Add-On: Brick_ModTer_InvertedPack (CRC:-75824692)
  2169. Executing Add-Ons/Brick_ModTer_InvertedPack/server.cs.
  2170. 95 datablocks added.
  2171.  
  2172. Loading Add-On: Brick_ModTer_BasicPack (CRC:1510757398)
  2173. Executing Add-Ons/Brick_ModTer_BasicPack/server.cs.
  2174. 133 datablocks added.
  2175.  
  2176. Loading Add-On: Brick_ModTer_4xPack (CRC:665835223)
  2177. Executing Add-Ons/Brick_ModTer_4xPack/server.cs.
  2178. 12 datablocks added.
  2179.  
  2180. Loading Add-On: Brick_Medieval (CRC:-518750710)
  2181. Executing Add-Ons/Brick_Medieval/server.cs.
  2182. 10 datablocks added.
  2183.  
  2184. Loading Add-On: Brick_Large_Cubes (CRC:1420231453)
  2185. Executing Add-Ons/Brick_Large_Cubes/server.cs.
  2186. 9 datablocks added.
  2187.  
  2188. Loading Add-On: Brick_Halloween (CRC:-613787137)
  2189. Executing Add-Ons/Brick_Halloween/server.cs.
  2190. Executing Add-Ons/Brick_Halloween/2012/server.cs.
  2191. Activating package: pumpkinCarving
  2192. 21 datablocks added.
  2193.  
  2194. Loading Add-On: Brick_Food (CRC:-1776270396)
  2195. Executing Add-Ons/Brick_Food/server.cs.
  2196. 31 datablocks added.
  2197.  
  2198. Loading Add-On: Brick_ExtraPrints (CRC:133757135)
  2199. Executing Add-Ons/Brick_ExtraPrints/server.cs.
  2200. 2 datablocks added.
  2201.  
  2202. Loading Add-On: Brick_Doors_Demian_Thematic (CRC:595553544)
  2203. Executing Add-Ons/Brick_Doors_Demian_Thematic/server.cs.
  2204. Executing Add-Ons/Brick_Doors_Demian_Thematic/bricks/CleanRoom.cs.
  2205. Executing Add-Ons/Brick_Doors_Demian_Thematic/bricks/Curtain.cs.
  2206. Executing Add-Ons/Brick_Doors_Demian_Thematic/bricks/DoubleCurtains.cs.
  2207. Executing Add-Ons/Brick_Doors_Demian_Thematic/bricks/Lab.cs.
  2208. Executing Add-Ons/Brick_Doors_Demian_Thematic/bricks/Lab2.cs.
  2209. Executing Add-Ons/Brick_Doors_Demian_Thematic/bricks/Locker.cs.
  2210. 18 datablocks added.
  2211.  
  2212. Loading Add-On: Brick_Doors (CRC:-1479130114)
  2213. Executing Add-Ons/Brick_Doors/server.cs.
  2214. Executing Add-Ons/Brick_Doors/bricks/door_house.cs.
  2215. Executing Add-Ons/Brick_Doors/bricks/door_glass.cs.
  2216. Executing Add-Ons/Brick_Doors/bricks/door_houseWindow.cs.
  2217. Executing Add-Ons/Brick_Doors/bricks/door_jail.cs.
  2218. Executing Add-Ons/Brick_Doors/bricks/door_plain.cs.
  2219. 16 datablocks added.
  2220.  
  2221. Loading Add-On: Brick_Content_Doors (CRC:-462531680)
  2222. Executing Add-Ons/Brick_Content_Doors/server.cs.
  2223. Executing Add-Ons/Brick_Content_Doors/door_FrontDoor.cs.
  2224. Executing Add-Ons/Brick_Content_Doors/door_GlassDoor.cs.
  2225. Missing file: Add-Ons/Brick_Content_Doors/door_CabinDoor.cs!
  2226. Executing Add-Ons/Brick_Content_Doors/door_SecurityDoor.cs.
  2227. 9 datablocks added.
  2228.  
  2229. Loading Add-On: Brick_Christmas_Tree (CRC:-2133731237)
  2230. Executing Add-Ons/Brick_Christmas_Tree/server.cs.
  2231. 1 datablocks added.
  2232.  
  2233. Loading Add-On: Brick_Checkpoint (CRC:1865703626)
  2234. Executing Add-Ons/Brick_Checkpoint/server.cs.
  2235. Activating package: CheckpointPackage
  2236. 1 datablocks added.
  2237.  
  2238. Loading Add-On: Brick_Arch (CRC:262362025)
  2239. Executing Add-Ons/Brick_Arch/server.cs.
  2240. 12 datablocks added.
  2241.  
  2242. Loading Add-On: Brick_2x2FRoundPrint (CRC:-801418577)
  2243. Executing Add-Ons/Brick_2x2FRoundPrint/server.cs.
  2244. 2 datablocks added.
  2245.  
  2246. Loading Add-On: Bot_Zombie (CRC:917902898)
  2247. Executing Add-Ons/Bot_Zombie/server.cs.
  2248. Loading Add-On "Bot_Hole"
  2249. Executing Add-Ons/Bot_Hole/server.cs.
  2250. Executing Add-Ons/Bot_Hole/support.cs.
  2251. Executing Add-Ons/Bot_Hole/holes.cs.
  2252. Executing Add-Ons/Bot_Hole/events.cs.
  2253. Executing Add-Ons/Bot_Hole/packages.cs.
  2254. Activating package: BotHolePackage
  2255. Executing Add-Ons/Bot_Zombie/bot_zombie.cs.
  2256. Activating package: holeZombiePackage
  2257. 4 datablocks added.
  2258.  
  2259. Loading Add-On: Bot_Shark (CRC:347434692)
  2260. Executing Add-Ons/Bot_Shark/server.cs.
  2261. Executing Add-Ons/Bot_Shark/bot_base.cs.
  2262. Activating package: holeSharkPackage
  2263. Executing Add-Ons/Bot_Shark/support.cs.
  2264. 4 datablocks added.
  2265.  
  2266. Loading Add-On: Bot_Horse (CRC:-2047078495)
  2267. Executing Add-Ons/Bot_Horse/server.cs.
  2268. Loading Add-On "Vehicle_Horse"
  2269. Executing Add-Ons/Vehicle_Horse/server.cs.
  2270. 4 datablocks added.
  2271.  
  2272. Loading Add-On: Bot_Blockhead (CRC:44945505)
  2273. Executing Add-Ons/Bot_Blockhead/server.cs.
  2274. Executing Add-Ons/Bot_Blockhead/bot_base.cs.
  2275. 2 datablocks added.
  2276.  
  2277. Loading Add-On: Bot_Alligator (CRC:911402189)
  2278. Executing Add-Ons/Bot_Alligator/server.cs.
  2279. Executing Add-Ons/Bot_Alligator/bot_alligator.cs.
  2280. Activating package: holeAlligatorPackage
  2281. 3 datablocks added.
  2282.  
  2283.  
  2284. Executing config/server/musicList.cs.
  2285.  
  2286.  
  2287. Datablock Report:
  2288. Base: 424
  2289. Paint: 252
  2290. Add-Ons: 897
  2291. Music: 17
  2292. Total: 1590
  2293.  
  2294. WARNING: loadPrintedBrickTexture() - Print "Add-Ons/Print_2x2f_Lord_Tony/prints/Pizza.png" - 2x2f/Pizza already exists - skipping
  2295.  
  2296. *** CREATING MISSION
  2297. *** Stage 1 create
  2298. 254 environmental resource files found
  2299. Regenerating file manifest
  2300. Got 3104 items in manifest, 0 files hashed
  2301.  
  2302. ERROR: WebCom_PostServer() - mission is not running
  2303. BackTrace: ->ServerSettingsGui::clickLaunchGame->createServer->createMission->[Slayer_FxDtsBrick]onMissionLoaded->[Slayer_MiniGameHandlerSG]onMissionLoaded->onMissionLoaded->WebCom_PostServer
  2304.  
  2305. Got connect request from IPX:00000000:000000000000:0
  2306. net name = Lord Tony
  2307. Connection established
  2308. Connected successfully, killing other pending connections
  2309. AUTHCHECK: Lord Tony = LAN client -> internet server, auth with server ip
  2310. Activating package: NewDuplicator_Server_Final
  2311. Steam Lobby Created: 109775242870381601
  2312. Steam Lobby Joined: 109775242870381601
  2313. lobby enter torquescript callback, yourlobby: 1
  2314. this is our lobby
  2315. have a server connection!
  2316. Auth Init Successfull: Lord Tony
  2317. CADD: 13664 local
  2318. +- bl_id = 5146
  2319. +- AUTO SUPER ADMIN (ID same as host)
  2320. *** Sending mission load to client:
  2321. Posting to master server
  2322. Slayer (Server): Sending Handshake: Lord Tony
  2323. *** Prep-Phase 1: Download GUI
  2324. Slayer (Client): Handshake Received: Server has version 4.1.0
  2325. Slayer (Server): Slayer client registered: Lord Tony has version 4.1.0
  2326. *** New Mission
  2327. *** Phase 1: Download Datablocks & Targets
  2328. Slayer (Client): Handshake Accepted: Receiving initial data...
  2329. Received manifest and requested 2289 blobs. (815 duplicates removed)
  2330. Loaded 1 blobs from cache
  2331. Got non-CURLE_OK result on a request, result was 3 'URL using bad/illegal format or missing URL'
  2332. - Request was for ''
  2333. Got non-CURLE_OK result on a request, result was 3 'URL using bad/illegal format or missing URL'
  2334. - Request was for ''
  2335. Got non-CURLE_OK result on a request, result was 3 'URL using bad/illegal format or missing URL'
  2336. - Request was for ''
  2337. Got non-CURLE_OK result on a request, result was 3 'URL using bad/illegal format or missing URL'
  2338. - Request was for ''
  2339. Got non-CURLE_OK result on a request, result was 3 'URL using bad/illegal format or missing URL'
  2340. - Request was for ''
  2341. Got non-CURLE_OK result on a request, result was 3 'URL using bad/illegal format or missing URL'
  2342. - Request was for ''
  2343. Got non-CURLE_OK result on a request, result was 3 'URL using bad/illegal format or missing URL'
  2344. - Request was for ''
  2345. Got non-CURLE_OK result on a request, result was 3 'URL using bad/illegal format or missing URL'
  2346. - Request was for ''
  2347. CDN Download finished
  2348. Window reactivating...
  2349. Window reactivating...
  2350. Could not locate texture: Add-Ons/Weapon_Handcannon/Gray (download failed, using default texture)
  2351. +- using default 'gray' texture 'base/data/shapes/gray50.png'
  2352. Could not locate texture: Add-Ons/Server_ChatSystem/Radio/gray25 (download failed, using default texture)
  2353. +- using default 'gray25' texture 'base/data/shapes/gray25.png'
  2354. Could not locate texture: Add-Ons/Server_ChatSystem/Radio/Gray1 (download failed, using default texture)
  2355. +- using default 'gray' texture 'base/data/shapes/gray50.png'
  2356. Could not locate sound file: Add-ons/Item_BLCoinage/SOUND/moveCoin.wav (download failed)
  2357. Could not locate texture: base/data/particals/pain (download failed, using default texture)
  2358. +- using blank texture
  2359. Window reactivating...
  2360. Window reactivating...
  2361. *** Phase 2: Download Ghost Objects
  2362. *** Phase 3: Mission Lighting
  2363. Mission lighting done
  2364. Executing config/client/Favorites.cs.
  2365. Lord Tony spawned.
  2366. Stored stats for Steam
  2367.  
  2368. Could not locate texture: saves/ruinxmas.jpg (download failed, using default texture)
  2369. +- using blank texture
  2370. Direct load saves/Harvest Castle.bls, 3, 0, 1,
  2371. LOADING BRICKS: saves/Harvest Castle.bls (ColorMethod 3)
  2372. WARNING: loadBricks() - DataBlock not found for brick named "Wooden Door 3"
  2373. WARNING: loadBricks() - DataBlock not found for brick named "Wooden Door 2"
  2374. WARNING: loadBricks() - DataBlock not found for brick named "House Door Frameless"
  2375. WARNING: loadBricks() - DataBlock not found for brick named "Wooden Door"
  2376. WARNING: loadBricks() - DataBlock not found for brick named "Cobweb Inverted"
  2377. WARNING: loadBricks() - DataBlock not found for brick named "2x2x2 Container"
  2378. Slayer (Server): Deactivating Slayer
  2379. Slayer (Client): Deactivating Slayer
  2380. Issuing Disconnect packet.
  2381. Exporting server prefs
  2382. Exporting client prefs
  2383. Exporting client config
  2384. Exporting rtb prefs
  2385. Shutting down the OpenGL display device...
  2386. Making the GL rendering context not current...
  2387. Deleting the GL rendering context...
  2388. Releasing the device context...
Advertisement
Add Comment
Please, Sign In to add comment