LE2 Improved Functionality
🟡 Updated this yearPreview

🔍 Analysis
- 👍 2.1% endorsement rate — high engagement, a strong quality signal
- 🏆 #6 of 61 Utilities mods in this game by downloads
📋 About This Mod
This mod will serve as my repository for any LE2 specific requirements that universally track across my mods. It will be a required install for certain mods as well as resource for other mod developers who wish to use it.
Implementations so far:
Hiding hair on henchmen with helmets - This function is included in the LE2 Unofficial Patch
LE2's code does not support removing the hair mesh of henchmen when they wear helmets. This is because the vanilla game uses face breathers for some henchmen and most do not even have a hair mesh.
2 mergemods installed, the first is bHelmetHidesHair.m3m which adds a custom config bool to SFXPawn_Henchman. The second is ShowHelmet.m3m which updates the ShowHelmet function in SFXPawn_Henchman to use the bHelmetHidesHair bool in determining if a henchman should remove their hair mesh if wearing a helmet. The bHelmetHidesHead functionality is unaffected.
The function will determine first if bHelmetHidesHead is TRUE if so use that process. If FALSE then it will move on to bHelmetHidesHair and use that process if TRUE. If FALSE the function will move on accordingly.
How to use:
After install you can add the bool bHelmetHidesHair = TRUE directly to the BioH default properties and/or include a BIOGame.ini coalesced file to control that pawn's bool state. Example:
bHelmetHidesHair=TRUE
Arc Projector CTD with SFXGame recompilation -This function is included in the LE2 Unofficial Patch
When mods recompile the SFXWeapon class in LE2 the game will freeze/ctd when selecting the Arc Projector. This is because the PSC_ShellCasing is set to null on the AP's default properties. This does not affect the vanilla game and I do not currently understand why not.
A corrected version of the Arc Projector is included in this mod that sets the AP's PSC_ShellCasing property to its correct component thereby stopping freeze/ctd issues with a modded game.
DefaultColorScale Coalesced Configurable
The DefaultColorScale is a vector variable in Engine.pcc and is now configurable via Coalesced. It has the value XYZ which corresponds to RGB. It will affect every level in the game.
To enable add a configdelta file to your mod and enter the following:
DefaultColorScale = (X=10,Y=0. 1,Z=0. 1)
This example would make the colors super red.
Armor Helmet Matching System created
A system to match Helmets to certain Torsos has been created. The way this works is via an Array (ArmorHelmetMatches) that has 2 Ints (ArmorMatchId
LE2 Improved Functionality is a utility mod that enhances LE2's core systems, providing necessary improvements for other mods to function and serving as a resource for mod developers. With over 1,000 endorsements and 47,000 downloads, it's a well-established dependency in the community.
✨ Key Features
📊 Pros & Cons
✅ Pros
- Community-approved with 1,003 endorsements and 47,825 downloads.
- Essential for mods that depend on it, making it a must-have for those mods.
- Active development (last updated March 2026).
⚠️ Cons
- Requires LE2 base game, so it's useless without it.
For mod developers and players who use mods that explicitly require LE2 Improved Functionality as a dependency. If you're just looking for gameplay tweaks, this isn't for you—it's a backend utility.
💡 Beginner Tips
- Check if any mods you want to install list LE2 Improved Functionality as a requirement—if so, install this first.
- Since it's a utility mod, load order usually doesn't matter, but follow any instructions from dependent mods.
- Keep it updated to ensure compatibility with the latest dependent mods.
📊 Mod Details
- Game
- Mass Effect Mods
- Author
- RepugnantPear
- Version
- 2.0
- Downloads
- 47,825
- Endorsements
- 1,003
- Category
- Utilities
- Created
- 9/26/2022
- Updated
- 3/10/2026
🔧 How to Install Mass Effect Mods
Download from Nexus.
📖 Full step-by-step install guide for Mass Effect →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Mass Effect commands, item IDs, and more.
Keep browsing — more Mass Effect mods await