Jump to content

ShaeMyName

Registered
  • Posts

    8
  • Joined

  • Last visited

  • Days Won

    1

ShaeMyName last won the day on June 30

ShaeMyName had the most liked content!

About ShaeMyName

  • Birthday February 19

Profile Information

  • Gender
    Female
  • Location
    New York, USA

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

ShaeMyName's Achievements

  1. Hey @Salk! It will correctly show whether the container is empty whether it's been previously opened or not. All you have to do is hover over it like you would to see the normal name.
  2. @Salk, Hi! Thanks so much for the kind words! I guess I should've been more clear in my readme. Only the first turn order is randomized. The remaining turns all alternate in the way you said. Sorry for the confusion! Best, Shae
  3. View File K1 Marked Empty Containers Description Appends " (empty)" to the floating hover name of any container or lootable corpse that currently holds nothing. Now you can tell an empty footlocker from a full one at a glance without stopping to open it. Shows the moment you first see an initially-empty container. Updates live the instant you loot one empty, while you're still hovering over it. Covers lootable corpses too (KOTOR stores them as "Remains" containers) Installation instructions 1. Copy these three files into your KOTOR folder, next to `swkotor.exe` (typically `C:\Program Files (x86)\Steam\steamapps\common\swkotor\`): - MarkEmptyContainers.exe - Apply Container Patch.bat - Revert Container Patch.bat 2. Double-click `Apply Container Patch.bat`. It prints `SUCCESS` and makes a backup. Launch the game and enjoy. Uninstallation instructions 1. Double-click `Revert Container Patch.bat`. This restores `swkotor.exe` exactly as it was (from the backup it made: `swkotor.exe.MarkEmpty.bak`). Requirements Requires the KOTOR Editable Executable mod to allow the patcher to work. https://deadlystream.com/files/file/1320-kotor-editable-executable/ Submitter ShaeMyName Submitted 06/29/2026 Category Mods K1R Compatible Yes  
  4. Version 1.0.1

    48 downloads

    Description Appends " (empty)" to the floating hover name of any container or lootable corpse that currently holds nothing. Now you can tell an empty footlocker from a full one at a glance without stopping to open it. Shows the moment you first see an initially-empty container. Updates live the instant you loot one empty, while you're still hovering over it. Covers lootable corpses too (KOTOR stores them as "Remains" containers) Installation instructions 1. Copy these three files into your KOTOR folder, next to `swkotor.exe` (typically `C:\Program Files (x86)\Steam\steamapps\common\swkotor\`): - MarkEmptyContainers.exe - Apply Container Patch.bat - Revert Container Patch.bat 2. Double-click `Apply Container Patch.bat`. It prints `SUCCESS` and makes a backup. Launch the game and enjoy. Uninstallation instructions 1. Double-click `Revert Container Patch.bat`. This restores `swkotor.exe` exactly as it was (from the backup it made: `swkotor.exe.MarkEmpty.bak`). Requirements Requires the KOTOR Editable Executable mod to allow the patcher to work. https://deadlystream.com/files/file/1320-kotor-editable-executable/
  5. View File Fair Pazaak Turn Order In the vanilla game, the player always goes first. This means you're more likely to bust, since you'll always have one more bust-possible draw than the AI at any given time. It also means the AI can look at your hand and Stand, where you have to Stand before you see their next draw. How to install: Unzip and put the following in the game dire (beside swkotor.exe): FairPazaak.exe, Apply Fair Pazaak Patch.bat, and Revert Fair Pazaak Patch.bat Double click Apply Fair Pazaak Patch.bat If switching between versions, make sure that you use the Revert bat BEFORE using the Apply bat of the other version! Requirements Only requires KOTOR Editable Executable (https://deadlystream.com/files/file/1320-kotor-editable-executable/). This mod is entirely compatible with any and all Pazaak deck mods like Easy Pazaak or Balanced Pazaak. readme.txt Submitter ShaeMyName Submitted 06/15/2026 Category Mods K1R Compatible Yes  
  6. Version 1.1.0

    39 downloads

    In the vanilla game, the player always goes first. This means you're more likely to bust, since you'll always have one more bust-possible draw than the AI at any given time. It also means the AI can look at your hand and Stand, where you have to Stand before you see their next draw. How to install: Unzip and put the following in the game dire (beside swkotor.exe): FairPazaak.exe, Apply Fair Pazaak Patch.bat, and Revert Fair Pazaak Patch.bat Double click Apply Fair Pazaak Patch.bat If switching between versions, make sure that you use the Revert bat BEFORE using the Apply bat of the other version! Requirements Only requires KOTOR Editable Executable (https://deadlystream.com/files/file/1320-kotor-editable-executable/). This mod is entirely compatible with any and all Pazaak deck mods like Easy Pazaak or Balanced Pazaak. readme.txt
  7. View File K1 Ultrawide Letterbox Fix The function that enables letterbox mode for cutscenes has a fork whether the segment was the first in the scene or came later. The very first letterbox after an area loads (first branch) skipped a specific call that sets up the bottom bar's draw state, while every later letterbox made that call. That's why only the first one of each area was ever broken. This patch adds back in the skipped call while making sure not to interfere with dialogue or being able to skip it. Subtitles that were included in the bottom letterbox that was missing are now also visible again. This Patcher doesn't need to be installed in your game folder, although it doesn't hurt anything if you want it there. You can use it easily by unzipping the archive and double-clicking Apply Fix.bat. Alternatively, if you'd rather not trust an executable, you can run the patch yourself using Python by following the instructions in the README. You can also easily uninstall the patch by using Revert Fix.bat if there are any issues. Required setup (install these first): 1. KOTOR Editable Executable: provides a patchable exe (https://deadlystream.com/files/file/1320-kotor-editable-executable/) 2. UniWS: to run the game at your widescreen resolution (https://www.wsgf.org/article/star-wars-knights-old-republic) 3. KotOR High Resolution Menus (the "hires"/k1hrm patcher): for correct widescreen menus and, crucially, the _widescreen dialog-letterbox proportion_ this fix builds on. (https://deadlystream.com/files/file/1159-kotor-high-resolution-menus/) 4. Then this fix, last. Please email me if you have any questions or issues! README.md Submitter ShaeMyName Submitted 06/12/2026 Category Mods K1R Compatible Yes  
  8. Version 1.0.1

    27 downloads

    The function that enables letterbox mode for cutscenes has a fork whether the segment was the first in the scene or came later. The very first letterbox after an area loads (first branch) skipped a specific call that sets up the bottom bar's draw state, while every later letterbox made that call. That's why only the first one of each area was ever broken. This patch adds back in the skipped call while making sure not to interfere with dialogue or being able to skip it. Subtitles that were included in the bottom letterbox that was missing are now also visible again. This Patcher doesn't need to be installed in your game folder, although it doesn't hurt anything if you want it there. You can use it easily by unzipping the archive and double-clicking Apply Fix.bat. Alternatively, if you'd rather not trust an executable, you can run the patch yourself using Python by following the instructions in the README. You can also easily uninstall the patch by using Revert Fix.bat if there are any issues. Required setup (install these first): 1. KOTOR Editable Executable: provides a patchable exe (https://deadlystream.com/files/file/1320-kotor-editable-executable/) 2. UniWS: to run the game at your widescreen resolution (https://www.wsgf.org/article/star-wars-knights-old-republic) 3. KotOR High Resolution Menus (the "hires"/k1hrm patcher): for correct widescreen menus and, crucially, the _widescreen dialog-letterbox proportion_ this fix builds on. (https://deadlystream.com/files/file/1159-kotor-high-resolution-menus/) 4. Then this fix, last. Please email me if you have any questions or issues! README.md
×
×
  • Create New...

Important Information

By using this site, you agree to our Guidelines.