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.

daGER

初级会员
  • 注册时间

  • 上次访问

由 daGER 发表的全部内容

  1. 11作为联系人,一定要起到表率作用,严禁上TS不讲话还狡辩自己的MIC被猫吃了
  2. 这个原理和现代机关枪根本不类似,这种东西在西方称为turret revolver, 即使比较进化的型号,也没有任何军队装备过。 适合不适合装备军队,请大家看:
  3. 感谢老大,研究学习中
  4. 4月1日是各位在FPS里冒充11的大好时机,走过不要错过,喜欢模仿11的众位FANS马上套个马甲啊
  5. // Hostname and MOTD sv_hostname "ABCD" set scr_motd "" 是否在这里更改后ASE上即可显示? 还有,能否删除些无用的文件以节省空间呢?
  6. 老大回复神速 请教:ASE里搜到的这个东西是从哪里改的?
  7. daGER 发表 1 个主题 于 硝烟里的年华
    这是我架设COD2服务器的步骤,哪里有错误请指教: 先使用一个普通的COD2,在COD2的main里建立一个文件夹 players,在 players 里面建立一个文本文件 active.txt ,在 active.txt 里面输入 ABCD ,然后保存关闭。接着还是在 players 里面建立一个文件夹 ABCD,在里面建立一个 config_mp.cfg 文件,然后改为: // generated by Call of Duty, do not modify unbindall unbindall bind TAB "+scores" bind ESCAPE "togglemenu" bind SPACE "+gostand" bind 1 "weapnext" bind 2 "weapnext" bind 4 "+smoke" bind ` "toggleconsole" bind A "+moveleft" bind B "+binoculars" bind C "gocrouch" bind D "+moveright" bind E "+leanright" bind F "+activate" bind G "+frag" bind Q "+leanleft" bind R "+reload" bind S "+back" bind T "chatmodepublic" bind V "mp_QuickMessage" bind W "+forward" bind X "openscriptmenu ingame changeweapon" bind Y "chatmodeteam" bind Z "+talk" bind ~ "toggleconsole" bind PAUSE "toggle cl_paused" bind CTRL "goprone" bind SHIFT "+melee_breath" bind F1 "vote yes" bind F2 "vote no" bind F4 "+scores" bind F12 "screenshotJPEG" bind MOUSE1 "+attack" bind MOUSE2 "toggleads" bind MOUSE3 "+frag" seta ai_corpseCount "10" seta cg_brass "1" seta cg_marks "1" seta com_hunkMegs "160" seta com_introPlayed "0" seta com_maxfps "85" seta com_recommendedSet "1" seta fx_sort "1" seta g_antilag "1" seta g_banIPs "" seta g_clonePlayerMaxVelocity "80" seta g_deadChat "0" seta g_dropForwardSpeed "10" seta g_dropUpSpeedBase "10" seta g_dropUpSpeedRand "5" seta g_log "Server1_mp.log" seta g_logSync "1" seta g_oldVoting "1" seta g_playerCollisionEjectSpeed "25" seta g_useGear "1" seta g_useholdspawndelay "1" seta g_voiceChatTalkingDuration "500" seta g_voteAbstainWeight "0.5" seta in_mouse "1" seta loc_forceEnglish "0" seta loc_language "0" seta mss_khz "44" seta net_noipx "0" seta net_noudp "0" seta net_socksEnabled "0" seta net_socksPassword "" seta net_socksPort "1080" seta net_socksServer "" seta net_socksUsername "" seta r_aaSamples "2" seta r_depthPrepassModels "0" seta r_distortion "0" seta r_dlightLimit "4" seta r_glow "0" seta r_lodscale "1" seta r_mode "640x480" seta r_rendererPreference "none" seta r_zfeather "0" seta sc_enable "0" seta sv_allowAnonymous "0" seta sv_allowDownload "1" seta sv_floodProtect "1" seta sv_hostname "ABCD" seta sv_maxclients "36" seta sv_maxPing "220" seta sv_maxRate "20000" seta sv_minPing "0" seta sv_reconnectlimit "3" seta sv_voice "0" seta sys_configSum "128026549" seta sys_cpuGHz "2.61339" seta sys_gpu "" seta sys_sysMB "1024" seta voice_deadChat "0" seta voice_global "0" seta voice_localEcho "0" 然后在 main 里面建立一个 server.txt 的文本文件,内容如下,可以自行修改需要的参数: / THIS IS CTF CONFIG // ************************************************** *** // *********** Server Security & Errors **************** // ************************************************** *** //Passwords set rcon_password "" //CHANGE ME set sv_privatePassword "" // OPTIONAL CHANGE ME set g_password "" // Only used if you want to close your server to the public //Logging set g_log "Server1_mp.log" set g_logSync "1" //SV Pure set sv_pure "1" //SV Cheats set sv_cheats "0" //Allowed Clans set sv_allowedClan1 "" set sv_allowedClan2 "" //Disable Console set sv_disableClientConsole "0" set sv_reconnectlimit "3" // ************************************************** *** // *********** Server Personality Dvars **************** // ************************************************** *** // Hostname and MOTD sv_hostname "ABCD" set scr_motd "" // Max Players and Saved Private Possitions set sv_maxclients "32" //Maximum players on the server who are not using the private password set sv_privateClients "4" //Allows players to enter the server without taking up public slots //Downloads seta sv_allowAnonymous "0" set sv_allowdownload "1" // Server Packet Rate set sv_maxRate "20000" // Limit Laggers and reconnect spammers set sv_reconnectlimit "3" // Limits how long a player must wait to reconnect to a server set sv_minPing "0" set sv_maxPing "220" // - Banning set g_banIPs "" // AntiFlooding Settings set sv_floodProtect "1" // ************************************************** *** // ******************** Voice ************************* // ************************************************** *** set sv_voice "0" set sv_voiceQuality "1" // ************************************************** *** // ******************** Map Rotation ******************* // ************************************************** *** // Do NOT put your map_rotate command here! Map_rotate should be called VERY last // Set the Gametype set g_gametype "ctf" // Set the Map Rotation set sv_MapRotation "gametype ctf map mp_breakout gametype ctf map mp_brecourt gametype ctf map mp_burgundy gametype ctf map mp_carentan gametype ctf map mp_dawnville gametype ctf map mp_decoy gametype ctf map mp_downtown gametype ctf map mp_farmhouse gametype ctf map mp_leningrad gametype ctf map mp_matmata gametype ctf map mp_railyard gametype ctf map mp_toujane gametype ctf map mp_trainstation" set sv_maprotationcurrent "" // ************************************************** *** // *************** Match Setup Options ***************** // ************************************************** *** // Use these to set how your server will play a map. // CTF set scr_ctf_scorelimit "5" set scr_ctf_timelimit "30" // S&D //set scr_sd_bombtimer "60" //set scr_sd_graceperiod "15" //set scr_sd_roundlength "4" //set scr_sd_roundlimit "0" //set scr_sd_scorelimit "10" //set scr_sd_timelimit "0" // TDM //set scr_tdm_scorelimit "300" //set scr_tdm_timelimit "30" // DM //set scr_dm_scorelimit "50" //set scr_dm_timelimit "30" // HQ //set scr_hq_scorelimit "600" //set scr_hq_timelimit "30" // ************************************************** *** // ***************** Gameplay Dvars ******************** // ************************************************** *** // Team Icons set scr_drawfriend "1" // Friendly Fire set scr_friendlyfire "0" // Kill Cam & Spectate set scr_killcam "0" set scr_spectatefree "0" set scr_spectateenemy "0" // Auto Team Balance set scr_teambalance "1" // Force Respawn set scr_forcerespawn "1" // ************************************************ // ******************* Voting ********************* // ************************************************ set g_allowvote "0" // ************************************************** *** // ************ Weapon Settings ************************ // ************************************************** *** // Weapon Ammo Pools set g_weaponAmmoPools "0" //Snipers set scr_allow_enfieldsniper "1" set scr_allow_kar98ksniper "1" set scr_allow_nagantsniper "1" set scr_allow_springfield "1" set scr_allow_svt40 "1" // Rifles set scr_allow_enfield "1" set scr_allow_kar98k "1" set scr_allow_m1carbine "1" set scr_allow_m1garand "1" set scr_allow_nagant "1" set scr_allow_g43 "1" // MGs set scr_allow_bar "1" set scr_allow_bren "1" set scr_allow_mp44 "1" set scr_allow_ppsh "1" //SMGs set scr_allow_sten "1" set scr_allow_mp40 "1" set scr_allow_thompson "1" set scr_allow_pps42 "1" set scr_allow_greasegun "1" // Shotgun set scr_allow_shotgun "1" // Grenades set scr_allow_smokegrenades "1" set scr_allow_fraggrenades "1" map_rotate 然后给 COD2MP_s.exe 建立一个快捷方式,附带参数为:+set dedicated 2 +set net_ip xxx.xxx.xxx.xxx +set net_port 28970 +exec server.txt 在系统的 hosts 文件中加入127.0.0.1 cod2master.activision.com屏蔽掉CDKEY校验。 打开 UDP/TCP 27243-27245 端口 还有个问题,新出的繁体版本COD2可否架设服务器呢?
  8. 领导,拿这东西能架服吗?
  9. 哦,我说的是真铁
  10. 早期自动武器在击发阻铁设计方面并没有什么长进,所谓实现单/连发完全是靠手指控制的 后期半自动步枪在完善击发阻铁卡槽设计后,自动武器也向半自动过度
  11. 馒头中队隶属于联合国,直接受S-22的领导 其职责是维护社会稳定,保卫世界安全,是具有武装性质的专政力量,目前不断招兵买马中 馒头中队负责人:daGER,11 政委:11 心理辅导:11 联络部长:11 技术顾问:dajiahao 后勤处长:a 情报处长:SAINT 统战部部长:reload 现场指挥:Blackcoat ........................ 诚招熟脸老友加入~~~~~~
  12. 本来11跟我说他想歇会,不玩了,还很有象征意义地退了 没想到几分钟后一句叛徒就把这个披着马甲的小子给诈了出来,笑死我了
  13. 附议楼上的各位色狼........

Account

Navigation

搜索

搜索

设置浏览器推送通知

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