<!DOCTYPE html>
<html lang="en" dir="ltr" id="page-top">
    <head>
        <meta charset="UTF-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">

        <meta property="og:url" content="https://leilukin.neocities.org/shrines/starwarskotor/resources">
        <meta property="og:type" content="website">
        <meta property="og:site_name" content="Leilukin's Hub">
        <meta property="og:title" content="Resources | Star Wars: Knights of the Old Republic Shrine">
        <meta property="og:description" content="List of Star Wars: Knights of the Old Republic resources I have compiled myself.">

        <link rel="stylesheet" href="/shrines/starwarskotor/starwarskotor.css" type="text/css" media="all">
        <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.1/css/all.css">

        <link rel="apple-touch-icon" sizes="180x180" href="/shrines/starwarskotor/img/kotor-icon.png">
        <link rel="icon" type="image/png" sizes="32x32" href="/shrines/starwarskotor/img/kotor-icon.png">
        <link rel="icon" type="image/png" sizes="16x16" href="/shrines/starwarskotor/img/kotor-icon.png">
        <link rel="manifest" href="/assets/favicon/site.webmanifest">

        <script src="/shrines/starwarskotor/components/header.js" defer></script>
        <script src="/shrines/starwarskotor/components/navbar.js" defer></script>
        <script src="/shrines/starwarskotor/components/sidebar-content.js" defer></script>
        <script src="/shrines/starwarskotor/components/footer.js" defer></script>

        <title>Resources | Star Wars: Knights of the Old Republic Shrine | Leilukin's Hub</title>
    </head>
    <body>
        <header></header>
        <nav></nav>
        <main>
            <!-- <aside class="left-sidebar">
                Left sidebar content here
            </aside> -->

            <div class="content-container">
                <section class="content-section">
                    <h1><cite>Star Wars: Knights of the Old Republic</cite> Resources</h1>
                    <p>Here are resources for the <cite>Star Wars: Knights of the Old Republic</cite> series I have compiled myself.</p>
                </section>

                <section class="content-section">
                    <h2>My Mods</h2>
                    <p>Here are the modifications for the <cite>KotOR</cite> series I have created.</p>
                    <ul>
                        <li><a href="/mymods/kotor1mods/" target="_blank"><cite>Star Wars: Knights of the Old Republic</cite></a></li>
                        <li><a href="/mymods/kotor2mods/" target="_blank"><cite>Star Wars: Knights of the Old Republic II: The Sith Lords</cite></a></li>
                    </ul>
                </section>

                <section class="content-section">
                    <h2>My Modder's Resource</h2>
                    <ul>
                        <li><a href="https://deadlystream.com/files/file/2249-missing-k1-party-member-ports-for-tsl-modders-resource/" target="_blank">Missing K1 Party Member Ports for TSL</a></li>
                    </ul>  
                </section>

                <section class="content-section">
                    <h2>My Save Files</h2>
                    <ul>
                        <li><a href="https://deadlystream.com/files/file/2180-light-side-female-saves-with-kotor-1-community-patch-and-all-romances/" target="_blank">Light Side Female Saves with KOTOR 1 Community Patch and All Romances</a></li>
                        <li><a href="https://deadlystream.com/files/file/2213-kotor-2-light-side-female-saves-with-tslrcm-and-partyswap/" target="_blank">KotOR 2 Light Side Female Saves with The Sith Lords Restored Content Mod and PartySwap</a></li>
                    </ul>
                </section>

                <section class="content-section">
                    <h2>My Mod Lists</h2>
                    <ul>
                        <li><a href="./kotor-same-gender-romance-mods.html">List of Same-Gender Romance Mods for the <cite>KotOR</cite> Series</a></li>
                        <li><a href="./kotor2-female-exile-recruit-handmaiden-mods.html">List of <cite>KotOR 2</cite> Mods that Allow Female Exiles to Recruit the Handmaiden as a Party Member</a></li>
                    </ul>
                </section>

                <section class="content-section">
                    <h2>References</h2>
                    <ul>
                        <li><a href="./tslrcm-m478ep-modules-music.html">The Sith Lords Restored Content Mod + M4-78 Enhancement Project Modules, Warp Codes & Music Overview</a></li>
                    </ul>
                </section>

                <section class="content-section">
                    <h2>My Mod Builds</h2>
                    <p>Lists of modifications for the <cite>KotOR</cite> games I use for my own playthroughs.</p>
                    <ul>
                        <li><a href="https://docs.google.com/document/d/1BTMJ1c-NOjU9q7qNftZac6jkOPluyucILglovcHtiaI/edit" target="_blank">Star Wars: Knights of the Old Republic</a></li>
                        <li><a href="https://docs.google.com/document/d/15HbD-k-D8WHrp10IjIryAguhq7k2W94pkuGys7Z7xNM/edit" target="_blank">Star Wars: Knights of the Old Republic II: The Sith Lords</a></li>
                    </ul>
                </section>
        </div>

            <aside class="right-sidebar"></aside>
        </main>
        <footer></footer>
    </body>
</html>