|
请注意
=========================
= 模拟GCF版暂时找到了2个严重的BUG =
= 1.添加服务器IP会造成游戏退出 =
= 2.点击friend会造成游戏退出 =
=========================
提示一下如何解决 1 修改server.dll
2 闭掉friendui.dll
Cs1.6\platform\Steam\games\PlatformMenu.vdf
// this file defines the contents of the platform menu
"Platform"
{
"Menu"
{
"Games"
{
"dll" "steamUI.dll"
"interface" "SteamUIGames001"
"MenuName" "#App_Games"
"SteamApp" "1"
}
[color="Red"] "Friends"
{
"dll" "Friends/trackerUI.dll"
"interface" "VGuiModuleTracker001"
"MenuName" "#App_Friends"
}
"Servers"
{
"dll" "Servers/serverbrowser.dll"
"interface" "VGuiModuleServerBrowser001"
"MenuName" "#App_Servers"
}
[color="Red"] "Monitor"
{
"dll" "steamUI.dll"
"interface" "SteamMonitor001"
"MenuName" "#App_Monitor"
"SteamApp" "1"
}
"Settings"
{
"dll" "steamUI.dll"
"interface" "VGuiModuleSettings001"
"MenuName" "#App_Settings"
"SteamApp" "1"
}
"News"
{
"dll" "steamUI.dll"
"MenuName" "#App_News"
"interface" "VGuiModuleNews001"
"SteamApp" "1"
}
}
}
另外还许修改 cstrike.exe 加入去加速参数 主要还是 -steam 可以bat to exe
gcf去广告的方法在研究中 ....................... |
|