This fix resolves high CPU usage (90-100%) issues in Frostbite Engine games:
- Need for Speed Unbound
- Need for Speed Heat
- Other Frostbite-based titles
- Automatic CPU Detection - Instantly detects your processor's cores and threads
- Manual Override - Enter specifications manually if auto-detection fails
- User-Friendly - Clean interface with intuitive navigation
- Download the latest
L90_CPU_Fix.cmdfrom our releases page - Copy the file to your game's root directory
- Run
L90_CPU_Fix.cmd(right-click โ Run as Administrator if needed) - Follow the on-screen prompts:
- CPU detection runs automatically
- Select your game folder via the file browser
- Configuration file is generated instantly
- Launch your game and experience smoother performance! ๐ฎ
The script generates a user.cfg file with optimized thread allocation settings:
Thread.ProcessorCount [your cores]
Thread.MaxProcessorCount [your cores]
Thread.MinFreeProcessorCount 0
Thread.JobThreadPriority 0
GstRender.Thread.MaxProcessorCount [your threads]Intel Core i7-7920HQ (4 cores, 8 threads):
Thread.ProcessorCount 4
Thread.MaxProcessorCount 4
Thread.MinFreeProcessorCount 0
Thread.JobThreadPriority 0
GstRender.Thread.MaxProcessorCount 8Settings are stored in properties.cfg:
| Parameter | Options | Description |
|---|---|---|
LANGUAGE |
EN / ES |
Interface language |
DEBUG |
0 / 1 |
Debug mode toggle |
VERSION |
1.0 |
Script version |
- OS: Windows
- PowerShell: Pre-installed on Windows
- Permissions: Administrator rights for some game directories
CPU detection fails
- The script automatically prompts for manual input
- Enter your processor's core and thread count
- Ensure threads โฅ cores (e.g., 6 cores with 12 threads is valid)
File creation fails
- Verify write permissions in the game folder
- Run the script as Administrator
- Confirm the game directory path is correct
Game doesn't recognize the config
- Ensure
user.cfgis in the correct game root folder - Check if your antivirus quarantined the file
- Verify the game supports custom configuration files
Original concept inspired by NFS Heat CPU Load FIX
This project is open source and free to use under the MIT License.
Made with โค๏ธ for the gaming community

