Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Some servers are scripted poorly and cause this. If sp, try lowering the view distance.. it sucks but, you want better frames.
Also, if you're not on the "profiling branch" try that to see if your frames increase.. it did mine, and I only have a Ryzen 7 2700 3.2ghz 8 core cpu.
This game in addition to being limited by single-core speeds like every game is eventually, also has very poor multi-threading because it's literally almost 12 years old. Async functions and such were not common back then compared to today. Hence why they've made a new game engine to take advantage of modern tech. Your 16 cores aren't all being used, and you don't need to specify them anyway as the game auto-detects what you have fine.
TLDR:
As was suggested, profiling branch may help you.
The other additional thing you can do is add the mimalloc memory allocator instead of the default one, helps some people. https://github.com/GoldJohnKing/mimalloc/releases
Look at how old the game is. It is using the single core, though there is partial multithreading in that performance branch. Reduce rendering distance. It is an old, but very good game.
That's not how it works. The game is a multi thread game, but it does most processes in a single core.
The game is limited by the engine, so the bottleneck is the game's engine.
Highest render distances means tons and tons of calculations for CPU to do, it spends more time to calculate than render the frames.
You can see more info here:
https://community.bistudio.com/wiki/Arma_3:_Performance_Optimisation
Solutions:
Arma 3 Performance Extension
https://steamcommunity.com/sharedfiles/filedetails/?id=2565965887
Hiddes the AI when you arent looking at their direction to save some calculations on CPU.
AGC - Advanced Garbage Collector:
https://steamcommunity.com/sharedfiles/filedetails/?id=1724884525
What does this mod do?
In short, this addon replaces dead bodies located far from players with simple object (right now - a body bag). When players approach the simple object, it is again replaced with that same body and every item and weapon on it.
Best solution so far:
Lossless Scaling steam app:
https://store.steampowered.com/app/993090/Lossless_Scaling/
Is a 3rd party app that acts like DLSS, frame generator etc...
single player
What mods are being sold?
The game is optimized, do you mean further improving multi threading, because they are working on that right now.