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

675 lines
31 KiB
HTML

<!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">
<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.">
<meta name="generator" content="Eleventy v3.0.0">
<meta property="og:type" content="website">
<meta property="og:url" content="https://leilukin.com/projects/videogamemods/kotor1/">
<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.">
<meta name="twitter:card" content="summary">
<meta name="twitter:url" content="https://leilukin.com/projects/videogamemods/kotor1/">
<meta name="twitter:description" content="List of video game mods I have made for Star Wars: Knights of the Old Republic.">
<link rel="canonical" href="https://leilukin.com/projects/videogamemods/kotor1/">
<link rel="alternate" type="application/rss+xml" title="Leilukin&#39;s Hub" href="/feed.xml">
<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="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/a11y-syntax-highlighting-dark.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);
}
.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;
}
.article__info--desc { margin-bottom: 1em; }
.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="icon" sizes="32x32" href="/assets/favicon/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="mailto:contact@leilukin.com">
<link rel="me" href="https://dragonscave.space/@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">
<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 | 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</h1>
<p>List of video game mods I have made for Star Wars: Knights of the Old Republic.</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="#player-and-party-members">Player & Party Members</a><ol><li><a href="#juhani-dialogue-restoration">Juhani Dialogue Restoration</a></li>
<li><a href="#carth-onasi-and-male-pc-romance">Carth Onasi and Male PC Romance</a></li>
<li><a href="#bastila-and-carth-romance-removal">Bastila and Carth Romance Removal</a></li>
<li><a href="#leilukins-juhanis-outfit-reskin-pack">Leilukin's Juhani's Outfit Reskin Pack</a></li>
<li><a href="#jolee-in-unique-outfit-introduction">Jolee in Unique Outfit Introduction</a></li>
<li><a href="#kotor-1-improved-party-outfits">KotOR 1 Improved Party Outfits</a></li>
<li><a href="#darth-revan-texture-for-star-forge-robes">Darth Revan Texture for Star Forge Robes</a></li></ol></li>
<li><a href="#non-playable-characters">Non-Playable Characters</a><ol><li><a href="#kotor-1-twilek-male-npc-diversity">KotOR 1 Twi'lek Male NPC Diversity</a></li>
<li><a href="#kotor-1-twilek-female-npc-diversity">KotOR 1 Twi'lek Female NPC Diversity</a></li>
<li><a href="#belayas-unique-look">Belaya's Unique Look</a></li>
<li><a href="#human-xor-restoration">Human Xor Restoration</a></li>
<li><a href="#human-xor-unique-look">Human Xor Unique Look</a></li>
<li><a href="#kotor-1-no-gendered-dialogue-from-male-npcs">KotOR 1 No Gendered Dialogue from Male NPCs</a></li>
<li><a href="#pc-dialogue-with-daviks-slaves-change">PC Dialogue with Davik's Slaves Change</a></li></ol></li>
<li><a href="#gameplay">Gameplay</a><ol><li><a href="#trask-ulgo-without-tutorials">Trask Ulgo Without Tutorials</a></li></ol></li>
<li><a href="#music">Music</a><ol><li><a href="#mysterious-box-music-for-unknown-world">Mysterious Box Music for Unknown World</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="player-and-party-members">Player &amp; Party Members</h2>
<a class="heading-anchor" href="#player-and-party-members" aria-labelledby="player-and-party-members"><span hidden>#</span></a></div>
<div class="heading-wrapper h3">
<h3 id="juhani-dialogue-restoration">Juhani Dialogue Restoration</h3>
<a class="heading-anchor" href="#juhani-dialogue-restoration" aria-labelledby="juhani-dialogue-restoration"><span hidden>#</span></a></div>
<p><div class="mod-entry">
<img src="/assets/projects/kotor1mods/Juhani-Dialogue-Restoration.avif" alt="Banner of Juhani Dialogue Restoration mod" loading="lazy">
<p>Restores Juhani's conversations with the player that are unused or easy to miss in vanilla KotOR.</p>
<h4>Download the mod:</h4>
<div class="mod-entry__downloads"><a class="link-btn" href="https://deadlystream.com/files/file/2173-juhani-dialogue-restoration/">Deadly Stream</a><a class="link-btn" href="https://www.nexusmods.com/kotor/videogamemods/1501">Nexus Mods</a></div>
</div></p>
<div class="heading-wrapper h3">
<h3 id="carth-onasi-and-male-pc-romance">Carth Onasi and Male PC Romance</h3>
<a class="heading-anchor" href="#carth-onasi-and-male-pc-romance" aria-labelledby="carth-onasi-and-male-pc-romance"><span hidden>#</span></a></div>
<p><div class="mod-entry">
<img src="/assets/projects/kotor1mods/Carth-Onasi-and-Male-PC-Romance.avif" alt="Banner of Carth Onasi and Male PC Romance mod" loading="lazy">
<p>Makes Carth Onasi's romance subplot available for male player characters. <a href="/shrines/starwarskotor/articles/faq-same-gender-romance-mods">Read the FAQ article</a> before asking questions about my same-gender romance mods for the KotOR series!</p>
<h4>Download the mod:</h4>
<div class="mod-entry__downloads"><a class="link-btn" href="https://deadlystream.com/files/file/2140-carth-onasi-and-male-pc-romance/">Deadly Stream</a><a class="link-btn" href="https://www.nexusmods.com/kotor/videogamemods/1493">Nexus Mods</a></div>
</div></p>
<div class="heading-wrapper h3">
<h3 id="bastila-and-carth-romance-removal">Bastila and Carth Romance Removal</h3>
<a class="heading-anchor" href="#bastila-and-carth-romance-removal" aria-labelledby="bastila-and-carth-romance-removal"><span hidden>#</span></a></div>
<p><div class="mod-entry">
<img src="/assets/projects/kotor1mods/Bastila-and-Carth-Romance-Removal.avif" alt="Banner of Bastila and Carth Romance Removal mod" loading="lazy">
<p>Removes Bastila and Carth's romance by removing all romance-related dialogue from their conversations.</p>
<h4>Download the mod:</h4>
<div class="mod-entry__downloads"><a class="link-btn" href="https://deadlystream.com/files/file/2209-bastila-and-carth-romance-removal/">Deadly Stream</a><a class="link-btn" href="https://www.nexusmods.com/kotor/videogamemods/1519">Nexus Mods</a></div>
</div></p>
<div class="heading-wrapper h3">
<h3 id="leilukins-juhanis-outfit-reskin-pack">Leilukin's Juhani's Outfit Reskin Pack</h3>
<a class="heading-anchor" href="#leilukins-juhanis-outfit-reskin-pack" aria-labelledby="leilukins-juhanis-outfit-reskin-pack"><span hidden>#</span></a></div>
<p><div class="mod-entry">
<img src="/assets/projects/kotor1mods/Leilukins-Juhanis-Outfit-Reskin-Pack.avif" alt="Banner of Leilukin&#39;s Juhani&#39;s Outfit Reskin Pack mod" loading="lazy">
<p>Reskins Juhani's outfit by changing the outfit's color scheme, with multiple versions of reskin provided.</p>
<h4>Download the mod:</h4>
<div class="mod-entry__downloads"><a class="link-btn" href="https://deadlystream.com/files/file/2275-leilukins-juhanis-outfit-reskin-pack/">Deadly Stream</a><a class="link-btn" href="https://www.nexusmods.com/kotor/videogamemods/1543">Nexus Mods</a></div>
</div></p>
<div class="heading-wrapper h3">
<h3 id="jolee-in-unique-outfit-introduction">Jolee in Unique Outfit Introduction</h3>
<a class="heading-anchor" href="#jolee-in-unique-outfit-introduction" aria-labelledby="jolee-in-unique-outfit-introduction"><span hidden>#</span></a></div>
<p><div class="mod-entry">
<img src="/assets/projects/kotor1mods/Jolee-in-Unique-Outfit-Introduction.avif" alt="Banner of Jolee in Unique Outfit Introduction mod" loading="lazy">
<p>Makes Jolee Bindo wear his signature robe when you meet him on Kashyyyk, before he joins your party.</p>
<h4>Download the mod:</h4>
<div class="mod-entry__downloads"><a class="link-btn" href="https://deadlystream.com/files/file/1298-jolee-in-unique-outfit-introduction/">Deadly Stream</a><a class="link-btn" href="https://www.nexusmods.com/kotor/videogamemods/1221">Nexus Mods</a></div>
</div></p>
<div class="heading-wrapper h3">
<h3 id="kotor-1-improved-party-outfits">KotOR 1 Improved Party Outfits</h3>
<a class="heading-anchor" href="#kotor-1-improved-party-outfits" aria-labelledby="kotor-1-improved-party-outfits"><span hidden>#</span></a></div>
<p><div class="mod-entry">
<img src="/assets/projects/kotor1mods/KotOR-1-Improved-Party-Outfits.avif" alt="Banner of KotOR 1 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 TSL, namely Bastila, Canderous, Carth, Jolee, Juhani and Mission.</p>
<h4>Download the mod:</h4>
<div class="mod-entry__downloads"><a class="link-btn" href="https://deadlystream.com/files/file/2134-kotor-1-improved-party-outfits/">Deadly Stream</a><a class="link-btn" href="https://www.nexusmods.com/kotor/videogamemods/1491">Nexus Mods</a></div>
</div></p>
<div class="heading-wrapper h3">
<h3 id="darth-revan-texture-for-star-forge-robes">Darth Revan Texture for Star Forge Robes</h3>
<a class="heading-anchor" href="#darth-revan-texture-for-star-forge-robes" aria-labelledby="darth-revan-texture-for-star-forge-robes"><span hidden>#</span></a></div>
<p><div class="mod-entry">
<img src="/assets/projects/kotor1mods/Darth-Revan-Texture-for-Star-Forge-Robes.avif" alt="Banner of Darth Revan Texture for Star Forge Robes mod" loading="lazy">
<p>Makes the Star Forge Robes to have the same texture and inventory icon as Darth Revan's Robes.</p>
<h4>Download the mod:</h4>
<div class="mod-entry__downloads"><a class="link-btn" href="https://deadlystream.com/files/file/1076-darth-revan-texture-for-star-forge-robes/">Deadly Stream</a><a class="link-btn" href="https://www.nexusmods.com/kotor/videogamemods/1143">Nexus Mods</a></div>
</div></p>
<div class="heading-wrapper h2">
<h2 id="non-playable-characters">Non-Playable Characters</h2>
<a class="heading-anchor" href="#non-playable-characters" aria-labelledby="non-playable-characters"><span hidden>#</span></a></div>
<div class="heading-wrapper h3">
<h3 id="kotor-1-twilek-male-npc-diversity">KotOR 1 Twi'lek Male NPC Diversity</h3>
<a class="heading-anchor" href="#kotor-1-twilek-male-npc-diversity" aria-labelledby="kotor-1-twilek-male-npc-diversity"><span hidden>#</span></a></div>
<p><div class="mod-entry">
<img src="/assets/projects/kotor1mods/K1-Twilek-Male-NPC-Diversity.avif" alt="Banner of KotOR 1 Twi&#39;lek Male NPC Diversity mod" loading="lazy">
<p>Diversifies the appearances of Twi'lek male NPCs in KotOR 1 by giving the named Twi'lek male NPCs different looks instead of the generic NPC looks.</p>
<h4>Download the mod:</h4>
<div class="mod-entry__downloads"><a class="link-btn" href="https://deadlystream.com/files/file/2228-kotor-1-twilek-male-npc-diversity/">Deadly Stream</a><a class="link-btn" href="https://www.nexusmods.com/kotor/videogamemods/1530">Nexus Mods</a></div>
</div></p>
<div class="heading-wrapper h3">
<h3 id="kotor-1-twilek-female-npc-diversity">KotOR 1 Twi'lek Female NPC Diversity</h3>
<a class="heading-anchor" href="#kotor-1-twilek-female-npc-diversity" aria-labelledby="kotor-1-twilek-female-npc-diversity"><span hidden>#</span></a></div>
<p><div class="mod-entry">
<img src="/assets/projects/kotor1mods/K1-Twilek-Female-NPC-Diversity.avif" alt="Banner of KotOR 1 Twi&#39;lek Female NPC Diversity mod" loading="lazy">
<p>Diversifies the appearances of Twi'lek female NPCs by giving the named Twi'lek female NPCs different looks instead of the generic NPC looks.</p>
<h4>Download the mod:</h4>
<div class="mod-entry__downloads"><a class="link-btn" href="https://deadlystream.com/files/file/2179-kotor-1-twilek-female-npc-diversity/">Deadly Stream</a><a class="link-btn" href="https://www.nexusmods.com/kotor/videogamemods/1504">Nexus Mods</a></div>
</div></p>
<div class="heading-wrapper h3">
<h3 id="belayas-unique-look">Belaya's Unique Look</h3>
<a class="heading-anchor" href="#belayas-unique-look" aria-labelledby="belayas-unique-look"><span hidden>#</span></a></div>
<p><div class="mod-entry">
<img src="/assets/projects/kotor1mods/Belaya-Unique-Look.avif" alt="Banner of Belaya&#39;s Unique Look mod" loading="lazy">
<p>Gives the NPC Belaya a unique look instead of a generic NPC look.</p>
<h4>Download the mod:</h4>
<div class="mod-entry__downloads"><a class="link-btn" href="https://deadlystream.com/files/file/2146-belayas-unique-look/">Deadly Stream</a><a class="link-btn" href="https://www.nexusmods.com/kotor/videogamemods/1494">Nexus Mods</a></div>
</div></p>
<div class="heading-wrapper h3">
<h3 id="human-xor-restoration">Human Xor Restoration</h3>
<a class="heading-anchor" href="#human-xor-restoration" aria-labelledby="human-xor-restoration"><span hidden>#</span></a></div>
<p><div class="mod-entry">
<img src="/assets/projects/kotor1mods/Human-Xor-Restoration.avif" alt="Banner of Human Xor Restoration mod" loading="lazy">
<p>Restores the original appearance of the NPC Xor in the Xbox version of KotOR, by changing his species from a Twi'lek to a human.</p>
<h4>Download the mod:</h4>
<div class="mod-entry__downloads"><a class="link-btn" href="https://deadlystream.com/files/file/1091-human-xor-restoration/">Deadly Stream</a><a class="link-btn" href="https://www.nexusmods.com/kotor/videogamemods/1155">Nexus Mods</a></div>
</div></p>
<div class="heading-wrapper h3">
<h3 id="human-xor-unique-look">Human Xor Unique Look</h3>
<a class="heading-anchor" href="#human-xor-unique-look" aria-labelledby="human-xor-unique-look"><span hidden>#</span></a></div>
<p><div class="mod-entry">
<img src="/assets/projects/kotor1mods/Human-Xor-Unique-Look.avif" alt="Banner of Human Xor Unique Look mod" loading="lazy">
<p>Changes the NPC Xor's appearance by making him a human with a unique look to make him different from other human NPCs.</p>
<h4>Download the mod:</h4>
<div class="mod-entry__downloads"><a class="link-btn" href="https://deadlystream.com/files/file/2147-human-xor-unique-look/">Deadly Stream</a><a class="link-btn" href="https://www.nexusmods.com/kotor/videogamemods/1495">Nexus Mods</a></div>
</div></p>
<div class="heading-wrapper h3">
<h3 id="kotor-1-no-gendered-dialogue-from-male-npcs">KotOR 1 No Gendered Dialogue from Male NPCs</h3>
<a class="heading-anchor" href="#kotor-1-no-gendered-dialogue-from-male-npcs" aria-labelledby="kotor-1-no-gendered-dialogue-from-male-npcs"><span hidden>#</span></a></div>
<p><div class="mod-entry">
<img src="/assets/projects/kotor1mods/K1-No-Gendered-Dialogue-Male-NPCs.avif" alt="Banner of KotOR 1 No Gendered Dialogue from Male NPCs mod" loading="lazy">
<p>MOD_DESC</p>
<h4>Download the mod:</h4>
<div class="mod-entry__downloads"><a class="link-btn" href="https://deadlystream.com/files/file/2176-kotor-1-no-gendered-dialogue-from-male-npcs/">Deadly Stream</a><a class="link-btn" href="https://www.nexusmods.com/kotor/videogamemods/1502">Nexus Mods</a></div>
</div></p>
<div class="heading-wrapper h3">
<h3 id="pc-dialogue-with-daviks-slaves-change">PC Dialogue with Davik's Slaves Change</h3>
<a class="heading-anchor" href="#pc-dialogue-with-daviks-slaves-change" aria-labelledby="pc-dialogue-with-daviks-slaves-change"><span hidden>#</span></a></div>
<p><div class="mod-entry">
<img src="/assets/projects/kotor1mods/PC-Dialogue-with-Daviks-Slaves-Change.avif" alt="Banner of PC Dialogue with Davik&#39;s Slaves Change mod" loading="lazy">
<p>Removes the option for the player character to flirt with Davik Kang's slaves, or give the player Dark Side options for requesting a massage from the slaves. Threatening the slaves also gives the player Dark Side points.</p>
<h4>Download the mod:</h4>
<div class="mod-entry__downloads"><a class="link-btn" href="https://deadlystream.com/files/file/2214-pc-dialogue-with-daviks-slaves-change/">Deadly Stream</a><a class="link-btn" href="https://www.nexusmods.com/kotor/videogamemods/1523">Nexus Mods</a></div>
</div></p>
<div class="heading-wrapper h2">
<h2 id="gameplay">Gameplay</h2>
<a class="heading-anchor" href="#gameplay" aria-labelledby="gameplay"><span hidden>#</span></a></div>
<div class="heading-wrapper h3">
<h3 id="trask-ulgo-without-tutorials">Trask Ulgo Without Tutorials</h3>
<a class="heading-anchor" href="#trask-ulgo-without-tutorials" aria-labelledby="trask-ulgo-without-tutorials"><span hidden>#</span></a></div>
<p><div class="mod-entry">
<img src="/assets/projects/kotor1mods/Trask-Ulgo-Without-Tutorials.avif" alt="Banner of Trask Ulgo Without Tutorials mod" loading="lazy">
<p>Removes the tutorial elements from the game, while keeps Trask Ulgo as a party member in the first area of the Endar Spire.</p>
<h4>Download the mod:</h4>
<div class="mod-entry__downloads"><a class="link-btn" href="https://deadlystream.com/files/file/2184-trask-ulgo-without-tutorials/">Deadly Stream</a><a class="link-btn" href="https://www.nexusmods.com/kotor/videogamemods/1508">Nexus Mods</a></div>
</div></p>
<div class="heading-wrapper h2">
<h2 id="music">Music</h2>
<a class="heading-anchor" href="#music" aria-labelledby="music"><span hidden>#</span></a></div>
<div class="heading-wrapper h3">
<h3 id="mysterious-box-music-for-unknown-world">Mysterious Box Music for Unknown World</h3>
<a class="heading-anchor" href="#mysterious-box-music-for-unknown-world" aria-labelledby="mysterious-box-music-for-unknown-world"><span hidden>#</span></a></div>
<p><div class="mod-entry">
<img src="/assets/projects/kotor1mods/Mysterious-Box-Music-for-Unknown-World.avif" alt="Banner of Mysterious Box Music for Unknown World mod" loading="lazy">
<p>This mod will make the Mysterious Box's ambient music played in some areas of the Unknown World.</p>
<h4>Download the mod:</h4>
<div class="mod-entry__downloads"><a class="link-btn" href="https://deadlystream.com/files/file/1322-mysterious-box-music-for-unknown-world/">Deadly Stream</a><a class="link-btn" href="https://www.nexusmods.com/kotor/videogamemods/1226">Nexus Mods</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 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>
<ul class="inline-nav footer__links">
<li><a href="mailto:contact@leilukin.com">Contact me by email</a></li>
<li><a href="https://ko-fi.com/leilukin">Support me on Ko-Fi</a></li>
</ul><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>