C# 运行HLDS的问题

Home Home
引用 | 编辑 op47
2012-03-31 16:54
楼主
推文 x1
但运行就立刻出现w_loadwadfile couldn't load gfx.wad

Process ffmpeg = new Process();
ffmpeg.StartI ..

访客只能看到部份内容,免费 加入会员



献花 x0
引用 | 编辑 zsx123665
2012-04-19 01:14
1楼
  
ffmpeg.StartInfo.Arguments = "-game cstrike +servercfgfile server.cfg +maxplayers 32 +map de_dust2 -port 27015 -insecure +sv_lan 0 -noipx -console";




ffmpeg.StartInfo.Arguments = "-steam -game cstrike -appid 10 -gl -32bpp +servercfgfile server.cfg -port 8080 -insecure +sv_lan 0 -noipx -console";

试试看

献花 x0
引用 | 编辑 op47
2012-04-19 18:55
2楼
  
下面是引用 zsx123665 于 2012-04-19 01:14 发表的 : 到引言文
ffmpeg.StartInfo.Arguments = "-game cstrike +servercfgfile server.cfg +maxplayers 32 +map de_dust2 -port 27015 -insecure +sv_lan 0 -noipx -console";




ffmpeg.StartInfo.Arguments = "-steam -game cstrike -appid 10 -gl -32bpp +servercfgfile server.cfg -port 8080 -insecure +sv_lan 0 -noipx -console";

试试看
还是不能, 是弹出w_loadwadfile couldn't load gfx.wad表情 表情 表情

献花 x0
引用 | 编辑 tyty3131hkhk
2012-05-09 17:32
3楼
  
跟据这个网所说
http://www.counterstriketutes.com/w_loadwadfile-couldnt-load-gfx-wad/234/

下载一个更正档就可以了!!

献花 x0
引用 | 编辑 op47
2012-05-10 16:48
4楼
  
下面是引用 tyty3131hkhk 于 2012-05-09 17:32 发表的 : 到引言文
跟据这个网所说
http://www.counterstriketutes.com/w_loadwadfile-couldnt-load-gfx-wad/234/

下载一个更正档就可以了!!
不, 我这个问题只会在使用C# 用CONSOLE 的HLDS 发生的 <- 已测试 =.=

献花 x0