2025-02-23 09:15:30 +00:00
<!DOCTYPE html>
< html lang = "en" dir = "ltr" id = "top" >
< head >
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
< meta property = "og:title" content = "Leilukin's Mass Effect Legendary Edition Mod Build | Links" >
< link rel = "canonical" href = "https://leilukin.com/links/mass-effect-le-mod-list/" >
< meta name = "generator" content = "Eleventy v3.0.0" >
< meta name = "author" content = "Leilukin" >
< meta name = "description" content = "A list of Mass Effect Legendary Edition mods I use." >
< meta name = "fediverse:creator" content = "@Leilukin@dragonscave.space" >
< meta property = "og:site_name" content = "Leilukin's Hub" >
< meta property = "og:type" content = "website" >
< meta property = "og:description" content = "A list of Mass Effect Legendary Edition mods I use." >
< meta property = "og:url" content = "https://leilukin.com/links/mass-effect-le-mod-list/" >
< meta property = "og:locale" content = "en_MY" >
< meta property = "og:image" content = "https://leilukin.com/assets/leilukin/leilukins-hub-meta-img.png" >
< meta name = "theme-color" content = "#3d2163" >
< link rel = "alternate" type = "application/rss+xml" title = "Leilukin's Hub" href = "/feed.xml" >
< link rel = "preload" href = "/assets/fonts/lexend/lexend-v19-latin-regular.woff2" as = "font" type = "font/woff2" crossorigin = "anonymous" >
< link rel = "preload" href = "/assets/fonts/lexend/lexend-v19-latin-700.woff2" as = "font" type = "font/woff2" crossorigin = "anonymous" >
< style >
@font-face {
font-display: swap;
font-family: 'Lexend';
font-style: normal;
font-weight: 400;
src: url('/assets/fonts/lexend/lexend-v19-latin-regular.woff2') format('woff2');
}
@font-face {
font-display: swap;
font-family: 'Lexend';
font-style: normal;
font-weight: 700;
src: url('/assets/fonts/lexend/lexend-v19-latin-700.woff2') format('woff2');
}
< / style >
< link rel = "stylesheet" href = "/assets/fonts/fonts.css" >
< link rel = "stylesheet" href = "/assets/css/global.css" > < link rel = "stylesheet" href = "/assets/css/a11y-syntax-highlighting-dark.css" > < link rel = "stylesheet" href = "/assets/css/general.css" > < link rel = "stylesheet" href = "/assets/css/content.css" > < link rel = "stylesheet" href = "/assets/css/plugins.css" > < link rel = "stylesheet" href = "/assets/css/components.css" > < link rel = "stylesheet" href = "/assets/css/pridesymbols.css" > < link rel = "stylesheet" href = "/assets/css/utility.css" >
< style > . t o c _ _ w r a p p e r {
max-height: var(--ht-sticky-sidebar);
overflow-x: auto;
background-color: var(--clr-content-bg);
padding: 1rem 1.3rem;
}
.toc__heading {
font-size: 1.3rem;
font-weight: 700;
color: var(--clr-sub-heading);
}
.toc__wrapper[open] > .toc__heading {
margin-bottom: 0.5em;
}
.toc ol, .toc ol ol {
display: grid;
gap: 0.3em;
}
.toc ol {
border-top: 0.1em solid var(--clr-title-border);
padding-left: 1.3em;
padding-top: 1em;
}
.toc ol ol {
border-top: none;
list-style-type: disc;
padding-left: 1em;
padding-top: 0.3em;
}
.toc ol a {
font-size: 1.1rem;
padding-left: 0.3em;
}
.toc ol ol a {
padding: 0;
font-size: 1rem;
}
.breadcrumbs {
margin-bottom: 0.7em;
display: flex;
gap: 0.5em;
flex-wrap: wrap;
justify-content: center;
}
.blog__post--pagination {
padding-top: 1em;
margin-block-start: 2.5em;
border-top: 0.1em solid var(--clr-title-border);
}
.blog__post--nextprev {
list-style-type: "";
padding: 0;
margin: 0;
display: grid;
gap: 0.7em;
grid-template-columns: repeat(2, 1fr);
grid-template-areas: 'prev next';
}
.blog__post--prev { grid-area: prev; }
.blog__post--next { grid-area: next; }
.hero img { filter:
drop-shadow(0.1rem 0.1rem 0.2rem black)
drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
; }
.hero {
width: 100%;
background-color: var(--clr-hero-bg);
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
}
.hero__top-bar {
background: var(--clr-navbar-bg);
width: 100%;
padding: 0.5em 0.7em;
}
.hero__img {
display: grid;
place-content: center;
}
.hero img {
object-fit: contain;
overflow: hidden;
max-height: 16rem;
}
.navbar {
background: var(--clr-navbar-bg);
width: 100%;
z-index: 998;
position: sticky;
top: 0;
padding: 0.6em;
}
.navbar__menu {
list-style-type: "";
margin: 0;
padding: 0;
display: flex;
gap: 1em;
flex-wrap: wrap;
text-align: center;
}
.navbar__menu a {
color: var(--clr-navbar-link);
text-decoration: none;
font-weight: 700;
cursor: pointer;
display: inline-block;
}
.navbar__menu a:hover { color: var(--clr-link-hover); }
.navbar__menu a:focus { outline-offset: 0.2em; }
.navbar__links {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
gap: 0.5em;
}
.navbar__toggle {
background-color: inherit;
color: var(--clr-navbar-link);
border: none;
padding: 0;
font-size: 1.25rem;
font-weight: 700;
display: none;
align-items: center;
gap: 0.3em;
}
.navbar__toggle svg { fill: currentColor; }
.navbar__toggle:focus,
.navbar__menu a:focus { outline-offset: 0.1em; }
.navbar__toggle:focus,
.navbar__menu a:focus { outline: 0.15em solid var(--clr-navbar-link); }
.navbar__popover {
background: var(--clr-navbar-bg);
border: 0.15em solid var(--clr-navbar-link);
padding: 1.5em;
max-width: 85%;
}
.navbar__popover::backdrop {
background-color: black;
opacity: 0.5;
}
@supports selector([popover]) {
.navbar__toggle { display: flex; }
.navbar__links { display: none; }
}
/* Tablet screen size */
@media only screen and (min-width: 43.75rem) {
.navbar { padding: 1em 0.6em; }
.navbar__toggle, .navbar__popover { display: none; }
.navbar__links { display: flex; }
}
.top-btn,
.top-btn:hover {
color: var(--clr-top-btn-txt);
text-decoration: none;
font-weight: 700;
}
.top-btn {
position: fixed;
bottom: 0.5rem;
right: 0.5rem;
z-index: 999;
background-color: var(--clr-top-btn-bg);
display: flex;
align-items: center;
border-radius: 50em;
padding: 0.3em 0.5em;
gap: 0.2em;
}
.top-btn:focus {
outline: 0.25em solid var(--clr-top-btn-bg);
outline-offset: 0.15em;
}
.top-btn__arrow {
display: inline-block;
width: 1em;
aspect-ratio: 1 / 1;
stroke-width: 0;
stroke: currentColor;
fill: currentColor;
}
:root { --footer-gap: 0.5em; }
.footer {
margin-top: auto;
width: 100%;
background: var(--clr-main-footer-bg);
padding: 1.5rem 1rem clamp(1.5rem, calc(100% - 1.5rem), 3.5rem);
text-align: center;
display: grid;
gap: var(--footer-gap);
}
.footer__links,
.footer__shrines {
display: flex;
flex-wrap: wrap;
justify-content: center;
column-gap: var(--footer-gap);
}
.footer__links { justify-self: center; }
.footer__shrines { align-self: center; }< / style >
< link rel = "icon" sizes = "32x32" href = "/favicon.ico" >
< link rel = "icon" type = "image/svg+xml" href = "/assets/favicon/leilukin-bee-favicon.svg" >
< link rel = "apple-touch-icon" sizes = "180x180" href = "/assets/favicon/apple-touch-icon.png" >
< link rel = "manifest" href = "/assets/favicon/site.webmanifest" >
< link rel = "me" href = "https://dragonscave.space/@Leilukin" >
< link rel = "me" href = "https://github.com/Leilukin" >
< link rel = "authorization_endpoint" href = "https://indieauth.com/auth" >
< script src = "/assets/js/D968lGk6J8.js" defer = "" > < / script >
< script src = "/assets/js/details-utils.js" defer = "" > < / script >
< title >
Leilukin' s Mass Effect Legendary Edition Mod Build | Links | Leilukin's Hub
< / title >
< / head >
< body >
< div class = "skip-btn" > < a href = "#content" > Skip to content< / a > < / div >
< header class = "hero" >
< div class = "hero__top-bar hidden" > < / div >
< div class = "hero__img" >
< img fetchpriority = "high" src = "/assets/leilukin/Leilukins-Hub-website-banner.avif" alt = "Banner of Leilukin's Hub" width = "900" height = "300" >
< / div >
< / header >
< nav class = "navbar" aria-labelledby = "top-level-nav-title" >
< h2 class = "visually-hidden" id = "top-level-nav-title" > Top Level< / h2 >
< ul class = "navbar__menu navbar__links" >
< li >
< a href = "/" > Home< / a >
< / li >
< li >
< a href = "/about/" > About< / a >
< / li >
< li >
< a href = "/now/" > Now< / a >
< / li >
< li >
< a href = "/blog/" > Blog< / a >
< / li >
< li >
< a href = "/articles/" > Articles< / a >
< / li >
< li >
< a href = "/projects/" > Projects< / a >
< / li >
< li >
< a href = "/shrines/" > Shrines< / a >
< / li >
< li >
< a href = "/adoptables/" > Adoptables< / a >
< / li >
< li >
< a href = "/links/" > Links< / a >
< / li >
< li >
< a href = "/guestbook/" > Guestbook< / a >
< / li >
< / ul >
< button class = "navbar__toggle" popovertarget = "nav-menu" aria-label = "Toggle navigation menu" >
< svg aria-hidden = "true" focusable = "false" width = "1em" height = "1em" xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 448 512" > <!-- !Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc. --> < path d = "M0 96C0 78.3 14.3 64 32 64l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 128C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 288c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32L32 448c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z" > < / path > < / svg >
Navigation
< / button >
< / nav >
< div popover = "" id = "nav-menu" class = "navbar__popover" >
< ul class = "navbar__menu" >
< li >
< a href = "/" > Home< / a >
< / li >
< li >
< a href = "/about/" > About< / a >
< / li >
< li >
< a href = "/now/" > Now< / a >
< / li >
< li >
< a href = "/blog/" > Blog< / a >
< / li >
< li >
< a href = "/articles/" > Articles< / a >
< / li >
< li >
< a href = "/projects/" > Projects< / a >
< / li >
< li >
< a href = "/shrines/" > Shrines< / a >
< / li >
< li >
< a href = "/adoptables/" > Adoptables< / a >
< / li >
< li >
< a href = "/links/" > Links< / a >
< / li >
< li >
< a href = "/guestbook/" > Guestbook< / a >
< / li >
< / ul >
< / div >
< main id = "content" >
< header class = "main__header" >
< nav class = "breadcrumbs" aria-labelledby = "breadcrumbs-title" >
< h2 class = "visually-hidden" id = "breadcrumbs-title" > Breadcrumbs< / h2 >
< a href = "/links/" > Links< / a >
< span aria-hidden = "true" > ➔< / span >
< / nav >
< h1 > Leilukin' s Mass Effect Legendary Edition Mod Build< / h1 >
< p > A list of Mass Effect Legendary Edition mods I use.< / p >
< / header >
< content-wrapper >
< aside class = "left-sidebar" aria-label = "Left sidebar" >
< details-utils force-open = "(min-width: 60rem)" force-restore = "" >
< details class = "toc__wrapper sidebar--sticky" >
< summary class = "toc__heading" id = "toc-heading" >
Table of Contents
< / summary >
< nav class = "toc" aria-labelledby = "toc-heading" > < ol > < li > < a href = "#important-notes" > Important Notes< / a > < / li >
< li > < a href = "#mod-categories" > Mod Categories< / a > < / li >
< li > < a href = "#mass-effect-legendary-edition-modding-tools" > Mass Effect Legendary Edition Modding Tools< / a > < / li >
< li > < a href = "#mass-effect-1-legendary-edition-mods" > Mass Effect 1 Legendary Edition Mods< / a > < ol > < li > < a href = "#installed-with-me3tweaks-mod-manager" > Installed with ME3Tweaks Mod Manager< / a > < ol > < li > < a href = "#le1-community-patch" > LE1 Community Patch< / a > < / li >
< li > < a href = "#myriad-pro-begone-le1" > Myriad Pro Begone (LE1)< / a > < / li >
< li > < a href = "#vignette-remover-le1" > Vignette Remover (LE1)< / a > < / li >
< li > < a href = "#mello" > MELLO< / a > < / li >
< li > < a href = "#appearance-modification-menu-le1" > Appearance Modification Menu LE1< / a > < / li >
< li > < a href = "#vanilla-like-femshep-hairstyles" > Vanilla-like Femshep Hairstyles< / a > < / li >
< li > < a href = "#halcyon-hairpack" > Halcyon Hairpack< / a > < / li >
< li > < a href = "#proper-convo-cutscene-skipper-le1" > Proper Convo-Cutscene Skipper (LE1)< / a > < / li >
< li > < a href = "#flycam-keybinds-le1" > Flycam Keybinds (LE1)< / a > < / li >
< li > < a href = "#xp-rescale-le1" > XP Rescale (LE1)< / a > < / li >
< li > < a href = "#no-inventory-limit" > No Inventory Limit< / a > < / li >
< li > < a href = "#instant-item-conversion" > Instant Item Conversion< / a > < / li >
< li > < a href = "#le1-definitive-audio-overhaul" > LE1 Definitive Audio Overhaul< / a > < / li >
< li > < a href = "#unlimited-sprint-and-boost-duration" > Unlimited Sprint and Boost Duration< / a > < / li >
< li > < a href = "#remove-screen-shake-le1" > Remove Screen Shake (LE1)< / a > < / li >
< li > < a href = "#quick-loot-le1" > Quick Loot (LE1)< / a > < / li >
< li > < a href = "#replenish-grenades-le1" > Replenish Grenades LE1< / a > < / li >
< li > < a href = "#skip-minigames-le1" > Skip Minigames (LE1)< / a > < / li >
< li > < a href = "#paragade-persuasion-le1" > Paragade Persuasion (LE1)< / a > < / li >
< li > < a href = "#same-gender-romances-for-le1" > Same-Gender Romances for LE1< / a > < / li >
< li > < a href = "#saren-stages" > Saren Stages< / a > < / li >
< li > < a href = "#faster-airlock-le1" > Faster Airlock (LE1)< / a > < / li >
< li > < a href = "#normandy-rapid-transit-le1" > Normandy Rapid Transit (LE1)< / a > < / li >
< li > < a href = "#improved-wards-skybox-le1" > Improved Wards Skybox (LE1)< / a > < / li >
< li > < a href = "#morlans-iconic-armor-store" > Morlan's Iconic Armor Store< / a > < / li >
< li > < a href = "#iconic-fashion-party-le1" > Iconic Fashion Party (LE1)< / a > < / li >
< li > < a href = "#casual-hubs-for-le1" > Casual Hubs for LE1< / a > < / li >
< li > < a href = "#black-market-license-le1" > Black Market License (LE1)< / a > < / li >
< li > < a href = "#elements-of-comparative-weaponry-le1" > Elements of Comparative Weaponry (LE1)< / a > < / li >
< li > < a href = "#advanced-weapon-models-for-le1" > Advanced Weapon Models for LE1< / a > < / li >
< li > < a href = "#le1-streamlined-weapon-loadouts" > LE1 Streamlined Weapon Loadouts< / a > < / li >
< li > < a href = "#mission-timings-le1" > Mission Timings (LE1)< / a > < / li >
< li > < a href = "#galaxy-map-trackers-le1" > Galaxy Map Trackers (LE1)< / a > < / li >
< li > < a href = "#private-message-terminal-le1" > Private Message Terminal (LE1)< / a > < / li >
< li > < a href = "#a-little-help-from-my-friends-le1" > A Little Help From My Friends (LE1)< / a > < / li >
< li > < a href = "#eclectic-emails-le1" > Eclectic Emails (LE1)< / a > < / li >
< li > < a href = "#charted-worlds-le1" > Charted Worlds (LE1)< / a > < / li >
< li > < a href = "#unique-moons" > Unique Moons< / a > < / li >
< li > < a href = "#n7-mako-le1" > N7 MAKO (LE1)< / a > < / li >
< li > < a href = "#mako-squadmate-banter" > Mako Squadmate Banter< / a > < / li >
< li > < a href = "#no-sexual-harassment-le1" > No Sexual Harassment (LE1)< / a > < / li >
< li > < a href = "#liara-consistency-mod-me1le" > Liara Consistency Mod (ME1LE)< / a > < / li >
< li > < a href = "#alliance-uniform-consistency" > Alliance Uniform Consistency< / a > < / li >
< li > < a href = "#ashley-heavy-phoneix-armor-consistency" > Ashley Heavy Phoneix Armor Consistency< / a > < / li >
< li > < a href = "#wrex-heavy-mercenary-armor-consistency" > Wrex Heavy Mercenary Armor Consistency< / a > < / li >
< li > < a href = "#new-casuals-for-femshep-le1" > New Casuals for Femshep LE1< / a > < / li >
< li > < a href = "#ported-casuals-for-male-shepard" > Ported Casuals for Male Shepard< / a > < / li >
< li > < a href = "#me3-alliance-armor-for-le1" > ME3 Alliance Armor for LE1< / a > < / li >
< li > < a href = "#eden-prime-red-sky-restored" > Eden Prime Red Sky Restored< / a > < / li >
< li > < a href = "#easier-feros-persuasion-check" > Easier Feros Persuasion Check< / a > < / li >
< li > < a href = "#mira-please-be-quiet" > Mira Please Be Quiet< / a > < / li >
< li > < a href = "#dr-heart-experiments" > Dr. Heart Experiments< / a > < / li >
< li > < a href = "#virmire-savior-mod-le1" > Virmire Savior Mod (LE1)< / a > < / li >
< li > < a href = "#le1-diversification-project" > LE1 Diversification Project< / a > < / li >
< li > < a href = "#immersive-normandy-transmissions-le1" > Immersive Normandy Transmissions (LE1)< / a > < / li >
< li > < a href = "#new-outfit-for-matriarch-benezia" > New Outfit for Matriarch Benezia< / a > < / li >
< li > < a href = "#keepers-finders" > Keepers Finders< / a > < / li >
< li > < a href = "#hot-labs-restored" > Hot Labs Restored< / a > < / li >
< li > < a href = "#punch-charles-saracino" > Punch Charles Saracino< / a > < / li >
< li > < a href = "#anderson-alliance-uniform-consistency" > Anderson Alliance Uniform Consistency< / a > < / li >
< li > < a href = "#less-intense-vigil" > Less Intense Vigil< / a > < / li >
< li > < a href = "#actual-effort-required" > Actual Effort Required< / a > < / li >
< li > < a href = "#alov-le1" > ALOV (LE1)< / a > < / li > < / ol > < / li >
< li > < a href = "#installed-with-mass-effect-modder-mem" > Installed with Mass Effect Modder (MEM)< / a > < ol > < li > < a href = "#wraith-eyes-le1" > Wraith Eyes (LE1)< / a > < / li >
< li > < a href = "#fix-for-lighter-middle-part-of-lipsticks-for-le1" > Fix for Lighter Middle Part of Lipsticks for LE1< / a > < / li >
< li > < a href = "#unique-moons-le1" > Unique Moons (LE1)< / a > < / li >
< li > < a href = "#paramours-le1" > Paramours (LE1)< / a > < / li > < / ol > < / li > < / ol > < / li >
< li > < a href = "#mass-effect-2-legendary-edition-mods" > Mass Effect 2 Legendary Edition Mods< / a > < ol > < li > < a href = "#installed-with-me3tweaks-mod-manager" > Installed with ME3Tweaks Mod Manager< / a > < ol > < li > < a href = "#unofficial-le2-patch" > Unofficial LE2 Patch< / a > < / li >
< li > < a href = "#vignette-remover-le2" > Vignette Remover (LE2)< / a > < / li >
< li > < a href = "#myriad-pro-begone-le2" > Myriad Pro Begone (LE2)< / a > < / li >
< li > < a href = "#vanilla-like-femshep-hairstyles-le2" > Vanilla-like Femshep Hairstyles (LE2)< / a > < / li >
< li > < a href = "#no-shared-power-cooldowns-le2" > No Shared Power Cooldowns (LE2)< / a > < / li >
< li > < a href = "#proper-convo-cutscene-skipper-le2" > Proper Convo-Cutscene Skipper (LE2)< / a > < / li >
< li > < a href = "#shorter-notifications-le2" > Shorter Notifications (LE2)< / a > < / li >
< li > < a href = "#le2-mission-results-screen-fix" > LE2 Mission Results Screen Fix< / a > < / li >
< li > < a href = "#paragade-persuasion-le2" > Paragade Persuasion (LE2)< / a > < / li >
< li > < a href = "#le2-prologue-framework" > LE2 Prologue Framework< / a > < / li >
< li > < a href = "#unlimited-sprint-and-boost-duration-le2" > Unlimited Sprint and Boost Duration (LE2)< / a > < / li >
< li > < a href = "#remove-storm-screen-shake-for-le2" > Remove Storm Screen Shake for LE2< / a > < / li >
< li > < a href = "#skip-minigames-for-le2" > Skip Minigames for LE2< / a > < / li >
< li > < a href = "#stop-auto-equipping-weapons" > Stop Auto-Equipping Weapons< / a > < / li >
< li > < a href = "#faster-normandy-le2" > Faster Normandy (LE2)< / a > < / li >
< li > < a href = "#zero-probe-all-resources-le2" > Zero Probe All Resources (LE2)< / a > < / li >
< li > < a href = "#honest-fuel-depot" > Honest Fuel Depot< / a > < / li >
< li > < a href = "#reformatted-emails" > Reformatted Emails< / a > < / li >
< li > < a href = "#combined-ammo-mod-le2" > Combined Ammo Mod (LE2)< / a > < / li >
< li > < a href = "#egm-fix-weapons-in-cutscenes-le2" > EGM Fix Weapons in Cutscenes LE2< / a > < / li >
< li > < a href = "#full-weapon-recovery" > Full Weapon Recovery< / a > < / li >
< li > < a href = "#easy-armor-stats-le2" > Easy Armor Stats (LE2)< / a > < / li >
< li > < a href = "#casual-hubs-for-le2" > Casual Hubs for LE2< / a > < / li >
< li > < a href = "#expanded-armor-colors-le2" > Expanded Armor Colors (LE2)< / a > < / li >
< li > < a href = "#expanded-shepard-armory-le2" > Expanded Shepard Armory (LE2)< / a > < / li >
< li > < a href = "#expanded-squadmate-armory-le2" > Expanded Squadmate Armory LE2< / a > < / li >
< li > < a href = "#anderson-and-hackett-consistency" > Anderson and Hackett Consistency< / a > < / li >
< li > < a href = "#cerberus-and-alliance-uniform-consistency" > Cerberus and Alliance Uniform Consistency< / a > < / li >
< li > < a href = "#leather-jacket-for-femshep-le2" > Leather Jacket for Femshep LE2< / a > < / li >
< li > < a href = "#the-illusive-woman-le2" > The Illusive Woman LE2< / a > < / li >
< li > < a href = "#turtlenecks-for-male-shepard-le2" > Turtlenecks for Male Shepard (LE2)< / a > < / li >
< li > < a href = "#coats-and-jackets-for-male-shepard-le2" > Coats and Jackets for Male Shepard (LE2)< / a > < / li >
< li > < a href = "#mornings-outfits-for-femshep-le2-pt3" > Morning's Outfits for Femshep LE2 PT3< / a > < / li >
< li > < a href = "#egm-weapons-in-cutscenes-le2" > EGM Weapons in Cutscenes (LE2)< / a > < / li >
< li > < a href = "#egm-armors-for-le2" > EGM Armors for LE2< / a > < / li >
< li > < a href = "#clear-mnemonic-visor-le2" > Clear Mnemonic Visor (LE2)< / a > < / li >
< li > < a href = "#miranda-lawsons-armory-le2" > Miranda Lawson's Armory (LE2)< / a > < / li >
< li > < a href = "#jacob-taylors-armory-le2" > Jacob Taylor's Armory (LE2)< / a > < / li >
< li > < a href = "#original-trilogy-lighting-restoration-le2" > Original Trilogy Lighting Restoration (LE2)< / a > < / li >
< li > < a href = "#box-of-tweaks-le2" > Box Of Tweaks (LE2)< / a > < / li >
< li > < a href = "#assorted-bed-sheets-le2" > Assorted Bed Sheets (LE2)< / a > < / li >
< li > < a href = "#pinnacle-station-apartment-le2" > Pinnacle Station Apartment (LE2)< / a > < / li >
< li > < a href = "#kelly-chambers-and-dr-kenson-remastered-original-hair" > Kelly Chambers and Dr. Kenson Remastered Original Hair< / a > < / li >
< li > < a href = "#oriana-looks-like-mirandas-twin-le2" > Oriana looks like Miranda's Twin (LE2)< / a > < / li >
< li > < a href = "#let-me-stay" > Let Me Stay< / a > < / li >
< li > < a href = "#m-44-battle-tank" > M-44 Battle Tank< / a > < / li >
< li > < a href = "#hugo-gernsback-consistency" > Hugo Gernsback Consistency< / a > < / li >
< li > < a href = "#apollo-spacesuit-restoration" > Apollo Spacesuit Restoration< / a > < / li >
< li > < a href = "#2175-aeia-lighting-restored" > 2175 Aeia Lighting Restored< / a > < / li >
< li > < a href = "#daddy-issues" > Daddy Issues< / a > < / li >
< li > < a href = "#instant-shadow-broker-rewards" > Instant Shadow Broker Rewards< / a > < / li >
< li > < a href = "#virmire-savior-mod-le2" > Virmire Savior Mod (LE2)< / a > < / li >
< li > < a href = "#platonic-post-horizon-emails" > Platonic Post Horizon Emails< / a > < / li >
< li > < a href = "#early-recruitment" > Early Recruitment< / a > < / li >
< li > < a href = "#trigger-buttons-le2" > Trigger Buttons (LE2)< / a > < / li >
< li > < a href = "#dlc-timings-mod-le2" > DLC Timings Mod (LE2)< / a > < / li >
< li > < a href = "#no-n7-armor-in-liaras-apartment" > No N7 Armor in Liara's Apartment< / a > < / li >
< li > < a href = "#more-gay-romances-le2" > More Gay Romances (LE2)< / a > < / li >
< li > < a href = "#no-sexual-harassment-le2" > No Sexual Harassment (LE2)< / a > < / li >
< li > < a href = "#same-gender-romances-for-le2" > Same-Gender Romances for LE2< / a > < / li >
< li > < a href = "#renegade-not-ableist-le2" > Renegade Not Ableist (LE2)< / a > < / li >
< li > < a href = "#kasumi-restored-memories-le2" > Kasumi Restored Memories (LE2)< / a > < / li >
< li > < a href = "#jacob-respects-thane-and-tali" > Jacob Respects Thane and Tali< / a > < / li >
< li > < a href = "#samara-camera-restoration" > Samara Camera Restoration< / a > < / li >
< li > < a href = "#fish-mod-le2" > F.I.S.H. Mod (LE2)< / a > < / li >
< li > < a href = "#optional-flirting-mod-le2" > Optional Flirting Mod (LE2)< / a > < / li >
< li > < a href = "#extended-romance-scenes" > Extended Romance Scenes< / a > < / li >
< li > < a href = "#miranda-romance-mini-dress-le2" > Miranda Romance Mini Dress (LE2)< / a > < / li >
< li > < a href = "#dossiers-reworked" > Dossiers Reworked< / a > < / li >
< li > < a href = "#samara-shadow-broker-dossiers-restored" > Samara Shadow Broker Dossiers Restored< / a > < / li >
< li > < a href = "#liara-consistency-mod-le2" > Liara Consistency Mod (LE2)< / a > < / li >
< li > < a href = "#samaras-new-armor-le2" > Samara's New Armor (LE2)< / a > < / li >
< li > < a href = "#justicar-samaras-armory-le2" > Justicar Samara's Armory (LE2)< / a > < / li >
< li > < a href = "#practical-bodies-for-shepards-armors-le2" > Practical Bodies for Shepard's Armors (LE2)< / a > < / li >
< li > < a href = "#no-headgear-for-squadmates-le2" > No Headgear for Squadmates (LE2)< / a > < / li >
< li > < a href = "#miranda-hair-replacer-le2" > Miranda Hair Replacer (LE2)< / a > < / li >
< li > < a href = "#fate-of-executor-pallin-le2" > Fate of Executor Pallin LE2< / a > < / li >
< li > < a href = "#alov-le2" > ALOV (LE2)< / a > < / li >
< li > < a href = "#immersive-citizens-le2" > Immersive Citizens LE2< / a > < / li > < / ol > < / li >
< li > < a href = "#installed-with-mass-effect-modder-mem" > Installed with Mass Effect Modder (MEM)< / a > < ol > < li > < a href = "#wraith-eyes-le2" > Wraith Eyes (LE2)< / a > < / li >
< li > < a href = "#fix-for-lighter-middle-part-of-lipsticks-for-le2" > Fix for Lighter Middle Part of Lipsticks for LE2< / a > < / li >
< li > < a href = "#cleaner-visor-le2" > Cleaner Visor (LE2)< / a > < / li >
< li > < a href = "#miranda-officer-outfit" > Miranda Officer Outfit< / a > < / li >
< li > < a href = "#jacks-closet" > Jack's Closet< / a > < / li >
< li > < a href = "#blue-scars-for-garrus-le2" > Blue Scars for Garrus (LE2)< / a > < / li >
< li > < a href = "#mornings-combat-outfits-for-kasumi-le2" > Morning's Combat Outfits for Kasumi LE2< / a > < / li >
< li > < a href = "#liaras-proper-doctorate" > Liara's Proper Doctorate< / a > < / li >
< li > < a href = "#goodbye-lens-flares-le2" > Goodbye Lens Flares (LE2)< / a > < / li >
< li > < a href = "#samaras-new-armor-le2-1" > Samara's New Armor (LE2)< / a > < / li >
< li > < a href = "#paramours-le2" > Paramours (LE2)< / a > < / li > < / ol > < / li > < / ol > < / li >
< li > < a href = "#mass-effect-3-legendary-edition-mods" > Mass Effect 3 Legendary Edition Mods< / a > < ol > < li > < a href = "#installed-with-me3tweaks-mod-manager" > Installed with ME3Tweaks Mod Manager< / a > < ol > < li > < a href = "#le3-community-patch" > LE3 Community Patch< / a > < / li >
< li > < a href = "#myriad-pro-begone-le3" > Myriad Pro Begone (LE3)< / a > < / li >
< li > < a href = "#vignette-remover-le3" > Vignette Remover (LE3)< / a > < / li >
< li > < a href = "#vanilla-like-femshep-hairstyles-le3" > Vanilla-like Femshep Hairstyles (LE3)< / a > < / li >
< li > < a href = "#shorter-hairstyles-for-femshep-mele3" > Shorter Hairstyles for Femshep (MELE3)< / a > < / li >
< li > < a href = "#shorter-hairstyles-for-femshep-ii-le3" > Shorter Hairstyles for Femshep II (LE3)< / a > < / li >
< li > < a href = "#appearance-modification-menu-le3" > Appearance Modification Menu LE3< / a > < / li >
< li > < a href = "#no-shared-power-cooldowns-le3" > No Shared Power Cooldowns (LE3)< / a > < / li >
< li > < a href = "#proper-convo-cutscene-skipper-le3" > Proper Convo-Cutscene Skipper (LE3)< / a > < / li >
< li > < a href = "#le3-opening-remaster" > LE3 Opening Remaster< / a > < / li >
< li > < a href = "#expanded-galaxy-mod-le" > Expanded Galaxy Mod (LE)< / a > < / li >
< li > < a href = "#egm-armors-for-le3" > EGM Armors for LE3< / a > < / li >
< li > < a href = "#journal-enhanced-le3" > Journal Enhanced (LE3)< / a > < / li >
< li > < a href = "#war-assets-tweaks-le3" > War Assets Tweaks (LE3)< / a > < / li >
< li > < a href = "#metallic-armor-tints-le3" > Metallic Armor Tints (LE3)< / a > < / li >
< li > < a href = "#more-color-options-for-tints-and-patterns-le3" > More Color Options for Tints and Patterns LE3< / a > < / li >
< li > < a href = "#clear-mnemonic-visor-le3" > Clear Mnemonic Visor (LE3)< / a > < / li >
< li > < a href = "#mornings-outfits-for-femshep-le3-pt3" > Morning's Outfits for Femshep LE3 PT3< / a > < / li >
< li > < a href = "#mornings-accessories-for-shepard-le3" > Morning's Accessories for Shepard LE3< / a > < / li >
< li > < a href = "#new-outfits-i-for-shepard-mele3" > New Outfits I For Shepard (MELE3)< / a > < / li >
< li > < a href = "#janes-turtleneck-dress" > Jane's Turtleneck Dress< / a > < / li >
< li > < a href = "#janes-pajamas" > Jane's Pajamas< / a > < / li >
< li > < a href = "#leather-jacket-for-femshep-le3" > Leather Jacket for Femshep (LE3)< / a > < / li >
< li > < a href = "#the-illusive-woman-le3" > The Illusive Woman (LE3)< / a > < / li >
< li > < a href = "#turtlenecks-for-male-shepard-le3" > Turtlenecks for Male Shepard (LE3)< / a > < / li >
< li > < a href = "#coats-and-jackets-for-male-shepard-le3" > Coats and Jackets for Male Shepard (LE3)< / a > < / li >
< li > < a href = "#practical-bodies-for-shepards-armors-le3" > Practical Bodies for Shepard's Armors (LE3)< / a > < / li >
< li > < a href = "#practical-bodies-for-casual-shepard-le3" > Practical Bodies for Casual Shepard (LE3)< / a > < / li >
< li > < a href = "#reduced-interaction-circle-hud" > Reduced Interaction Circle HUD< / a > < / li >
< li > < a href = "#shorter-notifications-le3" > Shorter Notifications (LE3)< / a > < / li >
< li > < a href = "#unlimited-sprint-and-boost-duration" > Unlimited Sprint and Boost Duration< / a > < / li >
< li > < a href = "#combined-ammo-mod-le2" > Combined Ammo Mod (LE2)< / a > < / li >
< li > < a href = "#stock-weapon-appearance" > Stock Weapon Appearance< / a > < / li >
< li > < a href = "#no-sniper-zoom-for-smgs-hps-and-ars-le3" > No Sniper Zoom for SMGs HPs and ARs (LE3)< / a > < / li >
< li > < a href = "#weapon-legendary-warpack" > Weapon Legendary Warpack< / a > < / li >
< li > < a href = "#faster-normandy-le3" > Faster Normandy (LE3)< / a > < / li >
< li > < a href = "#assorted-bed-sheets-le3" > Assorted Bed Sheets (LE3)< / a > < / li >
< li > < a href = "#bakaras-gift" > Bakara's Gift< / a > < / li >
< li > < a href = "#padmes-cabin-additions-and-memorials-le3" > Padme's Cabin Additions and Memorials (LE3)< / a > < / li >
< li > < a href = "#shley-consistency-project-le3" > shley Consistency Project (LE3)< / a > < / li >
< li > < a href = "#ashley-williamss-armory-le3" > Ashley Williams's Armory (LE3)< / a > < / li >
< li > < a href = "#liara-full-helmet" > Liara Full Helmet< / a > < / li >
< li > < a href = "#edis-armory" > EDI's Armory< / a > < / li >
< li > < a href = "#javiks-new-armor-le3" > Javik's New Armor (LE3)< / a > < / li >
< li > < a href = "#traynor-long-hair" > Traynor Long Hair< / a > < / li >
< li > < a href = "#bakara-visible-face" > Bakara Visible Face< / a > < / li >
< li > < a href = "#virmire-savior-mod-le3" > Virmire Savior Mod (LE3)< / a > < / li >
< li > < a href = "#shepard-can-agree-with-anderson" > Shepard Can Agree With Anderson< / a > < / li >
< li > < a href = "#cerberus-retrofits" > Cerberus Retrofits< / a > < / li >
< li > < a href = "#iff-dialogue-tweak" > IFF Dialogue Tweak< / a > < / li >
< li > < a href = "#reegar-returns" > Reegar Returns< / a > < / li >
< li > < a href = "#reworked-kai-leng" > Reworked Kai Leng< / a > < / li >
< li > < a href = "#miranda-mod" > MIranda Mod< / a > < / li >
< li > < a href = "#more-gay-romances-le3" > More Gay Romances (LE3)< / a > < / li >
< li > < a href = "#take-earth-back" > Take Earth Back< / a > < / li >
< li > < a href = "#audemus-happy-ending-mod" > Audemus’ Happy Ending Mod< / a > < / li >
< li > < a href = "#project-variety-le3" > Project Variety (LE3)< / a > < / li >
< li > < a href = "#thane-can-live" > Thane Can Live< / a > < / li >
< li > < a href = "#emily-lives" > Emily Lives< / a > < / li >
< li > < a href = "#super-extra-party-time" > Super Extra Party Time< / a > < / li >
< li > < a href = "#pinnacle-station-apartment-le3" > Pinnacle Station Apartment (LE3)< / a > < / li >
< li > < a href = "#various-dialogue-tweaks-le3" > Various Dialogue Tweaks (LE3)< / a > < / li >
< li > < a href = "#no-movement-penalty-during-rannoch-boss-fight" > No Movement Penalty During Rannoch Boss Fight< / a > < / li >
< li > < a href = "#liara-mourns-the-dead" > Liara Mourns the Dead< / a > < / li >
< li > < a href = "#omega-hub" > Omega Hub< / a > < / li >
< li > < a href = "#choose-your-friend" > Choose Your Friend< / a > < / li >
< li > < a href = "#prioritize-scar-comments-le3" > Prioritize Scar Comments (LE3)< / a > < / li >
< li > < a href = "#shepards-archived-profile" > Shepard's Archived Profile< / a > < / li >
< li > < a href = "#dreams-remade" > Dreams Remade< / a > < / li >
< li > < a href = "#alov-le3" > ALOV (LE3)< / a > < / li > < / ol > < / li >
< li > < a href = "#installed-with-mass-effect-modder-mem" > Installed with Mass Effect Modder (MEM)< / a > < ol > < li > < a href = "#wraith-eyes-le3" > Wraith Eyes (LE3)< / a > < / li >
< li > < a href = "#teeth-fix-for-new-hairstyles-me3" > Teeth fix for new hairstyles (ME3)< / a > < / li >
< li > < a href = "#fix-for-lighter-middle-part-of-lipsticks-for-le3" > Fix for Lighter Middle Part of Lipsticks for LE3< / a > < / li >
< li > < a href = "#cleaner-visor-le3" > Cleaner Visor (LE3)< / a > < / li >
< li > < a href = "#gunmetal-weapon-textures-le3" > GunMetal Weapon Textures (LE3)< / a > < / li >
< li > < a href = "#ashley-le1-complexion-for-le3" > Ashley LE1 Complexion for LE3< / a > < / li >
< li > < a href = "#hd-garrus-face-texture-le3" > HD Garrus Face Texture (LE3)< / a > < / li >
< li > < a href = "#ajvik-by-murderclan" > aJvik by Murderclan< / a > < / li >
< li > < a href = "#le3-main-menu-screen-reaplacer" > LE3 Main Menu Screen Reaplacer< / a > < / li >
< li > < a href = "#reduced-lens-flares-le3" > Reduced Lens Flares (LE3)< / a > < / li > < / ol > < / li > < / ol > < / li > < / ol > < / nav >
< / details >
< / details-utils >
< / aside >
< div class = "content content--divided" >
< article class = "content__section" > < p > Welcome to Leilukin’ s < cite > Mass Effect Legendary Edition< / cite > Mod Build!< / p >
< p > Here I’ m compiling a list of all the modifications, or mods in short, that I use for < cite > Mass Effect Legendary Edition< / cite > , remaster of the < cite > Mass Effect< / cite > trilogy, a series of space opera role-playing video games developed by BioWare, for the best experience with the game. This document is made for my reference and to share with others.< / p >
< p > The format of this mod list is inspired by < a href = "https://kotor.neocities.org/modding/" > KOTOR Community Portal's mod lists< / a > .< / p >
< p > (This mod list was last updated on < time datetime = "2025-02-23T17:14:33+0800" > 23 February 2025< / time > )< / p >
< / article >
< article class = "content__section" > < div class = "heading-wrapper h2" >
< h2 id = "important-notes" > Important Notes< / h2 >
< a class = "heading-anchor" href = "#important-notes" aria-labelledby = "important-notes" > < span hidden = "" > #< / span > < / a > < / div >
< p > In order to prevent mod conflicts as much as possible, installation order matters if you are using a lot of mods. Therefore, the full list of my mod build below has been arranged in the proper installation order to make all these mods compatible. If you are interested in following my mod build, you should install the mods in the order you are presented with them.< / p >
< p > It is important to note that < strong > you cannot use mods for the original edition of the < cite > Mass Effect< / cite > trilogy in the Legendary Edition, and vice versa< / strong > . Therefore, since the release of the Legendary Edition, mod authors need to either port or recreate the original trilogy mods, so they can be used for the Legendary Edition.< / p >
< / article >
< article class = "content__section" > < div class = "heading-wrapper h2" >
< h2 id = "mod-categories" > Mod Categories< / h2 >
< a class = "heading-anchor" href = "#mod-categories" aria-labelledby = "mod-categories" > < span hidden = "" > #< / span > < / a > < / div >
< p > The mods I included in my mod build are divided into the following categories, which clarifies the types of changes the mod makes:< / p >
< dl >
< dt > Appearance Change< / dt >
< dd > Appearance change is not inherently graphics improvement, but rather a modification to the default appearance of a character, item, location, interface, etc.< / dd >
< dt > Bugfix< / dt >
< dd > As the name implies, this type of mod fixes bugs with the vanilla game.< / dd >
< dt > Framework< / dt >
< dd > These do not do anything noticeable in the game on their own after being installed, but some mods make use of them and require them to work.< / dd >
< dt > Graphics Improvement< / dt >
< dd > This type of mod improves the graphics in the vanilla game in some way, by retexturing and/or remodeling a character, item, location, etc. These mods usually come with high-resolution textures.< / dd >
< dt > Immersion< / dt >
< dd > These mods are not inherently bugfixes, but changes done to improve the internal consistency of the game’ s content.< / dd >
< dt > Interface Change< / dt >
< dd > This type of mod makes changes to the game’ s interface.< / dd >
< dt > Mechanics Change< / dt >
< dd > This type of mod makes changes to the game’ s system which directly impacts the way you play the game, varying from changing the camera angle of a location to altering the core stats of a class.< / dd >
< dt > Modified Content< / dt >
< dd > Modified content is not inherently new content, but rather alterations to the vanilla game’ s content because the vanilla content has some shortcomings. The changes made by this kind of mod were never intended to be in the vanilla game.< / dd >
< dt > Player Customisation< / dt >
< dd > This type of mod makes changes to customization options for the player character, by improving the vanilla customization options or adding new options, including face, hairstyle and outfits.< / dd >
< dt > Restored Content< / dt >
< dd > This type of mod restores content that has been cut from the vanilla game. In the case of Mass Effect Legendary Edition, some of the mods of this kind restores content that was present in the original edition, but is absent in the Legendary Edition.< / dd >
< dt > Sound Change< / dt >
< dd > As the name implies, these mods make changes to the sound in the vanilla game. The sound could be music or ambient audio.< / dd >
< / dl >
< / article >
< article class = "content__section" > < div class = "heading-wrapper h2" >
< h2 id = "mass-effect-legendary-edition-modding-tools" > < cite > Mass Effect Legendary Edition< / cite > Modding Tools< / h2 >
< a class = "heading-anchor" href = "#mass-effect-legendary-edition-modding-tools" aria-labelledby = "mass-effect-legendary-edition-modding-tools" > < span hidden = "" > #< / span > < / a > < / div >
< ul >
< li > < a href = "https://me3tweaks.com/modmanager/" > ME3Tweaks Mod Manager< / a > : This mod manager can be used for both the original edition and the Legendary Edition of the Mass Effect trilogy.< / li >
2025-02-23 09:33:27 +00:00
< li > < a href = "https://answers.ea.com/t5/Mass-Effect-Legendary-Edition/Import-your-Shepard-from-the-original-trilogy/td-p/10340553" > Mass Effect Legendary Edition Character Code Translator< / a > : This app allows you to convert your Shepard’ s face code from the original edition of < cite > Mass Effect 2< / cite > and < cite > 3< / cite > into the Legendary Edition. The Legendary Edition adds new options to the character creator, so you cannot just directly copy and paste the face code from the original edition and expect your Shepard to look the same in LE. [< a href = "https://drive.google.com/drive/u/0/folders/1ixMj8Eyvfu6DVczMgSIR826xPO1GfMym" > (Download Mass Effect Legendary Edition Character Code Translator from Google Drive)< / a > ]< / li >
2025-02-23 09:15:30 +00:00
< li > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/20" > Trilogy Save Editor< / a > : A save editor for the < cite > Mass Effect< / cite > trilogy. If you are using any custom hair mods, using a save editor is required.< / li >
< / ul >
< / article >
< article class = "content__section" > < div class = "heading-wrapper h2" >
< h2 id = "mass-effect-1-legendary-edition-mods" > < cite > Mass Effect 1< / cite > Legendary Edition Mods< / h2 >
< a class = "heading-anchor" href = "#mass-effect-1-legendary-edition-mods" aria-labelledby = "mass-effect-1-legendary-edition-mods" > < span hidden = "" > #< / span > < / a > < / div >
< div class = "heading-wrapper h3" >
< h3 id = "installed-with-me3tweaks-mod-manager" > Installed with ME3Tweaks Mod Manager< / h3 >
< a class = "heading-anchor" href = "#installed-with-me3tweaks-mod-manager" aria-labelledby = "installed-with-me3tweaks-mod-manager" > < span hidden = "" > #< / span > < / a > < / div >
< div class = "heading-wrapper h4" >
< h4 id = "le1-community-patch" > LE1 Community Patch< / h4 >
< a class = "heading-anchor" href = "#le1-community-patch" aria-labelledby = "le1-community-patch" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/23" > LE1 Community Patch< / a > < / dd >
< dt > Mod Author< / dt >
< dd > LE1 Community Patch Team< / dd >
< dt > Category< / dt >
< dd > Bugfix< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "myriad-pro-begone-le1" > Myriad Pro Begone (LE1)< / h4 >
< a class = "heading-anchor" href = "#myriad-pro-begone-le1" aria-labelledby = "myriad-pro-begone-le1" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1070" > Myriad Pro Begone< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Audemus< / dd >
< dt > Category< / dt >
< dd > Interface Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "vignette-remover-le1" > Vignette Remover (LE1)< / h4 >
< a class = "heading-anchor" href = "#vignette-remover-le1" aria-labelledby = "vignette-remover-le1" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/428" > Vignette Remover< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Mgamerz< / dd >
< dt > Category< / dt >
< dd > Graphics Improvement< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "mello" > MELLO< / h4 >
< a class = "heading-anchor" href = "#mello" aria-labelledby = "mello" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1500" > MELLO (Mass Effect 1 Legendary Lighting Overhaul)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Catachrism< / dd >
< dt > Category< / dt >
< dd > Graphics Improvement< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "appearance-modification-menu-le1" > Appearance Modification Menu LE1< / h4 >
< a class = "heading-anchor" href = "#appearance-modification-menu-le1" aria-labelledby = "appearance-modification-menu-le1" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/2513" > Appearance Modification Menu LE1< / a > < / dd >
< dt > Mod Author< / dt >
< dd > DropTheSquid< / dd >
< dt > Category< / dt >
< dd > Player Customization & Appearance Changes< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "vanilla-like-femshep-hairstyles" > Vanilla-like Femshep Hairstyles< / h4 >
< a class = "heading-anchor" href = "#vanilla-like-femshep-hairstyles" aria-labelledby = "vanilla-like-femshep-hairstyles" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1047" > Vanilla-like Femshep Hairstyles (LE1)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > spiderbabes< / dd >
< dt > Category< / dt >
< dd > Player Customization< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "halcyon-hairpack" > Halcyon Hairpack< / h4 >
< a class = "heading-anchor" href = "#halcyon-hairpack" aria-labelledby = "halcyon-hairpack" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1497" > Halcyon Hairpack (LE1)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Mellin and Audemus< / dd >
< dt > Category< / dt >
< dd > Player Customization< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "proper-convo-cutscene-skipper-le1" > Proper Convo-Cutscene Skipper (LE1)< / h4 >
< a class = "heading-anchor" href = "#proper-convo-cutscene-skipper-le1" aria-labelledby = "proper-convo-cutscene-skipper-le1" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1681" > Proper Convo-Cutscene Skipper (LE1)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > 55tumbl< / dd >
< dt > Category< / dt >
< dd > Mechanics Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "flycam-keybinds-le1" > Flycam Keybinds (LE1)< / h4 >
< a class = "heading-anchor" href = "#flycam-keybinds-le1" aria-labelledby = "flycam-keybinds-le1" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1836" > Flycam Keybinds (LE1)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Vegz< / dd >
< dt > Category< / dt >
< dd > Restored Content< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "xp-rescale-le1" > XP Rescale (LE1)< / h4 >
< a class = "heading-anchor" href = "#xp-rescale-le1" aria-labelledby = "xp-rescale-le1" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/369" > XP Rescale (LE1)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > 55tumbl< / dd >
< dt > Category< / dt >
< dd > Mechanics Change< / dd >
< dt > Installation Note< / dt >
< dd > I install the Default version.< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "no-inventory-limit" > No Inventory Limit< / h4 >
< a class = "heading-anchor" href = "#no-inventory-limit" aria-labelledby = "no-inventory-limit" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1391" > No Inventory Limit< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Herobrine24< / dd >
< dt > Category< / dt >
< dd > Mechanics Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "instant-item-conversion" > Instant Item Conversion< / h4 >
< a class = "heading-anchor" href = "#instant-item-conversion" aria-labelledby = "instant-item-conversion" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1523" > Instant Item Conversion< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Herobrine24< / dd >
< dt > Category< / dt >
< dd > Interface Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "le1-definitive-audio-overhaul" > LE1 Definitive Audio Overhaul< / h4 >
< a class = "heading-anchor" href = "#le1-definitive-audio-overhaul" aria-labelledby = "le1-definitive-audio-overhaul" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1560" > LE1 Definitive Audio Overhaul< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Devinite< / dd >
< dt > Category< / dt >
< dd > Sound Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "unlimited-sprint-and-boost-duration" > Unlimited Sprint and Boost Duration< / h4 >
< a class = "heading-anchor" href = "#unlimited-sprint-and-boost-duration" aria-labelledby = "unlimited-sprint-and-boost-duration" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/337" > Unlimited Sprint and Boost Duration< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Sapphire/Nypheena< / dd >
< dt > Category< / dt >
< dd > Mechanics Change< / dd >
< dt > Installation Note< / dt >
< dd > Download and install Unlimited Sprint and Mako Boost LE1.< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "remove-screen-shake-le1" > Remove Screen Shake (LE1)< / h4 >
< a class = "heading-anchor" href = "#remove-screen-shake-le1" aria-labelledby = "remove-screen-shake-le1" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/110" > Remove Screen Shake (LE1)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > HenBagle< / dd >
< dt > Category< / dt >
< dd > Interface Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "quick-loot-le1" > Quick Loot (LE1)< / h4 >
< a class = "heading-anchor" href = "#quick-loot-le1" aria-labelledby = "quick-loot-le1" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1026" > Quick Loot (LE1)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > rondeeno< / dd >
< dt > Category< / dt >
< dd > Mechanics Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "replenish-grenades-le1" > Replenish Grenades LE1< / h4 >
< a class = "heading-anchor" href = "#replenish-grenades-le1" aria-labelledby = "replenish-grenades-le1" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/532" > Replenish Grenades LE1< / a > < / dd >
< dt > Mod Author< / dt >
< dd > HenBagle< / dd >
< dt > Category< / dt >
< dd > Added Content< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "skip-minigames-le1" > Skip Minigames (LE1)< / h4 >
< a class = "heading-anchor" href = "#skip-minigames-le1" aria-labelledby = "skip-minigames-le1" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/360" > Skip Minigames (LE1)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > 55tumbl< / dd >
< dt > Category< / dt >
< dd > Mechanics Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "paragade-persuasion-le1" > Paragade Persuasion (LE1)< / h4 >
< a class = "heading-anchor" href = "#paragade-persuasion-le1" aria-labelledby = "paragade-persuasion-le1" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1673" > Paragade Persuasion (LE1)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > rondeeno< / dd >
< dt > Category< / dt >
< dd > Mechanics Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "same-gender-romances-for-le1" > Same-Gender Romances for LE1< / h4 >
< a class = "heading-anchor" href = "#same-gender-romances-for-le1" aria-labelledby = "same-gender-romances-for-le1" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/564" > Same-Gender Romances for LE1< / a > < / dd >
< dt > Mod Author< / dt >
< dd > rondeeno< / dd >
< dt > Category< / dt >
< dd > Modified Content & Restored Content< / dd >
< dt > Installation Note< / dt >
< dd > I also install the following components:< / dd >
< dd >
< ul >
< li > NPCs Flirt Regardless of Gender< / li >
< / ul >
< / dd >
< dd >
< ul >
< li > Same-Gender LI Activates Beacon< / li >
< / ul >
< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "saren-stages" > Saren Stages< / h4 >
< a class = "heading-anchor" href = "#saren-stages" aria-labelledby = "saren-stages" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/666" > Saren Stages LE1< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Catachrism< / dd >
< dt > Category< / dt >
< dd > Appearance Change & Immersion< / dd >
< dt > Installation Note< / dt >
< dd > I install the Noveria armor.< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "faster-airlock-le1" > Faster Airlock (LE1)< / h4 >
< a class = "heading-anchor" href = "#faster-airlock-le1" aria-labelledby = "faster-airlock-le1" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/753" > Faster Airlock (LE1)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > rondeeno< / dd >
< dt > Category< / dt >
< dd > Mechanics Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "normandy-rapid-transit-le1" > Normandy Rapid Transit (LE1)< / h4 >
< a class = "heading-anchor" href = "#normandy-rapid-transit-le1" aria-labelledby = "normandy-rapid-transit-le1" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/755" > Normandy Rapid Transit (LE1)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > rondeeno< / dd >
< dt > Category< / dt >
< dd > Mechanics Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "improved-wards-skybox-le1" > Improved Wards Skybox (LE1)< / h4 >
< a class = "heading-anchor" href = "#improved-wards-skybox-le1" aria-labelledby = "improved-wards-skybox-le1" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1176" > Improved Wards Skybox (LE1)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Audemus< / dd >
< dt > Category< / dt >
< dd > Appearance Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "morlans-iconic-armor-store" > Morlan's Iconic Armor Store< / h4 >
< a class = "heading-anchor" href = "#morlans-iconic-armor-store" aria-labelledby = "morlans-iconic-armor-store" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/684" > Morlan's Iconic Armor Store (LE1)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Kinkojiro< / dd >
< dt > Category< / dt >
< dd > Added Content< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "iconic-fashion-party-le1" > Iconic Fashion Party (LE1)< / h4 >
< a class = "heading-anchor" href = "#iconic-fashion-party-le1" aria-labelledby = "iconic-fashion-party-le1" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/745" > Iconic Fashion Party (LE1)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > 55tumbl< / dd >
< dt > Category< / dt >
< dd > Appearance Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "casual-hubs-for-le1" > Casual Hubs for LE1< / h4 >
< a class = "heading-anchor" href = "#casual-hubs-for-le1" aria-labelledby = "casual-hubs-for-le1" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/574" > Casual Hubs for LE1< / a > < / dd >
< dt > Mod Author< / dt >
< dd > rondeeno< / dd >
< dt > Category< / dt >
< dd > Appearance Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "black-market-license-le1" > Black Market License (LE1)< / h4 >
< a class = "heading-anchor" href = "#black-market-license-le1" aria-labelledby = "black-market-license-le1" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/661" > Black Market License (LE1)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > 55tumbl< / dd >
< dt > Category< / dt >
< dd > Mechanics Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "elements-of-comparative-weaponry-le1" > Elements of Comparative Weaponry (LE1)< / h4 >
< a class = "heading-anchor" href = "#elements-of-comparative-weaponry-le1" aria-labelledby = "elements-of-comparative-weaponry-le1" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/639" > Elements of Comparative Weaponry (LE1)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > 55tumbl< / dd >
< dt > Category< / dt >
< dd > Interface Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "advanced-weapon-models-for-le1" > Advanced Weapon Models for LE1< / h4 >
< a class = "heading-anchor" href = "#advanced-weapon-models-for-le1" aria-labelledby = "advanced-weapon-models-for-le1" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/853" > Advanced Weapon Models for LE1< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Knighthawk< / dd >
< dt > Category< / dt >
< dd > Appearance Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "le1-streamlined-weapon-loadouts" > LE1 Streamlined Weapon Loadouts< / h4 >
< a class = "heading-anchor" href = "#le1-streamlined-weapon-loadouts" aria-labelledby = "le1-streamlined-weapon-loadouts" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/870" > LE1 Streamlined Weapon Loadouts< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Knighthawk< / dd >
< dt > Category< / dt >
< dd > Mechanics Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "mission-timings-le1" > Mission Timings (LE1)< / h4 >
< a class = "heading-anchor" href = "#mission-timings-le1" aria-labelledby = "mission-timings-le1" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/754" > Mission Timings (LE1)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > rondeeno< / dd >
< dt > Category< / dt >
< dd > Immersion< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "galaxy-map-trackers-le1" > Galaxy Map Trackers (LE1)< / h4 >
< a class = "heading-anchor" href = "#galaxy-map-trackers-le1" aria-labelledby = "galaxy-map-trackers-le1" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/426" > Galaxy Map Trackers (LE1)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > 55tumbl< / dd >
< dt > Category< / dt >
< dd > Mechanics Change< / dd >
< dt > Required Mod< / dt >
< dd > Private Message Terminal (LE1).< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "private-message-terminal-le1" > Private Message Terminal (LE1)< / h4 >
< a class = "heading-anchor" href = "#private-message-terminal-le1" aria-labelledby = "private-message-terminal-le1" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1525" > Private Message Terminal (LE1)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > 55tumbl< / dd >
< dt > Category< / dt >
< dd > Appearance Change & Framework< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "a-little-help-from-my-friends-le1" > A Little Help From My Friends (LE1)< / h4 >
< a class = "heading-anchor" href = "#a-little-help-from-my-friends-le1" aria-labelledby = "a-little-help-from-my-friends-le1" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1526" > A Little Help From My Friends (LE1)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > 55tumbl< / dd >
< dt > Category< / dt >
< dd > Mechanics Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "eclectic-emails-le1" > Eclectic Emails (LE1)< / h4 >
< a class = "heading-anchor" href = "#eclectic-emails-le1" aria-labelledby = "eclectic-emails-le1" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1563" > Eclectic Emails (LE1)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > TDA792< / dd >
< dt > Category< / dt >
< dd > Mechanics Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "charted-worlds-le1" > Charted Worlds (LE1)< / h4 >
< a class = "heading-anchor" href = "#charted-worlds-le1" aria-labelledby = "charted-worlds-le1" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/524" > Charted Worlds (LE1)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > 55tumbl< / dd >
< dt > Category< / dt >
< dd > Mechanics Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "unique-moons" > Unique Moons< / h4 >
< a class = "heading-anchor" href = "#unique-moons" aria-labelledby = "unique-moons" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1735" > Unique Moons< / a > < / dd >
< dt > Mod Author< / dt >
< dd > SDeden< / dd >
< dt > Category< / dt >
< dd > Graphics Improvement< / dd >
< dt > Download Note< / dt >
< dd > I also download Galaxy Map Pictures. Install it after installing all the DLC mods I want to use via ME3Tweak Mod Manager.< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "n7-mako-le1" > N7 MAKO (LE1)< / h4 >
< a class = "heading-anchor" href = "#n7-mako-le1" aria-labelledby = "n7-mako-le1" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/309" > N7 MAKO (LE1)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > 55tumbl< / dd >
< dt > Category< / dt >
< dd > Mechanics Change< / dd >
< dt > Installation Note< / dt >
< dd > I install the Tourist option.< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "mako-squadmate-banter" > Mako Squadmate Banter< / h4 >
< a class = "heading-anchor" href = "#mako-squadmate-banter" aria-labelledby = "mako-squadmate-banter" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1310" > Mako Squadmate Banter< / a > < / dd >
< dt > Mod Author< / dt >
< dd > HenBagle< / dd >
< dt > Category< / dt >
< dd > Immersion< / dd >
< dt > Required Mod< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1309" > LE1 Sideloader Framework< / a > < / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "no-sexual-harassment-le1" > No Sexual Harassment (LE1)< / h4 >
< a class = "heading-anchor" href = "#no-sexual-harassment-le1" aria-labelledby = "no-sexual-harassment-le1" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/682" > No Sexual Harassment (LE1)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > rondeeno< / dd >
< dt > Category< / dt >
< dd > Restored Content & Modified Content< / dd >
< dt > Installation Note< / dt >
< dd > I install the following options:< / dd >
< dd >
< ul >
< li > No Sexist Dialogue< / li >
< / ul >
< / dd >
< dd >
< ul >
< li > No Unwanted Touching< / li >
< / ul >
< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "liara-consistency-mod-me1le" > Liara Consistency Mod (ME1LE)< / h4 >
< a class = "heading-anchor" href = "#liara-consistency-mod-me1le" aria-labelledby = "liara-consistency-mod-me1le" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1183" > Liara Consistency Mod (ME1LE)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Khaar Machinima< / dd >
< dt > Category< / dt >
< dd > Appearance Change & Immersion< / dd >
< dt > Installation Note< / dt >
< dd > I install the LE3 face version.< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "alliance-uniform-consistency" > Alliance Uniform Consistency< / h4 >
< a class = "heading-anchor" href = "#alliance-uniform-consistency" aria-labelledby = "alliance-uniform-consistency" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/799" > Alliance Uniform Consistency< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Mistyvail< / dd >
< dt > Category< / dt >
< dd > Appearance Change & Immersion< / dd >
< dt > Download Note< / dt >
< dd > I also download Alliance Uniform Consistency (LE Launcher).< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "ashley-heavy-phoneix-armor-consistency" > Ashley Heavy Phoneix Armor Consistency< / h4 >
< a class = "heading-anchor" href = "#ashley-heavy-phoneix-armor-consistency" aria-labelledby = "ashley-heavy-phoneix-armor-consistency" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1874" > Ashley Heavy Phoneix Armor Consistency< / a > < / dd >
< dt > Mod Author< / dt >
< dd > UTILITY PAWN< / dd >
< dt > Category< / dt >
< dd > Immersion< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "wrex-heavy-mercenary-armor-consistency" > Wrex Heavy Mercenary Armor Consistency< / h4 >
< a class = "heading-anchor" href = "#wrex-heavy-mercenary-armor-consistency" aria-labelledby = "wrex-heavy-mercenary-armor-consistency" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1876" > Wrex Heavy Mercenary Armor Consistency< / a > < / dd >
< dt > Mod Author< / dt >
< dd > UTILITY PAWN< / dd >
< dt > Category< / dt >
< dd > Immersion< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "new-casuals-for-femshep-le1" > New Casuals for Femshep LE1< / h4 >
< a class = "heading-anchor" href = "#new-casuals-for-femshep-le1" aria-labelledby = "new-casuals-for-femshep-le1" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/804" > New Casuals for Femshep LE1< / a > < / dd >
< dt > Mod Author< / dt >
< dd > rngdshep< / dd >
< dt > Category< / dt >
< dd > Appearance Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "ported-casuals-for-male-shepard" > Ported Casuals for Male Shepard< / h4 >
< a class = "heading-anchor" href = "#ported-casuals-for-male-shepard" aria-labelledby = "ported-casuals-for-male-shepard" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1071" > Ported Casuals for Male Shepard< / a > < / dd >
< dt > Mod Author< / dt >
< dd > MentalHygiene< / dd >
< dt > Category< / dt >
< dd > Appearance Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "me3-alliance-armor-for-le1" > ME3 Alliance Armor for LE1< / h4 >
< a class = "heading-anchor" href = "#me3-alliance-armor-for-le1" aria-labelledby = "me3-alliance-armor-for-le1" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/838" > ME3 Alliance Armor for LE1< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Knighthawk< / dd >
< dt > Category< / dt >
< dd > Appearance Change & Immersion< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "eden-prime-red-sky-restored" > Eden Prime Red Sky Restored< / h4 >
< a class = "heading-anchor" href = "#eden-prime-red-sky-restored" aria-labelledby = "eden-prime-red-sky-restored" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1367" > Eden Prime Red Sky Restored< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Vegz< / dd >
< dt > Category< / dt >
< dd > Appearance Change & Restored Content< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "easier-feros-persuasion-check" > Easier Feros Persuasion Check< / h4 >
< a class = "heading-anchor" href = "#easier-feros-persuasion-check" aria-labelledby = "easier-feros-persuasion-check" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1261" > Easier Feros Persuasion Check (LE1)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > phoenixsoul13< / dd >
< dt > Category< / dt >
< dd > Modified Content< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "mira-please-be-quiet" > Mira Please Be Quiet< / h4 >
< a class = "heading-anchor" href = "#mira-please-be-quiet" aria-labelledby = "mira-please-be-quiet" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/734" > Mira Please Be Quiet (LE1)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > phoenixsoul13< / dd >
< dt > Category< / dt >
< dd > Modified Content< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "dr-heart-experiments" > Dr. Heart Experiments< / h4 >
< a class = "heading-anchor" href = "#dr-heart-experiments" aria-labelledby = "dr-heart-experiments" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/597" > Dr. Heart Experiments< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Khaar Machinima< / dd >
< dt > Category< / dt >
< dd > Appearance Change & Immersion< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "virmire-savior-mod-le1" > Virmire Savior Mod (LE1)< / h4 >
< a class = "heading-anchor" href = "#virmire-savior-mod-le1" aria-labelledby = "virmire-savior-mod-le1" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1212" > Virmire Savior Mod (LE1)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Vegz< / dd >
< dt > Category< / dt >
< dd > Restored Content & Modified Content< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "le1-diversification-project" > LE1 Diversification Project< / h4 >
< a class = "heading-anchor" href = "#le1-diversification-project" aria-labelledby = "le1-diversification-project" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1172" > LE1 Diversification Project< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Audemus< / dd >
< dt > Category< / dt >
< dd > Appearance Change & Immersion< / dd >
< / dl >
< p > Required Mods: LE1 Community Patch, Halcyon Hairpack (LE1), Advanced Weapon Models for LE1< / p >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "immersive-normandy-transmissions-le1" > Immersive Normandy Transmissions (LE1)< / h4 >
< a class = "heading-anchor" href = "#immersive-normandy-transmissions-le1" aria-labelledby = "immersive-normandy-transmissions-le1" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1728" > Immersive Normandy Transmissions (LE1)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Audemus< / dd >
< dt > Category< / dt >
< dd > Immersion< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "new-outfit-for-matriarch-benezia" > New Outfit for Matriarch Benezia< / h4 >
< a class = "heading-anchor" href = "#new-outfit-for-matriarch-benezia" aria-labelledby = "new-outfit-for-matriarch-benezia" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/2255" > New Outfit for Matriarch Benezia< / a > < / dd >
< dt > Mod Author< / dt >
< dd > bejewledhanban< / dd >
< dt > Category< / dt >
< dd > Appearance Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "keepers-finders" > Keepers Finders< / h4 >
< a class = "heading-anchor" href = "#keepers-finders" aria-labelledby = "keepers-finders" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1043" > Keepers Finders (LE1)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > 55tumbl< / dd >
< dt > Category< / dt >
< dd > Mechanics Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "hot-labs-restored" > Hot Labs Restored< / h4 >
< a class = "heading-anchor" href = "#hot-labs-restored" aria-labelledby = "hot-labs-restored" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1708" > Hot Labs Restored (LE1)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Vegz< / dd >
< dt > Category< / dt >
< dd > Restored Content< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "punch-charles-saracino" > Punch Charles Saracino< / h4 >
< a class = "heading-anchor" href = "#punch-charles-saracino" aria-labelledby = "punch-charles-saracino" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1524" > Punch Charles Saracino< / a > < / dd >
< dt > Mod Author< / dt >
< dd > beccatoria and Z794< / dd >
< dt > Category< / dt >
< dd > Modified Content< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "anderson-alliance-uniform-consistency" > Anderson Alliance Uniform Consistency< / h4 >
< a class = "heading-anchor" href = "#anderson-alliance-uniform-consistency" aria-labelledby = "anderson-alliance-uniform-consistency" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1955" > Anderson Alliance Uniform Consistency< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Utility Pawn< / dd >
< dt > Category< / dt >
< dd > Immersion< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "less-intense-vigil" > Less Intense Vigil< / h4 >
< a class = "heading-anchor" href = "#less-intense-vigil" aria-labelledby = "less-intense-vigil" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/822" > Less Intense Vigil< / a > < / dd >
< dt > Mod Author< / dt >
< dd > HenBagle< / dd >
< dt > Category< / dt >
< dd > Appearance Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "actual-effort-required" > Actual Effort Required< / h4 >
< a class = "heading-anchor" href = "#actual-effort-required" aria-labelledby = "actual-effort-required" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/2027" > Actual Effort Required (to save the Council)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > InvoicingEmu< / dd >
< dt > Category< / dt >
< dd > Immersion< / dd >
< dt > Installation Note< / dt >
< dd > I install the Easy option< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "alov-le1" > ALOV (LE1)< / h4 >
< a class = "heading-anchor" href = "#alov-le1" aria-labelledby = "alov-le1" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/3" > A Lot Of Videos (ALOV)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Audemus and ALOV Team< / dd >
< dt > Category< / dt >
< dd > Graphics Improvement< / dd >
< dt > Installation Note< / dt >
< dd > “ALOV for ME1”.< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h3" >
< h3 id = "installed-with-mass-effect-modder-mem" > Installed with Mass Effect Modder (MEM)< / h3 >
< a class = "heading-anchor" href = "#installed-with-mass-effect-modder-mem" aria-labelledby = "installed-with-mass-effect-modder-mem" > < span hidden = "" > #< / span > < / a > < / div >
< div class = "heading-wrapper h4" >
< h4 id = "wraith-eyes-le1" > Wraith Eyes (LE1)< / h4 >
< a class = "heading-anchor" href = "#wraith-eyes-le1" aria-labelledby = "wraith-eyes-le1" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1085" > Wraith Eyes< / a > < / dd >
< dt > Mod Author< / dt >
< dd > mulderitsme< / dd >
< dt > Category< / dt >
< dd > Graphics Improvement< / dd >
< dt > Installation Note< / dt >
< dd > Install Wraith Eyes LE1.< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "fix-for-lighter-middle-part-of-lipsticks-for-le1" > Fix for Lighter Middle Part of Lipsticks for LE1< / h4 >
< a class = "heading-anchor" href = "#fix-for-lighter-middle-part-of-lipsticks-for-le1" aria-labelledby = "fix-for-lighter-middle-part-of-lipsticks-for-le1" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/281" > Fix for Lighter Middle Part of Lipsticks for LE1< / a > < / dd >
< dt > Mod Author< / dt >
< dd > MorningAngel< / dd >
< dt > Category< / dt >
< dd > Graphics Improvement< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "unique-moons-le1" > Unique Moons (LE1)< / h4 >
< a class = "heading-anchor" href = "#unique-moons-le1" aria-labelledby = "unique-moons-le1" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1735" > Unique Moons< / a > < / dd >
< dt > Mod Author< / dt >
< dd > SDeden< / dd >
< dt > Category< / dt >
< dd > Graphics Improvement< / dd >
< dt > Download Note< / dt >
< dd > I also download and install Galaxy Map Pictures with Mass Effect Modder.< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "paramours-le1" > Paramours (LE1)< / h4 >
< a class = "heading-anchor" href = "#paramours-le1" aria-labelledby = "paramours-le1" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1132" > Paramours< / a > < strong > (WARNING: This link is Not Safe For Work)< / strong > < / dd >
< dt > Mod Author< / dt >
< dd > Anzella< / dd >
< dt > Category< / dt >
< dd > Graphics Improvement< / dd >
< dt > Download Note< / dt >
< dd > Download (LE1) Paramours.< / dd >
< dt > Installation Note< / dt >
< dd > I install (LE1) LCM LE3 Liara Nipples.mem and (LE1) 'Ashley' Nipples.mem.< / dd >
< / dl >
< hr >
< / article >
< article class = "content__section" > < div class = "heading-wrapper h2" >
< h2 id = "mass-effect-2-legendary-edition-mods" > < cite > Mass Effect 2< / cite > Legendary Edition Mods< / h2 >
< a class = "heading-anchor" href = "#mass-effect-2-legendary-edition-mods" aria-labelledby = "mass-effect-2-legendary-edition-mods" > < span hidden = "" > #< / span > < / a > < / div >
< div class = "heading-wrapper h3" >
< h3 id = "installed-with-me3tweaks-mod-manager" > Installed with ME3Tweaks Mod Manager< / h3 >
< a class = "heading-anchor" href = "#installed-with-me3tweaks-mod-manager" aria-labelledby = "installed-with-me3tweaks-mod-manager" > < span hidden = "" > #< / span > < / a > < / div >
< div class = "heading-wrapper h4" >
< h4 id = "unofficial-le2-patch" > Unofficial LE2 Patch< / h4 >
< a class = "heading-anchor" href = "#unofficial-le2-patch" aria-labelledby = "unofficial-le2-patch" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/8" > Unofficial LE2 Patch< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Team Pyjak< / dd >
< dt > Category< / dt >
< dd > Bugfix< / dd >
< dt > IMPORTANT NOTE< / dt >
< dd > This unofficial patch is mandatory if you want to use multiple mods for Mass Effect 2 Legendary Edition, as this patch is required for those mods to work.< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "vignette-remover-le2" > Vignette Remover (LE2)< / h4 >
< a class = "heading-anchor" href = "#vignette-remover-le2" aria-labelledby = "vignette-remover-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/428" > Vignette Remover< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Mgamerz< / dd >
< dt > Category< / dt >
< dd > Graphics Improvement< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "myriad-pro-begone-le2" > Myriad Pro Begone (LE2)< / h4 >
< a class = "heading-anchor" href = "#myriad-pro-begone-le2" aria-labelledby = "myriad-pro-begone-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1070" > Myriad Pro Begone< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Audemus< / dd >
< dt > Category< / dt >
< dd > Interface Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "vanilla-like-femshep-hairstyles-le2" > Vanilla-like Femshep Hairstyles (LE2)< / h4 >
< a class = "heading-anchor" href = "#vanilla-like-femshep-hairstyles-le2" aria-labelledby = "vanilla-like-femshep-hairstyles-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1048" > Vanilla-like Femshep Hairstyles (LE2)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > spiderbabes< / dd >
< dt > Category< / dt >
< dd > Player Customization< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "no-shared-power-cooldowns-le2" > No Shared Power Cooldowns (LE2)< / h4 >
< a class = "heading-anchor" href = "#no-shared-power-cooldowns-le2" aria-labelledby = "no-shared-power-cooldowns-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1699" > No Shared Power Cooldowns< / a > < / dd >
< dt > Mod Author< / dt >
< dd > DropTheSquid< / dd >
< dt > Category< / dt >
< dd > Mechanics Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "proper-convo-cutscene-skipper-le2" > Proper Convo-Cutscene Skipper (LE2)< / h4 >
< a class = "heading-anchor" href = "#proper-convo-cutscene-skipper-le2" aria-labelledby = "proper-convo-cutscene-skipper-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1682" > Proper Convo-Cutscene Skipper (LE2)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > 55tumbl< / dd >
< dt > Category< / dt >
< dd > Mechanics Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "shorter-notifications-le2" > Shorter Notifications (LE2)< / h4 >
< a class = "heading-anchor" href = "#shorter-notifications-le2" aria-labelledby = "shorter-notifications-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/390" > Shorter Notifications (LE2)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > 55tumbl< / dd >
< dt > Category< / dt >
< dd > Interface Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "le2-mission-results-screen-fix" > LE2 Mission Results Screen Fix< / h4 >
< a class = "heading-anchor" href = "#le2-mission-results-screen-fix" aria-labelledby = "le2-mission-results-screen-fix" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/896" > LE2 Mission Results Screen Fix< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Mgamerz< / dd >
< dt > Category< / dt >
< dd > Interface Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "paragade-persuasion-le2" > Paragade Persuasion (LE2)< / h4 >
< a class = "heading-anchor" href = "#paragade-persuasion-le2" aria-labelledby = "paragade-persuasion-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1673" > Paragade Persuasion (LE2)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > rondeeno< / dd >
< dt > Category< / dt >
< dd > Mechanics Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "le2-prologue-framework" > LE2 Prologue Framework< / h4 >
< a class = "heading-anchor" href = "#le2-prologue-framework" aria-labelledby = "le2-prologue-framework" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/2138" > LE2 Prologue Framework< / a > < / dd >
< dt > Mod Author< / dt >
< dd > beccatoria< / dd >
< dt > Category< / dt >
< dd > Framework< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "unlimited-sprint-and-boost-duration-le2" > Unlimited Sprint and Boost Duration (LE2)< / h4 >
< a class = "heading-anchor" href = "#unlimited-sprint-and-boost-duration-le2" aria-labelledby = "unlimited-sprint-and-boost-duration-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/337" > Unlimited Sprint and Boost Duration< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Sapphire/Nypheena< / dd >
< dt > Category< / dt >
< dd > Mechanics Change< / dd >
< dt > Installation Note< / dt >
< dd > Download and install Unlimited Sprint LE2.< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "remove-storm-screen-shake-for-le2" > Remove Storm Screen Shake for LE2< / h4 >
< a class = "heading-anchor" href = "#remove-storm-screen-shake-for-le2" aria-labelledby = "remove-storm-screen-shake-for-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/329" > Remove Storm Screen Shake for LE2< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Mgamerz< / dd >
< dt > Category< / dt >
< dd > Interface Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "skip-minigames-for-le2" > Skip Minigames for LE2< / h4 >
< a class = "heading-anchor" href = "#skip-minigames-for-le2" aria-labelledby = "skip-minigames-for-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/304" > Skip Minigames for LE2< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Mgamerz< / dd >
< dt > Category< / dt >
< dd > Mechanics Change< / dd >
< dt > Installation Note< / dt >
< dd > I install the Classic option.< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "stop-auto-equipping-weapons" > Stop Auto-Equipping Weapons< / h4 >
< a class = "heading-anchor" href = "#stop-auto-equipping-weapons" aria-labelledby = "stop-auto-equipping-weapons" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1432" > Stop Auto-Equipping Weapons< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Mistyvail< / dd >
< dt > Category< / dt >
< dd > Interface Change< / dd >
< dt > Installation Note< / dt >
< dd > I install the Choose Loadout option.< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "faster-normandy-le2" > Faster Normandy (LE2)< / h4 >
< a class = "heading-anchor" href = "#faster-normandy-le2" aria-labelledby = "faster-normandy-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1151" > Faster Normandy (LE2)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > 55tumbl< / dd >
< dt > Category< / dt >
< dd > Mechanics Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "zero-probe-all-resources-le2" > Zero Probe All Resources (LE2)< / h4 >
< a class = "heading-anchor" href = "#zero-probe-all-resources-le2" aria-labelledby = "zero-probe-all-resources-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1152" > Zero Probe All Resources (LE2)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > 55tumbl< / dd >
< dt > Category< / dt >
< dd > Mechanics Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "honest-fuel-depot" > Honest Fuel Depot< / h4 >
< a class = "heading-anchor" href = "#honest-fuel-depot" aria-labelledby = "honest-fuel-depot" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1655" > Honest Fuel Depot< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Leszek90< / dd >
< dt > Category< / dt >
< dd > Mechanics Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "reformatted-emails" > Reformatted Emails< / h4 >
< a class = "heading-anchor" href = "#reformatted-emails" aria-labelledby = "reformatted-emails" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1304" > Reformatted Emails< / a > < / dd >
< dt > Mod Author< / dt >
< dd > LLinden< / dd >
< dt > Category< / dt >
< dd > Immersion< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "combined-ammo-mod-le2" > Combined Ammo Mod (LE2)< / h4 >
< a class = "heading-anchor" href = "#combined-ammo-mod-le2" aria-labelledby = "combined-ammo-mod-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1817" > Combined Ammo Mod (LE2)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > RepugnantPear< / dd >
< dt > Category< / dt >
< dd > Mechanics Change< / dd >
< dt > Required Mod< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1458" > LE2 Improved Functionality< / a > < / dd >
< dt > Installation Note< / dt >
< dd > I install all the options.< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "egm-fix-weapons-in-cutscenes-le2" > EGM Fix Weapons in Cutscenes LE2< / h4 >
< a class = "heading-anchor" href = "#egm-fix-weapons-in-cutscenes-le2" aria-labelledby = "egm-fix-weapons-in-cutscenes-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/422?tab=files" > EGM Fix Weapons in Cutscenes LE2< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Kinkojiro< / dd >
< dt > Category< / dt >
< dd > Bugfix< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "full-weapon-recovery" > Full Weapon Recovery< / h4 >
< a class = "heading-anchor" href = "#full-weapon-recovery" aria-labelledby = "full-weapon-recovery" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1503" > Full Weapon Recovery< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Herobrine24< / dd >
< dt > Category< / dt >
< dd > Mechanics Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "easy-armor-stats-le2" > Easy Armor Stats (LE2)< / h4 >
< a class = "heading-anchor" href = "#easy-armor-stats-le2" aria-labelledby = "easy-armor-stats-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/25" > Easy Armor Stats (LE2)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Herobrine24< / dd >
< dt > Category< / dt >
< dd > Added Content< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "casual-hubs-for-le2" > Casual Hubs for LE2< / h4 >
< a class = "heading-anchor" href = "#casual-hubs-for-le2" aria-labelledby = "casual-hubs-for-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1025" > Casual Hubs for LE2< / a > < / dd >
< dt > Mod Author< / dt >
< dd > rondeeno< / dd >
< dt > Category< / dt >
< dd > Appearance Change< / dd >
< dt > Installation Note< / dt >
< dd > I also install the following options:< / dd >
< dd >
< ul >
< li > Prison Uniform for Jack< / li >
< / ul >
< / dd >
< dd >
< ul >
< li > Default Alternate Appearance Pack Outfit for Jack< / li >
< / ul >
< / dd >
< dd >
< ul >
< li > Default Alternate Appearance Pack Armor for Miranda< / li >
< / ul >
< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "expanded-armor-colors-le2" > Expanded Armor Colors (LE2)< / h4 >
< a class = "heading-anchor" href = "#expanded-armor-colors-le2" aria-labelledby = "expanded-armor-colors-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1700" > Expanded Armor Colors (LE2)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Khaar Machinima< / dd >
< dt > Category< / dt >
< dd > Player Customization< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "expanded-shepard-armory-le2" > Expanded Shepard Armory (LE2)< / h4 >
< a class = "heading-anchor" href = "#expanded-shepard-armory-le2" aria-labelledby = "expanded-shepard-armory-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/5" > Expanded Shepard Armory (ME2LE)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Khaar Machinima & ThaliaGraces< / dd >
< dt > Category< / dt >
< dd > Appearance Change & Player Customization< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "expanded-squadmate-armory-le2" > Expanded Squadmate Armory LE2< / h4 >
< a class = "heading-anchor" href = "#expanded-squadmate-armory-le2" aria-labelledby = "expanded-squadmate-armory-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1846" > Expanded Squadmate Armory (ESA Addon) LE2< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Khaar Machinima & stasismind< / dd >
< dt > Category< / dt >
< dd > Appearance Change< / dd >
< dt > Required Mod< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/5" > Expanded Shepard Armory (ME2LE)< / a > < / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "anderson-and-hackett-consistency" > Anderson and Hackett Consistency< / h4 >
< a class = "heading-anchor" href = "#anderson-and-hackett-consistency" aria-labelledby = "anderson-and-hackett-consistency" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1063" > Anderson and Hackett Consistency Mod (ME2LE)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Khaar Machinima< / dd >
< dt > Category< / dt >
< dd > Appearance Change & Immersion< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "cerberus-and-alliance-uniform-consistency" > Cerberus and Alliance Uniform Consistency< / h4 >
< a class = "heading-anchor" href = "#cerberus-and-alliance-uniform-consistency" aria-labelledby = "cerberus-and-alliance-uniform-consistency" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1021" > Cerberus and Alliance Uniform Consistency (LE2)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Audemus< / dd >
< dt > Category< / dt >
< dd > Appearance Change & Immersion< / dd >
< dt > Download Note< / dt >
< dd > I download and install both the files for LE2 and the LE launcher.< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "leather-jacket-for-femshep-le2" > Leather Jacket for Femshep LE2< / h4 >
< a class = "heading-anchor" href = "#leather-jacket-for-femshep-le2" aria-labelledby = "leather-jacket-for-femshep-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/565" > Leather Jacket for Femshep LE2< / a > < / dd >
< dt > Mod Author< / dt >
< dd > rngdshep< / dd >
< dt > Category< / dt >
< dd > Player Customization< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "the-illusive-woman-le2" > The Illusive Woman LE2< / h4 >
< a class = "heading-anchor" href = "#the-illusive-woman-le2" aria-labelledby = "the-illusive-woman-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/835" > The Illusive Woman (or a Suit for Femshep) LE2< / a > < / dd >
< dt > Mod Author< / dt >
< dd > rngdshep< / dd >
< dt > Category< / dt >
< dd > Player Customization< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "turtlenecks-for-male-shepard-le2" > Turtlenecks for Male Shepard (LE2)< / h4 >
< a class = "heading-anchor" href = "#turtlenecks-for-male-shepard-le2" aria-labelledby = "turtlenecks-for-male-shepard-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1658" > Turtlenecks for Male Shepard (LE2)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > clericofshadows< / dd >
< dt > Category< / dt >
< dd > Player Customization< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "coats-and-jackets-for-male-shepard-le2" > Coats and Jackets for Male Shepard (LE2)< / h4 >
< a class = "heading-anchor" href = "#coats-and-jackets-for-male-shepard-le2" aria-labelledby = "coats-and-jackets-for-male-shepard-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1669" > Coats and Jackets for Male Shepard (LE2)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > clericofshadows< / dd >
< dt > Category< / dt >
< dd > Player Customization< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "mornings-outfits-for-femshep-le2-pt3" > Morning's Outfits for Femshep LE2 PT3< / h4 >
< a class = "heading-anchor" href = "#mornings-outfits-for-femshep-le2-pt3" aria-labelledby = "mornings-outfits-for-femshep-le2-pt3" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1653" > Morning's Outfits for Femshep LE2 PT3< / a > < / dd >
< dt > Mod Author< / dt >
< dd > MorningAngel< / dd >
< dt > Category< / dt >
< dd > Player Customization< / dd >
< dt > Download Note< / dt >
< dd > I also download Texture mod options for the outfits.< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "egm-weapons-in-cutscenes-le2" > EGM Weapons in Cutscenes (LE2)< / h4 >
< a class = "heading-anchor" href = "#egm-weapons-in-cutscenes-le2" aria-labelledby = "egm-weapons-in-cutscenes-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/2059" > EGM Weapons in Cutscenes (LE2)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Kinkojiro< / dd >
< dt > Category< / dt >
< dd > Immersion< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "egm-armors-for-le2" > EGM Armors for LE2< / h4 >
< a class = "heading-anchor" href = "#egm-armors-for-le2" aria-labelledby = "egm-armors-for-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/187" > EGM Armors for LE2< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Kinkojiro< / dd >
< dt > Category< / dt >
< dd > Player Customization< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "clear-mnemonic-visor-le2" > Clear Mnemonic Visor (LE2)< / h4 >
< a class = "heading-anchor" href = "#clear-mnemonic-visor-le2" aria-labelledby = "clear-mnemonic-visor-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1757" > Clear Mnemonic Visor (LE2)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > CDRFredryck< / dd >
< dt > Category< / dt >
< dd > Added Content & Player Customization< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "miranda-lawsons-armory-le2" > Miranda Lawson's Armory (LE2)< / h4 >
< a class = "heading-anchor" href = "#miranda-lawsons-armory-le2" aria-labelledby = "miranda-lawsons-armory-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1988" > Miranda Lawson's Armory (LE2)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > clericofshadows< / dd >
< dt > Category< / dt >
< dd > Added Content< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "jacob-taylors-armory-le2" > Jacob Taylor's Armory (LE2)< / h4 >
< a class = "heading-anchor" href = "#jacob-taylors-armory-le2" aria-labelledby = "jacob-taylors-armory-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/2342" > Jacob Taylor's Armory (LE2)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > clericofshadows< / dd >
< dt > Category< / dt >
< dd > Added Content< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "original-trilogy-lighting-restoration-le2" > Original Trilogy Lighting Restoration (LE2)< / h4 >
< a class = "heading-anchor" href = "#original-trilogy-lighting-restoration-le2" aria-labelledby = "original-trilogy-lighting-restoration-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1729" > Original Trilogy Lighting Restoration (LE2)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Vegz< / dd >
< dt > Category< / dt >
< dd > Graphics Improvement< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "box-of-tweaks-le2" > Box Of Tweaks (LE2)< / h4 >
< a class = "heading-anchor" href = "#box-of-tweaks-le2" aria-labelledby = "box-of-tweaks-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1572" > Box Of Tweaks (LE2)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > munchyfly< / dd >
< dt > Category< / dt >
< dd > Added Content, Modified Content & Immersion< / dd >
< dt > Installation Note< / dt >
< dd > I install the following components from Box of Tweaks:< / dd >
< dd >
< ul >
< li > Geth Pulse Rifle for All< / li >
< / ul >
< / dd >
< dd >
< ul >
< li > Harvester: No Camera Shake< / li >
< / ul >
< / dd >
< dd >
< ul >
< li > Firewalker: No Generator Camera Shake< / li >
< / ul >
< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "assorted-bed-sheets-le2" > Assorted Bed Sheets (LE2)< / h4 >
< a class = "heading-anchor" href = "#assorted-bed-sheets-le2" aria-labelledby = "assorted-bed-sheets-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1288" > Assorted Bed Sheets (LE2)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > munchyfly< / dd >
< dt > Category< / dt >
< dd > Appearance Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "pinnacle-station-apartment-le2" > Pinnacle Station Apartment (LE2)< / h4 >
< a class = "heading-anchor" href = "#pinnacle-station-apartment-le2" aria-labelledby = "pinnacle-station-apartment-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1558" > Pinnacle Station Apartment (LE2)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > vegz< / dd >
< dt > Category< / dt >
< dd > Added Content< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "kelly-chambers-and-dr-kenson-remastered-original-hair" > Kelly Chambers and Dr. Kenson Remastered Original Hair< / h4 >
< a class = "heading-anchor" href = "#kelly-chambers-and-dr-kenson-remastered-original-hair" aria-labelledby = "kelly-chambers-and-dr-kenson-remastered-original-hair" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1644" > Kelly Chambers and Dr. Kenson Remastered Original Hair< / a > < / dd >
< dt > Mod Author< / dt >
2025-02-23 09:33:27 +00:00
< dd > _MaZ_TeR_< / dd >
2025-02-23 09:15:30 +00:00
< dt > Category< / dt >
< dd > Appearance Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "oriana-looks-like-mirandas-twin-le2" > Oriana looks like Miranda's Twin (LE2)< / h4 >
< a class = "heading-anchor" href = "#oriana-looks-like-mirandas-twin-le2" aria-labelledby = "oriana-looks-like-mirandas-twin-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/413" > Oriana looks like Miranda's Twin (ME2LE)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Khaar Machinima< / dd >
< dt > Category< / dt >
< dd > Appearance Change & Immersion< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "let-me-stay" > Let Me Stay< / h4 >
< a class = "heading-anchor" href = "#let-me-stay" aria-labelledby = "let-me-stay" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1872" > Let Me Stay (LE2)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Khaar Machinima< / dd >
< dt > Category< / dt >
< dd > Interface Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "m-44-battle-tank" > M-44 Battle Tank< / h4 >
< a class = "heading-anchor" href = "#m-44-battle-tank" aria-labelledby = "m-44-battle-tank" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1316" > M-44 Battle Tank (LE2)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > RepugnantPear< / dd >
< dt > Category< / dt >
< dd > Mechanics Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "hugo-gernsback-consistency" > Hugo Gernsback Consistency< / h4 >
< a class = "heading-anchor" href = "#hugo-gernsback-consistency" aria-labelledby = "hugo-gernsback-consistency" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1352" > Hugo Gernsback Consistency Mod< / a > < / dd >
< dt > Mod Author< / dt >
< dd > RepugnantPear & Mistyvail< / dd >
< dt > Category< / dt >
< dd > Modified Content< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "apollo-spacesuit-restoration" > Apollo Spacesuit Restoration< / h4 >
< a class = "heading-anchor" href = "#apollo-spacesuit-restoration" aria-labelledby = "apollo-spacesuit-restoration" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1712" > Apollo Spacesuit Restoration< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Khaar Machinima< / dd >
< dt > Category< / dt >
< dd > Restored Content< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "2175-aeia-lighting-restored" > 2175 Aeia Lighting Restored< / h4 >
< a class = "heading-anchor" href = "#2175-aeia-lighting-restored" aria-labelledby = "2175-aeia-lighting-restored" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1729" > 2175 Aeia Lighting Restored< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Vegz< / dd >
< dt > Category< / dt >
< dd > Restored Content< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "daddy-issues" > Daddy Issues< / h4 >
< a class = "heading-anchor" href = "#daddy-issues" aria-labelledby = "daddy-issues" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1534" > Daddy Issues< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Jenya66< / dd >
< dt > Category< / dt >
< dd > Appearance Change & Immersion< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "instant-shadow-broker-rewards" > Instant Shadow Broker Rewards< / h4 >
< a class = "heading-anchor" href = "#instant-shadow-broker-rewards" aria-labelledby = "instant-shadow-broker-rewards" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1180" > Instant Shadow Broker Rewards< / a > < / dd >
< dt > Mod Author< / dt >
< dd > BtEtta< / dd >
< dt > Category< / dt >
< dd > Modified Content< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "virmire-savior-mod-le2" > Virmire Savior Mod (LE2)< / h4 >
< a class = "heading-anchor" href = "#virmire-savior-mod-le2" aria-labelledby = "virmire-savior-mod-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1587" > Virmire Savior Mod (LE2)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Vegz< / dd >
< dt > Category< / dt >
< dd > Modified Content< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "platonic-post-horizon-emails" > Platonic Post Horizon Emails< / h4 >
< a class = "heading-anchor" href = "#platonic-post-horizon-emails" aria-labelledby = "platonic-post-horizon-emails" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/2083" > Platonic Post Horizon Emails< / a > < / dd >
< dt > Mod Author< / dt >
< dd > beckabooo< / dd >
< dt > Category< / dt >
< dd > Added Content< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "early-recruitment" > Early Recruitment< / h4 >
< a class = "heading-anchor" href = "#early-recruitment" aria-labelledby = "early-recruitment" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/384" > Early Recruitment (LE2)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > beccatoria< / dd >
< dt > Category< / dt >
< dd > Modified Content< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "trigger-buttons-le2" > Trigger Buttons (LE2)< / h4 >
< a class = "heading-anchor" href = "#trigger-buttons-le2" aria-labelledby = "trigger-buttons-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/383" > Trigger Buttons (LE2)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > beccatoria< / dd >
< dt > Category< / dt >
< dd > Modified Content< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "dlc-timings-mod-le2" > DLC Timings Mod (LE2)< / h4 >
< a class = "heading-anchor" href = "#dlc-timings-mod-le2" aria-labelledby = "dlc-timings-mod-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/382" > DLC Timings Mod (ME2LE)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Khaar Machinima< / dd >
< dt > Category< / dt >
< dd > Immersion< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "no-n7-armor-in-liaras-apartment" > No N7 Armor in Liara's Apartment< / h4 >
< a class = "heading-anchor" href = "#no-n7-armor-in-liaras-apartment" aria-labelledby = "no-n7-armor-in-liaras-apartment" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1456" > No N7 Armor in Liara's Apartment< / a > < / dd >
< dt > Mod Author< / dt >
< dd > InvoicingEmu< / dd >
< dt > Category< / dt >
< dd > Modified Content< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "more-gay-romances-le2" > More Gay Romances (LE2)< / h4 >
< a class = "heading-anchor" href = "#more-gay-romances-le2" aria-labelledby = "more-gay-romances-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/489" > More Gay Romances< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Mentlegen< / dd >
< dt > Category< / dt >
< dd > Modified Content< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "no-sexual-harassment-le2" > No Sexual Harassment (LE2)< / h4 >
< a class = "heading-anchor" href = "#no-sexual-harassment-le2" aria-labelledby = "no-sexual-harassment-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/682" > No Sexual Harassment (LE2)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > rondeeno< / dd >
< dt > Category< / dt >
< dd > Restored Content & Modified Content< / dd >
< dt > Installation Note< / dt >
< dd > I install the following options:< / dd >
< dd >
< ul >
< li > No Meln< / li >
< / ul >
< / dd >
< dd >
< ul >
< li > No Donnelly Comments< / li >
< / ul >
< / dd >
< dd >
< ul >
< li > No Sexist Dialogue< / li >
< / ul >
< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "same-gender-romances-for-le2" > Same-Gender Romances for LE2< / h4 >
< a class = "heading-anchor" href = "#same-gender-romances-for-le2" aria-labelledby = "same-gender-romances-for-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1115" > Same-Gender Romances for LE2< / a > < / dd >
< dt > Mod Author< / dt >
< dd > rondeeno< / dd >
< dt > Category< / dt >
< dd > Restored Content & Modified Content< / dd >
< dt > Installation Note< / dt >
2025-02-23 09:33:27 +00:00
< dd > I also install the NPC Flirts Regardless of Gender component, but I do so only for the Gianna Parasini flirt. I remove < code > BioD_OmgHub_500DenVIP_LOC_INT.pcc< / code > and < code > BioD_OmgHub_221GarrusAcq_LOC_INT.pcc< / code > from the mod folder after installing so the Blue Sun Merc and Meln will not sexually harass my FemShep, something I installed the No Sexual Harassment mod to avoid.< / dd >
2025-02-23 09:15:30 +00:00
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "renegade-not-ableist-le2" > Renegade Not Ableist (LE2)< / h4 >
< a class = "heading-anchor" href = "#renegade-not-ableist-le2" aria-labelledby = "renegade-not-ableist-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1263" > Renegade Not Ableist (LE2)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > phoenixsoul13< / dd >
< dt > Category< / dt >
< dd > Modified Content< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "kasumi-restored-memories-le2" > Kasumi Restored Memories (LE2)< / h4 >
< a class = "heading-anchor" href = "#kasumi-restored-memories-le2" aria-labelledby = "kasumi-restored-memories-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/2158" > Kasumi - Restored Memories (LE2)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > mangobyte< / dd >
< dt > Category< / dt >
< dd > Restored Content< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "jacob-respects-thane-and-tali" > Jacob Respects Thane and Tali< / h4 >
< a class = "heading-anchor" href = "#jacob-respects-thane-and-tali" aria-labelledby = "jacob-respects-thane-and-tali" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1035" > Jacob Respects Thane and Tali< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Herobrine24< / dd >
< dt > Category< / dt >
< dd > Modified Content< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "samara-camera-restoration" > Samara Camera Restoration< / h4 >
< a class = "heading-anchor" href = "#samara-camera-restoration" aria-labelledby = "samara-camera-restoration" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1262" > Samara Camera Restoration< / a > < / dd >
< dt > Mod Author< / dt >
< dd > beccatoria< / dd >
< dt > Category< / dt >
< dd > Restored Content< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "fish-mod-le2" > F.I.S.H. Mod (LE2)< / h4 >
< a class = "heading-anchor" href = "#fish-mod-le2" aria-labelledby = "fish-mod-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1134" > F.I.S.H. Mod (LE2)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > beccatoria< / dd >
< dt > Category< / dt >
< dd > Modified Content< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "optional-flirting-mod-le2" > Optional Flirting Mod (LE2)< / h4 >
< a class = "heading-anchor" href = "#optional-flirting-mod-le2" aria-labelledby = "optional-flirting-mod-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/839" > Optional Flirting Mod (LE2)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > phoenixsoul13< / dd >
< dt > Category< / dt >
< dd > Modified Content< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "extended-romance-scenes" > Extended Romance Scenes< / h4 >
< a class = "heading-anchor" href = "#extended-romance-scenes" aria-labelledby = "extended-romance-scenes" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1198" > Extended Romance Scenes< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Scottina123< / dd >
< dt > Category< / dt >
< dd > Added Content< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "miranda-romance-mini-dress-le2" > Miranda Romance Mini Dress (LE2)< / h4 >
< a class = "heading-anchor" href = "#miranda-romance-mini-dress-le2" aria-labelledby = "miranda-romance-mini-dress-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1244" > Miranda Romance Mini Dress (LE2)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > RepugnantPear< / dd >
< dt > Category< / dt >
< dd > Appearance Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "dossiers-reworked" > Dossiers Reworked< / h4 >
< a class = "heading-anchor" href = "#dossiers-reworked" aria-labelledby = "dossiers-reworked" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1755" > Dossiers Reworked< / a > < / dd >
< dt > Mod Author< / dt >
< dd > SierraI07< / dd >
< dt > Category< / dt >
< dd > Modified Content< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "samara-shadow-broker-dossiers-restored" > Samara Shadow Broker Dossiers Restored< / h4 >
< a class = "heading-anchor" href = "#samara-shadow-broker-dossiers-restored" aria-labelledby = "samara-shadow-broker-dossiers-restored" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1782" > Samara Cut Shadow Broker Dossiers Restored< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Khaar Machinima< / dd >
< dt > Category< / dt >
< dd > Restored Content< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "liara-consistency-mod-le2" > Liara Consistency Mod (LE2)< / h4 >
< a class = "heading-anchor" href = "#liara-consistency-mod-le2" aria-labelledby = "liara-consistency-mod-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1062" > Liara Consistency Mod (ME2LE)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Khaar Machinima< / dd >
< dt > Category< / dt >
< dd > Appearance Change & Immersion< / dd >
< dt > Installation Note< / dt >
< dd > I install the LE3 face version.< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "samaras-new-armor-le2" > Samara's New Armor (LE2)< / h4 >
< a class = "heading-anchor" href = "#samaras-new-armor-le2" aria-labelledby = "samaras-new-armor-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/702" > Samara's New Armor (MELE2)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Zeb< / dd >
< dt > Category< / dt >
< dd > Appearance Change< / dd >
< dt > Download Note< / dt >
< dd > I also download Samara's New Armor UI (MELE2). Install it with Mass Effect Modder after installing all the DLC mods I want to use.< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "justicar-samaras-armory-le2" > Justicar Samara's Armory (LE2)< / h4 >
< a class = "heading-anchor" href = "#justicar-samaras-armory-le2" aria-labelledby = "justicar-samaras-armory-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/2080" > Justicar Samara's Armory (LE2)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > clericofshadows< / dd >
< dt > Category< / dt >
< dd > Added Content< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "practical-bodies-for-shepards-armors-le2" > Practical Bodies for Shepard's Armors (LE2)< / h4 >
< a class = "heading-anchor" href = "#practical-bodies-for-shepards-armors-le2" aria-labelledby = "practical-bodies-for-shepards-armors-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1553" > Practical Bodies for Shepard's Armors (MELE2)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > DeepSky27< / dd >
< dt > Category< / dt >
< dd > Appearance Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "no-headgear-for-squadmates-le2" > No Headgear for Squadmates (LE2)< / h4 >
< a class = "heading-anchor" href = "#no-headgear-for-squadmates-le2" aria-labelledby = "no-headgear-for-squadmates-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/377" > (ME2LE) No Headgear for Squadmates< / a > < / dd >
< dt > Mod Author< / dt >
< dd > ThaliaGraces< / dd >
< dt > Category< / dt >
< dd > Appearance Change< / dd >
< dt > Installation Note< / dt >
< dd > I also download Squad Select Textures, then I install it after installing all the DLC mods I want to use via ME3Tweak Mod Manager.< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "miranda-hair-replacer-le2" > Miranda Hair Replacer (LE2)< / h4 >
< a class = "heading-anchor" href = "#miranda-hair-replacer-le2" aria-labelledby = "miranda-hair-replacer-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/680" > Miranda Hair Replacer< / a > < / dd >
< dt > Mod Author< / dt >
< dd > BubbleButton< / dd >
< dt > Category< / dt >
< dd > Appearance Change< / dd >
< dt > Required Mod< / dt >
< dd > LE2 Prologue Framework< / dd >
< dt > Installation Note< / dt >
< dd > I install the following options in order:< / dd >
< dd >
< ol >
< li > Miranda + LE2 Patch< / li >
< / ol >
< / dd >
< dd >
< ol start = "2" >
< li > Miranda + Hubs< / li >
< / ol >
< / dd >
< dd >
< ol start = "3" >
< li > Miranda + LE2 patch no visor< / li >
< / ol >
< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "fate-of-executor-pallin-le2" > Fate of Executor Pallin LE2< / h4 >
< a class = "heading-anchor" href = "#fate-of-executor-pallin-le2" aria-labelledby = "fate-of-executor-pallin-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/2087" > Fate of Executor Pallin LE2< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Khaar Machinima< / dd >
< dt > Category< / dt >
< dd > Immersion< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "alov-le2" > ALOV (LE2)< / h4 >
< a class = "heading-anchor" href = "#alov-le2" aria-labelledby = "alov-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/3" > A Lot Of Videos (ALOV)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Audemus and ALOV Team< / dd >
< dt > Category< / dt >
< dd > Graphics Improvement< / dd >
< dt > Installation Note< / dt >
< dd > “ALOV for ME2”.< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "immersive-citizens-le2" > Immersive Citizens LE2< / h4 >
< a class = "heading-anchor" href = "#immersive-citizens-le2" aria-labelledby = "immersive-citizens-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1680" > Immersive Citizens LE2< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Daxvapik< / dd >
< dt > Category< / dt >
< dd > Immersion< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h3" >
< h3 id = "installed-with-mass-effect-modder-mem" > Installed with Mass Effect Modder (MEM)< / h3 >
< a class = "heading-anchor" href = "#installed-with-mass-effect-modder-mem" aria-labelledby = "installed-with-mass-effect-modder-mem" > < span hidden = "" > #< / span > < / a > < / div >
< div class = "heading-wrapper h4" >
< h4 id = "wraith-eyes-le2" > Wraith Eyes (LE2)< / h4 >
< a class = "heading-anchor" href = "#wraith-eyes-le2" aria-labelledby = "wraith-eyes-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1085" > Wraith Eyes< / a > < / dd >
< dt > Mod Author< / dt >
< dd > mulderitsme< / dd >
< dt > Category< / dt >
< dd > Graphics Improvement< / dd >
< dt > Installation Note< / dt >
< dd > Install Wraith Eyes LE2 and Default Renegade Scars LE2.< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "fix-for-lighter-middle-part-of-lipsticks-for-le2" > Fix for Lighter Middle Part of Lipsticks for LE2< / h4 >
< a class = "heading-anchor" href = "#fix-for-lighter-middle-part-of-lipsticks-for-le2" aria-labelledby = "fix-for-lighter-middle-part-of-lipsticks-for-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/281" > Fix for Lighter Middle Part of Lipsticks for LE2< / a > < / dd >
< dt > Mod Author< / dt >
< dd > MorningAngel< / dd >
< dt > Category< / dt >
< dd > Graphics Improvement< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "cleaner-visor-le2" > Cleaner Visor (LE2)< / h4 >
< a class = "heading-anchor" href = "#cleaner-visor-le2" aria-labelledby = "cleaner-visor-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/744" > Cleaner Visor< / a > < / dd >
< dt > Mod Author< / dt >
< dd > PorkinMemes< / dd >
< dt > Category< / dt >
< dd > Appearance Change< / dd >
< dt > Installation Note< / dt >
< dd > Install the VisorLE2.mem file< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "miranda-officer-outfit" > Miranda Officer Outfit< / h4 >
< a class = "heading-anchor" href = "#miranda-officer-outfit" aria-labelledby = "miranda-officer-outfit" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1020" > JeanLuc761's Miranda Officer Outfit< / a > < / dd >
< dt > Mod Author< / dt >
< dd > JeanLuc761; ported by Rocketcat15< / dd >
< dt > Category< / dt >
< dd > Appearance Change< / dd >
< dt > Installation Note< / dt >
< dd > I do not install the < code > JL761_style_Miranda_Romance.mem< / code > file, since I used Miranda Romance Mini Dress to replace her outfit during her romance scene.< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "jacks-closet" > Jack's Closet< / h4 >
< a class = "heading-anchor" href = "#jacks-closet" aria-labelledby = "jacks-closet" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1564" > Jack's Closet by femshepping< / a > < / dd >
< dt > Mod Author< / dt >
< dd > femshepping< / dd >
< dt > Category< / dt >
< dd > Appearance Change< / dd >
< dt > Installation Note< / dt >
< dd > I install Twisted Knit.< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "blue-scars-for-garrus-le2" > Blue Scars for Garrus (LE2)< / h4 >
< a class = "heading-anchor" href = "#blue-scars-for-garrus-le2" aria-labelledby = "blue-scars-for-garrus-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1030" > Blue Scars for Garrus (LE2)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Emma Vakarian-Theirin< / dd >
< dt > Category< / dt >
< dd > Appearance Change & Graphics Improvement< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "mornings-combat-outfits-for-kasumi-le2" > Morning's Combat Outfits for Kasumi LE2< / h4 >
< a class = "heading-anchor" href = "#mornings-combat-outfits-for-kasumi-le2" aria-labelledby = "mornings-combat-outfits-for-kasumi-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/2167" > Morning's Combat Outfits for Kasumi LE2< / a > < / dd >
< dt > Mod Author< / dt >
< dd > MorningAngel< / dd >
< dt > Category< / dt >
< dd > Appearance Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "liaras-proper-doctorate" > Liara's Proper Doctorate< / h4 >
< a class = "heading-anchor" href = "#liaras-proper-doctorate" aria-labelledby = "liaras-proper-doctorate" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1557" > Liara's Proper Doctorate< / a > < / dd >
< dt > Mod Author< / dt >
< dd > FroodyMishky< / dd >
< dt > Category< / dt >
< dd > Immersion< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "goodbye-lens-flares-le2" > Goodbye Lens Flares (LE2)< / h4 >
< a class = "heading-anchor" href = "#goodbye-lens-flares-le2" aria-labelledby = "goodbye-lens-flares-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1133" > Goodbye Lens Flares (LE2)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Wisegal< / dd >
< dt > Category< / dt >
< dd > Appearance Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "samaras-new-armor-le2-1" > Samara's New Armor (LE2)< / h4 >
< a class = "heading-anchor" href = "#samaras-new-armor-le2-1" aria-labelledby = "samaras-new-armor-le2-1" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/702" > Samara's New Armor (MELE2)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Zeb< / dd >
< dt > Category< / dt >
< dd > Appearance Change< / dd >
< dt > Installation Note< / dt >
< dd > I install Samara's New Armor UI (MELE2) with Mass Effect Modder after installing all the DLC mods I want to use via ME3Tweak Mod Manager.< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "paramours-le2" > Paramours (LE2)< / h4 >
< a class = "heading-anchor" href = "#paramours-le2" aria-labelledby = "paramours-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1132" > Paramours< / a > < strong > (WARNING: This link is Not Safe For Work)< / strong > < / dd >
< dt > Mod Author< / dt >
< dd > Anzella< / dd >
< dt > Category< / dt >
< dd > Graphics Improvement< / dd >
< dt > Download Note< / dt >
< dd > Download (LE2) Paramours.< / dd >
< dt > Installation Note< / dt >
< dd > I install (LE2) LCM ERS LE3 Liara Nipples.mem and (LE2) 'Ashley' Nipples.mem.< / dd >
< / dl >
< hr >
< / article >
< article class = "content__section" > < div class = "heading-wrapper h2" >
< h2 id = "mass-effect-3-legendary-edition-mods" > < cite > Mass Effect 3< / cite > Legendary Edition Mods< / h2 >
< a class = "heading-anchor" href = "#mass-effect-3-legendary-edition-mods" aria-labelledby = "mass-effect-3-legendary-edition-mods" > < span hidden = "" > #< / span > < / a > < / div >
< div class = "heading-wrapper h3" >
< h3 id = "installed-with-me3tweaks-mod-manager" > Installed with ME3Tweaks Mod Manager< / h3 >
< a class = "heading-anchor" href = "#installed-with-me3tweaks-mod-manager" aria-labelledby = "installed-with-me3tweaks-mod-manager" > < span hidden = "" > #< / span > < / a > < / div >
< div class = "heading-wrapper h4" >
< h4 id = "le3-community-patch" > LE3 Community Patch< / h4 >
< a class = "heading-anchor" href = "#le3-community-patch" aria-labelledby = "le3-community-patch" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/13" > LE3 Community Patch< / a > < / dd >
< dt > Mod Author< / dt >
< dd > LE3 Community Patch Team< / dd >
< dt > Category< / dt >
< dd > Bugfix & Framework< / dd >
< dt > IMPORTANT NOTE< / dt >
< dd > This Community Framework and Patch is practically mandatory if you want to use multiple mods for < cite > Mass Effect 3< / cite > Legendary Edition, as this framework and patch is required for those mods to work.< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "myriad-pro-begone-le3" > Myriad Pro Begone (LE3)< / h4 >
< a class = "heading-anchor" href = "#myriad-pro-begone-le3" aria-labelledby = "myriad-pro-begone-le3" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1070" > Myriad Pro Begone< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Audemus< / dd >
< dt > Category< / dt >
< dd > Interface Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "vignette-remover-le3" > Vignette Remover (LE3)< / h4 >
< a class = "heading-anchor" href = "#vignette-remover-le3" aria-labelledby = "vignette-remover-le3" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/428" > Vignette Remover< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Mgamerz< / dd >
< dt > Category< / dt >
< dd > Graphics Improvement< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "vanilla-like-femshep-hairstyles-le3" > Vanilla-like Femshep Hairstyles (LE3)< / h4 >
< a class = "heading-anchor" href = "#vanilla-like-femshep-hairstyles-le3" aria-labelledby = "vanilla-like-femshep-hairstyles-le3" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1049" > Vanilla-like Femshep Hairstyles (LE3)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > spiderbabes< / dd >
< dt > Category< / dt >
< dd > Player Customization< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "shorter-hairstyles-for-femshep-mele3" > Shorter Hairstyles for Femshep (MELE3)< / h4 >
< a class = "heading-anchor" href = "#shorter-hairstyles-for-femshep-mele3" aria-labelledby = "shorter-hairstyles-for-femshep-mele3" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1480" > Shorter Hairstyles for Femshep (MELE3)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > deepsky27< / dd >
< dt > Category< / dt >
< dd > Player Customization< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "shorter-hairstyles-for-femshep-ii-le3" > Shorter Hairstyles for Femshep II (LE3)< / h4 >
< a class = "heading-anchor" href = "#shorter-hairstyles-for-femshep-ii-le3" aria-labelledby = "shorter-hairstyles-for-femshep-ii-le3" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1540" > Shorter Hairstyles for Femshep II (MELE3)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > deepsky27< / dd >
< dt > Category< / dt >
< dd > Player Customization< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "appearance-modification-menu-le3" > Appearance Modification Menu LE3< / h4 >
< a class = "heading-anchor" href = "#appearance-modification-menu-le3" aria-labelledby = "appearance-modification-menu-le3" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/694" > Appearance Modification Menu LE3< / a > < / dd >
< dt > Mod Author< / dt >
< dd > DropTheSquid< / dd >
< dt > Category< / dt >
< dd > Interface Change & Player Customization< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "no-shared-power-cooldowns-le3" > No Shared Power Cooldowns (LE3)< / h4 >
< a class = "heading-anchor" href = "#no-shared-power-cooldowns-le3" aria-labelledby = "no-shared-power-cooldowns-le3" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1699" > No Shared Power Cooldowns< / a > < / dd >
< dt > Mod Author< / dt >
< dd > DropTheSquid< / dd >
< dt > Category< / dt >
< dd > Mechanics Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "proper-convo-cutscene-skipper-le3" > Proper Convo-Cutscene Skipper (LE3)< / h4 >
< a class = "heading-anchor" href = "#proper-convo-cutscene-skipper-le3" aria-labelledby = "proper-convo-cutscene-skipper-le3" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1683" > Proper Convo-Cutscene Skipper (LE3)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > 55tumbl< / dd >
< dt > Category< / dt >
< dd > Mechanics Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "le3-opening-remaster" > LE3 Opening Remaster< / h4 >
< a class = "heading-anchor" href = "#le3-opening-remaster" aria-labelledby = "le3-opening-remaster" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/19" > LE3 Opening Remaster< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Mellin and Audemus< / dd >
< dt > Category< / dt >
< dd > Graphics Improvement< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "expanded-galaxy-mod-le" > Expanded Galaxy Mod (LE)< / h4 >
< a class = "heading-anchor" href = "#expanded-galaxy-mod-le" aria-labelledby = "expanded-galaxy-mod-le" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/422" > Expanded Galaxy Mod (LE)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Kinkojiro< / dd >
< dt > Category< / dt >
< dd > Added Content, Immersion, Restored Content & Bugfix< / dd >
< dt > Installation Note< / dt >
< dd > I also select the following components during installation:< / dd >
< dd >
< ul >
< li > Extra: GasBags on Eden Prime< / li >
< / ul >
< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "egm-armors-for-le3" > EGM Armors for LE3< / h4 >
< a class = "heading-anchor" href = "#egm-armors-for-le3" aria-labelledby = "egm-armors-for-le3" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/187" > EGM Armors for LE3< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Kinkojiro< / dd >
< dt > Category< / dt >
< dd > Player Customization< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "journal-enhanced-le3" > Journal Enhanced (LE3)< / h4 >
< a class = "heading-anchor" href = "#journal-enhanced-le3" aria-labelledby = "journal-enhanced-le3" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1508" > Journal Enhanced (LE3)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > 55tumbl< / dd >
< dt > Category< / dt >
< dd > Interface Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "war-assets-tweaks-le3" > War Assets Tweaks (LE3)< / h4 >
< a class = "heading-anchor" href = "#war-assets-tweaks-le3" aria-labelledby = "war-assets-tweaks-le3" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1733" > War Assets Tweaks (LE3)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > 55tumbl< / dd >
< dt > Category< / dt >
< dd > Mechanics Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "metallic-armor-tints-le3" > Metallic Armor Tints (LE3)< / h4 >
< a class = "heading-anchor" href = "#metallic-armor-tints-le3" aria-labelledby = "metallic-armor-tints-le3" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/482" > Metallic Armor Tints< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Kinkojiro< / dd >
< dt > Category< / dt >
< dd > Player Customization< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "more-color-options-for-tints-and-patterns-le3" > More Color Options for Tints and Patterns LE3< / h4 >
< a class = "heading-anchor" href = "#more-color-options-for-tints-and-patterns-le3" aria-labelledby = "more-color-options-for-tints-and-patterns-le3" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/2101" > Morning's More Color Options for Tints and Patterns LE3< / a > < / dd >
< dt > Mod Author< / dt >
< dd > MorningAngel< / dd >
< dt > Category< / dt >
< dd > Player Customization< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "clear-mnemonic-visor-le3" > Clear Mnemonic Visor (LE3)< / h4 >
< a class = "heading-anchor" href = "#clear-mnemonic-visor-le3" aria-labelledby = "clear-mnemonic-visor-le3" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1753" > Clear Mnemonic Visor (LE3)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > CDRFredryck< / dd >
< dt > Category< / dt >
< dd > Added Content & Player Customization< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "mornings-outfits-for-femshep-le3-pt3" > Morning's Outfits for Femshep LE3 PT3< / h4 >
< a class = "heading-anchor" href = "#mornings-outfits-for-femshep-le3-pt3" aria-labelledby = "mornings-outfits-for-femshep-le3-pt3" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1593" > Morning's Outfits for Femshep LE3 PT3< / a > < / dd >
< dt > Mod Author< / dt >
< dd > MorningAngel< / dd >
< dt > Category< / dt >
< dd > Player Customization< / dd >
< dt > Download Note< / dt >
< dd > I also download Texture mod options for the outfits.< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "mornings-accessories-for-shepard-le3" > Morning's Accessories for Shepard LE3< / h4 >
< a class = "heading-anchor" href = "#mornings-accessories-for-shepard-le3" aria-labelledby = "mornings-accessories-for-shepard-le3" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1571" > Morning's Accessories for Shepard LE3< / a > < / dd >
< dt > Mod Author< / dt >
< dd > MorningAngel< / dd >
< dt > Category< / dt >
< dd > Player Customization< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "new-outfits-i-for-shepard-mele3" > New Outfits I For Shepard (MELE3)< / h4 >
< a class = "heading-anchor" href = "#new-outfits-i-for-shepard-mele3" aria-labelledby = "new-outfits-i-for-shepard-mele3" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1638" > New Outfits I For Shepard (MELE3)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > deepsky27< / dd >
< dt > Category< / dt >
< dd > Player Customization< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "janes-turtleneck-dress" > Jane's Turtleneck Dress< / h4 >
< a class = "heading-anchor" href = "#janes-turtleneck-dress" aria-labelledby = "janes-turtleneck-dress" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1656" > Jane's Turtleneck Dress< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Soriyumi< / dd >
< dt > Category< / dt >
< dd > Player Customization< / dd >
< dt > Download Note< / dt >
< dd > I also download the Optional Recolors and install one of the MEM files with Mass Effect Modder after all the DLC mods I want to use via ME3Tweak Mod Manager.< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "janes-pajamas" > Jane's Pajamas< / h4 >
< a class = "heading-anchor" href = "#janes-pajamas" aria-labelledby = "janes-pajamas" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1664" > Jane's Pajamas< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Soriyumi< / dd >
< dt > Category< / dt >
< dd > Player Customization< / dd >
< dt > Download Note< / dt >
< dd > I also download the Optional Recolors and install Jane'sPajamas - BlackRecolor.mem with Mass Effect Modder after all the DLC mods I want to use via ME3Tweak Mod Manager.< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "leather-jacket-for-femshep-le3" > Leather Jacket for Femshep (LE3)< / h4 >
< a class = "heading-anchor" href = "#leather-jacket-for-femshep-le3" aria-labelledby = "leather-jacket-for-femshep-le3" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/440" > Leather Jacket for Femshep< / a > < / dd >
< dt > Mod Author< / dt >
< dd > rngdshep< / dd >
< dt > Category< / dt >
< dd > Player Customization< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "the-illusive-woman-le3" > The Illusive Woman (LE3)< / h4 >
< a class = "heading-anchor" href = "#the-illusive-woman-le3" aria-labelledby = "the-illusive-woman-le3" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/671" > The Illusive Woman (or a Suit for Femshep)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > rngdshep< / dd >
< dt > Category< / dt >
< dd > Player Customization< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "turtlenecks-for-male-shepard-le3" > Turtlenecks for Male Shepard (LE3)< / h4 >
< a class = "heading-anchor" href = "#turtlenecks-for-male-shepard-le3" aria-labelledby = "turtlenecks-for-male-shepard-le3" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1662" > Turtlenecks for Male Shepard (LE3)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > clericofshadows< / dd >
< dt > Category< / dt >
< dd > Player Customization< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "coats-and-jackets-for-male-shepard-le3" > Coats and Jackets for Male Shepard (LE3)< / h4 >
< a class = "heading-anchor" href = "#coats-and-jackets-for-male-shepard-le3" aria-labelledby = "coats-and-jackets-for-male-shepard-le3" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1689" > Coats and Jackets for Male Shepard (LE3)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > clericofshadows< / dd >
< dt > Category< / dt >
< dd > Player Customization< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "practical-bodies-for-shepards-armors-le3" > Practical Bodies for Shepard's Armors (LE3)< / h4 >
< a class = "heading-anchor" href = "#practical-bodies-for-shepards-armors-le3" aria-labelledby = "practical-bodies-for-shepards-armors-le3" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1423" > Practical Bodies for Shepard's Armors (MELE3)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > DeepSky27< / dd >
< dt > Category< / dt >
< dd > Appearance Change< / dd >
< dt > Installation Note< / dt >
< dd > I install Version B.< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "practical-bodies-for-casual-shepard-le3" > Practical Bodies for Casual Shepard (LE3)< / h4 >
< a class = "heading-anchor" href = "#practical-bodies-for-casual-shepard-le3" aria-labelledby = "practical-bodies-for-casual-shepard-le3" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1410" > Practical Bodies for Casual Shepard (MELE3)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > DeepSky27< / dd >
< dt > Category< / dt >
< dd > Appearance Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "reduced-interaction-circle-hud" > Reduced Interaction Circle HUD< / h4 >
< a class = "heading-anchor" href = "#reduced-interaction-circle-hud" aria-labelledby = "reduced-interaction-circle-hud" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1106" > Reduced interaction circle HUD< / a > < / dd >
< dt > Mod Author< / dt >
< dd > daneeyul< / dd >
< dt > Category< / dt >
< dd > Interface Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "shorter-notifications-le3" > Shorter Notifications (LE3)< / h4 >
< a class = "heading-anchor" href = "#shorter-notifications-le3" aria-labelledby = "shorter-notifications-le3" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/803" > Shorter Notifications (LE3)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > WiredTexan< / dd >
< dt > Category< / dt >
< dd > Interface Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "unlimited-sprint-and-boost-duration" > Unlimited Sprint and Boost Duration< / h4 >
< a class = "heading-anchor" href = "#unlimited-sprint-and-boost-duration" aria-labelledby = "unlimited-sprint-and-boost-duration" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/337" > Unlimited Sprint and Boost Duration< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Sapphire/Nypheena< / dd >
< dt > Category< / dt >
< dd > Mechanics Change< / dd >
< dt > Installation Note< / dt >
< dd > Download and install Unlimited Sprint LE3.< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "combined-ammo-mod-le2" > Combined Ammo Mod (LE2)< / h4 >
< a class = "heading-anchor" href = "#combined-ammo-mod-le2" aria-labelledby = "combined-ammo-mod-le2" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1817" > Combined Ammo Mod (LE2)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > RepugnantPear< / dd >
< dt > Category< / dt >
< dd > Mechanics Change< / dd >
< dt > Required Mod< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1458" > LE2 Improved Functionality< / a > < / dd >
< dt > Installation Note< / dt >
< dd > I install all the options.< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "stock-weapon-appearance" > Stock Weapon Appearance< / h4 >
< a class = "heading-anchor" href = "#stock-weapon-appearance" aria-labelledby = "stock-weapon-appearance" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1502" > Stock Weapon Appearance< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Herobrine24< / dd >
< dt > Category< / dt >
< dd > Appearance Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "no-sniper-zoom-for-smgs-hps-and-ars-le3" > No Sniper Zoom for SMGs HPs and ARs (LE3)< / h4 >
< a class = "heading-anchor" href = "#no-sniper-zoom-for-smgs-hps-and-ars-le3" aria-labelledby = "no-sniper-zoom-for-smgs-hps-and-ars-le3" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1279" > No Sniper Zoom for SMGs HPs and ARs (LE3)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > RepugnantPear< / dd >
< dt > Category< / dt >
< dd > Interface Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "weapon-legendary-warpack" > Weapon Legendary Warpack< / h4 >
< a class = "heading-anchor" href = "#weapon-legendary-warpack" aria-labelledby = "weapon-legendary-warpack" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/925" > Weapon Legendary Warpack - Rescoped Avenger - Slim N7 Typhoon - Automatic Valkyrie< / a > < / dd >
< dt > Mod Author< / dt >
< dd > survivor686< / dd >
< / dl >
< p > Category & Tier: Appearance Change.< / p >
< dl >
< dt > Installation Note< / dt >
< dd > I install the Default option.< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "faster-normandy-le3" > Faster Normandy (LE3)< / h4 >
< a class = "heading-anchor" href = "#faster-normandy-le3" aria-labelledby = "faster-normandy-le3" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1179" > Faster Normandy (LE3)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > 55tumbl< / dd >
< dt > Category< / dt >
< dd > Mechanics Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "assorted-bed-sheets-le3" > Assorted Bed Sheets (LE3)< / h4 >
< a class = "heading-anchor" href = "#assorted-bed-sheets-le3" aria-labelledby = "assorted-bed-sheets-le3" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1294" > Assorted Bed Sheets (LE3)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > munchyfly< / dd >
< dt > Category< / dt >
< dd > Appearance Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "bakaras-gift" > Bakara's Gift< / h4 >
< a class = "heading-anchor" href = "#bakaras-gift" aria-labelledby = "bakaras-gift" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1600" > Bakara's Gift< / a > < / dd >
< dt > Mod Author< / dt >
< dd > munchyfly< / dd >
< dt > Category< / dt >
< dd > Added Content< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "padmes-cabin-additions-and-memorials-le3" > Padme's Cabin Additions and Memorials (LE3)< / h4 >
< a class = "heading-anchor" href = "#padmes-cabin-additions-and-memorials-le3" aria-labelledby = "padmes-cabin-additions-and-memorials-le3" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/631" > Padme's Cabin Additions and Memorials (LE3)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Padme4000< / dd >
< dt > Category< / dt >
< dd > Added Content< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "shley-consistency-project-le3" > shley Consistency Project (LE3)< / h4 >
< a class = "heading-anchor" href = "#shley-consistency-project-le3" aria-labelledby = "shley-consistency-project-le3" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1209" > Ashley Consistency Project (MELE3)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Jenya66< / dd >
< dt > Category< / dt >
< dd > Appearance Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "ashley-williamss-armory-le3" > Ashley Williams's Armory (LE3)< / h4 >
< a class = "heading-anchor" href = "#ashley-williamss-armory-le3" aria-labelledby = "ashley-williamss-armory-le3" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1759" > Ashley Williams's Armory (LE3)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > clericofshadows< / dd >
< dt > Category< / dt >
< dd > Added Content< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "liara-full-helmet" > Liara Full Helmet< / h4 >
< a class = "heading-anchor" href = "#liara-full-helmet" aria-labelledby = "liara-full-helmet" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1452" > Liara Full Helmet< / a > < / dd >
< dt > Mod Author< / dt >
< dd > M1SZ3L Getorex< / dd >
< dt > Category< / dt >
< dd > Appearance Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "edis-armory" > EDI's Armory< / h4 >
< a class = "heading-anchor" href = "#edis-armory" aria-labelledby = "edis-armory" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1756" > EDI's Armory< / a > < / dd >
< dt > Mod Author< / dt >
< dd > clericofshadows< / dd >
< dt > Category< / dt >
< dd > Added Content< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "javiks-new-armor-le3" > Javik's New Armor (LE3)< / h4 >
< a class = "heading-anchor" href = "#javiks-new-armor-le3" aria-labelledby = "javiks-new-armor-le3" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1153" > Javik's New Armor (LE3)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Zeb< / dd >
< dt > Category< / dt >
< dd > Added Content< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "traynor-long-hair" > Traynor Long Hair< / h4 >
< a class = "heading-anchor" href = "#traynor-long-hair" aria-labelledby = "traynor-long-hair" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/516" > Traynor Long Hair mod< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Morax< / dd >
< dt > Category< / dt >
< dd > Appearance Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "bakara-visible-face" > Bakara Visible Face< / h4 >
< a class = "heading-anchor" href = "#bakara-visible-face" aria-labelledby = "bakara-visible-face" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1231" > Bakara Visible Face< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Aleirdra< / dd >
< dt > Category< / dt >
< dd > Appearance Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "virmire-savior-mod-le3" > Virmire Savior Mod (LE3)< / h4 >
< a class = "heading-anchor" href = "#virmire-savior-mod-le3" aria-labelledby = "virmire-savior-mod-le3" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1442" > Virmire Savior Mod (LE3)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Vegz< / dd >
< dt > Category< / dt >
< dd > Modified Content< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "shepard-can-agree-with-anderson" > Shepard Can Agree With Anderson< / h4 >
< a class = "heading-anchor" href = "#shepard-can-agree-with-anderson" aria-labelledby = "shepard-can-agree-with-anderson" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1013" > Shepard Can Agree With Anderson< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Pauju< / dd >
< dt > Category< / dt >
< dd > Modified Content< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "cerberus-retrofits" > Cerberus Retrofits< / h4 >
< a class = "heading-anchor" href = "#cerberus-retrofits" aria-labelledby = "cerberus-retrofits" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/709" > Cerberus Retrofits< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Tydeous< / dd >
< dt > Category< / dt >
< dd > Appearance Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "iff-dialogue-tweak" > IFF Dialogue Tweak< / h4 >
< a class = "heading-anchor" href = "#iff-dialogue-tweak" aria-labelledby = "iff-dialogue-tweak" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1666" > IFF Dialogue Tweak< / a > < / dd >
< dt > Mod Author< / dt >
< dd > LLinden< / dd >
< dt > Category< / dt >
< dd > Immersion< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "reegar-returns" > Reegar Returns< / h4 >
< a class = "heading-anchor" href = "#reegar-returns" aria-labelledby = "reegar-returns" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/2252" > Reegar Returns< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Scottina123< / dd >
< dt > Category< / dt >
< dd > Modified Content< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "reworked-kai-leng" > Reworked Kai Leng< / h4 >
< a class = "heading-anchor" href = "#reworked-kai-leng" aria-labelledby = "reworked-kai-leng" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1038" > Reworked Kai Leng< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Pauju< / dd >
< dt > Category< / dt >
< dd > Modified Content< / dd >
< dt > Download Note< / dt >
< dd > I download the white armor version.< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "miranda-mod" > MIranda Mod< / h4 >
< a class = "heading-anchor" href = "#miranda-mod" aria-labelledby = "miranda-mod" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1350" > MIranda Mod (LE)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Kinkojiro< / dd >
< dt > Category< / dt >
< dd > Added Content< / dd >
< dt > Required Mod< / dt >
< dd > Expanded Galaxy Mod< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "more-gay-romances-le3" > More Gay Romances (LE3)< / h4 >
< a class = "heading-anchor" href = "#more-gay-romances-le3" aria-labelledby = "more-gay-romances-le3" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/489" > More Gay Romances< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Mentlegen< / dd >
< dt > Category< / dt >
< dd > Modified Content< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "take-earth-back" > Take Earth Back< / h4 >
< a class = "heading-anchor" href = "#take-earth-back" aria-labelledby = "take-earth-back" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/16" > Take Earth Back< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Mass Effect Modding Community, project leader Tydeous< / dd >
< dt > Category< / dt >
< dd > Mechanics Change, Immersion & Restored Content< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "audemus-happy-ending-mod" > Audemus’ Happy Ending Mod< / h4 >
< a class = "heading-anchor" href = "#audemus-happy-ending-mod" aria-labelledby = "audemus-happy-ending-mod" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/323" > Audemus’ Happy Ending Mod (AHEM)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Audemus< / dd >
< dt > Category< / dt >
< dd > Modified Content< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "project-variety-le3" > Project Variety (LE3)< / h4 >
< a class = "heading-anchor" href = "#project-variety-le3" aria-labelledby = "project-variety-le3" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1481" > Project Variety (LE3)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Scottina123< / dd >
< dt > Category< / dt >
< dd > Added Content, Modified Content, Player Customization, Restored Content, Mechanics Change & Immersion< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "thane-can-live" > Thane Can Live< / h4 >
< a class = "heading-anchor" href = "#thane-can-live" aria-labelledby = "thane-can-live" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1282" > Thane Can Live< / a > < / dd >
< dt > Mod Author< / dt >
< dd > phoenixsoul13< / dd >
< dt > Category< / dt >
< dd > Modified Content< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "emily-lives" > Emily Lives< / h4 >
< a class = "heading-anchor" href = "#emily-lives" aria-labelledby = "emily-lives" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/2199" > Emily Lives< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Scottina123< / dd >
< dt > Category< / dt >
< dd > Modified Content< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "super-extra-party-time" > Super Extra Party Time< / h4 >
< a class = "heading-anchor" href = "#super-extra-party-time" aria-labelledby = "super-extra-party-time" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1750" > Super Extra Party Time< / a > < / dd >
< dt > Mod Author< / dt >
< dd > beccatoria< / dd >
< dt > Category< / dt >
< dd > Modified Content< / dd >
< dt > Installation Note< / dt >
< dd > I select the Project Variety and Virmire Savior compatibility patches.< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "pinnacle-station-apartment-le3" > Pinnacle Station Apartment (LE3)< / h4 >
< a class = "heading-anchor" href = "#pinnacle-station-apartment-le3" aria-labelledby = "pinnacle-station-apartment-le3" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1588" > Pinnacle Station Apartment (LE3)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Scottina123 & LLinden< / dd >
< / dl >
< p > Category & Tier: Added Content< / p >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "various-dialogue-tweaks-le3" > Various Dialogue Tweaks (LE3)< / h4 >
< a class = "heading-anchor" href = "#various-dialogue-tweaks-le3" aria-labelledby = "various-dialogue-tweaks-le3" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1511" > Various Dialogue Tweaks (LE3)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > phoenixsoul13< / dd >
< dt > Category< / dt >
< dd > Modified Content< / dd >
< dt > Installation Note< / dt >
< dd > I install the Garrus dialogue tweak.< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "no-movement-penalty-during-rannoch-boss-fight" > No Movement Penalty During Rannoch Boss Fight< / h4 >
< a class = "heading-anchor" href = "#no-movement-penalty-during-rannoch-boss-fight" aria-labelledby = "no-movement-penalty-during-rannoch-boss-fight" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1156" > No Movement Penalty During Rannoch Boss Fight< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Herobrine24< / dd >
< dt > Category< / dt >
< dd > Mechanics Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "liara-mourns-the-dead" > Liara Mourns the Dead< / h4 >
< a class = "heading-anchor" href = "#liara-mourns-the-dead" aria-labelledby = "liara-mourns-the-dead" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1713" > Liara Mourns the Dead< / a > < / dd >
< dt > Mod Author< / dt >
< dd > beccatoria< / dd >
< dt > Category< / dt >
< dd > Added Content< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "omega-hub" > Omega Hub< / h4 >
< a class = "heading-anchor" href = "#omega-hub" aria-labelledby = "omega-hub" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1597" > Omega Hub< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Tydeous< / dd >
< dt > Category< / dt >
< dd > Added Content< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "choose-your-friend" > Choose Your Friend< / h4 >
< a class = "heading-anchor" href = "#choose-your-friend" aria-labelledby = "choose-your-friend" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/996" > Choose Your Friend< / a > < / dd >
< dt > Mod Author< / dt >
< dd > phoenixsoul13< / dd >
< dt > Category< / dt >
< dd > Modified Content< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "prioritize-scar-comments-le3" > Prioritize Scar Comments (LE3)< / h4 >
< a class = "heading-anchor" href = "#prioritize-scar-comments-le3" aria-labelledby = "prioritize-scar-comments-le3" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1413" > Prioritize Scar Comments (LE3)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > phoenixsoul13< / dd >
< dt > Category< / dt >
< dd > Modified Content< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "shepards-archived-profile" > Shepard's Archived Profile< / h4 >
< a class = "heading-anchor" href = "#shepards-archived-profile" aria-labelledby = "shepards-archived-profile" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/2045" > Shepard's Archived Profile< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Mistyvail< / dd >
< dt > Category< / dt >
< dd > Immersion< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "dreams-remade" > Dreams Remade< / h4 >
< a class = "heading-anchor" href = "#dreams-remade" aria-labelledby = "dreams-remade" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1630" > Dreams Remade< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Pauju< / dd >
< dt > Category< / dt >
< dd > Modified Content< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "alov-le3" > ALOV (LE3)< / h4 >
< a class = "heading-anchor" href = "#alov-le3" aria-labelledby = "alov-le3" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/3" > A Lot Of Videos (ALOV)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Audemus and ALOV Team< / dd >
< dt > Category< / dt >
< dd > Graphics Improvement< / dd >
< dt > Installation Note< / dt >
< dd > “ALOV for ME3”.< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h3" >
< h3 id = "installed-with-mass-effect-modder-mem" > Installed with Mass Effect Modder (MEM)< / h3 >
< a class = "heading-anchor" href = "#installed-with-mass-effect-modder-mem" aria-labelledby = "installed-with-mass-effect-modder-mem" > < span hidden = "" > #< / span > < / a > < / div >
< div class = "heading-wrapper h4" >
< h4 id = "wraith-eyes-le3" > Wraith Eyes (LE3)< / h4 >
< a class = "heading-anchor" href = "#wraith-eyes-le3" aria-labelledby = "wraith-eyes-le3" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1085" > Wraith Eyes< / a > < / dd >
< dt > Mod Author< / dt >
< dd > mulderitsme< / dd >
< dt > Category< / dt >
< dd > Graphics Improvement< / dd >
< dt > Installation Note< / dt >
< dd > Install Wraith Eyes LE3 and Default Renegade Scars LE3.< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "teeth-fix-for-new-hairstyles-me3" > Teeth fix for new hairstyles (ME3)< / h4 >
< a class = "heading-anchor" href = "#teeth-fix-for-new-hairstyles-me3" aria-labelledby = "teeth-fix-for-new-hairstyles-me3" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/487" > Teeth fix for new hairstyles (ME3)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > xramina< / dd >
< dt > Category< / dt >
< dd > Bugfix< / dd >
< dt > Installation Note< / dt >
< dd > Install Wraith Eyes LE3 and Default Renegade Scars LE3.< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "fix-for-lighter-middle-part-of-lipsticks-for-le3" > Fix for Lighter Middle Part of Lipsticks for LE3< / h4 >
< a class = "heading-anchor" href = "#fix-for-lighter-middle-part-of-lipsticks-for-le3" aria-labelledby = "fix-for-lighter-middle-part-of-lipsticks-for-le3" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/281" > Fix for Lighter Middle Part of Lipsticks for LE3< / a > < / dd >
< dt > Mod Author< / dt >
< dd > MorningAngel< / dd >
< dt > Category< / dt >
< dd > Graphics Improvement< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "cleaner-visor-le3" > Cleaner Visor (LE3)< / h4 >
< a class = "heading-anchor" href = "#cleaner-visor-le3" aria-labelledby = "cleaner-visor-le3" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/744" > Cleaner Visor< / a > < / dd >
< dt > Mod Author< / dt >
< dd > PorkinMemes< / dd >
< dt > Category< / dt >
< dd > Appearance Change< / dd >
< dt > Installation Note< / dt >
< dd > Install the VisorLE3.mem file< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "gunmetal-weapon-textures-le3" > GunMetal Weapon Textures (LE3)< / h4 >
< a class = "heading-anchor" href = "#gunmetal-weapon-textures-le3" aria-labelledby = "gunmetal-weapon-textures-le3" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1772" > GunMetal Weapon Textures (LE3)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > SpaceWombat< / dd >
< dt > Category< / dt >
< dd > Graphics Improvement< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "ashley-le1-complexion-for-le3" > Ashley LE1 Complexion for LE3< / h4 >
< a class = "heading-anchor" href = "#ashley-le1-complexion-for-le3" aria-labelledby = "ashley-le1-complexion-for-le3" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1191" > Ashley LE1 Complexion for LE3< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Audemus< / dd >
< dt > Category< / dt >
< dd > Appearance Change< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "hd-garrus-face-texture-le3" > HD Garrus Face Texture (LE3)< / h4 >
< a class = "heading-anchor" href = "#hd-garrus-face-texture-le3" aria-labelledby = "hd-garrus-face-texture-le3" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/992" > ClearanceClarence's HD Garrus Face Texture (LE3)< / a > < / dd >
< dt > Mod Author< / dt >
< dd > ClearanceClarence & Emma Vakarian-Theirin< / dd >
< dt > Category< / dt >
< dd > Appearance Change & Graphics Improvement< / dd >
< dt > Installation Note< / dt >
< dd > I download and install both ClearanceClarence's HD Garrus Face Texture (LE3) and Blue Scars for Garrus (LE3).< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "ajvik-by-murderclan" > aJvik by Murderclan< / h4 >
< a class = "heading-anchor" href = "#ajvik-by-murderclan" aria-labelledby = "ajvik-by-murderclan" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/1730" > Javik by Murderclan< / a > < / dd >
< dt > Mod Author< / dt >
< dd > MurderClan< / dd >
< dt > Category< / dt >
< dd > Appearance Change< / dd >
< dt > Download Note< / dt >
< dd > I download and install Javik's Black Sun Armour< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "le3-main-menu-screen-reaplacer" > LE3 Main Menu Screen Reaplacer< / h4 >
< a class = "heading-anchor" href = "#le3-main-menu-screen-reaplacer" aria-labelledby = "le3-main-menu-screen-reaplacer" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/800" > LE3 Main Menu Screen Reaplacer< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Jenya66< / dd >
< dt > Category< / dt >
< dd > Immersion< / dd >
< / dl >
< hr >
< div class = "heading-wrapper h4" >
< h4 id = "reduced-lens-flares-le3" > Reduced Lens Flares (LE3)< / h4 >
< a class = "heading-anchor" href = "#reduced-lens-flares-le3" aria-labelledby = "reduced-lens-flares-le3" > < span hidden = "" > #< / span > < / a > < / div >
< dl >
< dt > Mod Name< / dt >
< dd > < a href = "https://www.nexusmods.com/masseffectlegendaryedition/mods/776" > Reduced Lens Flares - LE3< / a > < / dd >
< dt > Mod Author< / dt >
< dd > Linus04< / dd >
< dt > Category< / dt >
< dd > Appearance Change< / dd >
< / dl >
< hr >
< / article >
< / div >
< / content-wrapper >
< / main >
< footer class = "footer" >
< p >
< svg class = "inline-icon" aria-hidden = "true" xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 512 512" > <!-- !Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc. --> < path d = "M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48L48 64zM0 176L0 384c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-208L294.4 339.2c-22.8 17.1-54 17.1-76.8 0L0 176z" > < / path > < / svg >
< a rel = "nofollow, noindex" href = "emailme/" > Contact me by email< / a > (< a href = "https://useplaintext.email/" > plain text email< / a > encouraged)
< / p >
< h2 class = "visually-hidden" > Footer Navigation:< / h2 >
< ul class = "inline-nav footer__links" >
< li >
< a href = "/feed.xml" > < svg class = "inline-icon" aria-hidden = "true" xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 448 512" > <!-- !Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc. --> < path d = "M0 64C0 46.3 14.3 32 32 32c229.8 0 416 186.2 416 416c0 17.7-14.3 32-32 32s-32-14.3-32-32C384 253.6 226.4 96 32 96C14.3 96 0 81.7 0 64zM0 416a64 64 0 1 1 128 0A64 64 0 1 1 0 416zM32 160c159.1 0 288 128.9 288 288c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-123.7-100.3-224-224-224c-17.7 0-32-14.3-32-32s14.3-32 32-32z" > < / path > < / svg > RSS Feed< / a >
< / li >
< li > < a href = "/sitemap/
">Site Map< / a > < / li > < li > < a href = "/changelogs/" > Changelogs< / a > < / li > < li > < a href = "/accessibility/" > Accessibility< / a > < / li > < li > < a href = "/colophon/" > Colophon< / a > < / li > < / ul >
< p > Made with ♥ by Leilukin since 11 September 2022< / p >
< p >
< svg class = "inline-icon" aria-hidden = "true" xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 640 512" > <!-- !Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc. --> < path d = "M96 64c0-17.7 14.3-32 32-32l320 0 64 0c70.7 0 128 57.3 128 128s-57.3 128-128 128l-32 0c0 53-43 96-96 96l-192 0c-53 0-96-43-96-96L96 64zM480 224l32 0c35.3 0 64-28.7 64-64s-28.7-64-64-64l-32 0 0 128zM32 416l512 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32s14.3-32 32-32z" > < / path > < / svg >
< a href = "https://ko-fi.com/leilukin" > Support me on Ko-Fi< / a >
< / p > < div class = "h-card hidden" >
< span class = "p-name p-nickname" > Leilukin< / span >
< a href = "/" class = "u-url" > Home page< / a >
< img src = "https://i.postimg.cc/RZJgS6tY/leilukin-bee.avif" alt = "Leilukin" class = "u-photo" loading = "lazy" >
< span class = "p-country-name" > Malaysia< / span >
< span class = "p-note" > They/she. A proudly queer and autistic < span class = "p-gender-identity" > non-binary< / span > lesbian from Malaysia.< / span >
< / div > < a href = "#top" class = "top-btn" >
< svg class = "top-btn__arrow" focusable = "false" aria-hidden = "true" viewBox = "0 0 26 28" >
< path d = "M25.172 15.172c0 0.531-0.219 1.031-0.578 1.406l-1.172 1.172c-0.375 0.375-0.891 0.594-1.422 0.594s-1.047-0.219-1.406-0.594l-4.594-4.578v11c0 1.125-0.938 1.828-2 1.828h-2c-1.062 0-2-0.703-2-1.828v-11l-4.594 4.578c-0.359 0.375-0.875 0.594-1.406 0.594s-1.047-0.219-1.406-0.594l-1.172-1.172c-0.375-0.375-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l10.172-10.172c0.359-0.375 0.875-0.578 1.406-0.578s1.047 0.203 1.422 0.578l10.172 10.172c0.359 0.375 0.578 0.891 0.578 1.422z" > < / path >
< / svg >
Back to Top
< / a >
< / footer >
< / body >
< / html >