leilukin-site/shrines/starwarskotor/articles/juhani-lesbian-evidence.html

94 lines
7.9 KiB
HTML
Raw Normal View History

2023-06-15 09:18:46 +00:00
<!DOCTYPE html>
<html lang="en" dir="ltr" id="page-top">
2023-06-15 09:18:46 +00:00
<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/articles/juhani-lesbian-evidence">
2023-06-15 09:18:46 +00:00
<meta property="og:type" content="article">
<meta property="og:site_name" content="Leilukin's Hub">
<meta property="og:title" content="Evidence of Juhani being a Lesbian from Star Wars: Knights of the Old Republic's Game Files">
<meta property="og:description" content="Juhani is a canon lesbian character and she has always been intended as such by the developers of Knights of the Old Republic. Here I am presenting evidence from the game files to prove it.">
<link rel="stylesheet" href="/shrines/starwarskotor/css/style-starwarskotor.css" type="text/css" media="all">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.1/css/all.css">
2023-06-15 09:18:46 +00:00
<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/js/swkotor-components.js" defer></script>
2023-06-15 09:18:46 +00:00
<title>Evidence of Juhani being a Lesbian from Star Wars: KotOR's Game Files | Articles | Star Wars: Knights of the Old Republic Shrine | Leilukin's Hub</title>
</head>
<body>
<header class="main-header">
<noscript>
JavaScript is disabled in your browser. To get the best user experience on
this website, it is recommended that you enable it.
</noscript>
</header>
<nav class="navbar"></nav>
<main>
<!-- <aside class="left-sidebar">
Left sidebar content here
</aside> -->
2023-06-15 09:18:46 +00:00
<article>
<h1>Evidence of Juhani being a Lesbian from <cite>Star Wars: Knights of the Old Republic</cite>'s Game Files</h1>
2023-06-15 09:18:46 +00:00
2023-07-27 03:37:02 +00:00
<div class="center-text">
<p>Written by Leilukin</p>
<p>Originally published on July 15, 2017 on Tumblr</p>
</div>
<p>The fact that Juhani from <cite>Star Wars: Knights of the Old Republic</cite> is a canon lesbian character is a fairly common knowledge among LGBTQ+ fans of Star Wars. However, occasionally I still see people who do not know that the first KotOR game has the very first confirmed gay character in any Star Wars media, including the old Star Wars Expanded Universe; there are some other people who actually believe that Juhani is bisexual.</p>
2023-06-15 09:18:46 +00:00
<p>Therefore, as a lesbian and someone who has <a href="/mymods">made mods</a> for the <cite>Knights of the Old Republic</cite> games and written a <a href="https://docs.google.com/document/d/1X_EUsoKVpaCfbbi-t5NNqMsoPeAoFsxvIRMcv5rHFBQ/edit" target="_blank">detailed Juhani romance guide</a>, I would like to present hard evidence from the game files to point out that <strong>Juhani is in fact a lesbian, a woman who is exclusively attracted to women</strong>.</p>
2023-06-15 09:18:46 +00:00
<p>The most crucial evidence comes from <code class="inline-code">k_hjuh_dialog.dlg</code>, Juhanis main dialogue file which contains all the conversations covered in my Juhani Romance Guide. If you use the <a href="https://deadlystream.com/files/file/280-kotor-tool/" target="_blank">KotOR Tool</a> to browse the game files, <code class="inline-code">k_hjuh_dialog.dlg</code> is under KotOR I > BIFs > templates.bif > Dialog. I recommend using <a href="https://deadlystream.com/files/file/750-dlg-editor/" target="_blank">DLGEditor</a> to view the .dlg files from KotOR games.</p>
2023-06-15 09:18:46 +00:00
<p>Here is a screenshot of my DLGEditor with the most relevant part of the <code class="inline-code">k_hjuh_dialog.dlg</code> file:<br>
<img src="./img/juhani-lesbian-in-game-evidence.png" width="100%" height="auto" alt="A screenshot of Version 2.3.2 of the DLG Editor displaying Juhani's main dialogue file, with the first conversation highlighted"></p>
2023-06-15 09:18:46 +00:00
<p>The highlighted dialogue shown in the screenshot (”I feel I must apologize for the way I acted towards you before, in the grove. It was wrong of me.”) is the beginning of your first personal conversation with Juhani after Juhani joins your party. Here is a video of the conversation in question:</p>
2023-06-15 09:18:46 +00:00
<div class="full-width-youtube-video">
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/jzqfXoOvGrw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
2023-06-15 09:18:46 +00:00
<p>As shown in the screenshot above, once you begin this conversation, the script <code class="inline-code">k_hjuh_p17</code> will fire, and this is the source of the script in question:</p>
<pre>
<code class="code-snippet">void main()
{
int iGender = GetGender(GetPCSpeaker());
if (iGender == GENDER_FEMALE)
{
SetGlobalBoolean("T_JUHANIROM", TRUE);
}
}
</code></pre>
2023-06-15 09:18:46 +00:00
<p>(In KotOR Tool, you can see the source script <code class="inline-code">k_hjuh_p17.nss</code> under KotOR I > BIFs > scripts.bif > Script, Source)</p>
2023-06-15 09:18:46 +00:00
<p>As you may have guessed from the above script, <code class="inline-code">k_hjuh_p17</code> sets the Global Boolean <code class="inline-code">T_JUHANIROM</code> to TRUE if, and ONLY IF, the player character is female. The <code class="inline-code">T_JUHANIROM</code> global is used by the game to check if Juhanis romance is active or not. In other words, <strong>the game activates Juhanis romance ONLY IF your player character is female</strong>, as soon as you start Juhanis personal conversation after she joins your party. <strong>If your player character is male, Juhanis romance will NOT be activated</strong>.</p>
2023-06-15 09:18:46 +00:00
<p>Here is the hard evidence from KotOR's game files that Juhani is a lesbian, a woman who is exclusively attracted to women. Juhani is NOT straight. Juhani is NOT bisexual.</p>
2023-06-15 09:18:46 +00:00
<p>The game used to have a bug that allowed male player characters to access Juhanis romance, which is probably why some thought that Juhani is bisexual. However, the bug had been fixed in later patches. By fixing the bug, <strong>the game has made sure that ONLY a female player character can romance Juhani</strong>.</p>
2023-06-15 09:18:46 +00:00
<p>Even though the word “lesbian” or “gay” is never used in any of the KotOR games, it does not change the fact that Juhani is a woman character who can only be romanced by a woman player character, which means Juhani is gay, a lesbian.</p>
2023-06-15 09:18:46 +00:00
<p>In conclusion, <strong>Juhani is a canon lesbian character and has always been intended to be such</strong>.</p>
2023-06-15 09:18:46 +00:00
<p>I would also like to emphasise that <strong>I DO NOT support any mods that make Juhani a romance option for male characters under any circumstances</strong>, because such mods would be erasing the identity of the very first confirmed lesbian character in any Star Wars media. Not to mention, Juhani is the ONLY confirmed LGBTQ+ character in the entire KotOR series (Belaya from KotOR 1 and Luxa from KotOR 2 are heavily implied to be gay or bisexual, but their sexuality is never confirmed). Please respect LGBTQ+ representation and the identities of canon LGBTQ+ characters.</p>
</article>
2023-06-15 09:18:46 +00:00
2023-06-27 14:57:47 +00:00
<aside class="right-sidebar"></aside>
</main>
<footer class="main-footer"></footer>
2023-06-15 09:18:46 +00:00
</body>
</html>