Fifa 15 Crowd Remover Fixed | Secure & Simple
Published by: Legacy Modding Archives
Read time: 7 minutes
In the pantheon of modern football simulation, FIFA 15 holds a strange, sacred place. It was the swan song of the “hyper-kinetic” era—blistering pace, absurd shot power, and a sense of raw, unpolished chaos that EA Sports has since sanded down in favor of tactical rigidity and Ultimate Team monetization.
But for the modding community, FIFA 15 on PC has a unique problem: It is too beautiful for its own good.
The crowd. The waving flags. The fluttering confetti. On a high-end PC in 2024, rendering 60,000 individually animated spectators at 4K/144fps is a death sentence for frame pacing. For years, the solution was the “Crowd Remover”—a simple texture or LOD override that set crowd density to zero. It worked brilliantly... until EA’s final, silent Title Update 7 broke everything.
Today, we dissect the fixed FIFA 15 crowd remover: why it broke, how we fixed it, and why playing in an empty stadium is the most liberating way to experience this forgotten classic.
If editing the database sounds too complex or causes crashes, the "fixed" crowd remover mods usually work by swapping stadiums.
We bypassed the hardcoded 5% floor by editing cmsettings.ini inside the dlc folder. The original mod overlooked the fact that TU7 introduced a secondary crowd check in the competition settings. fifa 15 crowd remover fixed
The fix:
[CROWD]
DENSITY_HOME_MIN = 0
DENSITY_HOME_MAX = 0
DENSITY_AWAY_MIN = 0
DENSITY_AWAY_MAX = 0
USE_LEGACY_CULLING = 1
This tells the engine: “Don’t even calculate the culling frustum for crowd objects.”
Before starting, you need two things:
This method edits the team data so that the game treats every team as if they have "0" supporters.
Even with a "fixed" mod, user errors happen. Here is how to solve the last remaining issues:
Q: The game crashes when I shoot a penalty. Published by: Legacy Modding Archives Read time: 7
Q: There are grey silhouettes in the stands instead of a clean empty stadium.
Q: My Career Mode freezes on the calendar screen.
Q: I want the crowd back for Finals.
Step 1: Backup your files.
Navigate to FIFA 15/Game/data/sceneassets/. Copy the crowd folder to your desktop as a backup. If you have mods, back up your db folder as well.
Step 2: Extract the fix.
Open the CrowdFix_v2_FINAL.rar archive. You will see three items:
Step 3: Copy the assets.
Drag the sceneassets folder into your FIFA 15/Game/data/ directory. Allow it to overwrite any existing crowd files. If editing the database sounds too complex or
Step 4: Install the database.
Drag the fifa_ng_db.db file into FIFA 15/Game/data/db/. If you are using a custom squad file (like ModdingWay), you will need to merge database tables, but for vanilla users, simple overwrite is fine.
Step 5: The Audio Patch (Crucial for "Fixed" status).
Navigate to FIFA 15/Game/, find data0.big. Use File Master 15 or a similar tool to import the CrowdAudio.big file, OR simply paste the included audio.big into the root directory if using a no-CD patch. This stops the silent CPU drain.
Step 6: Regenerate. Run the i68 Controller (or File Master 15) and click "Regenerate BH". This tells FIFA 15 to recognize the new file structure. Without this step, the game will ignore the fixed files and crash.
Step 7: Launch the game. Go to Kick-Off mode. Select a stadium (try Wembley or Signal Iduna Park—previously the worst offenders). Kick the ball.
Observe the silence. Observe the 60 FPS. The crowd is gone. The game is fixed.