Introduction -- Apex in 2026, the Titanfall Engine, and Where It Sits
Apex Legends was released in 2019 on a heavily modified version of Valve's Source engine -- the same lineage that powers the Titanfall series. Respawn Entertainment took Source's fast movement physics and networked a battle royale around it, and that engine choice has lasting consequences for performance in 2026. Source-derived engines are notoriously single-threaded in their renderer, meaning the CPU does a lot of serial work per frame rather than distributing it across all cores. This is different from Unreal Engine 4 or 5 games, which have mature multithreading systems baked into the render pipeline.
The result is that Apex Legends sits in an interesting position on the low-end PC performance spectrum. It is significantly harder to run than Valorant, which was engineered from scratch to target 30 FPS on integrated graphics. At the same time, it is considerably more optimised than games like Call of Duty: Warzone, which runs on a heavily modified version of the IW engine and has notoriously high VRAM requirements and draw call overhead. Apex on low settings is achievable on budget hardware -- but only if you configure it correctly.
In 2026, Apex Legends has introduced new maps and seasonal content that pushed graphical complexity higher than launch, but Respawn has also shipped engine updates that improved rendering efficiency. The settings in this guide reflect the current state of the game as of Season 2026. The core advice -- disabling volumetric lighting, turning off ambient occlusion, keeping texture budgets conservative -- has remained valid through every season update.
The target for this guide is a sustained 60 FPS at 1080p on budget hardware. For GPUs like the GTX 1060 6GB and RX 580, we will push those averages higher. For GT 1030 owners, 60 FPS on every map is ambitious but reachable on the right CPU with the settings below. Let's go through exactly what to change and why.
Best Video Settings for Low-End PC
Open Apex Legends, navigate to Settings → Video. The table below covers every relevant setting, the exact recommended value, and the reasoning behind it. Apply these in order -- some changes require a restart to fully take effect.
| Setting | Recommended Value | Reasoning |
|---|---|---|
| Display Mode | Full Screen | Exclusive Fullscreen gives the GPU direct output path to the monitor, bypassing Windows Desktop Window Manager compositing. This reduces input latency and can free a small amount of CPU overhead that DWM would otherwise consume. |
| Aspect Ratio | Normal (16:9) | Matches the native output of every common monitor format. Stretched resolutions can help on some CPUs by reducing horizontal pixel count, but the distorted hitboxes are rarely worth it for newer players. |
| Resolution | 1920×1080 | Keep native 1080p. Dropping to 1280×720 saves GPU fill rate but reduces the visual clarity needed to spot enemies at range in a battle royale context. Only drop resolution if you cannot reach 60 FPS at 1080p after all other settings are applied. |
| V-Sync | Disabled | V-Sync locks frames to your monitor's refresh rate and introduces a minimum of one frame of input lag. In a movement-heavy game like Apex, that lag compounds with network latency. Always off. |
| Adaptive Resolution FPS Target | 0 (Disabled) | See dedicated section below. Short answer: it destroys image quality without solving the underlying performance problem. Set to 0. |
| Anti-Aliasing | None | TSAA (Temporal Anti-Aliasing) in Apex is expensive for what it provides on low-end GPUs. More importantly, it introduces ghosting around fast-moving targets -- a direct competitive disadvantage. None is both the fastest and the most readable option. |
| Texture Streaming Budget | Low (2-3 GB) | See dedicated section below. Keeps VRAM usage below what 4GB cards can handle without overflow stutters. |
| Texture Filtering | Bilinear | Bilinear is the least computationally expensive filtering mode. Anisotropic filtering sharpens textures at oblique angles but adds GPU sampling cost every frame. On a budget GPU at 1080p, the difference is barely visible in fast gameplay. |
| Ambient Occlusion Quality | Disabled | One of the two biggest single FPS gains in Apex. See dedicated section below for the full explanation. |
| Sun Shadow Coverage | Low | Controls how far from the camera the game renders sun-cast shadows on terrain and buildings. Low restricts shadow draw distance, reducing the number of shadow map calculations per frame significantly. |
| Sun Shadow Detail | Low | Controls shadow map resolution. Low uses a smaller shadow map with less detail, reducing VRAM usage and GPU time spent rendering the shadow pass. |
| Spot Shadow Detail | Disabled | Spot lights (interior lights, weapon flashlights, ability effects) each generate their own shadow map when this is enabled. Disabling removes all spotlight shadow calculations -- a meaningful reduction in GPU workload in indoor areas and during team fights near buildings. |
| Volumetric Lighting | Disabled | The other single biggest FPS gain in Apex. See dedicated section below. |
| Dynamic Spot Shadows | Disabled | These are the shadows cast by dynamic objects -- legends, dropped weapons, moving vehicles. Calculating these shadows in real time is expensive because they cannot be precomputed. Disabling removes them entirely without affecting static shadow rendering. |
| Model Detail | Medium | Controls polygon count on enemy and ally legend models. Low reduces polygon count but can make enemy model silhouettes slightly less distinct at medium range -- a competitive trade-off that is not worth making. Medium is the right balance of performance and readability. |
| Effects Detail | Low | Controls particle density for abilities, explosions, and environmental effects. Low reduces particle count significantly, which directly reduces GPU fill rate demand during team fights -- exactly when you need FPS most. |
| Impact Marks | Low | Controls bullet hole decals and surface impact effects. Low limits how many decals are rendered simultaneously, reducing memory allocation overhead and preventing frame time spikes during sustained firefights. |
| Ragdolls | Low | Controls physics simulation quality for downed enemies. Low reduces the CPU simulation cost for ragdoll physics, which matters on older quad-core CPUs that are already CPU-bound. |
Priority order: If you are in a hurry, make these four changes first -- they will give you roughly 80% of the total gain from this table: Disable Volumetric Lighting, Disable Ambient Occlusion Quality, Disable Spot Shadow Detail, set Adaptive Resolution FPS Target to 0. Then come back and apply the rest.
Volumetric Lighting and Ambient Occlusion -- The Two Biggest Gains
Two settings in Apex Legends stand out as having a disproportionately large impact on FPS relative to how much visual difference they make in competitive play: Volumetric Lighting and Ambient Occlusion Quality. Understanding why helps you make an informed choice rather than blindly following a settings list.
Volumetric Lighting
Volumetric Lighting simulates the way light scatters through a medium -- fog, dust, atmospheric haze, smoke. In Apex Legends, it is responsible for the visible light shafts in outdoor environments, the hazy glow in foggy zones, and the atmospheric depth in certain map areas. It looks genuinely impressive at high settings on powerful hardware.
The problem for low-end GPUs is that volumetric lighting is rendered in a separate full-screen pass using ray marching -- a technique that fires many sample rays per pixel to calculate light scattering. This is GPU-fill-rate intensive. On a GT 1030 or GTX 1050 Ti, this pass alone can consume 15-25% of total frame time, meaning disabling it can add 10-20 FPS in affected areas. In outdoor areas with heavy atmospheric effects -- Storm Point, Broken Moon, World's Edge storm zones -- the impact is even larger.
From a competitive standpoint, Volumetric Lighting is actively detrimental. It reduces visibility in foggy zones by obscuring distant enemy silhouettes with atmospheric haze. Professional and high-rank players universally disable it. You lose a visual effect that looks pretty in screenshots and gain both FPS and clearer enemy visibility. This is an unambiguous win.
Ambient Occlusion Quality
Ambient Occlusion (AO) adds soft shadows to corners, crevices, and contact points between surfaces. It gives environments a sense of depth and grounding -- without it, surfaces can look slightly flat. In cinematics or slow-paced games, it is a meaningful visual improvement. In a fast-paced battle royale where you are scanning for enemy movement rather than admiring architecture, it is essentially invisible during gameplay.
Apex uses a screen-space ambient occlusion technique (SSAO) that runs as a post-process pass every frame. On low-end GPUs, SSAO can consume 8-15% of total frame time depending on the scene complexity. Disabling it is a pure performance gain with negligible competitive impact. Pair it with Volumetric Lighting disabled and you can expect 20-30 FPS higher averages on a GT 1030 compared to having both enabled at their lowest quality settings.
The key insight: both settings have "quality" levels, but even at their lowest active quality setting they still run their full computational passes. "Disabled" is not the same as "Low." Always go all the way to Disabled for both of these.
Adaptive Resolution -- What It Is and Why to Disable It
Adaptive Resolution FPS Target is one of the most misunderstood settings in Apex Legends. Its stated purpose sounds appealing: enter a target frame rate (say, 60), and the game will dynamically lower its internal render resolution to ensure you hit that target. If your GPU cannot maintain 60 FPS at native 1080p, the game drops to rendering at 90% of resolution, then 80%, then lower, until it can hit the target.
In theory, this maintains a consistent frame rate. In practice, there are two serious problems with it.
First, the image quality degradation is severe and uneven. When Adaptive Resolution kicks in, the game renders at a sub-native resolution and then upscales to fill your monitor. This upscaling is a basic bilinear stretch, not a sophisticated technique like DLSS or FSR. The result is a noticeably blurry image that makes distant enemies harder to identify -- precisely the opposite of what you want during the long-range scanning phases of a battle royale game. The blur is inconsistent too, clearing up when you have performance headroom and returning when the scene gets busy, meaning your visual clarity degrades exactly when a fight is happening.
Second, Adaptive Resolution is treating a symptom rather than fixing the root cause. If your GPU cannot maintain 60 FPS at 1080p, the right solution is adjusting the settings in the table above -- the settings that address the actual workload. Disabling Volumetric Lighting and Ambient Occlusion will often add more FPS than Adaptive Resolution would have provided anyway, without any image quality cost.
Set Adaptive Resolution FPS Target to 0. This completely disables the feature. The game will always render at your configured resolution. Combine this with the proper settings above and you will have both better FPS and a consistently sharp image.
Expected FPS by GPU (Low Settings, 1080p)
These benchmarks use all the settings from the table above -- fully optimized low at 1920×1080. The test system CPU is an Intel Core i5-10400F to isolate GPU performance from CPU variance. If your CPU is older or weaker, expect numbers closer to the bottom of each range. Kings Canyon and Olympus tend to run faster than Storm Point and Broken Moon due to map geometry complexity.
| GPU | Average FPS (Low, 1080p) | 1% Low FPS | Verdict |
|---|---|---|---|
| GT 1030 | 35–50 FPS | 28–38 FPS | Playable, needs strong CPU |
| GTX 1050 Ti | 55–70 FPS | 44–56 FPS | Solid 60 FPS target |
| GTX 1060 6GB | 75–90 FPS | 60–72 FPS | Smooth at Low/Medium mix |
| RX 580 8GB | 70–85 FPS | 56–68 FPS | Comfortable 60+ FPS |
The GT 1030 is the most challenging GPU here. Its 2GB GDDR5 VRAM is a hard ceiling, and Apex's texture streaming system pushes against it even at Low budget. The averages of 35-50 FPS are achievable, but the 1% lows tell the story -- frame time spikes during busy scenes can dip to sub-30 FPS. A GT 1030 owner who wants a more consistent experience should consider dropping resolution to 1280×720, which typically adds 8-12 FPS and smooths out the 1% lows considerably.
The GTX 1050 Ti hits the 60 FPS target at 1080p Low reliably on a modern quad-core CPU. This is the sweet spot in Pakistan's used GPU market for Apex Legends in 2026. The GTX 1060 6GB and RX 580 both push past 60 FPS comfortably with some headroom for a Medium/Low mixed settings profile.
Advertisement
Texture Streaming Budget -- What It Controls and Why Low Matters for 4GB Cards
The Texture Streaming Budget setting tells Apex Legends how much VRAM to allocate for streaming textures during gameplay. This is not a simple quality slider -- it is a direct VRAM reservation that determines how aggressively the engine can cache high-resolution texture data on the GPU.
At Medium or High settings, the game reserves 4-6GB of VRAM for texture streaming. On a 4GB GPU like the GTX 1050 Ti or an 8GB GPU like the GTX 1060 6GB (which has 6GB, not 8GB), this is either impossible to fully satisfy or consumes the entire VRAM budget, leaving no room for frame buffers, shadow maps, and the other GPU data structures the game needs to render a frame. When VRAM overflows, the GPU starts pulling data from system RAM over the PCIe bus -- this is slower by an order of magnitude and causes the stutters that manifest as frame time spikes every few seconds during texture-heavy scenes.
Setting Texture Streaming Budget to Low (2-3 GB) tells the game to cache a smaller amount of texture data. The trade-off is that textures on distant surfaces and environmental props may stream in with a brief lower-resolution appearance when you first see them. In practice during gameplay, this is rarely noticeable because you are not staring at distant walls -- you are scanning for moving enemies. The functional texture quality on characters and weapons, which matters most for gameplay, is maintained.
For GTX 1060 6GB owners, Low budget is still recommended because 6GB fills up quickly when you factor in all the other VRAM users (frame buffer, shadow maps, the game's own render targets). At Medium budget, the GTX 1060 can occasionally see VRAM pressure during the busiest scenes. Low eliminates that pressure entirely and keeps frame times consistent.
Launch Options and Config File Tweaks
Apex Legends launches through Steam (or the EA app). Launch options are set by right-clicking Apex Legends in your Steam library, selecting Properties, and entering the options in the Launch Options field. These options are passed directly to the game executable at startup.
Recommended Launch Options
- +fps_max unlimited -- Removes the default frame cap entirely. By default, Apex applies a server-side FPS cap that may be lower than your hardware can achieve. This option forces no cap. If you experience screen tearing without a cap, use
+fps_max 120or+fps_max 144instead to match your monitor's refresh rate. - -novid -- Skips the Respawn and EA intro videos on launch. Minor, but saves 10-15 seconds every time you start the game, which matters on slow storage.
- -high -- Sets Apex Legends' process priority to High in Windows. The OS scheduler allocates more CPU time to Apex and less to background processes. Especially useful if you run Discord, a browser, or other apps alongside the game.
- -fullscreen -- Forces fullscreen mode at the engine level, reinforcing the in-game Display Mode setting. Useful if the game defaults to borderless windowed after updates.
- +cl_showfps 4 -- Displays a detailed FPS counter in-game. The value 4 shows FPS, frame time, and server tick rate. Useful for diagnosing whether drops are caused by the GPU, CPU, or network.
Config File Tweaks
Apex Legends stores video configuration in a text file located at: %USERPROFILE%\Saved Games\Respawn\Apex\local\videoconfig.txt
This file is written by the game on exit. To prevent the game from overwriting your manual changes, you can set the file to read-only after editing (right-click → Properties → check Read-only). However, note that this means in-game setting changes will not save until you uncheck read-only first.
The following values in videoconfig.txt correspond to key settings. You can verify they match your in-game choices:
"setting.cl_gib_allow" "0"-- Disables ragdoll gibs (related to Ragdolls Low)"setting.mat_picmip" "2"-- Controls texture quality; 2 is Low"setting.shadow_depth_dimen_override" "512"-- Forces low-res shadow maps"setting.r_volumetric_lighting" "0"-- Confirms Volumetric Lighting is off"setting.csm_enabled" "0"-- Disables cascaded shadow maps for an additional shadow pass reduction some guides miss"setting.particle_cpu_budget_limit" "0.3"-- Reduces CPU budget allocated to particle effects, helping older quad-core CPUs in fight-heavy moments
Back up videoconfig.txt before editing it manually. Apex will regenerate a default config if the file contains invalid entries. Copy the original to a safe location before making changes.
CPU vs GPU Bottleneck in Apex -- How to Identify Which Is Your Limit
One of the most common mistakes in PC gaming troubleshooting is assuming the GPU is always the bottleneck. In Apex Legends specifically, given its Source engine lineage and single-threaded rendering tendencies, the CPU is the bottleneck just as often as the GPU -- and the solutions are completely different. Applying GPU-focused fixes to a CPU bottleneck does nothing.
How to Check
The simplest method is monitoring both GPU and CPU usage simultaneously while in a match. Use MSI Afterburner with the RivaTuner overlay, or press Ctrl+Shift+Esc to open Task Manager and check the Performance tab. You need to be monitoring during actual gameplay, not menus.
- GPU at 95-100%, CPU below 80%: You are GPU-bottlenecked. Lowering graphical settings (texture quality, shadow detail, effects) will directly increase FPS.
- CPU at 90-100% on one or more cores, GPU below 80%: You are CPU-bottlenecked. Lowering graphical settings will have little effect. The fixes are different -- see below.
- Both below 80% with low FPS: Likely a RAM, storage, or driver issue. Check RAM in dual-channel mode, verify you have 16GB or at least fast dual-channel 8GB, and ensure GPU drivers are current.
If You Are CPU-Bottlenecked
Lowering graphic settings has minimal effect on a CPU bottleneck. The useful changes are: close all background applications, use the -high launch option, reduce Ragdolls to Low (this directly reduces CPU physics simulation cost), reduce Effects Detail (particles are CPU-scheduled), and check that Windows is not power-throttling your CPU (set to High Performance power plan). On Ryzen CPUs, ensure you have the AMD chipset drivers installed and the Ryzen power plan active -- the default Windows Balanced plan throttles Ryzen boost clocks more aggressively than it does Intel CPUs.
If you are running an older dual-core or dual-core/four-thread CPU (Core i3-2100, Pentium G series, or similar), Apex Legends will be severely CPU-bottlenecked regardless of settings. This is a hardware limitation of the engine's threading model. No settings change will overcome it -- a CPU upgrade is the actual solution.
If You Are GPU-Bottlenecked
Apply all the settings from the table in order of FPS impact: Volumetric Lighting first, then AO, then shadow settings, then texture quality. If you have exhausted all Low settings and still cannot reach 60 FPS at 1080p, drop the resolution to 1600×900 or 1280×720. On a GT 1030, 1280×720 is often necessary for consistent 60 FPS on complex maps.
Battle Royale Comparison -- Apex vs PUBG vs Warzone on the Same Hardware
It is useful to understand where Apex Legends sits relative to the other major battle royale titles on identical budget hardware. The following numbers use the GTX 1060 6GB as the reference GPU at low settings, 1080p, to illustrate the relative engine demands.
| Game | GTX 1060 6GB (Low, 1080p) | Engine | VRAM Usage (Low) | CPU Demand |
|---|---|---|---|---|
| Apex Legends | 75–90 FPS | Modified Source | ~3.0 GB | Medium-High (single-thread heavy) |
| PUBG: Battlegrounds | 55–75 FPS | Unreal Engine 4 | ~3.5 GB | Medium (UE4 multithreaded) |
| Call of Duty: Warzone | 45–60 FPS | Modified IW Engine | ~5.5–6.0 GB | High (broad core utilisation) |
Apex Legends is the fastest of the three on the same hardware at equivalent low settings. The Source engine's lighter draw call overhead and Respawn's focused optimisation work result in better average FPS than PUBG's UE4 implementation, which is historically known for being difficult to optimise at low settings. Warzone is the clear performance hog -- its VRAM requirements at low settings actually overflow the GTX 1060 6GB's 6GB VRAM on some maps, causing stutter that drags average FPS below what raw GPU power would suggest.
For GT 1030 and GTX 1050 Ti owners choosing which battle royale to play, Apex Legends is the most hardware-efficient choice of the three. PUBG is playable but requires additional resolution scaling. Warzone is effectively unplayable at reasonable frame rates on a GTX 1050 Ti due to VRAM constraints -- a reality the Warzone community has documented extensively.
If you need to compare your specific GPU against these titles for more detail, the FrameXPK GPU tool has benchmarks across all three games. For PUBG-specific settings, see the PUBG best settings guide.
Conclusion
Apex Legends in 2026 is achievable on budget hardware -- but it requires deliberate configuration. The game will not default to low settings on its own, and some of the most expensive settings (Volumetric Lighting, Ambient Occlusion) are turned on by default even in the game's automatic quality detection. Left at defaults, a GT 1030 will struggle to maintain 30 FPS. With the settings in this guide applied correctly, the same hardware can reach consistent 40-50 FPS averages -- enough for real gameplay.
The two changes that matter most are disabling Volumetric Lighting and disabling Ambient Occlusion Quality. Combined, they can add 20-30 FPS on a GT 1030 and 15-20 FPS on a GTX 1050 Ti compared to having both enabled at Low quality. Everything else in the table compounds on top of that base gain. Set Adaptive Resolution to 0, keep Texture Streaming Budget on Low for 4GB cards, and add the +fps_max unlimited and -high launch options.
For the GTX 1050 Ti -- the most common mid-tier budget GPU in Pakistan's used hardware market -- 60 FPS at 1080p Low is a realistic and sustainable target with this guide. For GTX 1060 6GB and RX 580 owners, you have enough headroom to run a Medium/Low mixed profile and still maintain 60+ FPS consistently, making Apex genuinely competitive on your hardware.
Use the FrameXPK GPU tool to check how your specific GPU benchmarks across other titles, and see the PUBG settings guide or CS2 settings guide if you play those alongside Apex.