Skip to content
View in the app

A better way to browse. Learn more.

主视角中国

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

=CORE=M2

初级会员
  • 注册时间

  • 上次访问

由 =CORE=M2 发表的全部内容

  1. 路过 嘿嘿 顺便大大的恭喜楼主咯 如果说人生分为四个阶段 最精彩也最幸福的阶段马上就要开始了 而且是个小子 羡慕啊
  2. 比如诺顿? 家里上网 ASE也连接不到服务器 一直以为是内网的原因 ASE用的甚么呢端口? 回头我打开了试试
  3. 见过老兄了 你一定要听啊?老板,你要是想听的话你就说话嘛,你不说我怎么知道你想听呢,虽然你很有诚意地看着我,可是你还是要跟我说你想听的。你真的想听吗?那我就开始说吧!你不是真的想听吧?难道你真的想听吗?……
  4. 最近两天,发现不如其他国内服务器人气好啊. 就我自己感觉,有几个地方觉得是不是可以变一变试试: 比如,每个地图的时长.20分钟的话,对我来说反正是短了点.还没过足隠就换了.试试30分钟? 比如,那个RUSSA的地图实在很无聊.本来地图就小的不行,那么多人!我的机器就烂,帧速这会都快低到5以下了. 比如,霰弹是不是可以屏蔽.不是成见或者歧视什么的.就是在没有霰弹的服务器玩过觉得更好玩. 比如,老大可以考虑一下偶上面的提议
  5. HIAHIAHIAHIA 那个图不重要 不太能说明问题
  6. 昨晚上玩 郁闷了一宿 太多人拿霰弹了 冲的厉害 往往打成一边只知道蹲在一起打步枪 一边到处都有是霰弹对付散兵游勇 不是我不喜欢霰弹 但觉得过分了 另外 大家讲讲猛然遇见敌人后 都是怎么应付的? 突然跳一下,稳定准心,然后左右凌波微步同时开枪? 还是突然趴地,右键瞄准头部来得快?
  7. 口水羡慕ing 楼上很理想的游戏配置啊 有用的话最好能出来讲一下 大家也好清楚什么样的平台上会有效果
  8. 在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,以后每次换地图后都要重复此步骤。 另外,在游戏中还可以按“,”和“/”来切换帧数显示/关闭。 优化前后画面看不出什么差别,而帧数显然提升了不少,对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" 图拉丁1.3+MX440 64MB+512MB 上试过 的确有效果 而且比较明显 我的机器够老了吧
  9. 用这个KEYGEN出来的CDKEY可以上Z版服务器吗?
  10. 挺喜欢这游戏的。 周六周日在服务器见着S22了,还是老乡。 新来点卯,暂用ID:dp|Flash 大家多关照了。

Account

Navigation

搜索

搜索

设置浏览器推送通知

Chrome(安卓)
  1. 点击地址栏旁边的锁形图标。
  2. 点击 权限 → 通知
  3. 根据需要调整通知设置。
Chrome(桌面)
  1. 点击地址栏中的锁形图标。
  2. 选择 网站设置
  3. 找到 通知,然后根据需要调整设置。