Stellaris: Editing settings.txt to Disable Nebulas for FPSr

The primary goal for Stellaris visual optimization is Overhead Reduction in the Galaxy View. The “Nebula” effect is essentially a layer of transparent textures and particles that the GPU must draw and blend repeatedly. This configuration focuses on disabling these layers to reclaim up to 20–30 FPS in large galaxies.

Hardware & System Prerequisites

  • CPU Latency: While nebulas are a GPU task, the “Galaxy Map” lag is often a mix of CPU-bound AI logic and GPU-bound rendering. Reducing the visual load allows the CPU to focus on the game’s daily ticks.
  • VRAM Limitation: If you are playing on integrated graphics or an older card with less than 4GB VRAM, removing nebulas is the single best thing you can do for stability.
  • Console Access: These tweaks require the developer console, which is only available in non-Ironman games. For Ironman, you must use the “Mod Method” (see FAQ).

File Location

The main configuration file handles basic engine settings like V-Sync and Anisotropy:

%USERPROFILE%\Documents\Paradox Interactive\Stellaris\settings.txt

Technical Configuration (Code Block)

Open the settings.txt and ensure these values are set to minimize GPU overhead. Then, use the in-game console (tilde ~ key) for the actual nebula removal:

# Stellaris Engine Tweaks
# Location: Documents\Paradox Interactive\Stellaris\settings.txt

vsync=no
maxanisotropy=0
multisampling=0

# --- IN-GAME CONSOLE COMMANDS (Press ~ during gameplay) ---
# Removes the background 'nebula' glow
draw.nebula

# Removes the galaxy 'dust' (the biggest FPS boost)
draw.dust

# Removes system-view backgrounds for absolute max speed
draw.background

Strategy for Deep-Space Efficiency

To ensure your empire runs smoothly even in the year 2400:

  • The Dust vs. Nebula Rule: Most players find that draw.dust provides the largest FPS jump. It removes the “clouds” between the stars on the galaxy map. If you disable dust, you should also type borders.usemesh to ensure your empire borders remain visible.
  • Persistent Fixes: Console commands reset when you restart the game. To make them permanent, create a file named fix.txt in your Stellaris root folder (where the .exe is) and paste the commands there. Then, in the game, simply type run fix.txt once to apply everything.
  • UI Scaling: If you are on a 4K monitor, ensure your UI scaling is an integer (1.0, 2.0). Fractional scaling (1.3, 1.5) can cause the engine to struggle with rendering overlays on top of the galaxy map.

Key Performance Parameters

CommandActionImpact
draw.dustDisables galaxy cloudsHigh (+15-30 FPS in Galaxy view).
draw.nebulaDisables system nebulasMedium (+5-10 FPS in System view).
draw.asteroidsRemoves floating rocksLow (Helps in busy systems).
bloomToggles glow effectMedium (Cleans up the visual noise).

Frequently Asked Questions (FAQ)

Can I do this in Ironman mode?

Since the console is disabled in Ironman, you cannot use draw.dust manually. However, you can download “Performance Mods” from the Steam Workshop (e.g., “Nebula System Graphics Remover”) which accomplish the same thing by replacing the texture files. Most of these are Ironman/Achievement compatible.

Why did my borders disappear after typing draw.dust?

The borders in Stellaris are partially tied to the dust layer. To fix this, open the console and type tweakergui borders.usemesh and check the box. This will render borders using a separate mesh that doesn’t rely on the dust effect.

Does this help with “End-Game Lag”?

Partially. “End-game lag” is usually caused by the CPU calculating pops and fleet paths. Disabling nebulas helps the GPU lag (stuttering when moving the camera), but it won’t speed up the “days per second” in the late game.

How do I get the nebulas back?

Simply type the commands again in the console, or restart the game. These commands are toggles.

Conclusion and Expected Results

By using the draw.dust and draw.nebula commands alongside an optimized settings.txt, you are stripping away the most taxing visual layers of the Stellaris engine. You can expect vastly improved camera scrolling, the elimination of GPU-related stutters in system view, and a much cleaner, tactical look at your galactic empire.

Leave a Comment