首先在解包的客户端文件中Client/Script/Ui/Windows找到Login.lua
function tbLogin:OnOpenEnd()
if not version_xm then
Ui:OpenWindow(“NoticePanel”)
end
这段代码的意思是 如果版本不是新马那么当游戏启动时弹出公告面板,那么这个时候我们只需要把 version_xm 修改为 version_tx 即可,修改如下
function tbLogin:OnOpenEnd()
if not version_tx then
Ui:OpenWindow(“NoticePanel”)
end
然后把客户端打包补丁,在游戏当中更新即可。

蜗牛学社


![【战神引擎】1.80怒火传奇三职业[白猪3.1]版本+语音视频教程+GM物品充值后台-蜗牛学社](https://www.woniuxueshe.com/wp-content/uploads/2026/01/Screenshot_20260107-074957-800x473-1.jpg)




