From 38e0840da97a782388176dab0b5a4ca54607dede Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Tue, 16 Jul 2024 22:35:28 +0800 Subject: [PATCH] Use code block for directory paths --- .../articles/faq-same-gender-romance-mods.md | 25 +++++++++++++++---- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/src/shrines/starwarskotor/articles/faq-same-gender-romance-mods.md b/src/shrines/starwarskotor/articles/faq-same-gender-romance-mods.md index c74a7a27..1bad9762 100644 --- a/src/shrines/starwarskotor/articles/faq-same-gender-romance-mods.md +++ b/src/shrines/starwarskotor/articles/faq-same-gender-romance-mods.md @@ -62,11 +62,26 @@ For example, for Handmaiden and Female Exile – Disciple and Male Exile Romance If you cannot find those .mod files in your Modules folder, your issue might be caused by your computer registering two different installation locations for {% cite "KotOR 2" %}. I suggest you check out [this guide on how to make sure your computer recognize the version of {% cite "KotOR 2" %} game where you want to install KotOR 2 mods on](https://steamcommunity.com/sharedfiles/filedetails/?id=779622644). While the guide focuses on Steam version of {% cite "KotOR 2" %}, you could edit the registry to make your computer properly recognise the installation location of your {% cite "KotOR 2" %} game. Here are the default installation locations of {% cite "KotOR 2" %} depending on the game version: -* Steam (32-bit Windows): [`C:\Program Files\Steam\steamapps\common\Knights of the Old Republic II`]{style="word-break: break-word;"} -* Steam (64-bit Windows): [`C:\Program Files (x86)\Steam\steamapps\common\Knights of the Old Republic II`]{style="word-break: break-word;"} -* Retail CD (32-bit Windows): [`C:\Program Files\LucasArts\SWKotOR2\`]{style="word-break: break-word;"} -* Retail CD (64-bit Windows): [`C:\Program Files (x86)\LucasArts\SWKotOR2\`]{style="word-break: break-word;"} -* Steam (32-bit Windows): [`C:\GOG Games\Star Wars - KotOR2`]{style="word-break: break-word;"} +* Steam (32-bit Windows): +``` +C:\Program Files\Steam\steamapps\common\Knights of the Old Republic II +``` +* Steam (64-bit Windows): +``` +C:\Program Files (x86)\Steam\steamapps\common\Knights of the Old Republic II +``` +* Retail CD (32-bit Windows): +``` +C:\Program Files\LucasArts\SWKotOR2\ +``` +* Retail CD (64-bit Windows): +``` +C:\Program Files (x86)\LucasArts\SWKotOR2\ +``` +* Steam (32-bit Windows): +``` +C:\GOG Games\Star Wars - KotOR2 +``` If you do not know if you have Windows 64-bit or 32-bit, [refer this article to find out](https://www.lifewire.com/am-i-running-a-32-bit-or-64-bit-version-of-windows-2624475).