|
手游剑侠情缘进入游戏自动弹出公告修改教程
+ y; w: \ F% E: i. ^/ H4 r$ A首先在解包的客户端文件中Client/Script/Ui/Windows找到Login.lua3 }; l2 ?' z9 }; ~
- function tbLogin:OnOpenEnd()
- if not version_xm then
- Ui:OpenWindow("NoticePanel")
- end
! U* [8 m: ?- ~6 L, _
! d3 Y/ |1 h( \( c8 B, R[color=rgb(51, 102, 153) !important]复制代码
K0 `& I0 d4 f1 ~1 N这段代码的意思是 如果版本不是新马那么当游戏启动时弹出公告面板,那么这个时候我们只需要把 version_xm 修改为 version_tx 即可,修改如下7 |, L+ N, R4 U/ y6 u
- function tbLogin:OnOpenEnd()
- if version_xm then
- Ui:OpenWindow("NoticePanel")
- end
- . f) J2 z+ e6 M5 ^6 J% q2 }& m
/ k4 a( @ J: e/ y9 A4 W
[color=rgb(51, 102, 153) !important]复制代码
; N5 G2 P! p4 z4 ~4 |" S# `然后把客户端打包补丁,在游戏当中更新即可。1 L L4 J( v' x8 e0 H4 I6 X- O
|
|