源战役客户端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

322 lines
17 KiB

  1. local table_insert = table.insert
  2. table_insert(GlobleLogicFile,"game.mainUI.MainUIController")
  3. table_insert(GlobleLogicFile,"game.common.CommonController")
  4. table_insert(GlobleLogicFile,"game.scene.SceneController")
  5. table_insert(GlobleLogicFile,"game.scene.SceneConnectMap")
  6. table_insert(GlobleLogicFile,"game.scene.fight.FightController")
  7. table_insert(GlobleLogicFile,"game.role.RoleController")
  8. table_insert(GlobleLogicFile,"game.map.MapController")
  9. table_insert(GlobleLogicFile,"game.sound.SoundController")
  10. table_insert(GlobleLogicFile,"game.serverTime.ServerTimeController")
  11. table_insert(GlobleLogicFile,"game.autoFight.AutoFightController")
  12. table_insert(GlobleLogicFile,"game.goods.GoodsController")
  13. table_insert(GlobleLogicFile,"game.skill.SkillUIController")
  14. table_insert(GlobleLogicFile,"game.gameSetting.GameSettingController")
  15. table_insert(GlobleLogicFile,"game.bag.BagController")
  16. table_insert(GlobleLogicFile,"game.itemUse.ItemUseController")
  17. table_insert(GlobleLogicFile,"game.task.TaskController")
  18. table_insert(GlobleLogicFile,"game.chat.ChatController")
  19. table_insert(GlobleLogicFile,"game.setting.SettingController")
  20. table_insert(GlobleLogicFile,"game.sociality.SocialityController")
  21. table_insert(GlobleLogicFile,"game.mail.MailController")
  22. table_insert(GlobleLogicFile,"game.relive.ReliveController")
  23. table_insert(GlobleLogicFile,"game.newMainRole.NewMainRoleController")
  24. table_insert(GlobleLogicFile,"game.pkstatus.PKStatusController")
  25. table_insert(GlobleLogicFile,"game.dialogue.DialogueController")
  26. table_insert(GlobleLogicFile,"game.chuanWen.ChuanWenController")
  27. table_insert(GlobleLogicFile,"game.composeNew.ComposeController")
  28. table_insert(GlobleLogicFile,"game.guide.GuideController")
  29. -- table_insert(GlobleLogicFile,"game.welecome.WelecomeController")
  30. table_insert(GlobleLogicFile,"game.func.FuncOpenController")
  31. table_insert(GlobleLogicFile,"game.gift.GiftController")
  32. table_insert(GlobleLogicFile,"game.cheat.CheatController")
  33. table_insert(GlobleLogicFile,"game.team.TeamController")
  34. table_insert(GlobleLogicFile,"game.beach.BeachController")
  35. table_insert(GlobleLogicFile,"game.warmPrompt.WarmPromptController")
  36. table_insert(GlobleLogicFile,"game.rename.RenameController")
  37. table_insert(GlobleLogicFile,"game.strength.StrengthController")
  38. table_insert(GlobleLogicFile,"game.chatDress.ChatDressController")
  39. table_insert(GlobleLogicFile,"game.adventureBook.AdventureBookController")
  40. table_insert(GlobleLogicFile,"game.dungeon.BaseDungeonController")
  41. table_insert(GlobleLogicFile,"game.outWard.fashion.FashionController")
  42. table_insert(GlobleLogicFile,"game.vip.VipController")
  43. table_insert(GlobleLogicFile,"game.supremeVip.SupremeVipController")
  44. table_insert(GlobleLogicFile,"game.guild.GuildController")
  45. table_insert(GlobleLogicFile,"game.designation.DesignationController")
  46. table_insert(GlobleLogicFile,"game.redPacket.RedPacketController")
  47. table_insert(GlobleLogicFile,"game.shop.ShopController")
  48. table_insert(GlobleLogicFile,"game.market.MarketController")
  49. table_insert(GlobleLogicFile,"game.achievement.AchieveController")
  50. -- table_insert(GlobleLogicFile,"game.home.build.HomeController")
  51. -- table_insert(GlobleLogicFile,"game.liveSkill.LiveSkillController")
  52. -- table_insert(GlobleLogicFile,"game.fish.FishController")
  53. table_insert(GlobleLogicFile,"game.boss.BossController")
  54. table_insert(GlobleLogicFile,"game.bossHome.BossHomeController")
  55. table_insert(GlobleLogicFile,"game.equip.EquipController")
  56. table_insert(GlobleLogicFile,"game.customActivity.CustomActivityController")
  57. -- table_insert(GlobleLogicFile,"game.invest.InvestController")
  58. table_insert(GlobleLogicFile,"game.jewel.JewelController")
  59. table_insert(GlobleLogicFile,"game.operateActivity.OperateActivityController")
  60. table_insert(GlobleLogicFile,"game.foster.FosterController")
  61. table_insert(GlobleLogicFile,"game.arena.pkrank.PkRankController")
  62. table_insert(GlobleLogicFile,"game.newMainRole.degree.DegreeController")
  63. table_insert(GlobleLogicFile,"game.pet.PetController")
  64. table_insert(GlobleLogicFile,"game.mate.MateController")
  65. table_insert(GlobleLogicFile,"game.empower.EmpowerController")
  66. table_insert(GlobleLogicFile,"game.expDun.ExpDunController")
  67. table_insert(GlobleLogicFile,"game.reincarnation.ReincarnationController")
  68. table_insert(GlobleLogicFile,"game.guild.guildTV.GuildTVController")
  69. table_insert(GlobleLogicFile,"game.rank.RankController")
  70. table_insert(GlobleLogicFile,"game.child.ChildController")
  71. table_insert(GlobleLogicFile,"game.daily.DailyController")
  72. table_insert(GlobleLogicFile,"game.arena.ArenaController")
  73. table_insert(GlobleLogicFile,"game.arena.endless.EndlessController")--无尽领域
  74. table_insert(GlobleLogicFile,"game.arena.wasteland.WastelandController")--废土战场
  75. table_insert(GlobleLogicFile,"game.dungeon.DunManyController") --多人副本
  76. table_insert(GlobleLogicFile,"game.fuli.FuliController") --福利大厅
  77. table_insert(GlobleLogicFile,"game.currencyWish.CurrencyWishController") --货币祈愿
  78. table_insert(GlobleLogicFile,"game.psionic.PsionicController") -- 圣物系统
  79. table_insert(GlobleLogicFile,"game.look.LookRoleController") -- 查看角色
  80. table_insert(GlobleLogicFile,"game.light.LightController") -- 幻光
  81. table_insert(GlobleLogicFile,"game.escort.EscortController")--护送
  82. table_insert(GlobleLogicFile,"game.rechargeActivity.RechargeActivityController")--首充
  83. table_insert(GlobleLogicFile,"game.shape.ShapeController")--珍宝
  84. table_insert(GlobleLogicFile,"game.sevenDaysLogin.SevenDaysLoginController") -- 七日登录
  85. table_insert(GlobleLogicFile,"game.capsuleEgg.CapsuleEggController")--龙神宝库扭蛋
  86. table_insert(GlobleLogicFile,"game.limitGift.LimitGiftController") -- 限购礼包汇总
  87. table_insert(GlobleLogicFile,"game.fortuneCat.FortuneCatController") -- 招财猫
  88. table_insert(GlobleLogicFile,"game.kfActivity.KfActivityController") -- 开服活动
  89. table_insert(GlobleLogicFile,"game.taskAnnounce.TaskAnnounceController")
  90. table_insert(GlobleLogicFile,"game.kfWorld.KfWorldController") -- 跨服世界
  91. table_insert(GlobleLogicFile,"game.competingList.CompetingListController")--竞榜
  92. table_insert(GlobleLogicFile,"game.eliteAssess.EliteAssessController")--精英考核
  93. table_insert(GlobleLogicFile,"game.god.GodController")--唤神
  94. table_insert(GlobleLogicFile,"game.guildSpeedAct.GuildSpeedController")--社团竞榜
  95. table_insert(GlobleLogicFile,"game.equipCollect.EquipCollectController")--装备大全
  96. table_insert(GlobleLogicFile,"game.hopeGift.HopeGiftController")--臻享礼包
  97. table_insert(GlobleLogicFile,"game.mercenarySupply.MercenarySupplyController")--佣兵补给
  98. table_insert(GlobleLogicFile,"game.CSGWar.CSGWarController")--跨国团战
  99. table_insert(GlobleLogicFile,"game.arena.rageWar.RageWarController")--狂战领域
  100. table_insert(GlobleLogicFile,"game.arena.clothingVote.ClothingVoteController")--靓丽大赛
  101. table_insert(GlobleLogicFile,"game.mobilization.MobilizationController")--全民动员
  102. table_insert(GlobleLogicFile,"game.galaxy.GalaxyController")--星尘系统
  103. table_insert(GlobleLogicFile,"game.treasureHouse.TreasureHouseController")--珍宝阁
  104. table_insert(GlobleLogicFile,"game.advertisement.AdvertisementController")--活动宣传图
  105. table_insert(GlobleLogicFile,"game.contract.ContractController")--万物宝典
  106. table_insert(GlobleLogicFile,"game.KfBossTreasure.KfBossTreasureController")--幻魔宝典
  107. -- table_insert(GlobleLogicFile,"game.nature.NatureController")--性格系统 2021.3.1 砍了
  108. table_insert(GlobleLogicFile,"game.warSoul.WarSoulController")--战魂系统
  109. table_insert(GlobleLogicFile,"game.soulPower.SoulPowerController")--魂力系统
  110. table_insert(GlobleLogicFile,"game.wardrobe.WardrobeController")--风采系统
  111. table_insert(GlobleLogicFile,"game.newerTask.NewerTaskController")--新手任务奖励
  112. table_insert(GlobleLogicFile,"game.jumpone.JumpOneController")--跳一跳
  113. table_insert(GlobleLogicFile,"game.sevenDayTarget.SevenDayTargetController")--七日目标
  114. table_insert(GlobleLogicFile,"game.csMain.CSMainController")--跨服主功能
  115. table_insert(GlobleLogicFile,"game.mainlandJourney.MainlandJourneyController")--大陆征途
  116. table_insert(GlobleLogicFile,"game.sakuraGift.SakuraGiftController")--源樱之礼
  117. table_insert(GlobleLogicFile,"game.sandTable.SandTableController")--沙盘
  118. table_insert(GlobleLogicFile,"game.treasureMap.TreasureMapController")--藏宝图
  119. table_insert(GlobleLogicFile,"game.dance.DanceController")--舞姿系统
  120. table_insert(GlobleLogicFile,"game.clothingFactory.ClothingFactoryController")--制衣工坊
  121. table_insert(GlobleLogicFile,"game.powerTurnTable.PowerTurnTableController")--源能转盘
  122. table_insert(GlobleLogicFile,"game.dungeon.dunExpSea.ExpSeaController") --沧海拾宝擂台
  123. --[[
  124. table_insert(GlobleLogicFile,"game.arena.diamondFight.DiamondFightController")
  125. table_insert(GlobleLogicFile,"game.arena.intrusion.IntrusionController")
  126. table_insert(GlobleLogicFile,"game.arena.worldCity.WorldCityController")
  127. table_insert(GlobleLogicFile,"game.offLine.OffLineController")
  128. table_insert(GlobleLogicFile,"game.welfare.WelfareController")
  129. table_insert(GlobleLogicFile,"game.arena.toppk.TopPkController")
  130. table_insert(GlobleLogicFile,"game.world.WorldController")
  131. table_insert(GlobleLogicFile,"game.treasure.treasureHunt.TreasureHuntController")
  132. table_insert(GlobleLogicFile,"game.artifact.ArtifactController")
  133. table_insert(GlobleLogicFile,"game.quiz.QuizController")
  134. table_insert(GlobleLogicFile,"game.pray.PrayController")
  135. table_insert(GlobleLogicFile,"game.seal.SealController")
  136. table_insert(GlobleLogicFile,"game.kfActivity.KfActivityController")
  137. table_insert(GlobleLogicFile,"game.charmRank.CharmRankController")
  138. table_insert(GlobleLogicFile,"game.kfRevel.KFRevelController")
  139. table_insert(GlobleLogicFile,"game.eudemonsAttack.EudemonsAttackController")
  140. table_insert(GlobleLogicFile,"game.mysticalPurchase.MysticalPurchaseController")
  141. table_insert(GlobleLogicFile,"game.deity.DeityController")
  142. table_insert(GlobleLogicFile,"game.pyx.PyxController")
  143. table_insert(GlobleLogicFile,"game.guild.guildQuiz.GuildQuizController")
  144. table_insert(GlobleLogicFile,"game.Butterfly.ButterflyController")
  145. table_insert(GlobleLogicFile,"game.handbook.HandbookController")
  146. table_insert(GlobleLogicFile,"game.dungeon.DungeonTeamController")
  147. table_insert(GlobleLogicFile,"game.treasure.TreasureController")
  148. table_insert(GlobleLogicFile,"game.startFight.StarFightController")
  149. table_insert(GlobleLogicFile,"game.blackMarket.BlackMarketController")
  150. table_insert(GlobleLogicFile,"game.treasure.expedition.ExpeditionController")
  151. table_insert(GlobleLogicFile,"game.relicsTarget.RelicsTargetController")
  152. table_insert(GlobleLogicFile,"game.starSpirit.StarSpiritController")
  153. table_insert(GlobleLogicFile,"game.honour.HonourController")
  154. table_insert(GlobleLogicFile,"game.arena.pkbattle.PkBattleController")
  155. table_insert(GlobleLogicFile,"game.crossServerPvP.CSPvPController")
  156. table_insert(GlobleLogicFile,"game.arena.CSOnevN.CSOnevNController")
  157. table_insert(GlobleLogicFile,"game.kfGuildWar.KFGuildWarController")
  158. table_insert(GlobleLogicFile,"game.combineActivity.CombineActivityController")
  159. table_insert(GlobleLogicFile,"game.qixi.QixiController")
  160. table_insert(GlobleLogicFile,"game.kfCloudShop.KFCloudShopController")
  161. table_insert(GlobleLogicFile,"game.starShadow.StarShadowController")
  162. table_insert(GlobleLogicFile,"game.baby.BabyController")
  163. table_insert(GlobleLogicFile,"game.arena.spiritWar.SpiritWarController")
  164. table_insert(GlobleLogicFile,"game.interact.InteractController")
  165. table_insert(GlobleLogicFile,"game.soulBead.SoulBeadController")
  166. table_insert(GlobleLogicFile,"game.limitTarget.LimitTargetController")
  167. table_insert(GlobleLogicFile,"game.fightBack.FightBackController")
  168. table_insert(GlobleLogicFile,"game.limitTimeRank.LimitTimeRankController")
  169. table_insert(GlobleLogicFile,"game.joyWish.JoyWishController")
  170. table_insert(GlobleLogicFile,"game.lightWeapon.LightWeaponController")
  171. table_insert(GlobleLogicFile,"game.vipSale.VipSaleController")
  172. table_insert(GlobleLogicFile,"game.redSuit.RedSuitController")
  173. table_insert(GlobleLogicFile,"game.arena.leagueWar.LeagueWarController")
  174. ]]
  175. ModulesController=ModulesController or BaseClass()
  176. function ModulesController:__init()
  177. ModulesController.Instance = self
  178. CheatController.New() --秘籍
  179. CommonController.New() --通用
  180. MainUIController.New() --主界面
  181. SceneController.New() --场景
  182. SceneConnectMap.New() --传送门
  183. FightController.New() --战斗
  184. RoleController.New() --角色
  185. NewMainRoleController.New() --角色2
  186. MapController.New() --地图
  187. SoundController.New() --音效
  188. CustomRoleHead:getInstance() --自定义头像
  189. ServerTimeController.New() --服务器时间
  190. AutoFightController.New() --自动战斗
  191. GoodsController.New() --物品
  192. SkillUIController.New() --技能
  193. BagController.New() --背包
  194. ItemUseController.New() --物品使用
  195. TaskController.New() --任务
  196. ChatController.New() --聊天
  197. SettingController.New() --设置
  198. GameSettingController.New() --设置2
  199. SocialityController.New() --社交
  200. MailController.New() --邮件
  201. ReliveController.New() --复活
  202. ChuanWenController.New() --传闻
  203. PKStatusController.New() --PK状态
  204. -- WelecomeController.New() --开场动画
  205. GuideController.New() --新手引导
  206. FuncOpenController.New() --功能开启
  207. DialogueController.New() --npc对话
  208. ComposeController.New() --150物品合成
  209. GiftController.New() --150礼包
  210. TeamController.New() --组队
  211. BeachController.New() --沙滩
  212. WarmPromptController.New() --温馨提示
  213. RenameController.New() --重命名
  214. StrengthController.New() --变强
  215. ChatDressController.New() --装扮
  216. AdventureBookController.New() --冒险之书
  217. BaseDungeonController.New() --副本
  218. BossController.New() --boss
  219. BossHomeController.New() --boss之家
  220. EquipController.New() --152装备信息
  221. FashionController.New() --时装
  222. CustomActivityController.New() --331活动
  223. VipController.New() --vip
  224. SupremeVipController.New() --贵族vip--贵族
  225. -- InvestController.New() --投资
  226. JewelController.New() --宝石
  227. OperateActivityController.New() --精彩活动
  228. FosterController.New()
  229. UIObjPool = UIObjPool.New() --对象池实例化
  230. ShopController.New() --商城
  231. GuildController.New() --社团
  232. PkRankController.New() --280竞技场--要先开出来拿数值
  233. DesignationController.New() --称号
  234. DegreeController.New() --学位
  235. PetController.New() --宠物
  236. MateController.New() --羁绊
  237. RedPacketController.New() --339红包系统
  238. CurrencyWishController.New() --祈愿
  239. EmpowerController.New() --升品寻宝
  240. MarketController.New() --市场
  241. ExpDunController.New() --经 验 高 级 轿 车(新经验副本)
  242. GuildTVController.New() --社 团 跑 马
  243. RankController.New() --排行榜
  244. ReincarnationController.New() --转职界面相关
  245. ChildController.New() --宝宝系統
  246. DailyController.New() --日常
  247. DunManyController.New() --多人副本
  248. EndlessController.New()
  249. WastelandController.New()
  250. ArenaController.New() --联赛
  251. FuliController.New() --福利大厅
  252. AchieveController.New() --成就
  253. PsionicController.New() --圣物系统
  254. LookRoleController.New() --查看角色
  255. LightController.New() --幻光
  256. EscortController.New() --护送
  257. RechargeActivityController.New() --充值活动
  258. ShapeController.New()
  259. SevenDaysLoginController.New() --七日登录
  260. CapsuleEggController.New() --龙神宝库扭蛋
  261. LimitGiftController.New() --限购礼包
  262. FortuneCatController.New() --招财猫
  263. KfActivityController.New() --开服活动
  264. TaskAnnounceController.New() --功能预告
  265. KfWorldController.New() --跨服世界
  266. CompetingListController.New() --竞榜
  267. EliteAssessController.New() --精英考核
  268. GodController.New() --唤神
  269. GuildSpeedController.New() --社团竞榜
  270. EquipCollectController.New() --装备大全
  271. HopeGiftController.New() --臻享礼包
  272. MercenarySupplyController.New() --佣兵补给
  273. CSGWarController.New() --跨国团战
  274. RageWarController.New() --狂战领域
  275. ClothingVoteController.New() --靓丽大赛
  276. MobilizationController.New() --全民动员
  277. GalaxyController.New() --星辰系统
  278. TreasureHouseController.New() --珍宝阁
  279. AdvertisementController.New() --活动宣传图
  280. ContractController.New() --万物宝典
  281. KfBossTreasureController.New() --幻魔宝典
  282. -- NatureController.New()
  283. WarSoulController.New() --战魂系统
  284. SoulPowerController.New() --魂力系统
  285. WardrobeController.New() --风采系统
  286. NewerTaskController.New() --新手任务奖励
  287. JumpOneController.New() --跳一跳
  288. SevenDayTargetController.New() --七日目标
  289. CSMainController.New() --跨服主功能
  290. MainlandJourneyController.New() -- 大陆征途
  291. SakuraGiftController.New() -- 源樱之礼
  292. SandTableController.New() --沙盘
  293. TreasureMapController.New() --藏宝图
  294. DanceController.New() --舞姿系统
  295. ClothingFactoryController.New() --制衣工坊
  296. PowerTurnTableController.New() --源能转盘
  297. ExpSeaController.New() -- 沧海拾宝
  298. end
  299. function ModulesController:__delete()
  300. end