Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2019
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.47 KB | None | 0 0
  1. All compiled binaries
  2. https://www12.zippyshare.com/v/nCvfJ3nQ/file.html
  3.  
  4. Config for DBServer finished:
  5. Spoiler:
  6.  
  7. https://i.imgur.com/7znGFhH.png
  8.  
  9.  
  10. Spoiler:
  11.  
  12. Code:
  13. ServerRole
  14. Host 127.0.0.1
  15. HostRange 255.255.255.255
  16. PrimaryRole CityZone
  17. SecondaryRole Mission
  18. Server
  19. Command AccountServer.exe
  20. KillAndRestart 1
  21. MonitorOnly 0
  22. TrackByID 0
  23. AppName AccountServer
  24. End
  25. RequestBeaconServerCount 1
  26. End
  27.  
  28. ServerRole
  29. Host 127.0.0.1
  30. HostRange 255.255.255.255
  31. PrimaryRole Mission
  32. SecondaryRole CityZone
  33. Server
  34. Command AccountServer.exe
  35. KillAndRestart 1
  36. MonitorOnly 0
  37. TrackByID 0
  38. AppName AccountServer
  39. End
  40. RequestBeaconServerCount 1
  41. End
  42.  
  43. ServerRole
  44. Host 127.0.0.1
  45. HostRange 255.255.255.255
  46. PrimaryRole Monitor
  47. SecondaryRole Monitor
  48. Server
  49. Command AccountServer.exe
  50. KillAndRestart 1
  51. MonitorOnly 0
  52. TrackByID 0
  53. AppName AccountServer
  54. End
  55. RequestBeaconServerCount 1
  56. End
  57.  
  58. BalanceModeZone Sequential
  59. BalanceModeMission Sequential
  60. MinAvailPhysicalMemory 500
  61. MinAvailPhysicalMemoryBias 0
  62. MinAvailVirtualMemory 1000
  63. PagingLoadLow 0
  64. PagingLoadHigh 0
  65. TroubleSuspensionTime 0
  66. MaxMapservers 200
  67. MaxHostUtilization 300
  68. StaticCPUBias 0
  69. StartingStaticMemBias 0
  70. StartingStaticCPUBias 0
  71. StartingMissionMemBias 0
  72. StartingMissionCPUBias 0
  73. SecondaryRoleBias 0
  74. MinPhysicalMemory 0
  75. MinVirtualMemory 0
  76. SuspensionTime 0
  77. MaxMapservers_LowWaterMark 0
  78. MaxHostUtilization_LowWaterMark 0
  79. MinVirtualMemory_LowWaterMark 0
  80.  
  81.  
  82. AccountServer.cfg:
  83. Spoiler:
  84.  
  85. Code:
  86. ShardName
  87. ShardName Test
  88. ShardId 1
  89. Address 127.0.0.1
  90. NoXferOut
  91. NoXferIn
  92. XferDestinations 0
  93. ShardEnd
  94. MtxEnvironment Test
  95. MtxSecretKey Test
  96. MtxIOThreads 1
  97. PlayNCAdminWebPageSecretKey Test
  98. PostBackRelay 127.0.0.1 0
  99. SqlLogin "Driver={SQL Server};server=localhost;database=coh;trusted_connection=Yes;"
  100. SqlDbName coh
  101. PlaySpanServerRetryFreqSecs 15
  102. PlaySpanRelayServerAckAlarmSecs 45
  103. PlaySpanRelayServerAckAlarmRepeatSecs 30
  104. PlaySpanMakeTimeStampedDigest 1
  105. CatalogTimeStampTestOffsetDays 0
  106. PlaySpanStoreFlags NoLocalization
  107. PlaySpanAuthTimeoutMins 60
  108. PlaySpanAuthRekeyIntervalMins 19
  109. #PlaySpanDomain
  110. PlaySpanCatalog NCSF
  111. #PlaySpanURL_Home 0
  112. #PlaySpanURL_CategoryView 0
  113. #PlaySpanURL_ItemView 0
  114. #PlaySpanURL_ShowCart 0
  115. #PlaySpanURL_AddToCart 0
  116. #PlaySpanURL_ManageAccount 0
  117. #PlaySpanURL_SupportPage 0
  118. #PlaySpanURL_SupportPageDE 0
  119. #PlaySpanURL_SupportPageFR 0
  120. #PlaySpanURL_UpgradeToVIP 0
  121. #cohURL_NewFeatures 0
  122. #cohURL_NewFeaturesUpdate 0
  123. #ArchiveMerged
  124. #CompMode
  125. clientAuthTimeout 1800
  126. ShardXfersDayMemory 14
  127. ShardXfersAllowedInMemory 0
  128. #FreeShardXfersOnlyEnabled
  129.  
  130.  
  131. Servers.cfg
  132. Spoiler:
  133.  
  134. Code:
  135. DbServer 127.0.0.1
  136. #DbServer1 127.0.0.1
  137. UseFakeAuth 1
  138. #AuthServer 127.0.0.1
  139. LocalIp 127.0.0.1
  140. SqlDbProvider mssql
  141. #SqlDbProvider postgresql
  142. SqlLogin "Driver={SQL Server};server=localhost;database=coh;trusted_connection=Yes;"
  143. SqlDbName coh
  144. #SqlInit ??
  145. #SqlAllowDDL 1
  146. #SqlAddAttributes 0
  147. SqlAddColumnOrTable 1
  148. SqlDeleteColumnOrTable 1
  149. SqlRebuildTable 1
  150. SqlAlterColumn 1
  151. DefaultAccessLevel 255 ??
  152. #LogDir .\log
  153. #AssertMode ??
  154. MaxPlayers 50
  155. LoginsPerMinute 5
  156. MinPlayers 0
  157. UseQueueServer 0
  158. BlockFreePlayersIfNoAccountServer 1
  159. #EnqueueWithAuthLimiter 0
  160. #NoStats 0
  161. ClientProject coh
  162. #DiffDebug 0
  163. #ContainerSizeDebug 0
  164. UseLogServer 0
  165. #LogServer 127.0.0.1
  166. ChatServer 127.0.0.1
  167. ShardName Test
  168. MaxLevel 999
  169. MaxCoHLevel 999
  170. MaxCoVLevel 999
  171. BackupDays 0
  172. OfflineProtectLevel 0
  173. OfflineIdleDays 0
  174. CompleteBrokenTasks 0
  175. DroppedPacketLogging 0
  176. AuthBadPacketReconnect 1
  177. MasterBeaconServer 127.0.0.1
  178. DoNotLaunchBeaconMasterServer 0
  179. BeaconRequestServerCount 1
  180. #RequestBeaconServerCount 1
  181. #DoNotPreloadCrashReportDLL 0
  182. #BeaconRequestCacheDir C:\beacon\
  183. #DoNotLaunchBeaconClients 0
  184. #DoNotLaunchMapServerTSR 0
  185. #RaidTimeZoneDelta 0
  186. DisableContainerBackups 1
  187. XPScale 10.0
  188. AuctionInvMaxLastLoginDays 365
  189. AuthnameLimiterEnabled 0
  190. AuthnameLimiterAccessLevel 0
  191. #BlockedMapKey
  192. #DisableZoneEvents
  193. #ClientCommands
  194. #AuthRequestGameData - deprecated
  195. #MissionserverMaxSendQueueSize 0
  196. #MissionserverMaxSendQueuePublishSize 0
  197.  
  198. #LOCALE_ID_ENGLISH, // 0
  199. #LOCALE_ID_TEST, // 1
  200. #LOCALE_ID_CHINESE_TRADITIONAL, // 2
  201. #LOCALE_ID_KOREAN, // 3
  202. #LOCALE_ID_JAPANESE, // 4
  203. #LOCALE_ID_GERMAN, // 5
  204. #LOCALE_ID_FRENCH, // 6
  205. #LOCALE_ID_SPANISH, // 7
  206. #LOCALE_ID_COUNT, // 8
  207. Locale 0
  208. #OverrideAuthBit
  209. IsBetaShard 0
  210. IsVIPShard 0
  211. #AllowGR - deprecated
  212. #AllowGREndGame - deprecated
  213. #AllowIssue20 - deprecated
  214. #AllowPraetorians - deprecated
  215. #OwnsGoingRogue 0
  216. #PraetoriaZonesLocked - deprecated
  217. #GoingRogueNagAndPurchase 0
  218. KarmaEventHistoryDays 31
  219. #default 600
  220. #NameLockTimeout 1200
  221. #SetLogLevel
  222. #IsLoggingMaster 1
  223. #MARTYEnabled 1
  224. #DebugSendPlayersDelayMS 0
  225. #DefaultLoyaltyPointsFakeAuth 0
  226. #DefaultLoyaltyLegacyPointsFakeAuth 0
  227. #ForceOverloadProtection 0
  228. #OverloadProtection_LauncherHighWaterMarkPercent 0.0
  229. #OverloadProtection_LauncherLowWaterMarkPercent 0.0
  230. #OverloadProtection_SQLQueueHighWaterMark 0
  231. #OverloadProtection_SQLQueueLowWaterMark 0
  232. #MapserverIdleExit
  233. #MapserverIdleUpkeep 24 00
  234. #MapserverDailyUpkeep 0
  235. MetricsEnable 0
  236. #MetricsIPAddress 127.0.0.1
  237. #MetricsPortNumber 3306
  238. #MetricsMQType 0
  239. #MetricsHighWaterMark
  240.  
  241.  
  242. EDIT:
  243. Okay, without getting access to the templates (ex Teamups.template & Teamups.db) its useless and hopeless. @MeGaMaX do you have them?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement