leilukin-site/projects/videogamemods/kotor2/index.html

729 lines
37 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en" dir="ltr" id="top">
<head>
<meta property="og:title" content="My Mods for Star Wars: Knights of the Old Republic II: The Sith Lords">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Leilukin">
<meta name="description" content="List of video game mods I have made for Star Wars: Knights of the Old Republic II: The Sith Lords.">
<meta name="generator" content="Eleventy v3.0.0">
<meta property="og:type" content="website">
<meta property="og:url" content="https://leilukin.com/projects/videogamemods/kotor2/">
<meta property="og:site_name" content="Leilukin's Hub">
<meta property="og:locale" content="en_MY">
<meta property="og:description" content="List of video game mods I have made for Star Wars: Knights of the Old Republic II: The Sith Lords.">
<meta name="twitter:card" content="summary">
<meta name="twitter:url" content="https://leilukin.com/projects/videogamemods/kotor2/">
<meta name="twitter:description" content="List of video game mods I have made for Star Wars: Knights of the Old Republic II: The Sith Lords.">
<link rel="canonical" href="https://leilukin.com/projects/videogamemods/kotor2/">
<link rel="stylesheet" href="/assets/css/global.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>.toc__wrapper {
max-height: 89vh;
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);
cursor: pointer;
}
.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 {
list-style-type: "";
padding: 0;
margin: 0 0 0.7em 0;
display: flex;
gap: 0.5em;
flex-wrap: wrap;
justify-content: center;
}
.breadcrumbs li::after {
content: '➔';
padding-left: 0.3em;
}
.blog__post--pagination {
padding-top: 1em;
margin-top: 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-color: 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;
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-color: 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;
}
.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="preload" href="/assets/fonts/lexend/lexend-v19-latin-regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/assets/fonts/lexend/lexend-v19-latin-700.woff2" as="font" type="font/woff2" crossorigin>
<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: 600;
src: url('/assets/fonts/lexend/lexend-v19-latin-600.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/intel-one-mono/intel-one-mono.css">
<link rel="me" href="mailto:contact@leilukin.com">
<link rel="me" href="https://mstdn.social/@leilukin">
<link rel="me" href="https://twitter.com/Leilukin">
<link rel="me" href="https://github.com/Leilukin">
<link rel="authorization_endpoint" href="https://indieauth.com/auth">
<link rel="webmention" href="https://webmention.io/leilukin.com/webmention">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon/favicon-16x16.png">
<link rel="manifest" href="/assets/favicon/site.webmanifest">
<script src="/assets/js/MnPoD-suxd.js" defer></script>
<script src="/assets/js/details-utils.js" defer></script>
<title>
My Mods for Star Wars: Knights of the Old Republic II: The Sith Lords | 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"/></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 aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<li>
<a href="/projects/">Projects</a>
</li>
</ol>
</nav>
<h1>My Mods for Star Wars: Knights of the Old Republic II: The Sith Lords</h1>
<p>List of video game mods I have made for Star Wars: Knights of the Old Republic II: The Sith Lords.</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-note-for-steam-users">Important Note for Steam Users</a></li>
<li><a href="#same-gender-romances">Same-Gender Romances</a><ol><li><a href="#atton-rand-and-male-exile-romance">Atton Rand and Male Exile Romance</a></li>
<li><a href="#handmaiden-and-female-exile-disciple-and-male-exile-romance">Handmaiden and Female Exile - Disciple and Male Exile Romance</a></li>
<li><a href="#visas-marr-and-female-exile-romance">Visas Marr and Female Exile Romance</a></li>
<li><a href="#alternate-revan-romances-redux">Alternate Revan Romances REDUX</a></li>
<li><a href="#darth-sion-and-male-exile-mod">Darth Sion and Male Exile Mod</a></li>
<li><a href="#dahnis-flirt-option-for-female-pc">Dahnis Flirt Option for Female PC</a></li>
<li><a href="#partyswap">PartySwap</a></li>
<li><a href="#leilukins-kreia-reskin">Leilukins Kreia Reskin</a></li>
<li><a href="#no-jealousy-lock-in-handmaiden-dialogue">No Jealousy Lock in Handmaiden Dialogue</a></li>
<li><a href="#visas-visible-jedi-robes">Visas Visible Jedi Robes</a></li>
<li><a href="#love-between-brianna-and-the-exile-the-sith-lords-restored-content-mod-version">Love Between Brianna and the Exile - The Sith Lords Restored Content Mod Version</a></li></ol></li>
<li><a href="#npcs">NPCs</a><ol><li><a href="#lonna-vash-mod-for-tslrcm">Lonna Vash Mod for TSLRCM</a></li>
<li><a href="#tsl-twilek-male-npc-diversity">TSL Twi'lek Male NPC Diversity</a></li>
<li><a href="#dahnis-unique-look">Dahnis Unique Look</a></li></ol></li>
<li><a href="#items">Items</a><ol><li><a href="#tsl-improved-party-outfits">TSL Improved Party Outfits</a></li>
<li><a href="#juhani-item-pack-for-tsl">Juhani Item Pack for TSL</a></li>
<li><a href="#prologue-item-recovery">Prologue Item Recovery</a></li>
<li><a href="#tsl-workbench-lightsaber-creation">TSL Workbench Lightsaber Creation</a></li></ol></li>
<li><a href="#miscellaneous">Miscellaneous</a><ol><li><a href="#exiles-trial-overlay-removal">Exile's Trial Overlay Removal</a></li></ol></li>
<li><a href="#patches">Patches</a><ol><li><a href="#partyswap-and-extended-enclave-compatibility-patch">PartySwap and Extended Enclave Compatibility Patch</a></li>
<li><a href="#remote-tells-influence-patch-for-the-sith-lords-restored-content-mod">Remote Tells Influence Patch for The Sith Lords Restored Content Mod</a></li></ol></li></ol></nav>
</details>
</details-utils>
</aside>
<div class="content">
<p><strong>Please make sure you have read and followed my instructions before asking for help or reporting any issue with my mods!</strong></p>
<p>If your issue is not addressed on my mod's page, ask for support or report issues with my mods on the mod's page on Deadly Stream, Nexus Mods or <a href="contact@leilukin.com">send me an email</a>.</p>
<div class="heading-wrapper h2">
<h2 id="important-note-for-steam-users">Important Note for Steam Users</h2>
<a class="heading-anchor" href="#important-note-for-steam-users" aria-labelledby="important-note-for-steam-users"><span hidden>#</span></a></div>
<p>If you play KotOR 2 on Steam, I <strong>DO NOT recommend using the Steam Workshop to mod KotOR 2 at all</strong>, especially if you want to use any of my mods. I recommend reading this post on <a href="https://deadlystream.com/topic/7321-why-not-to-use-the-steam-workshop/">why NOT to use the Steam Workshop</a>.</p>
<p>The sheer amount of mod compatibility issues the Steam Workshop can cause to KotOR 2 mods is precisely why <strong>I will <em>never</em> upload any of my KotOR 2 mods to Steam Workshop</strong>.</p>
<div class="heading-wrapper h2">
<h2 id="same-gender-romances">Same-Gender Romances</h2>
<a class="heading-anchor" href="#same-gender-romances" aria-labelledby="same-gender-romances"><span hidden>#</span></a></div>
<p class="center-text"><strong style="font-size: var(--fs-h3); color: var(--clr-body-txt);">Before you ask any questions about my same-gender romance mods for the <cite>KotOR</cite> series, <a href="/shrines/starwarskotor/articles/faq-same-gender-romance-mods">read the FAQ article</a> first!</strong></p>
<div class="heading-wrapper h3">
<h3 id="atton-rand-and-male-exile-romance">Atton Rand and Male Exile Romance</h3>
<a class="heading-anchor" href="#atton-rand-and-male-exile-romance" aria-labelledby="atton-rand-and-male-exile-romance"><span hidden>#</span></a></div>
<p><div class="mod-entry">
<img src="/assets/projects/kotor2mods/Atton-Rand-and-Male-Exile-Romance.avif" alt="Banner of Atton Rand and Male Exile Romance mod" loading="lazy">
<p>Makes Atton flirts with and expresses romantic interests for male Exiles.</p>
<h4>Download the mod:</h4>
<div class="mod-entry__downloads"><a class="link-btn" href="https://deadlystream.com/files/file/972-atton-rand-and-male-exile-romance/">Deadly Stream</a><a class="link-btn" href="https://www.nexusmods.com/kotor2/videogamemods/926">Nexus Mods</a></div>
</div></p>
<div class="heading-wrapper h3">
<h3 id="handmaiden-and-female-exile-disciple-and-male-exile-romance">Handmaiden and Female Exile - Disciple and Male Exile Romance</h3>
<a class="heading-anchor" href="#handmaiden-and-female-exile-disciple-and-male-exile-romance" aria-labelledby="handmaiden-and-female-exile-disciple-and-male-exile-romance"><span hidden>#</span></a></div>
<p><div class="mod-entry">
<img src="/assets/projects/kotor2mods/Handmaiden-Disciple-Same-Gender-Romances.avif" alt="Banner of Handmaiden and Female Exile - Disciple and Male Exile Romance mod" loading="lazy">
<p>Makes the Handmaiden a romance option for female Exiles and the Disciple a romance option for male Exiles.</p>
<h4>Download the mod:</h4>
<div class="mod-entry__downloads"><a class="link-btn" href="https://deadlystream.com/files/file/977-handmaiden-and-female-exile-disciple-and-male-exile-romance/">Deadly Stream</a><a class="link-btn" href="https://www.nexusmods.com/kotor2/videogamemods/927">Nexus Mods</a></div>
</div></p>
<div class="heading-wrapper h3">
<h3 id="visas-marr-and-female-exile-romance">Visas Marr and Female Exile Romance</h3>
<a class="heading-anchor" href="#visas-marr-and-female-exile-romance" aria-labelledby="visas-marr-and-female-exile-romance"><span hidden>#</span></a></div>
<p><div class="mod-entry">
<img src="/assets/projects/kotor2mods/Visas-Marr-and-Female-Exile-Romance.avif" alt="Banner of Visas Marr and Female Exile Romance mod" loading="lazy">
<p>Makes the Visas Marr romance scene available for female Exiles.</p>
<h4>Download the mod:</h4>
<div class="mod-entry__downloads"><a class="link-btn" href="https://deadlystream.com/files/file/968-visas-marr-and-female-exile-romance/">Deadly Stream</a><a class="link-btn" href="https://www.nexusmods.com/kotor2/videogamemods/925">Nexus Mods</a></div>
</div></p>
<div class="heading-wrapper h3">
<h3 id="alternate-revan-romances-redux">Alternate Revan Romances REDUX</h3>
<a class="heading-anchor" href="#alternate-revan-romances-redux" aria-labelledby="alternate-revan-romances-redux"><span hidden>#</span></a></div>
<p><div class="mod-entry">
<img src="/assets/projects/kotor2mods/Alternate-Revan-Romances.avif" alt="Banner of Alternate Revan Romances REDUX mod" loading="lazy">
<p>Gives players options to set Revan's love ineterest(s), or lack thereof. Updated version of felixfelicitas' Alternate Revan Romances mod.</p>
<h4>Download the mod:</h4>
<div class="mod-entry__downloads"><a class="link-btn" href="https://deadlystream.com/files/file/1004-alternate-revan-romances-redux/">Deadly Stream</a><a class="link-btn" href="https://www.nexusmods.com/kotor2/videogamemods/933">Nexus Mods</a></div>
</div></p>
<div class="heading-wrapper h3">
<h3 id="darth-sion-and-male-exile-mod">Darth Sion and Male Exile Mod</h3>
<a class="heading-anchor" href="#darth-sion-and-male-exile-mod" aria-labelledby="darth-sion-and-male-exile-mod"><span hidden>#</span></a></div>
<p><div class="mod-entry">
<img src="/assets/projects/kotor2mods/Darth-Sion-and-Male-Exile-Mod.avif" alt="Banner of Darth Sion and Male Exile Mod mod" loading="lazy">
<p>Makes Darth Sion develop the same affections to a male Exile like he did to a female Exile in vanilla KotOR 2.</p>
<h4>Download the mod:</h4>
<div class="mod-entry__downloads"><a class="link-btn" href="https://deadlystream.com/files/file/996-darth-sion-and-male-exile-mod/">Deadly Stream</a><a class="link-btn" href="https://www.nexusmods.com/kotor2/videogamemods/928">Nexus Mods</a></div>
</div></p>
<div class="heading-wrapper h3">
<h3 id="dahnis-flirt-option-for-female-pc">Dahnis Flirt Option for Female PC</h3>
<a class="heading-anchor" href="#dahnis-flirt-option-for-female-pc" aria-labelledby="dahnis-flirt-option-for-female-pc"><span hidden>#</span></a></div>
<p><div class="mod-entry">
<img src="/assets/projects/kotor2mods/Dahnis-Flirt-Option-for-Female-PC.avif" alt="Banner of Dahnis Flirt Option for Female PC mod" loading="lazy">
<p>Makes the NPC Dahnis flirt with the player character regardless of gender, including a female PC. A female PC also gets the option to flirt back.</p>
<h4>Download the mod:</h4>
<div class="mod-entry__downloads"><a class="link-btn" href="https://deadlystream.com/files/file/1400-dahnis-flirt-option-for-female-pc/">Deadly Stream</a><a class="link-btn" href="https://www.nexusmods.com/kotor2/videogamemods/1036">Nexus Mods</a></div>
</div></p>
<h2>Party Members</h2>
<div class="heading-wrapper h3">
<h3 id="partyswap">PartySwap</h3>
<a class="heading-anchor" href="#partyswap" aria-labelledby="partyswap"><span hidden>#</span></a></div>
<p><div class="mod-entry">
<img src="/assets/projects/kotor2mods/PartySwap.avif" alt="Banner of PartySwap mod" loading="lazy">
<p>Allows you to recruit both Handmaiden and Disciple in the same playthrough regardless of the player character's gender. Mod originally created by DarthTyren. I have <a href="/shrines/starwarskotor/articles/partyswap-management-takeover">taken over the management and development of this mod</a> since July 2023 due to DarthTyren's departure from the KotOR modding scene.</p>
<h4>Download the mod:</h4>
<div class="mod-entry__downloads"><a class="link-btn" href="https://deadlystream.com/files/file/544-partyswap/">Deadly Stream</a></div>
</div></p>
<div class="heading-wrapper h3">
<h3 id="leilukins-kreia-reskin">Leilukins Kreia Reskin</h3>
<a class="heading-anchor" href="#leilukins-kreia-reskin" aria-labelledby="leilukins-kreia-reskin"><span hidden>#</span></a></div>
<p><div class="mod-entry">
<img src="/assets/projects/kotor2mods/Leilukins-Kreia-Reskin.avif" alt="Banner of Leilukins Kreia Reskin mod" loading="lazy">
<p>My version of a retexture of Kreia.</p>
<h4>Download the mod:</h4>
<div class="mod-entry__downloads"><a class="link-btn" href="https://deadlystream.com/files/file/1003-leilukins-kreia-reskin/">Deadly Stream</a><a class="link-btn" href="https://www.nexusmods.com/kotor2/videogamemods/932">Nexus Mods</a></div>
</div></p>
<div class="heading-wrapper h3">
<h3 id="no-jealousy-lock-in-handmaiden-dialogue">No Jealousy Lock in Handmaiden Dialogue</h3>
<a class="heading-anchor" href="#no-jealousy-lock-in-handmaiden-dialogue" aria-labelledby="no-jealousy-lock-in-handmaiden-dialogue"><span hidden>#</span></a></div>
<p><div class="mod-entry">
<img src="/assets/projects/kotor2mods/No-Jealousy-Lock-Handmaiden.avif" alt="Banner of No Jealousy Lock in Handmaiden Dialogue mod" loading="lazy">
<p>Allows you to continue to talk to Handmaiden even if you have much higher influence with Visas than with Handmaiden.</p>
<h4>Download the mod:</h4>
<div class="mod-entry__downloads"><a class="link-btn" href="https://deadlystream.com/files/file/2205-no-jealousy-lock-in-handmaiden-dialogue/">Deadly Stream</a><a class="link-btn" href="https://www.nexusmods.com/kotor2/videogamemods/1181">Nexus Mods</a></div>
</div></p>
<div class="heading-wrapper h3">
<h3 id="visas-visible-jedi-robes">Visas Visible Jedi Robes</h3>
<a class="heading-anchor" href="#visas-visible-jedi-robes" aria-labelledby="visas-visible-jedi-robes"><span hidden>#</span></a></div>
<p><div class="mod-entry">
<img src="/assets/projects/kotor2mods/Visas-Visible-Jedi-Robes.avif" alt="Banner of Visas Visible Jedi Robes mod" loading="lazy">
<p>Makes Jedi robes visible on Visas Marr's body when you equip her with one.</p>
<h4>Download the mod:</h4>
<div class="mod-entry__downloads"><a class="link-btn" href="https://deadlystream.com/files/file/2218-visas-visible-jedi-robes/">Deadly Stream</a><a class="link-btn" href="https://www.nexusmods.com/kotor2/videogamemods/1185">Nexus Mods</a></div>
</div></p>
<div class="heading-wrapper h3">
<h3 id="love-between-brianna-and-the-exile-the-sith-lords-restored-content-mod-version">Love Between Brianna and the Exile - The Sith Lords Restored Content Mod Version</h3>
<a class="heading-anchor" href="#love-between-brianna-and-the-exile-the-sith-lords-restored-content-mod-version" aria-labelledby="love-between-brianna-and-the-exile-the-sith-lords-restored-content-mod-version"><span hidden>#</span></a></div>
<p><div class="mod-entry">
<img src="/assets/projects/kotor2mods/Love-Between-Brianna-and-the-Exile-TSLRCM.avif" alt="Banner of Love Between Brianna and the Exile - The Sith Lords Restored Content Mod Version mod" loading="lazy">
<p>Updated version of DarthShgaad's <a href="https://www.gamefront.com/games/knights-of-the-old-republic-ii/file/love-between-brianna-and-the-exile">Love Between Brianna and the Exile</a> mod, made to be more compatible with The Sith Lords Restored Content Mod (TSLRCM).</p>
<h4>Download the mod:</h4>
<div class="mod-entry__downloads"><a class="link-btn" href="https://www.dropbox.com/s/ilntlihyaabthzg/Love%20Between%20Brianna%20And%20The%20Exile%20-%20TSLRCM%20version.zip?dl=0">Dropbox</a></div>
</div></p>
<div class="heading-wrapper h2">
<h2 id="npcs">NPCs</h2>
<a class="heading-anchor" href="#npcs" aria-labelledby="npcs"><span hidden>#</span></a></div>
<div class="heading-wrapper h3">
<h3 id="lonna-vash-mod-for-tslrcm">Lonna Vash Mod for TSLRCM</h3>
<a class="heading-anchor" href="#lonna-vash-mod-for-tslrcm" aria-labelledby="lonna-vash-mod-for-tslrcm"><span hidden>#</span></a></div>
<p><div class="mod-entry">
<img src="/assets/projects/kotor2mods/Lonna-Vash-Mod-for-TSLRCM.avif" alt="Banner of Lonna Vash Mod for TSLRCM mod" loading="lazy">
<p>Restores Jedi Master Lonna Vash's cut conversation by allowing the player to meet and talk to her in the secret tomb on Korriban. Updated version of Sikon's Lonna Vash Mod, made to be fully compatible with The Sith Lord Restored Content Mod (TSLRCM).</p>
<h4>Download the mod:</h4>
<div class="mod-entry__downloads"><a class="link-btn" href="https://deadlystream.com/files/file/2201-lonna-vash-mod-for-tslrcm/">Deadly Stream</a><a class="link-btn" href="https://www.nexusmods.com/kotor2/videogamemods/1180">Nexus Mods</a></div>
</div></p>
<div class="heading-wrapper h3">
<h3 id="tsl-twilek-male-npc-diversity">TSL Twi'lek Male NPC Diversity</h3>
<a class="heading-anchor" href="#tsl-twilek-male-npc-diversity" aria-labelledby="tsl-twilek-male-npc-diversity"><span hidden>#</span></a></div>
<p><div class="mod-entry">
<img src="/assets/projects/kotor2mods/TSL-Twilek-Male-NPC-Diversity.avif" alt="Banner of TSL Twi&#39;lek Male NPC Diversity mod" loading="lazy">
<p>Diversifies the appearances of Twi'lek male NPCs in KotOR 2: TSL by giving the named Twi'lek male NPCs different looks.</p>
<h4>Download the mod:</h4>
<div class="mod-entry__downloads"><a class="link-btn" href="https://deadlystream.com/files/file/2242-tsl-twilek-male-npc-diversity/">Deadly Stream</a><a class="link-btn" href="https://www.nexusmods.com/kotor2/videogamemods/1188">Nexus Mods</a></div>
</div></p>
<div class="heading-wrapper h3">
<h3 id="dahnis-unique-look">Dahnis Unique Look</h3>
<a class="heading-anchor" href="#dahnis-unique-look" aria-labelledby="dahnis-unique-look"><span hidden>#</span></a></div>
<p><div class="mod-entry">
<img src="/assets/projects/kotor2mods/Dahnis-Unique-Look.avif" alt="Banner of Dahnis Unique Look mod" loading="lazy">
<p>Gives the NPC Dahnis a unique appearance to make her look different from other Twi'lek women NPCs.</p>
<h4>Download the mod:</h4>
<div class="mod-entry__downloads"><a class="link-btn" href="https://deadlystream.com/files/file/2198-dahnis-unique-look/">Deadly Stream</a><a class="link-btn" href="https://www.nexusmods.com/kotor2/videogamemods/1178">Nexus Mods</a></div>
</div></p>
<div class="heading-wrapper h2">
<h2 id="items">Items</h2>
<a class="heading-anchor" href="#items" aria-labelledby="items"><span hidden>#</span></a></div>
<div class="heading-wrapper h3">
<h3 id="tsl-improved-party-outfits">TSL Improved Party Outfits</h3>
<a class="heading-anchor" href="#tsl-improved-party-outfits" aria-labelledby="tsl-improved-party-outfits"><span hidden>#</span></a></div>
<p><div class="mod-entry">
<img src="/assets/projects/kotor2mods/TSL-Improved-Party-Outfits.avif" alt="Banner of TSL Improved Party Outfits mod" loading="lazy">
<p>Adds new items to improve the properties of the default outfits of the human and humanoid party members of KotOR II, namely Atton, Bao-Dur, the Disciple, the Handmaiden, Kreia, Mandalore, Mira and Visas.</p>
<h4>Download the mod:</h4>
<div class="mod-entry__downloads"><a class="link-btn" href="https://deadlystream.com/files/file/1012-tsl-improved-party-outfits/">Deadly Stream</a><a class="link-btn" href="https://www.nexusmods.com/kotor2/videogamemods/934">Nexus Mods</a></div>
</div></p>
<div class="heading-wrapper h3">
<h3 id="juhani-item-pack-for-tsl">Juhani Item Pack for TSL</h3>
<a class="heading-anchor" href="#juhani-item-pack-for-tsl" aria-labelledby="juhani-item-pack-for-tsl"><span hidden>#</span></a></div>
<p><div class="mod-entry">
<img src="/assets/projects/kotor2mods/Juhani-Item-Pack-for-TSL.avif" alt="Banner of Juhani Item Pack for TSL mod" loading="lazy">
<p>Adds a new Jedi robe, a new headband and a new armband to In KotOR II: TSL, named after Juhani, with item descriptions that indicate these items once belonged to Juhani.</p>
<h4>Download the mod:</h4>
<div class="mod-entry__downloads"><a class="link-btn" href="https://deadlystream.com/files/file/2244-juhani-item-pack-for-tsl/">Deadly Stream</a><a class="link-btn" href="https://www.nexusmods.com/kotor2/videogamemods/1190">Nexus Mods</a></div>
</div></p>
<div class="heading-wrapper h3">
<h3 id="prologue-item-recovery">Prologue Item Recovery</h3>
<a class="heading-anchor" href="#prologue-item-recovery" aria-labelledby="prologue-item-recovery"><span hidden>#</span></a></div>
<p><div class="mod-entry">
<img src="/assets/projects/kotor2mods/Prologue-Item-Recovery.avif" alt="Banner of Prologue Item Recovery mod" loading="lazy">
<p>Allows you to recover the items you obtain from the prologue, regardless if you choose to skip the prologue or not.</p>
<h4>Download the mod:</h4>
<div class="mod-entry__downloads"><a class="link-btn" href="https://deadlystream.com/files/file/2211-prologue-item-recovery/">Deadly Stream</a><a class="link-btn" href="https://www.nexusmods.com/kotor2/videogamemods/1183">Nexus Mods</a></div>
</div></p>
<div class="heading-wrapper h3">
<h3 id="tsl-workbench-lightsaber-creation">TSL Workbench Lightsaber Creation</h3>
<a class="heading-anchor" href="#tsl-workbench-lightsaber-creation" aria-labelledby="tsl-workbench-lightsaber-creation"><span hidden>#</span></a></div>
<p><div class="mod-entry">
<img src="/assets/projects/kotor2mods/TSL-Workbnch-Lightsaber-Creation.avif" alt="Banner of TSL Workbench Lightsaber Creation mod" loading="lazy">
<p>Allows you to create lightsabers at a workbench, including double-bladed, one-handed or short lightsabers, with any color focusing crystals available in the game, after completing the quest to craft your first lightsaber.</p>
<h4>Download the mod:</h4>
<div class="mod-entry__downloads"><a class="link-btn" href="https://deadlystream.com/files/file/2197-tsl-workbench-lightsaber-creation/">Deadly Stream</a><a class="link-btn" href="https://www.nexusmods.com/kotor2/videogamemods/1177">Nexus Mods</a></div>
</div></p>
<div class="heading-wrapper h2">
<h2 id="miscellaneous">Miscellaneous</h2>
<a class="heading-anchor" href="#miscellaneous" aria-labelledby="miscellaneous"><span hidden>#</span></a></div>
<div class="heading-wrapper h3">
<h3 id="exiles-trial-overlay-removal">Exile's Trial Overlay Removal</h3>
<a class="heading-anchor" href="#exiles-trial-overlay-removal" aria-labelledby="exiles-trial-overlay-removal"><span hidden>#</span></a></div>
<p><div class="mod-entry">
<img src="/assets/projects/kotor2mods/Exiles-Trial-Overlay-Removal.avif" alt="Banner of Exile&#39;s Trial Overlay Removal mod" loading="lazy">
<p>Removes the blue overlay of the scene of the Exile's trial on Coruscant in The Sith Lords Restored Content Mod (TSLRCM).</p>
<h4>Download the mod:</h4>
<div class="mod-entry__downloads"><a class="link-btn" href="https://deadlystream.com/files/file/2217-exiles-trial-overlay-removal/">Deadly Stream</a><a class="link-btn" href="https://www.nexusmods.com/kotor2/videogamemods/1184">Nexus Mods</a></div>
</div></p>
<div class="heading-wrapper h2">
<h2 id="patches">Patches</h2>
<a class="heading-anchor" href="#patches" aria-labelledby="patches"><span hidden>#</span></a></div>
<div class="heading-wrapper h3">
<h3 id="partyswap-and-extended-enclave-compatibility-patch">PartySwap and Extended Enclave Compatibility Patch</h3>
<a class="heading-anchor" href="#partyswap-and-extended-enclave-compatibility-patch" aria-labelledby="partyswap-and-extended-enclave-compatibility-patch"><span hidden>#</span></a></div>
<p><div class="mod-entry">
<img src="/assets/projects/kotor2mods/PartySwap-ExtEnclave-Comp-Patch.avif" alt="Banner of PartySwap and Extended Enclave Compatibility Patch mod" loading="lazy">
<p>A standalone patch to make DarthTyren's <a href="https://deadlystream.com/files/file/544-partyswap/">PartySwap</a> mod compatible with danil-ch and Darth Hayze's <a href="https://deadlystream.com/files/file/428-extended-enclave-tslrcm-add-on/">Extended Enclave</a> mod.</p>
<h4>Download the mod:</h4>
<div class="mod-entry__downloads"><a class="link-btn" href="https://deadlystream.com/files/file/1304-partyswap-and-extended-enclave-compatibility-patch/">Deadly Stream</a></div>
</div></p>
<div class="heading-wrapper h3">
<h3 id="remote-tells-influence-patch-for-the-sith-lords-restored-content-mod">Remote Tells Influence Patch for The Sith Lords Restored Content Mod</h3>
<a class="heading-anchor" href="#remote-tells-influence-patch-for-the-sith-lords-restored-content-mod" aria-labelledby="remote-tells-influence-patch-for-the-sith-lords-restored-content-mod"><span hidden>#</span></a></div>
<p><div class="mod-entry">
<img src="/assets/projects/kotor2mods/Remote-Tells-Influence-Patch.avif" alt="Banner of Remote Tells Influence Patch for The Sith Lords Restored Content Mod mod" loading="lazy">
<p>A patch to make tk102's <a href="https://www.gamefront.com/games/knights-of-the-old-republic-ii/file/remote-tells-influence">Remote Tells Influence</a> mod more compatible with The Sith Lords Restored Content Mod (TSLRCM).</p>
<h4>Download the mod:</h4>
<div class="mod-entry__downloads"><a class="link-btn" href="https://www.dropbox.com/s/af3h6y793f3zjxq/Remote%20Tells%20Influence%20Patch%20for%20TSLRCM.zip?dl=0">Dropbox</a></div>
</div></p>
</div>
</content-wrapper>
</main>
<footer class="footer">
<p>Made with ♥ by Leilukin since 11 September 2022</p>
<ul class="inline-nav footer__links">
<li><a href="/feed.xml">RSS</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><a href="mailto:contact@leilukin.com">Contact me by email</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>