The goal for Kenshi is Single-Thread Efficiency. Since the engine can’t efficiently use modern multi-core processors, every millisecond of CPU time saved on shadows or foliage is another millisecond available for squad pathfinding and combat logic. This configuration focuses on disabling the most “wasteful” CPU tasks, ensuring that massive 30+ vs 30 battles remain playable.
Hardware Compatibility & Expectations
- SSD is Mandatory: Kenshi reads and writes to the drive constantly. If you aren’t on an SSD, no amount of config tweaking will stop the “Loading…” pauses.
- VRAM Limits: Kenshi’s textures are unoptimized. If you have less than 4GB of VRAM, “Mega” textures will cause massive hitching.
- The Reality Bubble: Performance degrades if you have squad members in different biomes simultaneously, as the game must maintain multiple active world cells.
File Location
The configuration file is located in your main game installation folder: C:\Program Files (x86)\Steam\steamapps\common\Kenshi\settings.cfg
Best settings.cfg for Squad Performance
Open the file with Notepad and modify these specific values. These are tuned to keep the focus on character action rather than environmental fluff:
# [Graphics]
# 0 = Off/Low, Values above 1.0 are multipliers
Terrain Detail=0 ; Reduces the CPU-heavy mesh complexity
Shadow Quality=0 ; SET TO 0. Shadows are the #1 performance killer
Reflections=0 ; Essential for FPS in the Swamp or Floodlands
Foliage Range=0.5 ; Reduces the distance trees are rendered
NPC View Range=1.0 ; Keep this standard so you can see enemies
Texture Detail=1 ; 1 = High. (Use 0 for low VRAM cards)
Heat Haze=0 ; Removes the wavy air effect that taxes the GPU
Water Detail=0 ; Removes complex wave physics
# [Engine]
Backbuffer Count=2 ; Forces Triple Buffering (Reduces screen tearing)
Fast Zone Hopping=1 ; Keeps more data in RAM (Set to 0 if low on RAM)
Character Movement Smoothness=0 ; Disabling this saves minor CPU cycles in big battles
Pro Tip: If you notice your game “hanging” when you switch between distant squad members, set Fast Zone Hopping to 1. This forces the game to keep more of the map in your RAM, making the transition between characters instant at the cost of higher memory usage.
Essential In-Game Optimization (The “Holy Trinity” of Mods)
While the settings.cfg helps, Kenshi’s engine needs external help to truly fly with large squads. I highly recommend these specific mod types:
- Compressed Textures Project: Replaces the game’s bloated textures with optimized versions. No visual loss, massive loading speed gain.
- Less Clutter (Rocks and Foliage): Removes 50% or 75% of the useless decorative rocks on the ground. These are individual physics objects that slow down your CPU.
- RE_Kenshi: A technical plugin that fixes several engine-level bugs, including the “RNG bug” and pathfinding hangs.
Squad Management & Strategy
To maintain high FPS with a 256-person squad:
- Avoid Rooftops: AI pathfinding for large squads on rooftops or second floors is extremely taxing and prone to glitching. Keep your main crafting and combat lines on the ground level.
- Sync Movement: Use the “Follow” or “Escort” command. Individual pathfinding for 30 people is harder on the CPU than one “Leader” pathfinding with 29 people following.
- Import Regularly: Kenshi accumulates “debris” (lost items, dead bodies) over time. Using the “Import Game” feature from the main menu cleans the world and restores performance.
Troubleshooting & Common Fixes
- Stuttering on Fast Forward (3x): The game’s engine cannot keep up with world loading at 3x speed. Use 2x for travel and 1x for combat to avoid crashes.
- Teleporting Characters: This happens when the collision data doesn’t load fast enough. Use Ctrl+Shift+F11 to reset the navmesh if your squad gets stuck in a wall.
- Black Screen/Crashing: Ensure your Pagefile (Virtual Memory) in Windows is set to a fixed size (at least 12GB-16GB), as Kenshi is notorious for memory leaks during long sessions.
Frequently Asked Questions (FAQ)
Why turn off shadows completely?
Kenshi uses an old stencil shadow system. Every time a character moves, the CPU recalculates the shadow volume. In a battle with 60 characters, this can drop your FPS from 60 to 15.
Does “Fast Zone Hopping” cause crashes?
Only if you have less than 16GB of RAM. If you have the memory, it is the best way to play a “multi-base” game where you switch between squads frequently.
What is the “Reality Bubble”?
The game only simulates “real” physics and AI within a certain radius of your characters. If your squad is split into three groups across the world, you have three bubbles active, effectively tripling the load on your CPU.
Conclusion and Expected Results
By stripping the settings.cfg of environmental clutter and forcing the engine to prioritize character AI over shadows, you are optimizing Kenshi for its true strength: large-scale squad warfare. You can expect stable FPS during city sieges, faster character switching, and a significant reduction in those frustrating “Loading…” pauses during cross-country travel.