在线合作

--

+关注

--

热度

Arma 3 Special Editions关于游戏置身大型军事沙盒,畅享逼真战斗体验。这是最出色的 PC 军事游戏,可提供丰富多彩的单人和多人游戏内容、20 多种载具和 40 多种武器、以及近乎无限的内容创作机会。逼真、多样、开放——《Arma 3》带给您身临其境的战争体验。 《Arma 3》的主要特点阿尔蒂斯与斯特拉蒂斯在细节丰富的开放世界战场上与敌人周旋,并设法击败他们——这个地中海岛屿地形的战场面积超过 290 平方公里。阿尔蒂斯与斯特拉蒂斯的岛屿是充满活力的世界,适合打造各种形式的游戏体验:探索庞大广阔的城市和层峦叠嶂的山丘,驾驶坦克在尘土飞扬的平原上碾压而过,操控运输直升机飞越茂密的森林,或是埋伏于岩石众多的的山区并伺机发动非对称作战。武器与载具加入战斗的方式多种多样:玩家可以选择徒步、驾驶装甲车或者乘坐直升机和喷气机飞抵目的地。此外,玩家还可以驾驶和操控 20 多种载具,随心挑选 40 多种武器,使用短程和远程附件定制武装,并根据战场需求配备各种类型的装备,在空中、陆地和海上展开联合武器攻击。《Arma 3》的海量军火库均可由您随意支配,带您进入充满战术机会的世界。单人游戏在“生存”、“适应”、“获胜”三个游戏驱动的战役章节中,跟随士兵 Ben Kerry 的视角,了解他如何卷入一场危机四伏的地中海冲突。通过完成不同主题的展示场景,沉浸于《Arma 3》多样化的游戏体验之中。完成颇具挑战性的射击演练,磨练射击和移动技巧,并通过报名参加《Arma 3》训练营来完成训练;您可以在其中学习单人和多人教程,并体验专用的虚拟现实练习环境。多人游戏加入大型军事沙盒游戏《Arma 3》,与众多玩家一起在线战斗。在官方的“Defend”和“Seize”多人游戏场景中组建小队并相互协作对抗敌军。或者体验《Arma 3》社区负责开发的各种颇具人气的非官方游戏模式。在《Arma 3 Zeus》中体验一种新形式的多人游戏模式;在该模式中,游戏管理员能够实时影响其他玩家的战场。内容创作使用直观的《Arma 3》场景编辑器和强大的模块制作工具,开始创造您专属的游戏体验。畅享充满玩家创作内容的平台,从定制的武器和载具,到激烈的单人游戏场景和全新的多人游戏模式等等,总有一样让您欲罢不能。在《Arma 3》Steam 创意工坊上分享和发现各种内容,并且一键点击轻松下载安装玩家创作的内容。全面改进的游戏引擎流畅的新动画使您在战场上更加游刃有余;同时,通过升级的声音引擎、新的布娃娃模拟系统以及支持 PhysX™ 的载具,亲身感受战斗的惊险与震撼体验。在颠覆性创新的推动下,Real Virtuality™ 4 引擎拥有强大模块支持能力,为新一代《Arma》提供了更具震撼力的画面、内容更多样的模拟游戏玩法以及规模更庞大的沙盒地形。
游戏圈
共59条帖子
视力下降
2026-02-19 19:00:09 · 发布在 「武装突袭3」
《武装突袭3》全面性能指南 [2020]
Universal and complete performance guide for ARMA 3 based on personal experience and performed testing. 1. Basic Information Let's start with basic info: setting cpuCount, exThreads or most other parameters does nothing, they are correctly recognized and set by ARMA on it's own (and exThreads overrides cpuCount anyway, so if someone says to set both then you know how much he knows about optimizing ARMA ;) ). If you set them manually you are just overriding something that was set correctly anyway. In this guide I'm going to show you how to really improve performance. However don't expect miracles, in ARMA limiting factor in 99% of cases is CPU. ARMA puts 90-95% of work on one thread, so what you need the most to get good FPS is CPU with high IPC and high clocks. Mods also reduce performance, so if you use many mods you should disable them one by one, check which one reduces performance the most and then decide if it's really worth to use it. In my case all mods I use are reducing performance by 20fps (!) when compared to vanilla. Important: Advice given by author in this guide were personally tested by him and are used by him. However this not mean they will not cause issues on different configurations or different PCs. Author of this guide is not responsible for any issues or damages caused by use of any or all advice in this guide. Any changes to game, system and your PC are applied on your own responsibility. Please also see EULA. 2. Editing game files There are few things you will need to edit in game files to make it run better. 2.1. Editing Arma3.cfg Go to C: Users [your_username] Documents Arma 3 Open Arma3.cfg with text editor of your choice (I recommend notepad++) Find GPU_MaxFramesAhead and set it to 1 (GPU_MaxFramesAhead=1;) Find GPU_DetectedFramesAhead and set it to 1 (GPU_DetectedFramesAhead=1;) (Optional) If you have monitor with refresh rate above 60Hz set refresh to your refresh rate (for example: refresh=144;) Save changes and close fileWhy do you change these things? It will reduce input lag, it can increase performance. However fps drops will be more noticeable, but overall performance should be better. 2.2. Editing *.Arma3ProfileThis is optional, it's not going to improve performance, but it's recommended anyway. Go to C: Users [your_username] Documents Arma 3 Open [your_username].Arma3Profile with text editor of your choice (I recommend notepad++) Find mouseSmoothing and set it to 0 (mouseSmoothing=0;) Find mouseAcceleration and set it to 0 (mouseAcceleration=0;) Find fovTop and set it to 1.03 (fovTop=1.03;) Find fovLeft and set it to 1.83 (fovLeft=1.83;) Save changes and close fileWhy do you change these things? First two will allow game to accept raw input from mouse instead of game trying to correct mouse movement. Second one will increase FOV from claustrophobic 70° to 90°. You can set FOV how you prefer, just use any of these two for calculators so you will know how to set values: Metalman's calculator[hia3.com] OLoKo64's calculator[gamecalculator.netlify.app] You will find comparison of different FOV settings in my other guide: https://steamcommunity.com/sharedfiles/filedetails/?id=1731376270 3. Changing settings in launcher If you are one of guys that rely on setting parameters for exe instead of using ARMA 3 Launcher then you have to apply appropriate changes on your own. There is no need to make it harder than it is, ARMA 3 Launcher is great GUI tools so if you want to be stuck in DOS era that's your choice. Start ARMA 3 Launcher Open Options (upper right corner) Select Launcher Options Set "Action after game start" to "Close Launcher after clicking Play" Select PARAMETERS and go to ALL PARAMETERS tab Set platform, if you have 64-bit OS pick 64-bit and if you have 32-bit OS pick 32-bit Tick "Enabled Large-page Support" checkbox Tick "No Logs" checkbox Tick "No Pause" checkbox (this one just allows ARMA 3 to run in background when it's minimized/not active) 4. Performance binary and memory allocator Dwarden (ARMA 3 developer at Bohemia Interactive) is releasing improved exe files after every patch. I highly recommend using them as they do make a noticeable difference. There are two ways to download them, automatic (many thanks to Greenfist/Sams for pointing this out as I wasn't aware!) and manual. It's safe to use manual, but please remember to ALWAYS download files straight from Dwarden's dropbox or google drive, never use some 3rd party reuploads as they may not be legit performance exes, but may contain malware. You can find Dwarden's post that links to new exe files here[forums.bohemia.net]. IMPORTANT: When new arma version comes out you will need to switch back to default branch from performance one (see 4.1 but select default instead of profiling) or otherwise game will crash. 4.1. Performance exeAUTOMATIC (Recommended): Open Steam Open ARMA 3 Properties (right mouse button on ARMA 3 in library) Go to BETA tab Enter following code and confirm it: CautionSpecialProfilingAndTestingBranchArma3 Select "profiling - Performance Profiling Build"This will automatically download newest performance exe once they are available. MANUAL: NOTE: You will have to redo this after every ARMA 3 update as every update will replace exe. You need to pick proper exe for your OS version (32-bit or 64-bit) and your game version (currently 2.00). Go to Dwarden's google drive[drive.google.com] or dropbox[www.dropbox.com] and download newest performance exe (currently: 200perf -> perf09 -> performance exe). If you use 64-bit OS and 64-bit ARMA client download arma3client_x64_performance and if you use 32-bit ARMA client download arma3client_performance. Unpack downloaded exe to Steam steamapps common Arma 3 Rename your current exe, for 64-bit: arma3_x64.exe to arma3_x64.exe.backup, for 32-bit: arma3.exe to arma3.exe.backup Rename your performance exe, for 64-bit to arma3_x64.exe, for 32-bit to arma3.exe 4.2. Memory allocatorNOTE: Armaholic shutdown, I don't have alternative link for blub's malloc. You can either check offical forums[forums.bohemia.net] for mallocs and try few of them or use system one (-malloc=system) - if you are using Windows 10 this might be best option for now Download custom malloc, e.g. xtbbmalloc by _blub Unzip downloaded archive Copy config file to Steam steamapps common Arma 3, for 32-bit: copy xtbbmalloc.ini from malloc 32-bit Configurations LargePages, for 64-bit: copy cma.ini from malloc 64-bit Config WithLargePages Copy dll file to Steam steamapps common Arma 3 Dll, for 32-bit: copy xtbbmalloc.dll from malloc 32-bit , for 64-bit: copy cma_x64.dll from malloc 64-bit Default Start ARMA 3 launcher Go to PARAMETERS and open ALL PARAMETERS tab Enable "Memory allocator" checkbox and set it to one matching previously copied one (for 32-bit: xtbbmalloc, for 64-bit: cma_x64) 5. Process priority and CPU affinity Download and install Process Lasso by Bitsum[bitsum.com] Start Process Lasso Start ARMA 3 (game, not launcher) In Process Lasso click with right mouse button on Arma process -> Priority class -> Always -> Above normal (do NOT ever set it to realtime priority) Click with right mouse button on arma process -> CPU affinity -> Always -> Untick CPU 0 (do this only if you have 4 or more cores)NOTE: Alternatively if you don't want to use 3rd party software you can use Task Manager to set priority and affinity, but you will have to do it EVERY time you start game (while with Process Lasso you do it once) 6. Windows optimizations 6.1. Drivers updateKeeping your driver up-to-date is important, because that way you always get new fixes and performance improvements for games. However it's especially important to update your drivers if you are using Windows 10 as May Update will be released shortly and with it WDDM 2.6 (windows drivers architecture). On drivers that don't support WDDM 2.6 there is a performance decrease, but updating drivers to ones that support WDDM 2.6 fixes it (info based on Windows 10 Insider Preview with May update) Download newest drivers for you GPU and you OS, NVIDIA cards: drivers[www.nvidia.com], AMD cards: drivers[www.amd.com] Download and unzip DDU by Wagnard[www.wagnardsoft.com] (only for Windows 10) Disconnect PC from Internet (otherwise after you will delete drivers Windows will attempt to download and install new ones automatically) Start DDU, close windows that will pop up Open Options, tick "Enable Safe Mode dialog" checkbox Restart DDU Select Safe Mode and allow to reboot into safe mode Windows will boot in safe mode, DDU should start automatically - if it won't then start it manually Open Options, ticks all NVIDIA specific or AMD specific options (depending on card you own) Close options Select GPU as device type Select NVIDIA or AMD as device (depending on card you own) Click Clean and restart After your PC will restart install previously downloaded drivers. For NV cards I recommend do install "light" pack of drivers, during installation select NVIDIA graphic driver (without GeForce Experience) -> Custom install -> untick everything but Graphics driver, PhysX System Software, NVIDIA NGX. You can tick HD Audio Driver if you use HDMI/DP to transmit audio from PC to monitor. Restart PC (only for Windows 10) Connect PC to Internet 6.2. NVIDIA Control Panel Open NV Control Panel Go to Manage 3D Settings Set Power management mode to Optimal Set Maximum rendered frames to 1 Go to Program Settings tab Add arma exe file (for 32-bit: arma3.exe, for 64-bit: arma3_x64.exe) Set Power management mode to Prefer maximum performance 6.3. (Optional) Disable NV Telemetry ContainerIf you will do this you CANNOT use NV Experience software. Open services.msc Find NVIDIA Telemetry Container Click with right mouse button on it and open properties Click Stop button Set launch mode to disabled 6.4. Windows 10 - DVR Start regedit Go to HKEY_CURRENT_USER System GameConfigStore Set GameDVR_Enabled value to 0 Go to HKEY_LOCAL_MACHINE SOFTWARE Policies Microsoft Windows Create new key and name it GameDVR Inside create new DWORD 32-bit and name it "AllowGameDVR" Set AllowGameDVR value to 0 6.5. Standby list cleaner Download and unzip ISLC by Wagnard[www.wagnardsoft.com] Start ISLC Set "The list size is at least" value depending on your available RAM (less RAM = set it to lower value). For 16GB of RAM I recommend 1200MB, for 8GB probably 800MB should be good. Set "Free memory is lower than" value depening on your available ram. For 16GB of RAM I recommend 2000MB, for 8GB probably 1500MB should be good. Press Start button DO NOT close the app (it needs to be running in background)Clearing standby list is performed by CPU, so do NOT set values too low as it will just force CPU to clean standby list very often and can negatively impact performance in game. You want it to be cleared as rare as possible but before you will be left with small amount of free RAM. 7. Mods If you are using low-end or high-end machine you may want to download Enhanced Video Settings mod by Sams. It allows to set graphic settings lower than it's normally possible and higher than it's normally possible. It adds Super Low and Ultra+ settings in game. If you get very low FPS you can set Textures and Object to super low. https://steamcommunity.com/sharedfiles/filedetails/?id=1223309664 8. In-Game settings 8.1. General tabDO NOT reduce sampling unless you have tried other options and still struggle to maintain playable FPS. If you struggle with performance you should start decreasing settings in following order: Cloud, Shadow, Particles, Terrain, Objects. Try to keep Objects as high as possible, they are quite taxing, but important (they decide how complex a scene can be). PIP: If you have performance issue in vehicles or in any other situation where there are mirrors or dashboard cameras you should reduce or even disable PIP. It basically render another scene (what you see in car mirror in game is not a reflection, is new scene rendered from different camera position and displayed in game) Textures: If you have enough vram (4GB and above) you are free to set it on v. high or ultra. Unless you don't have enough vram there is no need to set it differently. When it comes to visibility IMO there is no need to go over 5000 with overall (I recommend 4000), 4000 with object (I recommend 3000) and 100 with shadows (I recommend 50). 8.2. Display tabDisplay mode: Fullscreen (or Fullscreen window if you are using more than 1 monitor) Resolution: Set it to native resolution of your monitor (usually 1920x1080) Aspect Ratio: Set it to match your monitor (usually 16:9) VSync: Disabled 8.3. AA & PP tabBloom: 0 Radial blur: 0 Rotation blur: 0 Depth of field: 0 Sharpen: 100 Most taxing here is PPAA, FSAA (especially when paired with ATOC) and AO. If you struggle with performance disable PPAA, reduce FSAA and AO (or even disable if needed). Anisotropic filtering have minimal performance impact so I recommend to leave it at least on high. NOTE: If you are decreasing graphic settings, samapling, etc. and still can't get playable FPS that means CPU is limiting you. 9. Summary That's all. After you completed everything ARMA should be running better. FPS improvement largely depends on hardware you own, mission you play, mods you use. For me on average it was 5FPS while using fully modded game (almost 80GB of mods) and up to 10FPS while playing KotH. On the top of that stuttering issue I had is completely gone, but bear in mind that freezes/fps drops caused by loading terring while you move are not same as stuttering (to fix/reduce those you need SSD). Your results may be different. If you still struggle to get good FPS then it may be a result of too slow CPU (GPU is rarely an issue in ARMA), unoptimized mission, unoptimized/too many mods. I would like to thanks creators of all software that allows to perform these optimizations (in random order): Dwarden from Bohemia Interactive for continuous work to improve game and it's performance _blub from Armaholic for custom memory allocator Wagnard from Wagnardsoft for DDU and ISLC Jeremy Collake from Bitsum LLC for Process Lasso Greenfist/Sams for Enhanced Video Settings mod and pointing out easier way to get performance exe filesMany thanks for all your hard work! 10. EULA Under no circumstances shall author of this guide be liable for any direct, indirect, incidental, consequential, special or exemplary damages arising out of or in connection with your access or use of this guide and third party content or services or software, whether or not the damages were foreseeable and whether or not author was advised of the possibility of such damages. You (user) are using any or all advice posted in this guide solely on your own responsibility. Use of any or all advice posted in this guide requires you to accept that author cannot be held responsible for any damages and accept this EULA. It is forbidden to copy, edit or repost this guide without author's permission and without crediting author
视力下降
2026-02-20 13:00:26 · 发布在 「武装突袭3」
如何在《武装突袭》中增加视野范围
《武装突袭3》视野调整指南 1. 基本信息 默认《武装突袭3》的视野非常狭窄,水平视野仅为70°。游戏内没有直接编辑视野的选项,但通过修改配置文件可以在70°到120°之间自由调整。 重要提示:本指南中作者提供的建议均经过其个人测试并正在使用。但这并不意味着在不同配置或不同电脑上不会出现问题。本指南作者不对因使用本指南中的任何建议而导致的任何问题或损坏负责。对游戏、系统和个人电脑所做的任何更改均由您自行承担责任。另请参阅最终用户许可协议。 2.如何修改视野 前往C: Users [你的用户名] Documents Arma 3 使用任意文本编辑器(推荐记事本++)打开[你的用户名].Arma3Profile文件 找到fovTop并设置为1.03(fovTop=1.03;) 找到fovLeft并设置为1.83(fovLeft=1.83;) 在此处还可以关闭鼠标平滑和加速,找到mouseSmoothing和mouseAcceleration,将两者都设置为0(mouseSmoothing=0; mouseAcceleration=0;) 保存更改并关闭文件 前两个数值会将视野从狭窄的70°增加到舒适的90°。你可以根据个人喜好设置视野,只需使用任意视野计算器来确定如何设置数值即可。我建议将视野(FOV)设置在85°到100°之间。鼠标平滑和鼠标加速会让游戏接收鼠标的原始输入,而不是由游戏尝试修正鼠标移动。3. 对比:在“徘徊者”模式下70°90庌100庌120庌在直升机(OH-6M)中70°90庌100庌120庌步兵 #170°90庌100庌120庌步兵【270°】90庌100庌120庌步兵#370°90庌100庌120庌4. 用户许可协议 在任何情况下,本指南作者均不对因您访问或使用本指南及第三方内容、服务或软件而产生的任何直接、间接、附带、后果性、特殊或惩戒性损害承担责任,无论该等损害是否可预见,也无论作者是否已被告知发生该等损害的可能性。您(用户)使用本指南中发布的任何或所有建议,均由您自行承担全部责任。使用本指南中发布的任何或所有建议,即表示您接受作者不对任何损害承担责任,并接受本用户许可协议。 未经作者许可且未注明作者的情况下,禁止复制、编辑或重新发布本指南。

下载233乐园APP

专心推荐好游戏

关于我们 · 联系我们 · 隐私政策 · 营业执照

侵权投诉 · 开发者中心 · 用户协议 · 免责声明

不良信息举报中心

纠纷处理及不良内容举报电话:

4006600910 (工作时间: 9:00-12:30,14:00-18:00)

北京市朝阳区启阳路4号院2号楼15层1803室

本公司产品适合10周岁以上玩家使用 未成年人家长监护

首页 / 武装突袭3

抵制不良游戏 拒绝盗版游戏

注意自我保护 谨防受骗上当

适度游戏益脑 沉迷游戏伤身

合理安排时间 享受健康生活

京ICP备18003564号-3

经营许可证编号:京B2-20181741

京公网安备:11010502052873

Copyright © 2025 233leyuan.com All Rights Reserved

北京龙威互动科技有限公司版权所有

热门游戏: 我的世界 | 三角洲行动 | 原神 | 王者荣耀 | 超自然行动组 | 蛋仔派对 | 和平精英 | 火影忍者 | 二重螺旋 | 英雄联盟 | 梦幻西游 | 明日方舟 | 斗罗大陆 | 光遇 | 鸣潮 | 无畏契约 | 模拟山羊3 | 樱花校园模拟器