Leaderboard
Popular Content
Showing content with the highest reputation since 08/17/2026 in all areas
-
Version 1.1.0
85 downloads
Turn off grass. For years that has been the first answer to almost any KOTOR problem, and it was good advice, because on a modern PC the grass really does tear itself across the sky. This patch fixes that, and quite a lot else. KOTOR decides how to light the world once, when it starts, choosing between two methods built for graphics cards of 2003. On most machines today neither is on offer, so the game quietly falls back to a path that was never finished: no proper lighting on walls and floors, no reflections on metal or armour, no fog, no soft shadows, and none of the screen effects. It still runs. It just looks wrong, and a lot of people have never seen it look right. This rebuilds that lighting using something every modern card does support, and puts the game back on the paths the developers actually finished. The grass is one of them. If you play on an NVIDIA card, the lighting has been working for you all along. Those drivers still carry register combiners, one of the two original methods, and it does the job properly. It is also an extension from 2001 that no other vendor implements, surviving on one company's willingness to keep shipping it. This moves every card onto a method that is still current, so there is one path everyone is exercising rather than one propped up by goodwill. What you get back Grass that stays on the ground Lighting on walls and floors, the baked lighting that makes interiors look lit rather than flat Reflections on metal, armour and polished surfaces Fog, in the places the game meant to have it Soft shadows, and the screen effects: bloom, blur, film grain, the distortion around force powers, and the colour wash on some cutscenes Bump lighting on creatures, which the game only ever drew on an NVIDIA card. The wet highlight in a Hutt's eyes is the easiest place to notice it. Requirements KOTOR 1, version 1.0.3. GOG, Steam and the CD release all work. Install it with the KotOR Patch Manager. Your game files are not modified; the manager applies the patch while the game runs. It replaces the separate cube map fix and soft shadows fix. Both are folded in, so disable those if you have them enabled in the patch manager. Source, releases and issues: https://codeberg.org/Synchro/kotor-modern-driver-compatibility Settings, if you ever need them You do not need any of this to play. The first time you run it, a file called `K1DriverCompat.ini` appears next to `swkotor.exe` with every option listed, explained, and switched off. Open it and delete the `#` in front of anything you want to change. The one worth knowing about is `look`, which chooses between the two ways cards of 2003 drew bright light. `look = nvidia` is the default and the calmer of the two. `look = ati` lets strong lights bleach out what they land on, the way a Radeon did. Neither is a bug, and neither is more correct than the other. Replacement shaders You can drop your own shader files into override/shaders/, you can create it if it isn't there. The patch will use shaders in there instead of the ones it generates, with no rebuilding and no tools. They are plain text in ARB fragment program assembly, which is what the patch compiles its own into. It sits under override so a replacement can ship as an ordinary TSLPatcher mod rather than needing its own packaging, and in a subdirectory because these are not game resources. The game ignores them completely: it only looks in override for the file extensions it knows, and has no idea what an .arb file is. Reading them is this patch's job. For more information on naming, shader inputs, and all of the mode types, take a look at this section of the README: https://codeberg.org/Synchro/kotor-modern-driver-compatibility#replacement-shaders Tested on AMD, Intel and NVIDIA hardware, on Windows and on Linux through Proton, across the GOG, Steam and CD releases. If something looks wrong `logs/K1DriverCompat.log` in your game folder holds one session and is overwritten each run, so there is only ever one file to send. Setting `log = debug` in the ini before reproducing the problem makes it far more useful. Thanks @Lane and @J tested this on cards and I don't own. Nearly everything here is based on how some particular drivers behave, and that is worth nothing until somebody with that hardware runs it and reports back. The faults that turned up that way are ones I had no way of finding on my own. @Lane also wrote the KotOR Patch Manager, which is what this ships for. LLM Disclosure This project made use of an LLM during development, in the following capacities: Brainstorming: exploring possible approaches and design directions Decompilation assistance: help interpreting and structuring reverse-engineered code Code comments: refining and clarifying existing comments Skeletons and fixes: generating initial code scaffolding and minor fixes All LLM-assisted output was modified and reviewed by a human before being committed.4 points -
Version 1.0.1
89 downloads
Expands the mechanics of training your Jedi companions in TSLRCM. SUMMARY TSLRCM adds the ability to teach your Jedi party members a select few powers, feats, and forms. It’s a cool concept that adds to the feeling of training your companions, but it was never very fleshed out. As is, there’s a very limited pool of abilities to teach, no real player choice in what to teach, and no depiction of the training aside from a fade to black. This isn’t a fault of the TSLRCM team, there just wasn’t much to restore. The mod aims to expand the whole training mechanic to make it more interesting and immersive. Summary of the main changes of this mod: - You can now choose which abilities to teach your companions. - The pool of teachable powers, feats and forms has been significantly expanded. - Every teachable ability now includes a brief cutscene depicting the training. - Party members can learn 1 power or feat and 1 form at a time and must level up before learning more. - Different prestige classes can teach different abilities. JM/SL can teach a wider selection of powers, JWM/SM can teach more combat feats, and JW/SA can teach a mix of both. - Handmaiden and Disciple can now be trained like other Jedi companions. DETAILS INSTALLATION TSLRCM required. Ensure TSLRCM is installed first before installing this mod. To install, run HoloPatcher.exe. Select the main install option and run. Unaltered copies of any modified files will be placed inside the "backup" folder in the location of HoloPatcher.exe. If you have PartySwap installed, run the included compatibility patch. Ensure both PartySwap and the main mod have been installed first before installing this patch. UNINSTALLATION Remove the following files from override: If any files were created inside the backup folder, move them to override. COMPATIBILITY Incompatible with any mods that hard overwrite the dlg files for Atton, Bao-Dur, Disciple, Handmaiden, Mira, or Visas. Compatible with PartySwap by Darth Tyren & Leilukin using the included compatibility patch. Compatible with Visas Marr and Female Exile Romance by Leilukin. The following mods appear compatible but have not been extensively tested: Handmaiden and Female Exile - Disciple and Male Exile Romance by Leilukin Atton Rand and Male Exile Romance by Leilukin Not compatible with Mira Romance Mod by JediArchivist. Soft conflict with Train the Handmaiden by jc2 as this mod also allows training Handmaiden. BUGS Minor bug where Handmaiden doesn’t restart her idle animation after learning Burst of Speed, for some reason. Talking to her fixes it. No other bugs that I’m aware of. Please report any. PERMISSIONS You are free to use and edit this mod’s dlg files if needed to make a compatibility patch for another mod. However, please ask permission before reuploading or modifying the files for any other reason. Do not reupload any files from the PartySwap patch without permission from the author. CREDITS offthegridmorty zbyl2, DarthStoney, Hassat Hunter, VarsityPuppet & contributors - TSLRCM dlg files DarthTyren, Leilukin - PartySwap dlg files HoloPatcher - Cortisol, th3w1zard1 TSLPatcher - stoffe, Fair Strides KOTOR Tool - Fred Tetra K-GFF - tk102 AniCam - JdNoa Reone Toolkit Lip Composer - seedhartha Holocron Toolset - Cortisol, th3w1zard14 points -
Yeah, unfortunately the Kotor Patch Manager needs a clean executable (you can use a gog one or the editable exe, both work), the best way to get widescreen support back in that scenario is to use @J's https://github.com/J0-o/KotorUniResPatch patches. They work quite well, but depending on what you already have installed you may need to undo existing overrides in order for everything to look right. (e.g. the high resolution menu mods) They've properly scaled pretty much every interface in the game to look right (and even unlocked the in game resolution menu) This does have me thinking that it might be a good idea to have a standalone version of this mod that can be dropped in to existing modbuild installs or installs with other pre-patched executables. Stay tuned for something on that, I'll see if I can take a look at what is needed on the weekend.4 points
-
Version 1.0.0
27 downloads
===================================================== [TSL] HD Female Twi'leks + NPC Diversity + Playable Female Twi'leks ===================================================== Mod for Knights of the Old Republic II - The Sith Lords Author: Lily File Name: HD_Female_Twilek_Diversity_and_PCs.rar Latest Version: 1.0 --- 1. DESCRIPTION: This mod overhauls the female Twi'lek NPCs in KotOR 2 and adds 26 new playable female Twi'lek heads. NPC Overhaul: - Upscaled and updated dancer outfits. - Body skin tones all match head skin tones. - Added specular highlights to body textures. - Added specular highlights with a bump map to the heads, giving female lekku the same light-reactive shine male Twi'leks have. Eyes and lips also get a subtle shine. - NPCs now use different lekku positioning per head, so they no longer all look like pure reskins. - The mercenary droidmaster on Telos Surface and Borna Lys on Nar Shaddaa now each have a unique head texture pulled from the new playable set, plus a backup head, so their default appearance doesn't clone the player. - Includes a patch for Leilukin's "Dahnis Unique Look" mod, giving their textures an HD look. Playable Heads: - 26 playable female Twi'lek models, including every female Twi'lek NPC. - A number of completely new heads. - Dark side transitions. - Every playable head comes with a Handmaiden-style underwear model, a dancer outfit model, and an assassin-style clothing model, all with matching skin tones. --- 2. INSTALLATION: Run Install.exe and select your KotOR 2 game directory. There are 4 installation options. - Default Installation: Includes playable Twi'lek models and replacements for NPC Twi'leks. You probably want this one. - Playable Twi'leks ONLY: Includes only models for the player character, NPC Twi'leks will remain unchanged - NPC replacement ONLY: Replaces models for NPC Twi'leks, does not add any playable characters - Dahnis Patch: Updates the look for Dahnis based on Leilukin's Dahnis Unique Look mod. Install that mod first! If you use the default installation, you DO NOT need to install NPC replacement ONLY or Playable Twi'leks ONLY. The Dahnis patch NEEDS to be installed separately - it is NOT included in any other option. You should be safe to reinstall this mod on top of itself without any problems. A "backup" folder is created by the installer in the same directory. Don't delete it if you plan to uninstall later. --- 3. UNINSTALLATION: Run Install.exe, select your KotOR 2 directory, and use the "Tools > uninstall/restore backup" option to revert all changes made by this mod. --- 4. KNOWN ISSUES: If you decide to install only PCs and then later decide to add the NPCs, you should use the default installation option the second time. Installing PCs ONLY and then NPCs ONLY will prevent the backup head from working properly. If you do this, just run the default installation and it should work. If you have already visited Nar Shaddaa, Borna will not have her updated appearance. You should use a save from before arriving. If you find any bugs or problems, please report them. --- 5. MOD COMPATIBILITY: All files should have unique names. Installing this This mod only touches female Twi'lek head/body models, textures, and appearance-related files - no dialogue, scripting, or module changes. Should be compatible with all other mods, including TSLRCM. If you have any other mods that have changed the female Twi'lek appearances, this mod will obviously stop the old appearances from showing. All files should have unique names, so this should not overwrite other mods, and it would just take Appearance.2da changes (or an uninstallation) to revert. If you use Leilukin's "Dahnis Unique Look" mod, install that mod first, then run this mod's Dahnis Patch. Do not use the Steam Workshop for KotOR. It will almost certainly end with compatibility issues. --- 6. SUPPORT: My mods are free to use. You do not need to pay for them, but if you would like to say thanks, you can buy me a coffee! --- 7. PERMISSIONS: Please let me know if you plan on using any of the files in my mod for your own mod. The answer is "yes you may", but I would like to know what you are doing with it! Do not directly reupload this mod anywhere else. --- 8. THANKS: - Dark Hope - HD Twilek base textures - Leilukin & SpaceAlex - Dahnis Unique Look - Effixian - Red Twi'lek head - DarthParametric - Twi'lek high boots model - redrob41 - Original Twi'lek head/body model fixes - corpsecotillion - Original dark side transition texture - Fred Tetra - KotOR Tool - Cortisol - Holocron Toolset & HoloPatcher - Fair Strides - TSLPatcher - ??? - A couple playable heads are originally from a decade-old modpack with no credits. If you are or know the author, let me know and I can credit the author/remove them. THIS MODIFICATION IS NOT SUPPORTED BY BIOWARE/OBSIDIAN ENTERTAINMENT OR LUCASARTS OR ANY LICENSORS/SPONSORS OF THE MENTIONED COMPANIES. USE THIS FILE AT YOUR OWN RISK.3 points -
Version 1.0
20 downloads
As you know, there's a story segment on Dxun where your party splits up. While you're off to Onderon, the other group goes to explore the jungle. After everything's done, there's a little reunion scene with the party leader of your choosing, just a few lines between the Exile and their companion before Kreia interrupts. Turns out, despite being one of the possible party leaders, Bao-Dur was the only one who didn't have any lines at all. The game simply skipped straight to Kreia rather abruptly. This little fix adds that missing reunion scene with Bao-Dur, provided he's been chosen to lead the party on Dxun, putting him on par with all other companions. Requirements: TSLRCM — for being able to send Bao-Dur at all. Notes: The mod can be installed and uninstalled at any time; the changes are minimal and safe. Since these lines weren't even cut originally (they were just missed), I've reused some of Bao-Dur's existing voice lines that I deemed fit the occasion perfectly. Installation: Copy following file from archive's "Override" folder to yours: reunion.dlg. Credits: Fred Tetra, for KOTOR Tool TK102, for DLGEditor Torlack, stoffe & TK102, for NWNSSCOMP JdNoa & Dashus, for DeNCS Cortisol, for Holocron Toolset3 points -
Version 1.0.0
25 downloads
===================================================== [TSL] HD Rodians ===================================================== Mod for Knights of the Old Republic II - The Sith Lords Author: Lily File Name: HD_Rodians_TSL.zip Latest Version: 1.0 --- 1. DESCRIPTION: This mod ports Stormie97's High Quality Aliens: Rodians from KotOR 1 to KotOR 2, with Dark Hope's HD retextures included and tweaked. - Replaces the original low-poly Rodian model with Stormie97's custom high-poly version. - Five HD texture variants for Rodian NPCs. - Adds an environment map for specular sheen. - All four Rodian appearance entries updated in appearance.2da. - Sitting Rodian placeable updated in placeables.2da. --- 2. INSTALLATION: Run Install.exe and select your KotOR 2 game directory. A "backup" folder is created by the installer in the same directory. Don't delete it if you plan to uninstall later. --- 3. UNINSTALLATION: Run Install.exe, select your KotOR 2 directory, and use the "Tools > uninstall/restore backup" option to revert all changes made by this mod. --- 4. KNOWN ISSUES: None. If you find any bugs or problems, please report them. --- 5. MOD COMPATIBILITY: This mod only touches the Rodian model, Rodian textures, and the relevant rows in appearance.2da and placeables.2da - no dialogue, scripting, or other module changes. Should be compatible with all other mods, including TSLRCM. If you have any other mods that change Rodian appearances, this mod will obviously stop the old appearances from showing. All files should have unique names, so this should not overwrite other mods, and it would just take Appearance.2da changes (or an uninstallation) to revert. Do not use the Steam Workshop for KotOR. It will almost certainly end with compatibility issues. --- 6. SUPPORT: My mods are free to use. You do not need to pay for them, but if you would like to say thanks, you can buy me a coffee! --- 7. PERMISSIONS: Do not directly reupload this mod anywhere else. Ask before using any assets. --- 8. THANKS: - Stormie97 - High Quality Aliens: Rodians - Dark Hope - Rodian HD Retexture - bead-v - MDLEdit - Cortisol - Holocron Toolset & HoloPatcher - Fair Strides - TSLPatcher THIS MODIFICATION IS NOT SUPPORTED BY BIOWARE/OBSIDIAN ENTERTAINMENT OR LUCASARTS OR ANY LICENSORS/SPONSORS OF THE MENTIONED COMPANIES. USE THIS FILE AT YOUR OWN RISK.3 points -
Version 1.0.0
34 downloads
The mod replaces the PFHA04 model and textures. Thanks to DarthParametric, without him this mod would not have seen the light of day. To Install 1. Download: PFHA04 2. Copy all files to the Knights of the Old republic's Override folder. (Example location - C:\Program Files (x86)\Steam\steamapps\common\swkotor\Override) 3. When/if prompted to overwrite files, press okay. 4. If you like the mod; leave a comment or endorse! (It would be much appreciated) Made with love.3 points -
Version 1.0.0
97 downloads
===================================================== [TSL] Armor Class 4, 5 & 6 Remodel ===================================================== Mod for Knights of the Old Republic II - The Sith Lords Author: Lily Latest Version: 1.0 --- 1. DESCRIPTION: This mod replaces the armor body models for classes 4, 5, and 6 in KotOR 2, giving them a more armored look. The original KotOR 1 models were made by Attackperson35. This mod adds the models to KotOR 2, including Bao-Dur variants. Textures are sourced from Dark Hope's and Vurt's armor texture mods with small tweaks. The included textures are from those two mods combined - if you prefer a different look, you can install the models only and drop in textures from whatever. Class 4 (Light Armor): The shoulder pads from the original models have been kept. Shin guards, knee pads, and armguards have been removed - this is light armor, and the extra plating looked out of place on it. Affects: Light Combat Suit, Combat Suit, Mandalorian Combat Suit, Zabrak Combat Suit, Echani Light Armor, Massassi Ceremonial Armor, Mandalorian Heavy Suit, Electromesh Suit, and any other armor sharing the class 4 body. Class 5 (Medium Armor): Includes shoulder pads, wrist guards, and shin guards. Affects: Heavy Combat Suit, Bonadan Alloy Heavy Suit, Zabrak Battle Armor, Ubese Environmental Suit, Echani Shield Suit, Reinforced Fiber Armor, Zabrak Field Armor, Ulic Qel Droma's Mesh Suit, Armored Flight Suit, and any other armor sharing the class 5 body. Class 6 (Medium Armor): Includes shoulder pads, wrist guards, and shin guards. Affects: Khoonda Militia Armor, Military Suit, Echani Battle Armor, Cinnagar War Suit, Sith Battle Suit, Verpine Fiber Mesh, Exar Kun's Light Battle Suit, Heavy Cinnagar War Suit, Verpine Fiber Ultramesh, and any other armor sharing the class 6 body. --- 2. INSTALLATION: Run Install.exe and select your KotOR 2 game directory. Each armor class has two installation options: - Models: Installs new armor body models. - Textures: Installs the included texture selection. You can install models only, textures only, or both. Installing models without textures will use whatever textures you already have installed. Double check that you do not have both an old .tga/.txi file pair AND a new .tpc file for the armor textures If you do, one is going to take priority over the other. You can use Remove Duplicate TGA-TPC to accomplish this quickly. A "backup" folder is created by the installer in the same directory. Don't delete it if you plan to uninstall later. --- 3. UNINSTALLATION: Run Install.exe, select your KotOR 2 directory, and use the "Tools > uninstall/restore backup" option to revert all changes made by this mod. --- 4. KNOWN ISSUES: None. If you find any bugs or problems, please report them. --- 5. MOD COMPATIBILITY: This mod replaces armor body models and their associated textures only. No 2da files, scripts, or dialogue are changed. Should be compatible with all other mods, including TSLRCM. Models replaced: - Class 4: PFBCL, PFBCM, PFBCS, PMBCL, PMBCM, PMBCS, BAODUR_BC - Class 5: PFBDL, PFBDM, PFBDS, PMBDL, PMBDM, PMBDS, BAODUR_BD - Class 6: PFBEL, PFBEM, PFBES, PMBEL, PMBEM, PMBES, BAODUR_BE Any mod that replaces these same files will conflict. Do not use the Steam Workshop for KotOR. It will almost certainly cause compatibility issues. --- 6. SUPPORT: My mods are free to use. You do not need to pay for them, but if you would like to say thanks, you can buy me a coffee! --- 7. PERMISSIONS: Do not directly reupload this mod anywhere else. Ask before using any assets. --- 8. THANKS: - Attackperson35 - Original KOTOR 1 armor models (classes 4, 5, and 6) - Dark Hope - HD armor textures: Class 4 textures Class 5 textures Class 6 textures - Vurt - Vurt's Visual Resurgence armor textures - redrob41 - Original Bao-Dur body model fixes - bead-v - MDLEdit - Cortisol - Holocron Toolset & HoloPatcher - Fair Strides - TSLPatcher THIS MODIFICATION IS NOT SUPPORTED BY BIOWARE/OBSIDIAN ENTERTAINMENT OR LUCASARTS OR ANY LICENSORS/SPONSORS OF THE MENTIONED COMPANIES. USE THIS FILE AT YOUR OWN RISK.2 points -
2 points
-
Version 1.0.0
7 downloads
[TSL] Ebon Hawk skybox for M4-78 EP AUTHOR: Sith Holocron ORIGINAL RELEASE: 21 AUG 2026 GAMES: Star Wars Knights of the Old Republic II (using M4-78 Enhancement Project) Description: I like Kexikus’ skyboxes for the various worlds in K1 and TSL. I like tjsase’s Ebon Hawk skyboxes for TSL. However, it seems I've always had to make a choice between keeping one or the other when considering either tjsase's Ebon Hawk skybox (which utilizes the standard skybox included in the EP) or Kexikus' world skybox which is its own thing. That is until I made a Frankenstein's monster of the EH skybox and the EP world skybox together, which I think merges them suitably. (See attached picture.) I reached out in early 2025 to both modders to see if I could make this combined skybox available to the public. The first modder responded almost immediately. The second modder – who doesn’t visit the site often – finally granted permission today. Installation: Copy the TGA file to the Knights of the Old Republic II's Override folder. (Example location - C:\Program Files (x86)\Steam\steamapps\common\swkotor2\Override) When/if prompted to overwrite files, press okay. If you like the mod; please leave a comment or endorse! It would be much appreciated. Uninstall: Remove the TGA file you’ve added in Installation instructions. Thanks (in alphabetical order): Kexikus: For their kind permission to publicly release their work in this skybox to the public. tjsase: For their kind permission to publicly release their work in this skybox to the public. You can find Kexikus’ mods on Deadly Stream here: https://deadlystream.com/profile/12766-kexikus/content/?type=downloads_file You can find tjsase’s mods on Deadly Stream here: https://deadlystream.com/profile/12310-tjsase/content/?type=downloads_file2 points -
2 points
-
project is built on Stormie97 and Effix’s Ahsoka/Togruta mod, and full credit for the original work belongs to them. I took that foundation and added a bit. Ahsoka has been reshaded and given additional visual progression tied to alignment, along with a number of additions intended to make the character feel like a character that belongs into KOTOR. ITEMS: Two sets of Wayfarer Robes have been added as in-game items. I havent reshaded the blue knight robe because i havent figured out a good color scheme yet but the advanced wayfarer robe is reshaded as a lived in white intended for a later stage of the playthrough. They are meant to be found, used, and grown into naturally as the game progresses and not as overpowered equipment. Two white lightsaber crystals have also been integrated into the game, one is found in the Krayt Dragon hoard. Another is available through Yavin. They carry no special bonuses. purpose is simply to produce white blades. Nothing here is meant to bypass KOTOR’s progression or turn the character into something mechanically excessive. intent is to integrate an Ahsoka-style experience into the existing game as cleanly as possible: visual progression, equipment progression, and items placed within the world rather than simply handed to the player. Some placement and progression details may still change. The project will be released when I consider it finished.Again, credit to Stormie97 and Effix for the original Ahsoka/Togruta mod that provided the foundation.2 points
-
Version 1.1
67 downloads
AUTHOR: Sith Holocron OPEN BETA: 27 MAY 2026 GAMES: Star Wars Knights of the Old Republic II Description: This time, I’m doing this a little differently. This mod collection is being released as an open beta! But first, what is it? I’ve been tinkering with making icons for TSL (and also for K1 but that’s a whole separate story) for quite some time now. I’ve shown off a few of them on the Discords for the KotOR community but I never had a real plan to actually release them in a public way. It’s more of a fun thing that I didn’t need to share. The original icon interest came about from a thread on Deadly Stream from a (now retired) modder named Nomnisang. They made a post about making a collection of icons called the KotOR II High-Res Icon Suite. (link: https://deadlystream.com/topic/3563-kotor-ii-high-res-icon-suite/) They got a promotion in RL, lost a lot of the material, and went on to different things. I had the idea of salvaging what was posted. There were not many icons posted in the thread themselves but enough pieces were there that I could start to do some work. Some of the work came about with me testing out what Topaz Gigapixel could do – both with clean up and with creativity prompts. Some of the icons were my own takes on the vanilla icons. As can be seen in the many pictures posted on the download page, there’s a bit of range from Nomnisang’s style and my own versions of the vanilla icons. The icons as presented here cover Feats, Force Powers, and Skills for TSL. The text included on the icons as shown on the Download page is not included on the icons in the game – it is merely for illustrative purposes. The Open Beta: The feedback I’m looking for. 1) The sizes of the textures here vary. They vary from 128 x 128 to 512 x 512. I do know the general consensus amongst modders about what sizes should be the most effective, but I’d rather hear from the actual end user that would be actually be using this mod. If the feedback left in this open beta suggest I may need to resize the larger of the textures, so be it. But I’d rather not just doing on the whim of folks that will never use the mod in the first place. 2) I like to think that I’m thorough and have found all of the icons that should be in this set. However – despite the rumors – I am actually human. If I’ve missed any, Id like to know which ones. And not just the name of the powers, feats, etc. I’d also need to know the actual file name of the file I’ve missed! 3) Rotting out any bugs. Is everything appearing in the game the way it’s supposed to be? There’s nothing anything showing up upside down, right? If so, that’s something I’d need to remedy! The Open Beta: The feedback I’m NOT looking for. By this time, you’ve seen the icons. You have opinions on them. You might even have suggestions on how you think I could improve them. What they look like now is basically how they’re going to stay. If any of the icons in particular don’t appeal to you, I don’t particularly need to hear about that. So please keep that in mind before posting. Installation: Copy all TGA files to the Override folder on Knights of the Old Republic II. (Example location - C:\Program Files (x86)\Steam\steamapps\common\swkotor\Override) When/if prompted to overwrite files, press okay. If a TPC file is present with the same name, move it to another location outside the game folder. If you like the mod; please leave a comment and/or give me 5 stars! Uninstall: Remove the files you’ve added in Installation instructions. If you’ve moved TPC files as referenced in the Installation instructions, you can move those back into the Override folder after you’ve deleted my TGA files of the same name. If you do decide to move any of the TPC files back, that's completely optional and up to your discretion. Changelog: Update 1: From feedback provided by Lily of Deadly Stream, discovered that the Force Barrier line of power icons were upside down. The icons have been now replaced. Special Thanks: Nomnisang: Thanks for the inspiration for doing this and the icons you did post in your original thread. Dark Hope: Thanks for his open permissions, which allowed me to grab high quality grenades for those relevant feat icons. Sithspecter: Thanks for granting permissions, which allowed me to grab pictures of his weapons from his example pictures for those relevant feat icons. Lily: For reporting the (now corrected) upside down Force barrier icons. The KotOR Discord: For previously rendered feedback on the icons.2 points -
Version 1.0.0
32 downloads
===================================================== [TSL] Folklore Mandalorians ===================================================== Mod for Knights of the Old Republic II - The Sith Lords Author: Lily File Name: TSL_Folklore_Mandalorians.zip Latest Version: 1.0 --- 1. DESCRIPTION: This mod is a port of Attackperson35's Folklore Mandalorians mod to KotOR 2. It replaces the Mandalorian NPC models and textures. Features: - Glowing visor with a different color per texture variant. - Edited jetpack model. - Edited helmet. - Remapped textures on the main model. - Remeshed shoulderplates that no longer clip the model. - 7 texture variants. --- 2. INSTALLATION: Run Install.exe and select your KotOR 2 game directory. A "backup" folder is created by the installer in the same directory. Don't delete it if you plan to uninstall later. Double check that you do not have both an old .tga/.txi file pair AND a new .tpc file for the armor textures If you do, one is going to take priority over the other. You can use Remove Duplicate TGA-TPC to accomplish this quickly. --- 3. UNINSTALLATION: Run Install.exe, select your KotOR 2 directory, and use the "Tools > uninstall/restore backup" option to revert all changes made by this mod. --- 4. KNOWN ISSUES: None. If you find any bugs or problems, please report them. --- 5. MOD COMPATIBILITY: This mod only replaces the Mandalorian male and female models (N_Mandalorian.mdl/mdx, N_Mandalorianf.mdl/mdx) and seven texture files (N_Mandalorian01-07.tpc). No 2DA, dialogue, or scripting changes are made. It should be compatible with all other mods, including TSLRCM. Any mod that also modifies Mandalorian model or texture files will conflict with this one. Note: the models in this mod are remapped specifically for the included textures. Other textures applied to these models may not display correctly. Do not use the Steam Workshop for KotOR. It will almost certainly end with compatibility issues. --- 6. SUPPORT: My mods are free to use. You do not need to pay for them, but if you would like to say thanks, you can buy me a coffee! --- 7. PERMISSIONS: Do not directly reupload this mod anywhere else. Ask before using any assets. --- 8. THANKS: - Attackperson35 - Folklore Mandalorians (original KotOR 1 mod) - Vurt - Vurt's Visual Resurgence (textures) - Dark Hope - Textures - DarthDeadMan - Head and jetpack 3D models - Fred Tetra - KotOR Tool - Cortisol - Holocron Toolset & HoloPatcher - Fair Strides - TSLPatcher THIS MODIFICATION IS NOT SUPPORTED BY BIOWARE/OBSIDIAN ENTERTAINMENT OR LUCASARTS OR ANY LICENSORS/SPONSORS OF THE MENTIONED COMPANIES. USE THIS FILE AT YOUR OWN RISK.1 point -
1 point
-
1 point
-
Version 1.0.0
3 downloads
----------- KOTOR HyperPixel ReShade by ShaolinGhost and 90SK ----------- This reshade preset has been tuned to drastically enhance KOTOR's native visual quality. Please understand It is highly stressful on your system. It is not perfect. Dialog, will be hindered by the black borders showing old reflectivity from the BaBa: SSR filter's Intensity setting. KOTOR must be installed, then Install ReShade (With full add-on support), then install this directory into your swkotor directory (where Override is, not inside Override itself). ----------- The preset is called KOTOR HyperPixel ReShade. You can edit the settings, they have been calibrated to show significantly enhanced reflections and reflective detail. It contains a collective work, not expressly created here. All credit is to the ReShade community, the KotOR and TSL Community. The Intensity setting under BaBa: SSR filter will reduce the reflections -----------1 point -
Version 1.0.0
16 downloads
The mod replaces the PFHC04 model and textures. To Install 1. Download: PFHC04 2. Copy all files to the Knights of the Old republic's Override folder. (Example location - C:\Program Files (x86)\Steam\steamapps\common\swkotor\Override) 3. When/if prompted to overwrite files, press okay. 4. If you like the mod; leave a comment or endorse! (It would be much appreciated) Made with love.1 point -
Version 1.1
51 downloads
[TSL] Immersive TSL Maps AUTHOR: Sith Holocron ORIGINAL RELEASE: 13 AUG 2026 UPDATED RELEASE: 15 AUG 2026 GAMES: Star Wars Knights of the Old Republic II Description: This will be a longer description. Buckle up. I didn’t originally set out to make this a full mod. I suppose this originally started as a response to a request. In the comments for Ashton Scorpius’ “TSL Ebon Hawk Downloadable Map” (https://deadlystream.com/files/file/1406-tsl-ebon-hawk-downloadable-map/?tab=comments) someone asked if the swoop bike could be removed from the Ebon Hawk’s map. I decided to take this on – partly as a challenge to myself and partly because the requester has been making ridiculous specific requests for years. In short, I worked on a mod request out of spite. I thought that would be the end of it. Then at some point, I was working on textures for the Dantooine Enclave sublevel. I was doing a lot of fooling around with textures back then. (This was before I picked up a subscription to Topaz Gigapixel.) While checking - and rechecking - textures in game, I kept seeing that map. Since I already had new textures to work with, why not put them in the map? I requested a upscale of that map from someone and I went to work. I never posted as a mod but I do recall showing it on Discord at some point. Later, I wound up redoing the maps for the M4-78 Enhancement Project as one-off. As there weren’t many maps to do there, I figured that would be the end of it. (Yes, I have also updated that mod recently as N-DReW25 has adjusted some of the maps for his Unofficial Patch.) Not too long ago in Discord, there was a discussion about how the Ebon Hawk seemingly has supposed to be in another hangar on Telos Citadel Station at one point in development. As the participants were discussing that, I did some preliminary work on a map for that Docks section and then quickly posted it in that discussion so folks new to the conversation would have a better idea of the area they were talking about. Realizing that I kept on coming back to this part of texturing, I just decided to jump into this as my next project. I’ve mainly concentrated on the interior maps but all of the standard maps have been upscaled. Additionally, most maps of external spaces have also had tweaks made to the as well. My Workflow: For starters, I generally extract the maps from the game and then upscale them to use as the foundation. There have been occasions where I have acquired maps from elsewhere (such as 204TEL, 208TEL, and 506OND from N-DReW25) which show extra rooms that may not be accessible through in game play but can be entered via the whereami armband mod. I warp to each of the map locations armed with that whereami armband. Using GLIntercept, I’ll take numerous screenshots of the area I’m in from above so I can compare what textures they used for each of the rooms I’m tackling. I sort through my textures, adjust the lighting/coloring depending on the variable they’ve set for that area, and just paste them over the upscaled map. Repeat ad nauseum. In addition to this method, I’ll sometimes take a picture of an area from directly above and paste that directly into the map. There’s also the fun part of sometimes having to redraw the white borders of rooms because the AI doesn’t know exactly what’s important in the thing it’s upscaling. When the map has a background, I’ve sometimes reinterpreted what it should look like but if there wasn’t a background, I’ve left it alone. To sum up, it’s not just a simple upscale but it is a time-consuming pain in the ass which is why I’ve only created an average of one map per day during the project’s creation period. You’re welcome? Installation: If you’re using “TSL Ebon Hawk Downloadable Map 1.2.3” by Ashton Scorpius, you’ll want to install my mod after Ashton’s mod. Copy all TGA files (excepting those in the “Alternate 003EBO map” folder) to the Knights of the Old Republic II's Override folder. (Example location - C:\Program Files (x86)\Steam\steamapps\common\swkotor2\Override) When/if prompted to overwrite files, press okay. If you prefer the alternate map in the “Alternate 003EBO map”, now copy that one file to the Knights of the Old Republic II's Override folder. Please let me know in the comment or review section which of the maps is your favorite. If you like the mod; please leave a comment or endorse! It would be much appreciated. Uninstall: Remove the files you’ve added in Installation instructions. Changelog: 1.1: Updated the 401DXN (Dxun - Jungle Landing) map. The Ebon Hawk and crashed freighter have been replaced on the map. Thanks: N-DReW25: For both feedback on the maps themselves and providing three of the maps for be to have a more complete version. Fair Strides: For continual feedback on the maps. Vriff: For continual feedback on the maps. Kharak (of SketchFab.com): For hosting a viewable 3d model of the Ravager on this website used in my two Ravager maps: https://sketchfab.com/3d-models/sith-centurion-battlecruiser-3f2934da83cb421c87a3510ce62ceb8d To the too many folks in the KOTOR Discord’s media section to name for all of their feedback. P.S. I have no plans to redo the KotOR1 maps. Besides the map window being extremely small in that game, it’s also a game I find myself returning to less and less. You’ll have to convince someone else to work on the KotOR1 maps.1 point -
1 point
-
1 point
-
1 point
-
1 point
-
Version 1.0.0
16 downloads
===================================================== [TSL] No Duplicate Bao-Dur Fix ===================================================== Mod for Knights of the Old Republic II - The Sith Lords Author: Lily File Name: No_Duplicate_Bao-Dur.zip Latest Version: 1.0 --- 1. DESCRIPTION: During Bao-Dur's Jedi training cutscene, the game creates duplicate stand-ins of Bao-Dur and the player character to act out the training montage. Afterward, these duplicates are supposed to be removed - but the duplicate Bao-Dur is never actually destroyed, leaving a phantom Bao-Dur wandering the Ebon Hawk for the rest of the game. This mod fixes the two scripts responsible for cleaning up after the training sequence, so the duplicate is properly removed when the cutscene ends. --- 2. INSTALLATION: Run Install.exe and select your KotOR 2 game directory. A "backup" folder is created by the installer in the same directory. Don't delete it if you plan to uninstall later. --- 3. UNINSTALLATION: Run Install.exe, select your KotOR 2 directory, and use the "Tools > uninstall/restore backup" option to revert all changes made by this mod. --- 4. KNOWN ISSUES: None. If you find any bugs or problems, please report them. --- 5. MOD COMPATIBILITY: This mod installs two files to your Override folder: - a_noremotefix.ncs - a_remotetrain.ncs No 2DA or other game files are modified. Any mod that also modifies these two script files will conflict with this one. I believe this is only TSLRCM, which this needs to be installed after. Requires TSLRCM. Do not use the Steam Workshop for KotOR. It will almost certainly end with compatibility issues. --- 6. SUPPORT: My mods are free to use. You do not need to pay for them, but if you would like to say thanks, you can buy me a coffee! --- 7. PERMISSIONS: Please let me know if you plan on using any of the files in my mod for your own mod. The answer is "yes you may", but I would like to know what you are doing with it! Do not directly reupload this mod anywhere else. --- 8. THANKS: - Fred Tetra - KotOR Tool - Cortisol - Holocron Toolset & HoloPatcher - Fair Strides - TSLPatcher THIS MODIFICATION IS NOT SUPPORTED BY BIOWARE/OBSIDIAN ENTERTAINMENT OR LUCASARTS OR ANY LICENSORS/SPONSORS OF THE MENTIONED COMPANIES. USE THIS FILE AT YOUR OWN RISK.1 point -
1 point
-
1 point
-
1 point
-
Version 1.1.1
45 downloads
This mod adds a fully selectable male player head inspired by Keanu Reeves to Star Wars: Knights of the Old Republic. FEATURES • Custom high-detail head model with corrected in-game UVs and opaque 2048x2048 textures. • Neutral, light-side, and progressive dark-side head textures that change with alignment. • Matching alignment-aware cinematic portraits for character creation, the party interface, and the HUD. • KOTOR I-native facial animation support: blinking, eye movement, lip sync/phonemes, and expressions. • Rebuilt mouth articulation that opens through the natural upper/lower lip gap. • Repositioned teeth and a fully enclosed, dark oral cavity that prevents see-through gaps from frontal, oblique, side, and reclined camera angles. • Corrected neck and jaw shading across the welded source-model boundary. • Long hair configured for KOTOR I's native danglymesh simulation. • Merge-safe TSLPatcher installation for heads.2da, appearance.2da, and portraits.2da, including the installer info document. • No executable patch is required. INSTALLATION 1. Extract the archive outside your game folder. 2. Close KOTOR I. 3. Run TSLPatcher.exe and select the folder containing swkotor.exe if asked. 4. Start a new game and select the new portrait during male character creation. Install after major restoration or community-patch packages. Do not copy the tslpatchdata folder directly into Override. See the included README for complete compatibility and uninstall information. COMPATIBILITY This release is for KOTOR I only. It uses TSLPatcher and unique resource names, and is designed to coexist with K1R and other merge-safe mods. Install this mod after K1R or other large content packages. CREDITS • ShaolinGhost — concept, source asset, direction, testing, and release. • Ghost Studio — KOTOR head conversion, facial rigging, native-hair setup, packaging, and verification workflow. • BioWare and LucasArts — KOTOR I and its original PMHA04 animation/rig foundation. • Stoffe — TSLPatcher. PERMISSIONS You may make personal edits. Do not re-upload, redistribute, or include this mod in another public release without ShaolinGhost's permission. DeadlyStream staff retain the maintenance rights described in the site's upload terms. DISCLAIMER This is a non-commercial fan modification. It is not affiliated with or endorsed by Keanu Reeves, Lucasfilm, Disney, Electronic Arts, BioWare, or any other rights holder. Use at your own risk and keep backups of modded files. Version: 1.1.1 Game: Knights of the Old Republic Contains ported content from another game: No1 point -
I think the restoration of Major Hurka is a very fine accomplishment. I do think she should have a unique head. About her role instead, I'm unfortunately unfamiliar with her dialogue lines but it seems that Part 4 would be the best kind of restoration, if that would be possible. But it's also the most complex to pull off and choreograph.1 point
-
"What do we all think of my plans for Major Hurka in RC-K1CP? And above all do any of us feel I need to give Hurka a new appearance? Whilst I cannot use K1R's appearance it would be very easy for me to just remake it myself from scratch. If you guys would like me to give Major Hurka a unique appearance I shall make it and I shall report back and show you guys what I've made in the next WIP update." Major Hurka textures are already included in my mod: https://deadlystream.com/files/file/2808-heyoranges-sith-uniform-reformation-revised/1 point
-
View File PFHA04 DP The mod replaces the PFHA04 model and textures. Thanks to DarthParametric, without him this mod would not have seen the light of day. To Install 1. Download: PFHA04 2. Copy all files to the Knights of the Old republic's Override folder. (Example location - C:\Program Files (x86)\Steam\steamapps\common\swkotor\Override) 3. When/if prompted to overwrite files, press okay. 4. If you like the mod; leave a comment or endorse! (It would be much appreciated) Made with love. Submitter Dark Hope Submitted 08/16/2026 Category Mods K1R Compatible Yes1 point
-
View File Keanu Reeves Inspired Player Head (K1) This mod adds a fully selectable male player head inspired by Keanu Reeves to Star Wars: Knights of the Old Republic. FEATURES • Custom high-detail head model with corrected in-game UVs and opaque 2048x2048 textures. • Neutral, light-side, and progressive dark-side head textures that change with alignment. • Matching alignment-aware cinematic portraits for character creation, the party interface, and the HUD. • KOTOR I-native facial animation support: blinking, eye movement, lip sync/phonemes, and expressions. • Rebuilt mouth articulation that opens through the natural upper/lower lip gap. • Repositioned teeth and a fully enclosed, dark oral cavity that prevents see-through gaps from frontal, oblique, side, and reclined camera angles. • Corrected neck and jaw shading across the welded source-model boundary. • Long hair configured for KOTOR I's native danglymesh simulation. • Merge-safe TSLPatcher installation for heads.2da, appearance.2da, and portraits.2da, including the installer info document. • No executable patch is required. INSTALLATION 1. Extract the archive outside your game folder. 2. Close KOTOR I. 3. Run TSLPatcher.exe and select the folder containing swkotor.exe if asked. 4. Start a new game and select the new portrait during male character creation. Install after major restoration or community-patch packages. Do not copy the tslpatchdata folder directly into Override. See the included README for complete compatibility and uninstall information. COMPATIBILITY This release is for KOTOR I only. It uses TSLPatcher and unique resource names, and is designed to coexist with K1R and other merge-safe mods. Install this mod after K1R or other large content packages. CREDITS • ShaolinGhost — concept, source asset, direction, testing, and release. • Ghost Studio — KOTOR head conversion, facial rigging, native-hair setup, packaging, and verification workflow. • BioWare and LucasArts — KOTOR I and its original PMHA04 animation/rig foundation. • Stoffe — TSLPatcher. PERMISSIONS You may make personal edits. Do not re-upload, redistribute, or include this mod in another public release without ShaolinGhost's permission. DeadlyStream staff retain the maintenance rights described in the site's upload terms. DISCLAIMER This is a non-commercial fan modification. It is not affiliated with or endorsed by Keanu Reeves, Lucasfilm, Disney, Electronic Arts, BioWare, or any other rights holder. Use at your own risk and keep backups of modded files. Version: 1.1.1 Game: Knights of the Old Republic Contains ported content from another game: No Submitter ShaolinGhost Submitted 08/10/2026 Category Skins K1R Compatible Yes1 point
-
View File PFHB02 DP The mod replaces the PFHB02 model and textures. Thanks to DarthParametric, without him this mod would not have seen the light of day. To Install 1. Download: PFHB02 2. Copy all files to the Knights of the Old republic's Override folder. (Example location - C:\Program Files (x86)\Steam\steamapps\common\swkotor\Override) 3. When/if prompted to overwrite files, press okay. 4. If you like the mod; leave a comment or endorse! (It would be much appreciated) Made with love. Submitter Dark Hope Submitted 08/12/2026 Category Mods K1R Compatible Yes1 point
-
1 point
-
Version 2.0.0
8 downloads
Albino Kath Hound Armor Game: KOTOR 1 Author: Dodrari Kaan GitHub: https://github.com/danielstegink/Kotor.AlbinoKathHoundArmor When you defeat the Albino Kath Hound on Dantooine, it will drop some of its hide as an item. If you bring this to Kni at the Jedi Enclave, he will be able to turn it into a new Force-resistant light armor. Instructions Use the TSLPatcher Compatibility This mod modifies Kni's dialogue as well as the Albino Kath Hound's inventory on Dantooine. Any mods that modify the same may not be compatible. This mod adds item texture variations which may overlap with texture variations added by other mods D4 Light Armor - Texture Variation 20 This mod is compatible with K1R and K1CP. Permissions Use this mod however you want. Just make sure to credit me. Special Thanks Fred Tetra - Kotor Tool KobaltBlu - Kotor Scripting Tool Stoffe - TSLPatcher tk102 - DLG Editor Disclaimer THIS MODIFICATION IS NOT MADE, DISTRIBUTED, OR SUPPORTED BY BIOWARE, OR LUCASARTS ENTERTAINMENT COMPANY LLC. ELEMENTS TM & © LUCASARTS ENTERTAINMENT COMPANY LLC AND/OR ITS LICENSORS.1 point -
This is the definitive map mod for TSL! You don't realize how much of a pain the low-res vanilla maps are until you find a good replacement for them. Each map here is done with tremendous quality and is very pleasant to look at. Especially in the smaller locations, like cantinas, you can clearly see all the details in each room. Honestly impressive. The bigger exterior locations get detailed backgrounds (Onderon's maps with outlined city streets are my favorites!), which completes the look just right. Thank you so much for your work!1 point
-
Some more corrections have been made. Version 5.4 has just been uploaded.1 point
-
Version 1.0.1
9 downloads
Repair Gloves Game: KOTOR 1 Author: Dodrari Kaan GitHub: https://github.com/danielstegink/Kotor.RepairGloves HK-47's quest line requires an extremely high Repair rank to complete, and must be completed before you start the Leviathan arc. With the worst possible build (Soldier/Guardian, minimal Intelligence, no Force Valor or Gearhead feats), it's impossible to get a high enough Repair rank before level 15, which I consider the ideal level for doing Leviathan. To fix this, Karal Kaar on Dantooine now sells a pair of gloves that provide the necessary bonus to Repair. Instructions Use the TSLPatcher Permissions Use this mod however you want. Just make sure to credit me. Compatibility This mod uses TSLPatcher to modify Karal Kaar's inventory on Dantooine. Any mods that modify the same may not be compatible. This mod is compatible with K1R and K1CP. Special Thanks Fred Tetra - Kotor Tool Stoffe - TSLPatcher Disclaimer THIS MODIFICATION IS NOT MADE, DISTRIBUTED, OR SUPPORTED BY BIOWARE, OR LUCASARTS ENTERTAINMENT COMPANY LLC. ELEMENTS TM & © LUCASARTS ENTERTAINMENT COMPANY LLC AND/OR ITS LICENSORS.1 point -
Version 1.0.0
111 downloads
KOTOR 1 engine fixes — grass rendering, two crashes, and game speed Hey all. I've been poking at swkotor.exe for a while and ended up finding a handful of engine bugs worth sharing. The patches are now merged into the KotOR Patch Manager, so they're available to anyone. Quick note on me: I'm not a reverse engineering person by trade, I'm a student. Most of this came from trial and error — build a patched exe, play it, watch it break, go back and try again. All the function names I was working from come from Lane's KOTOR 1 reverse engineering project, and without those this would have been impossible. The grass one If you've ever turned Grass off in the graphics options because it looked like this — long streaks and beams flying across the sky, especially on Dantooine — that was a bug, not your hardware. RenderGrassPolys draws grass through one of three code paths depending on what your graphics driver supports. Two of those three hand OpenGL the wrong pointer: instead of the buffer holding the grass blade positions, they pass the address of a field that's never filled in. So the game reads whatever happens to be sitting in memory there and treats it as the coordinates of the grass. Hence the streaks. The third path — the one used when your driver reports GL_ATI_fragment_shader — does it correctly. That's why this was never widely reported: plenty of setups take the good path and never see a problem. If your machine takes one of the others, grass has been broken for you this whole time. In at least one case it was because KOTOR 1 was running on integrated graphics rather than the dedicated GPU. Lane confirmed this independently by forcing his own game down the broken path and reproducing it exactly. There were two more issues in the same function: a memory leak of OpenGL state that broke lighting on things drawn after grass, and a double free of the grass buffer that was corrupting the heap. Both fixed. The crashes Two 0xC0000005 crashes, both from the same underlying problem. The renderer keeps three lists sized for exactly 5000 textures and looks things up in them using the ID number the graphics driver assigns. Those numbers keep climbing as you change areas — the driver doesn't reuse them — so after enough loading the game indexes past the end of the list and writes into memory that isn't its own. More likely on heavily modded installs. Both spots are now bounds-checked. Worth being clear: this stops the crash, it doesn't raise the 5000 limit. Textures past that point are skipped instead of drawn. A proper fix is possible but needs more work. Game speed KOTOR ties simulation speed to framerate, so on a modern machine it runs fast. The engine already contains a frame limiter, but the value that switches it on defaults to zero, so it never runs. Setting it makes the game pace itself using its own code — no driver cap or 60Hz monitor mode needed. This is also why the post-combat movement freeze gets rarer with a cap. The direct fix for that is J's Post-Combat Movement Fix, separately available in KPM. How to get it Through the KotOR Patch Manager (recommended) — three patches, now merged upstream: Texture Bucket Memory Safety — the two crash fixes Grass Buffer Double Free Grass Rendering Fix KPM injects at runtime, so your executable isn't modified and you can turn individual fixes on and off. Or a standalone script if you'd rather patch the exe directly — it also includes the frame cap and the 4GB flag, writes a backup first, and has a --revert that restores the original bytes exactly. Link in my signature. Either way: this needs the KOTOR Editable Executable from here on DeadlyStream if you're on Steam, since the shipped exe is encrypted. GOG's is usually fine already. The script checks and refuses anything it doesn't recognise. Turn Grass back on once it's applied. That's the point. Compatibility No game content is touched, only the executable — so Community Patch, mod builds, texture packs and so on are all unaffected. Widescreen (UniWS) and the HR menu patch are fine too; apply those first and this last. Tested on the standard PC v1.03 / editable-exe layout with a ~180 mod build (the Spoiler-Free build from the neocities guide) on AMD hardware. Should apply to GOG as well — that build is the same apart from a signature — but I haven't tested it there myself. Credits Lane's KOTOR 1 (GoG) reverse engineering work supplied every function name I used. Finding a bug in RenderGrassPolys is only possible once something tells you that's what the function is called. He also reviewed the patches and caught two real mistakes in my first attempt — one of which was silently breaking shadows. Synchro is working on a much broader fix in the same area, porting the old ATI-specific shader paths to modern ARB equivalents, which fixes cubemaps, bump maps and more besides. Worth watching — it addresses the root of why so much of this game renders oddly on current hardware. Thanks also to J, Vriff and JC in the OpenKotOR Discord for the testing and the sanity checks. Happy to answer questions. If you've had grass turned off for years, give it a try. kotor_patch.py1 point -
I encountered a bug when training Bao-Dur to become a Jedi before obtaining a lightsaber. The placeholder that you spawn for him in the training scene is never removed and remains on the Ebon Hawk. Looks to be a pretty simple script fix. a_noremotefix.nss just needs an extra line void main() { DestroyObject(GetObjectByTag("naked_fakpc", 0), 0.0, 0, 0.0, 0); + DestroyObject(GetObjectByTag("nak_fakbao", 0), 0.0, 0, 0.0, 0); AssignCommand(GetObjectByTag("BaoDur", 0), ActionJumpToLocation(Location(Vector(64.13808, 25.90077, 1.8), 303.63025))); AssignCommand(GetFirstPC(), ActionJumpToLocation(Location(Vector(63.85465, 28.03239, 1.8), 303.63025))); } Looks like this may be an issue in a_remotetrain.nss as well based on this post. void sub2() { SetGlobalFadeOut(3.0, 0.5, 0.0, 0.0, 0.0); AssignCommand(GetObjectByTag("BaoDur", 0), ActionJumpToLocation(Location(Vector(64.13808, 25.90077, 1.8), 303.63025))); DelayCommand(3.5, AssignCommand(GetFirstPC(), ActionJumpToLocation(Location(Vector(63.85465, 28.03239, 1.8), 303.63025)))); + DelayCommand(3.5, DestroyObject(GetObjectByTag("nak_fakbao", 0), 0.0, 0, 0.0, 0)); + DelayCommand(3.5, DestroyObject(GetObjectByTag("train_remote", 0), 0.0, 0, 0.0, 0)); SetGlobalFadeIn(4.0, 1.0, 0.0, 0.0, 0.0); DelayCommand(4.0, ActionResumeConversation()); } I've created a patch for this.1 point
-
Version 1.2.1
33,743 downloads
If you update from version 1.0.x to 1.1 make sure to read the special instructions in the read-me! In order to update to 1.1.1 from any previous version, delete all 306nara.wok, 306narb.wok and 306nard.wok from your Override folder. If you had version 1.1 installed there is no need for anything else, otherwise follow the instructions in the read-me. ABOUT: This mod replaces every skybox and every planetary backdrop in the game with a new high resolution version made from scratch. This includes a replacement of every skybox model to fix all the glaring issues with the original. There are also some additional minor changes that either fix issues with the vanilla environments or serve to better blend ingame terrain and skybox. Other than that I recommend you just check out the screenshots as pictures say more than a thousand words or check the video to see the animated skyboxes. Click the following image to see additional interactive screenshot comparisons: There are also add-ons with new skyboxes for the following mods: M4-78 Enhancement Project Coruscant - Jedi Temple If you find any issues or have any other comments, please let me know and I'll see what can be done. INSTALLATION: For installation instructions check the read-me files of the individual downloads. You either have to run an installer or just drop files into your Override folder. For the mod to take full effect you need a savegame where you have not yet left Citadel Station. If you update from version 1.0.x to 1.1 make sure to read the special instructions. I also highly recommend to install the fog fix if you are using the latest Steam patch. COMPABILITY: This mod is not compatible with any mod that edits skyboxes in any way. This includes mods that only edit their models. There might also be rare incompabilities with mods that edit non-skybox area models if those models are also edited by this mod. PERMISSIONS: You may NOT redistribute any textures included in this archive without my explicit permission. You may however use all the models as long as you give me credit. CREDITS: This mod was created by Kexikus using mainly Terragen 4, Photoshop CS6 and 3ds Max. Additional tools used: KotOR Tool by Fred Tetra K-GFF by TK102 MDL edit by bead-v MDLOps by ndix UR KOTORmax by bead-v tga2tpc by ndix UR Additional resources by: Andy Welder: Dantooine tree model Animum: Dxun/Onderon tree model Bioware: Nar Shaddaa traffic models, Coruscant traffic texture, M4-78 buildings creativepack: Additional Nar Shaddaa textures dandelO: grass shader Dantooine and Telos, snow shader Dantooine Flo: Dxun bush model Jorak Uln: Taris window texture Martin Frank: Dxun bush model mhaze: Telos rock/mountain shader Misha Winkler: Grass model Dantooine Obsidian: Telos tree model, Nar Shaddaa textures, Onderon buildings, M4-78 buildings PCWallArt.com: Onderon gold texture proper33: Malachor lightning texture SCIFI3D.com: Coruscant buildings svenniemannie: Additional Coruscant texture Texturify: Additional Nar Shaddaa texture TheBlackHole: M4-78 lava shader Veronica Bush: Dxun bush model VIS-Games: M4-78 excavator model THIS MOD IS NOT SUPPORTED BY LUCASARTS OR OBSIDIAN. USE THIS FILE AT YOUR OWN RISK. NEITHER THE AUTHOR OF THIS MOD NOR THE COMPANIES MENTIONED ABOVE ARE RESPONSIBLE FOR ANY DAMAGE TO YOUR COMPUTER WHEN USING THIS FILE.1 point -
335 downloads
New models and textures for the datapad. Models created by DarthParametric. To Install 1. Download: DarthParametric's Datapad.rar 2. Copy all files to the Knights of the Old republic's Override folder. (Example location - C:\Program Files (x86)\Steam\steamapps\common\swkotor\Override) 3. When/if prompted to overwrite files, press okay. 4. If you like the mod; leave a comment or endorse! (It would be much appreciated) Made with love.1 point -
Version 1.0.0
38 downloads
Removes inventory quantity check from free companion items, and makes companions give the items in bulk, instead of one at a time. Description Canderous, Jolee, Mission, T3-M4, and Zaalbar can all give you a selection of free items throughout the game. The way this works is obfuscated from the player, but with some trial and error, it becomes obvious that the system is rather poorly thought out, and encourages extremely degenerate gameplay to exploit it. After first boarding the Ebon Hawk, each of the companions can give up to 10 items (11 in the case of Canderous, Mission, and T3 for some reason). Every time a Star Map is found, this number increases by 20, up to 110 (or 111) items in total. However, if you have more than 10 of the appropriate items, you can also not receive an item. This can be circumvented by dumping the items into a container, or selling them, and talking to the companion again. This extremely annoying. This mod removes the check for the having too many of the given item already in the party inventory. This mean you will no longer have to dump your inventory items in a container to maximize the amount of items you receive. This does not change the total or type of items, it just removes the busywork required to get them. This mod also makes the companions give all of their items in bulk, instead of one at a time. Previously, you only received one item, and would have to repeatedly speak to the companion and ask them for items, until they refused you, to know that you had reached the item limit. This represents 553 conversations of wasted time (not including the conversation where the companions refuse to give you the items). It is now much faster to actually get these items. Canderous has special dialogue based on which items he gives you. He will still play that line, but as he now gives you multiple items as random, this line doesn't actually reflect anything. Similarly the player will still ask for one item, and the companions will respond as if one item was given. I will not be changing that, this is just a convenience mod. There are optional files available to make Zaalbar and Canderous choose a single item type at random, and give only items of that type, instead of randomly choosing which item type to give for each individual item, leading to a relatively even variety. Canderous was originally going to give Battle Stims, in addition to the Adrenals he gives in the vanilla game, and by default he still checked to see if the player had Battle Stims in there inventory when determining whether they were eligible to receive Adrenals. There is an optional file to restore this Battle Stim functionality, making Canderous randomly give Battle Stims in addition to Adrenals. This will not work with the Single Item Type optional, as Canderous' dialogue is not setup to support it. Install/Uninstall Copy the contents of the 0 - Install folder to your game folder. You can copy the contents of one of the 1 - Canderous **** optional folders, if you want that functionality. You can only choose 1 of these You can copy the contents of the 2 - Zaalbar Single Type Items if you want that functionality. Compatibility Will be compatible with all mods that don't make edits to the companion item distribution system. This mod doesn't edit any dialogue, only the underlying scripts. Recommended Mods KotOR 1 Community Patch is strongly recommended. Special Thanks/Acknowledgements KOTOR Tool – Fred Tetra DeNCS – JdNoa & Dashus DLGEditor – tk102 K-GFF – tk102 TSL Patcher – stoffe KotOR Scripting Tool - Blue Holocron Toolset– Cortisol & th3w1zard1 Mirrors Nexus ModPub Other Links Nexus ModPub Deadlystream YouTube Twitch Discord Twitter darth@darthbdaman.com Less Annoying Freebies by darthbdaman is a trivial modification and does not have a copyright license1 point -
Version 1.0.0
66 downloads
Description I’ve upscaled and retextured some robes from [TSL] Prequel Robe Replacement. Main Features - 2x upscale of all robes from the original mod using Topaz Gigapixel. - Retextured three of the original robes in GIMP: Jedi Robe, Baran Do Novice Robe, and Baran Do Sage Robe. - 1K file available. This version resizes the robes back down to their original resolution. - Optional Robes file included. See the photos for previews of the custom robe options. Requirements This mod requires [TSL] Prequel Robe Replacement 1.0 (no exceptions) Install Instructions - Install the required mod: [TSL] Prequel Robe Replacement first. This mod will not work without it. - Download your preferred files - Extract the contents of the zip file. - Place the override folder into your main KOTOR 2 directory, or place the TGA files directly into the game’s override folder. - Replace files if prompted. Credits Original mod by Kainzorus Prime, Please like/endorse the original mod.1 point -
Version 1.0.0
62 downloads
A Mod for Star Wars Knights of The Old Republic II Author: N-DReW25 1.0.0 Release Date: 01.05.2026 Installation: Open the "For Override" folder and drag/copy the textures within and drop/paste them into your Kotor II Override folder. Delete the file "N_DolGrenH.tpc" if it is present. Uninstallation: Delete the N_DolGrenH.tga file from your Override folder. Description: Lieutenant Dol Grenn's head in Kotor II was made via photo sourcing elements of other old male heads from Kotor I. Most of his face and beard comes from Davik, his eyebrows and sideburns are Davik's eyebrows and sideburns that are recolored brown, and most of his hair is Deadeye Duncan's hair that has also been recolored brown. Using this exact same method described above, I was able to photo source elements of Dark Hope's Davik and Deadeye Duncan heads to make a HD Lieutenant Grenn head. Known Bugs: This mod shouldn't have bugs but if you find any report them to me on Deadlystream. Incompatibilities: Would be incompatible with any mods which add N_DolGrenH.tga or N_DolGrenH.tpc. Permissions: As Dark Hope gave free permission for anyone to use her mods, you are therefore allowed to use this mod as it was made using her work. Thanks to: Dark Hope: For giving everyone free permission to use her work and for making the Davik and Deadeye mods in the first place! Bioware: For such an amazing game! Obsidian Entertainment: For such an amazing sequel! Fred Tetra: For Kotor Tool! And everyone who downloads the mod! Legal: THIS MODIFICATION IS NOT SUPPORTED BY BIOWARE/OBSIDIAN ENTERTAINMENT, LUCASARTS, DISNEY OR ANY LICENSERS/SPONSORS OF THE MENTIONED COMPANIES. USE OF THIS FILE IS AT YOUR OWN RISK AND THE ABOVE-MENTIONED COMPANIES OR THE AUTHOR IS NOT RESPONSIBLE FOR ANY DAMAGE CAUSED TO YOUR COMPUTER FOR THE USAGE OF THIS FILE.1 point -
Version 1.0.0
276 downloads
-------------------------------------------- Knights of the Old Republic - The Sith Lords -------------------------------------------- TITLE: Sith Robes AUTHOR: Blackrock ------------ INSTALLATION ------------ A note before installing: This mod uses the Revan/Star Forge model slot. Only one mod can do that, make sure you're not already using a mod that takes that approach, you can only use one option. Unzip and copy and paste all files to Override folder. ----------- DESCRIPTION ----------- This mod adds 1 robe. It's original sith robe that sith apprentice and dark jedi use in game. To get this item write a_sith on cheat codes. Only player can wear it. ------------ UNINSTALLING ------------ Remove from the Override folder a_sith.uti ia_revan_051.tpc PFBJ51.tpc pfbjm.mdl pfbjm.mdx PMBJ51.tpc pmbjm.mdl pmbjm.mdx --------- THANKS TO --------- Effix for the guide.1 point -
Version 1.0.0
9,652 downloads
This mod aims to fix all* the stretching that occurs in widescreen (16:9) resolutions. There have already been other mods to fix the main HUD, but there are a lot of other elements in the game that are in need of correction, such as the pause menu, galaxy map, loading screens, etc. *For now, I recommend that you download "Widescreen UI Fix for Knights of the Old Republic 2: The Sith Lords" by Achilles to fix the HUD, and combine it with this mod to un-stretch everything else. I have included my own experimental version of a 16:9 HUD, but right now I think most people would prefer Achilles' version.1 point -
1 point
-
Version 1.0
625 downloads
Hello again everyone! This is a fairly simple mod that allows you to select new colors for the Heart of the Guardian and Mantle of the Force crystals. In addition to changing the blade colors, this mod also gives you three options for the icon textures: 1. Use the default in-game icon for whichever color you choose 2. Use the original Heart of the Guardian/Mantle of the Force icon recolored to match the new color 3. Use a new icon that matches the new color Thanks go to JCarter426 for creating the icons! This mod is compatible with any mod unless they happen to use the same custom model variations as this one. (If you have any lightsaber hilt or blade mods, this will simply use the models/textures from that mod of whichever color you select). As usual you may do whatever you like with this mod (reupload it, edit it, whatever), however unlike most of my mods, you must give credit to JCarter426 if you do anything with this mod.1 point