Upnb主页  北京区  深圳区  维基  商城  IBM笔记本报价  苹果笔记本报价  笔记本配件报价  积分兑换  积分说明  联系我们  标签云 FAQ帮助 IBM,IBM,笔记本,IBM笔记本报价,北京IBM笔记本价格,深圳IBM笔记本价格,IBM笔记本大全,IBM笔记本图片,IBM笔记本查询,IBM笔记本行情,IBM笔记本评测,IBM笔记本图片,IBM笔记本资讯,IBM-Thinkpad笔记本资料,IBM笔记本价格,IBM笔记本市场价格,IBM笔记本
IBM笔记本社区Upnb游本网
买IBM ThinkPad笔记本电脑,选Upnb游本网最放心!
 17 12
发新话题
打印

万众期待的[使命召唤2]......已找到BT种子

万众期待的[使命召唤2]......已找到BT种子

万众期待的[使命召唤2]即将面世了,今天上官方网站看到了新版宣传,感觉真是振奋人心! [s:2]  [s:2]  [s:2]

使命召唤2官方网站:
http://www.callofduty.com/cod2/index.html

使命召唤1官方网站:
http://www.callofduty.com/main.asp

使命召唤1资料片[联合攻击]官方网站:
http://www.callofduty.com/unitedoffensive/main.html


目前正在寻找使命召唤2种子中.........谁如果先找到可以跟帖! [s:2]
8小时工作,16小时生活.
把工作当作是一种业余爱好吧!

TOP

呵呵,10月25日使命召唤2隆重上市,28日0day(全球最大的破解软件联盟)就已有DVD破解版BT种子下载了。我28日第一时间开始下载,但由于硬盘空间原因,下载完的游戏至今未装。不过从互联网反应来看,该版本可玩性非常高!

附件

CALL.OF.DUTY.2.torrent (143 KB)

1970-1-1 08:00, 下载次数: 151

8小时工作,16小时生活.
把工作当作是一种业余爱好吧!

TOP

真的?好棒,太期待了·!

TOP

呵呵,已经两种难度通关了!感觉比一代画面好了许多,但硬件要求却没怎么很多游戏那么变态。基本上我的T42(ATI9600)上1280*960都十分的流畅

游戏安装需要硬盘有4G左右大小
8小时工作,16小时生活.
把工作当作是一种业余爱好吧!

TOP

没那么大空间#17
IBM ThinkPad T42 8ZU
PM(735)1.7G(2M)/1GB 333MHz/40G+100GB+80GB 5400rpm/14" 1400x1050/ATI 9600 64M/PSP1000 1.5+3.71-m33-4(5.0出来之前我不刷)

TOP

在nvnews的论坛我们发现了国外玩家写的一篇《使命的召唤2》的性能优化帖子。这名玩家使用6800GT在1024x768都跑的不顺,因此研究r_ console命令制作了优化版config文件。

研究过程中该玩家发现了两处和游戏性能相关的bug:
1.r_multigpu,默认值为0,也就是对应图象设置中的“optimise for SLI”项。即使你只有单显卡,打开这个选项(即命令r_multigpu 1)就能获得5-20%的性能提升。游戏正式版还存在这样的重大bug真是不可思议。

2.r_applypicmips。这个命令的作用就是修改贴图质量后无需vid_restart(也就是重新loading)。有趣的是使用这个命令后我们可以得到另外的5-20%性能提升,当然要让这个使用这个命令需要先修改贴图质量(picmip 0/1/2)。

基于这两点,再加上其他的性能调整命令,这名玩家制作了cod2tweakconfig包,使用方法如下:

1.打开cod2tweaks.zip(附件下载)将里面的autoexec.cfg和tweak.cfg拷贝到Call of Duty 2\main\目录下。
2.进入游戏-option-game option,“enable console”设为“yes”。
3.load game后按“~”调出控制台,输入exec autoexec.cfg。该步骤是将autoexec.cfg的内容写入config.cfg,只需执行一次。
4.按“.”键,该键已经被绑定exec tweak.cfg,以后每次换地图后都要重复此步骤。

另外,在游戏中还可以按“,”和“/”来切换帧数显示/关闭。

下面几张截图是这名玩家优化前和优化后的画面和帧数对比。画面设置为1280x720,2xAA,4xAF,最高画质。显卡为6800GT @ 375/1100。上图为优化前下图为优化后。





更多截图
http://news.mydrivers.com/pages/20051104143447_62953.htm

hmm,优化前后画面看不出什么差别,而帧数显然提升了不少,对DirectX 7还是DirectX 9模式都适用哦,感觉cod2跑得不爽的朋友们还不赶紧试试。

这个帖子的原文及cod2tweaks.zip(帖子附件)。

另附autoexec.cfg和tweak.cfg文件内容,也可以手动创建这两个文件(新建文本文件,复制粘贴,改文件名)。

autoexec.cfg:

//this file contains variables that must be changed before the map loads, if you alter these values after map load, you must run "vid_restart" in console to enable the changes.
//You must still press . after each map load to enable the picmip fps boost contained in tweak.cfg.
//press to enable the tweak.cfg after each map load
bind . "exec tweak.cfg"
//press to enable fps meter
bind , "cg_drawFPS 1"
bind / "cg_drawFPS 0"
//saw this on the planetcod forums, unknown benefits, may reduce mid game stutter, set no higher than half total system ram.
seta com_hunkmegs "512"
//unknown, has no negative effect on fps, possible increase in places? anyone willing to research this, thanks.
seta r_autopriority "1"
//anisotropy level, default is 8, personal preference, i find 4 gives noticeably better performance for little IQ loss.
seta r_anisotropy "4"
//Not too sure, i think it's for antialiasing alpha channel in textures, eg sprites for smoke etc. 0 is off, 1 is fast dither, 2 is supersampling. 0 and 1 perform equally.
//if you have performance to spare, try running on 2, you lose ~1fps when i tested it briefly, but i could not see an IQ difference from 1.
seta r_aaAlpha "1"
//fixes broken default r_gpusync 3 slowdown. Leaving multigpu at 0 and setting gpusynch to 0 achieves the same fps boost, however this will break things for sli users.
//There is no performance loss running multigpu 1 on a single gpu. Improves minimum fps by 5-20%, depending on what you're looking at ingame.
seta r_multigpu "1"

tweak.cfg:

//3 commands to fix the picmip bug related fps loss, change last picmip value to your preferred detail level, (look in config.cfg for value).
//Also increases framerate noticeably, 5-15% depending on scene.
r_picmip "2"
r_applyPicmip
r_picmip "0"
r_applyPicmip
//zfeather value (soften smoke edges), 0 disables for better performance, 1 enables. disabling (0) improves framerate by 5-20% when smoke is visible onscreen.
//speed benefits of disabling largely depends on how close you get to the smoke. Ditto for IQ benefits if enabled.
//couldn't locate the command controlling world/everything option, you must set that in the graphics menu first. "World only" is recommended IQ/speed tradeoff.
//set to 1 here despite the fps boost - you will notice the lines of smoke edges ingame otherwise.
r_zfeather "1"

附件

cod2tweaks.zip (2 KB)

1970-1-1 08:00, 下载次数: 93

IBM ThinkPad T42 8ZU
PM(735)1.7G(2M)/1GB 333MHz/40G+100GB+80GB 5400rpm/14" 1400x1050/ATI 9600 64M/PSP1000 1.5+3.71-m33-4(5.0出来之前我不刷)

TOP

下载了以后好像不能用
没有目标的生活是乱七八糟的生活,没有计划的生活是杂乱无章的生活。

TOP

已经安装完毕,但是为什么进去游戏只有声音没有画面?进游戏的时候选项什么的都在,但是刚进游戏的CG没有,开始游戏以后载入游戏,只有声音,没有画面,按ESC键听到游戏有暂停,但是因为看不到画面,也不知道应该选什么退出,强退以后重启机器,进游戏就是resume game,进去就直接死机了,呵呵,oasis的8zu和我的也没有什么区别吧?为什么会这样呢?是不是游戏自己安装的directX9.0c有问题呢?求助中。
没有目标的生活是乱七八糟的生活,没有计划的生活是杂乱无章的生活。

TOP

未测试  询问 oasis
IBM ThinkPad T42 8ZU
PM(735)1.7G(2M)/1GB 333MHz/40G+100GB+80GB 5400rpm/14" 1400x1050/ATI 9600 64M/PSP1000 1.5+3.71-m33-4(5.0出来之前我不刷)

TOP

终于能进了,在7。0下,用640的分辨率,不过已经相当不错了,画面非常精彩,内容也很不错,值得玩,就是有一关repulse the Germany's attack,和同志一起守卫的时候太惨了,死了n多次也没过去
没有目标的生活是乱七八糟的生活,没有计划的生活是杂乱无章的生活。

TOP

 17 12
发新话题

Copyright©2003--2008 upnb游本网