Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/29/2026 in all areas

  1. Version 1.0.0

    26 downloads

    The mod replaces the ChildF model and textures. To Install 1. Download: ChildF 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
  2. Experiment report: Mesa GL-on-D3D12 / zink for KOTOR 1 in CrossOver on Apple Silicon (negative result, fully mapped) TLDR: I tried replacing KOTOR's OpenGL path with modern Mesa (mesa-dist-win) inside a CrossOver bottle on an M3 MacBook Pro, hoping to bypass Apple's deprecated OpenGL driver. Mesa's WGL layer itself works with KOTOR, but both GPU backends (d3d12 and zink) fail at device creation in 32-bit. Software rendering (llvmpipe) runs the game, proving where the wall is. If you were considering this route: here's where it breaks, so you can save an evening. Setup M3 MacBook Pro, macOS (Darwin 25.5.0) CrossOver, Windows 10 bottle, wine build wine-11.0-8726-g2e2f5fca349 KOTOR 1, GOG Windows version, 32-bit exe Mods: K1CP, UniWS 1920x1200, ndix UR HR Menus, HQ Skyboxes II, High Quality Blasters Game fully playable as-is (windowed, Frame Buffer Effects and Soft Shadows off, Disable Vertex Buffer Objects=1). Some scenes lag because KOTOR's fixed-function GL 1.x goes through Apple's deprecated OpenGL driver. Hypothesis Inspired by the ostriv-macos repo (maksymenkoml), which drops Mesa's libgallium_wgl.dll next to a game exe in a CrossOver bottle: route KOTOR's GL through modern Mesa instead of Apple GL. Chain would be Mesa WGL -> gallium d3d12 driver -> D3D12 -> Metal, or alternatively Mesa -> zink -> Vulkan -> MoltenVK -> Metal. Method Downloaded mesa-dist-win prebuilt release (pal1000's repo, release-msvc.7z). Copied from the x86 folder (KOTOR is 32-bit): opengl32.dll, libgallium_wgl.dll, dxil.dll next to swkotor.exe. (Note: libglapi.dll no longer exists in recent releases, glapi was merged into the main DLL.) Wine Configuration -> Libraries -> opengl32 -> Native then Builtin. Launched from Terminal with GALLIUM_DRIVER set explicitly per run, logging via tee. Results Run 1: GALLIUM_DRIVER=d3d12. Black fullscreen window, then access violation (c0000005), null pointer at address 00000000. Key log lines: vkd3d:err:d3d12_device_init Cannot load DXIL conversion library, DXBC-TPF shaders won't be supported Mesa: error: GL User Error: glGetFloatv called without a rendering context Mesa: error: GL User Error: glClearColor called without a rendering context [... many more GL calls without context ...] wine: Unhandled page fault on read access to 00000000 at address 00000000 Surprise finding: D3D12 inside this bottle is served by Wine's vkd3d (D3D12-on-Vulkan-on-MoltenVK), not D3DMetal, at least for this 32-bit exe. vkd3d cannot load the DXIL conversion library, so it cannot consume the shaders Mesa's d3d12 backend produces. Device init fails, context creation returns null, the game calls GL blind and dereferences null. Run 2: GALLIUM_DRIVER=zink. Identical crash signature, no vkd3d lines, no evidence of a Vulkan device being found. Same "GL User Error: called without a rendering context" cascade, same null-pointer crash. Zink found no usable 32-bit Vulkan device through MoltenVK in this bottle. Run 3: GALLIUM_DRIVER=llvmpipe (control). The game runs. Extremely slowly, as expected for software rendering on an emulated x86 CPU, but it renders and reaches the game. Diagnosis Mesa's WGL layer is compatible with KOTOR under CrossOver: contexts get created and the game renders when a device exists (llvmpipe proves this). The failure is specifically 32-bit GPU device creation through the macOS translation stack: d3d12 backend: blocked by vkd3d's missing DXIL support. zink backend: no 32-bit Vulkan device available via MoltenVK in the bottle. No environment variable fixes this; there is no 32-bit GPU device to hand Mesa. What might change this in the future CrossOver routing 32-bit D3D12 through D3DMetal (or D3DMetal gaining whatever this path needs). vkd3d shipping working DXIL conversion in CrossOver's build. A working 32-bit Vulkan/MoltenVK path inside the bottle for zink. If any of those land, this experiment is worth rerunning; the Mesa side of the equation already works. Rollback Complete and clean: delete the copied DLLs next to swkotor.exe, remove the opengl32 override in Wine Configuration, done. Game back to its known-good state in two minutes. Conclusion Negative result, but precise. KOTOR on Apple Silicon via CrossOver remains playable with the usual setup (windowed, FBE and Soft Shadows off, VBOs disabled), with some scene lag. And worth remembering: part of that lag (Taris streets, Dantooine grass) stutters even on native Windows. Logs available if anyone wants the full output. May the Force be with you.
    1 point
  3. Apparently I am doing this again. After roughly ten years away from these projects, I have decided to return to both Duel Room Final for KOTOR and Ultima Duel Room for TSL and give them proper final releases. A lot happened in the KOTOR modding scene while I was gone. So before I start rebuilding everything in isolation, I want to see what the people who kept this scene alive for the last decade have made. If you released a mod, asset, fix, character, armor, weapon, texture, animation, script, gameplay system or anything else that you think would fit naturally into one of the Duel Rooms, show it to me. If it makes sense for the project, I am interested in integrating selected work directly into the new releases with the author's permission and full credit. I am not going to silently rip content out of other people's mods. If something is included, the author will know about it. The original Ultima Duel Room was already built this way to an extent. A lot of people contributed scripts, items, robes, testing, ideas and technical help to it, and I would rather continue that tradition than pretend the last ten years of KOTOR modding did not happen. I am also interested in people who want to contribute something specifically for the new versions. It does not have to be a long-term collaboration. One enemy, one item set, one script, one fix or one completely unreasonable idea is enough, if it belongs there. I have also seen that some people fixed or maintained parts of my old mods themselves while I was gone. I want to hear from you too. If you solved something the original releases got wrong, I would rather look at your solution than unnecessarily reinvent it. The target is a proper final release for both projects in early 2027. Duel Room Final: TSL - Ultima Duel Room: Current work and releases: NarzelithOfficial's Profile - Nexus Mods
    1 point
  4. 1 point
  5. This is good too know! I know that we have some folk in the OpenKotor discord that have experimented with similar things. We've also done graphical hardware patching on the windows versions. There are some plans to do Mac OS patching in the future to try and fix some of the issues on that platform, though it's pretty back-logged right now. Getting things running on Apple Silicon would be pretty huge, though. You're welcome to join and share thoughts/findings if you're interested. I'm sure people over there will have takes: https://discord.gg/wS3YNGyMFe
    1 point
  6. Version 1.0.0

    49 downloads

    ===================================================== [TSL] Lily's NPC Overhaul - HD Models & Added Diversity ===================================================== Mod for Knights of the Old Republic II - The Sith Lords Author: Lily File Name: NPC_Overhaul.zip Latest Version: 1.0 --- 1. DESCRIPTION: Tired of nearly every basic human NPC looking the same? This mod overhauls the human NPC (commoner) appearances in KotOR II. Heads: - Tweaks several of the models to adjust hair and fix some UV mapping. - 39 head textures are included, 35 reworked and 4 extra ones. They look much more distinct than the vanilla ones. - The heads are more evenly distributed across characters so, for example, 75% of white male heads were previously "white male 1" and now it should evenly by spread across all of the white male heads. - Ralon on Dantooine is given his unique appearance that I guess they made and forgot to give him... Clothing: - 11 updated clothing texture sets for the standard male and female commoner outfits. --- 2. INSTALLATION: Run Install.exe and select your KotOR 2 game directory. There are 2 installation options. - Heads: includes 39 updated heads with unique looks and gives human NPCs more unique appearances. - Clothing: includes 11 updated clothing textures for both male and female NPCs. These two options are independent and can be installed in either order, or separately. 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 have already visited Dantooine, Ralon may not have his updated appearance. You should use a save from before arriving. If you find any bugs or problems, please report them. --- 5. MOD COMPATIBILITY: Should be compatible with all mods other than ones that also attempt to change commoner NPC appearances. Compatible with 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: - Dark Hope - Uses assets from her various commoner head mods. MOST of the clothing uses Dark Hope's textures. Pretty much all credit for the clothing portion of this mod goes to her other than swapping her alternate textures into the additional slots that KotOR II uses! Thank you! https://deadlystream.com/profile/16561-dark-hope/content/?type=downloads_file&change_section=1 https://deadlystream.com/files/file/2516-npc-clothing-m/ https://deadlystream.com/files/file/2515-npc-clothing-f/ - Vurt - Some of the clothing textures - redrob41 - Original model fixes - Fred Tetra - KotOR Tool - Cortisol - Holocron Toolset & HoloPatcher - Fair Strides - TSLPatcher - seedhartha - KotOR Blender 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
  7. A lightmap issue possibly. Maybe a GPU issue. Shouldn't be anything from K1CP. Looks fine on my end, although it looks worse in a screenshot than it does in-game.
    1 point
  8. Version 1.0.0

    20 downloads

    The mod replaces the PMHC04 model and textures. Adjusted model by ShaolinGhost "Keanu Reeves Inspired Player Head (K1) 1.1.1" Artifacts have been fixed and the model has been adjusted to fit cutscenes. Thanks to DarthParametric for consultation. To Install 1. Download: PMHC04 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
  9. 1 point
  10. If you do not get a response here on Deadlystream, I am sure there will be those who'll take interest in your project either on the main Kotor Discord Server or the OpenKotor Discord servers. There are plenty of ongoing WIP mods going on in those servers that end up getting released here on Deadlystream. Would you like me to send you the links?
    1 point
    Words cannot describe how excited I was to see this mod. I'd been trying to made some HD twi'lek heads, and then this was posted like the answer to a prayer. No issues installing, and everything is running well in-game! The heads look great.
    1 point
    Beautiful, thank you Lily
    1 point
  11. Nice to see improvement on this concept!
    1 point
  12. Version 1.0.0

    5 downloads

    A Mod for Star Wars Knights of The Old Republic II Author: N-DReW25 1.0 Release Date: 30.08.2026 Installation: Please install the Revenge of Revan mod FIRST before this mod! No exceptions! To install the "Alt Corellia City Reskin" and/or the "TOR Corellia Skybox" addon simply open their folders, copy their files to the Override folder, and overwrite the pre-existing files. The "Coruscant Skybox Pack" comes in two versions, the "Demo Coruscant Skybox" and the "Vanilla Coruscant Skybox" - you can only install one. Pick the one you want to install and open its folder, copy their files to the Override folder, and overwrite the pre-existing files. The "Party Clothes" addon is installed via a HoloPatcher. If you want to use this, you must install the "Episode One & a Half" addon BEFORE you install Party Clothes. Once that is installed, just click on the INSTALL.exe, add your Kotor II file directory, click install, and the addon shall be installed. To install "Episode One & a Half", you must do the following: 1) Copy the "dialog.tlk" file and paste it into your "Knights of the Old Republic II" folder, overwriting the previous one. 2) Open the "For Override" folder, press Cntrl + A on your keyboard to select the files, copy them all into your Override folder, and overwrite the pre-existing files. 3) Open the "For Modules" folder, press Cntrl + A on your keyboard to select the files, copy them all into your Modules folder, and overwrite the pre-existing files. 4) Open the "For StreamMusic" folder, press Cntrl + A on your keyboard to select the files, copy them all into your StreamMusic folder, and overwrite the pre-existing files. 5) Open the "For StreamSounds" folder, press Cntrl + A on your keyboard to select the files, copy them all into your StreamSounds folder, and overwrite the pre-existing files. 6) Open the "For StreamVoice" folder, press Cntrl + A on your keyboard to select the files, copy them all into your StreamVoice folder, and overwrite the pre-existing files. Consult the "Changelog.txt" for a full list of features added in this patch. Description: The ROR Addon Pack is a mod pack for the Revenge of Revan mod (ROR) which contains features for the ROR mod which either got rejected from the main mod, are experimental in nature but could be used by players, or are preview features for an upcoming Episode release. As of right now, the pack contains the following addons: Episode One & a Half: This addon contains all of the bug fixes and new content for Episode One that's going to be added in the Episode Two release. Consider this addon a "public beta" before it is added to the main ROR mod as part of Episode Two. Just so that you know, Episode Two will contain the bug fixes/new content for Episode One's Corellia and add the planet Nar Shaddaa to continue the story from where Episode One left off. Episode One & a Half shall be removed from the addon pack once Episode Two releases and will probably be replaced with Episode Two & a Half, Episode Three & a Half etc at later dates. Release 1.0 currently has new content for the opening of the mod up until the Player reports the Tyrena Station Security Recordings to Bao-Dur. A future update shall include improved content for the Esbek Hotel up until the very end of the mod. Main Changelog: Item Specific Changelog: Party Clothes: Similar to Atton and Mira in Kotor II, this addon adds unique clothing that only Uldir and Drayen can wear. Drayen's armor slot will become locked (similar to Mandalore in Kotor II), however, his clothing has very good stats for the early game meaning you won't want to replace it anyway. In future updates, clothing shall be added to future party members when they are added. TOR Corellia Skybox: Replaces the ROR skybox with the Corellia skybox from The Old Republic MMO. Coruscant Skybox Pack: Contains alternative skyboxes for Coruscant. Right now only the ROR Demo Coruscant Skybox and the Vanilla Coruscant Skybox are available. Alt Corellia City Reskin: This is a WIP addon that replaces the current Corellia textures. These may, or may not, be added to the main mod at some point. It is also possible that different textures may be added to the mod instead of these. As these are a WIP there may be textural anomalies in certain parts of the mod. Known Bugs: This mod shouldn't have any bugs but if there are please report them to me on Deadlystream. Incompatibilities: To be added! Permissions: Assets from this mod may not be used without explicit permission from the authors. Voice Actors: JC2: B8-C2. Sith Holocron: HoloNet News Droid [Coruscant and Corellia]. Thanks to: Logan: Beginning the restoration effort for K1! ROR's Main Dev Team: For developing the original K1R mod! Contributors of the Main ROR mod: For contributing to Episode One's release. AxConsortium70: Extensive beta testing, to the point that they fixed some of the more illusive bugs they discovered! Jonathan7: Assets from Force Fashion II, a mod already in ROR, have been modified and included in this pack for the Episode One & a Half addon. RedRob41: Assets from ROR Episode One have been modified and included in this pack for the Episode One & a Half addon! 90SK: Armor and Mask assets from his mods have been added into this pack for the Episode One & a Half addon! SilverEdge9: More assets from BOSSR have been modified and included in this pack for the Episode One & a Half addon! Flammenwerfer: Their mod "The Sith Mask" has been used in this pack for the Episode One & a Half addon. The readme of their mod on NexusMods gives modders free permission to use this asset as long as credit is given to them! ScrierOne: Their mod "Sith Mask Reskin" has been used in this pack for the Episode One & a Half addon. Their NexusMods page states that modders have permission to use this asset! Vurt: For making the Hutt textures in his "Vurt's KotOR Visual Resurgence" mod, these textures were used as a base for ROR's Hutts! Elayerfawkes45: For making the Hutt textures in his "Hutt remesh and retextured with bumps" mod, these textures were used as a base for ROR's Hutts! Detran: For making the Hutt textures in his Detran's Hutts" mod, these textures were used as a base for ROR's Hutts! Sith Holocron: Voice filters for B8-C2, the HoloNet News Droids, and a Royal Guard NPC! Leilukin: Assets from their mod "Missing K1 Party Member Ports for TSL [Modder's Resource]" has been used in this pack for the Episode One & a Half addon. It is a Modder's Resource! Doc Valentine: Creator of the ROR Demo Coruscant Skybox which has become an addon of this pack! Scorchlicious: For fetching the TOR Corellian Skybox for the pack! ElevenLabs Website: For the custom AI VO service! Bioware: For such an amazing game! Obsidian: For such an amazing sequel! Fred Tetra: For Kotor Tool! Cortisol: For Holocron Toolset! 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.
    0 points
  13. Version 1.0.0

    12 downloads

    Improves the mechanics of bashing locked containers. DESCRIPTION KOTOR 2 added a neat little mechanic that makes it so bashing containers has a chance of breaking some of the items inside, adding risk and incentivizing putting points in Security or bringing along the right companion to help out. At least, that’s what the game wants you to think. In truth, this is one of TSL’s several illusory mechanics which don’t really work the way you think. Here’s how it actually works: Some containers, when unlocked with Security, get a random number of low value items added to their inventory. If you instead bash a container, a random number of broken items are added to the container’s inventory. Nothing inside the container is actually broken. The first issue with this is that high value items like weapons or upgrades are never broken, making bashing not all that risky, especially later in the game. What’s much worse though is that many of the locked containers in the game actually get a flag set when initially populated that blocks Security from adding the “not broken” items. This means there is no advantage to using Security on these containers outside of saving time. In fact, by bashing you at least get a few broken items you can use for components, and you lose nothing. Another more mundane issue is that many locked containers are simply missing the bashing script, causing the game to abandon this mechanic which it initially presents as important. This mod overhauls the bashing mechanic, not only fixing its bugs and making it work the way you’d expect, but also giving it more depth and impact. When you bash a container, there is a chance to break some of the items that are actually inside. You may break multiple items or none at all, with it being most likely to break a small but nonzero number of items. Breakable items now include more valuable items such as weapons, shields, droid tools, implants, upgrades, etc. Armor and droid plating cannot be broken since, well, they’re designed to resist being broken. Plot items and datapads are all protected from being broken, in addition to credits, components, and chemicals. Some feats, effects and weapons will affect how likely you are to break items. Finesse reduces the chance of breaking an item when using a melee weapon while Precise Shot reduces the chance of breaking an item when using a ranged weapon. Using the Plasma Torch also reduces the chance of breaking items. On the other hand, being under the effects of Fury or Wookie Rage will significantly increases the chance of breaking items. INSTALLATION To install, run HoloPatcher.exe. Unaltered copies of any modified files will be placed inside a backup folder in the location of HoloPatcher.exe. UNINSTALLATION Remove k_contain_bash.ncs and m_plc_treasdisp.ncs from Override. If k_contain_bash.ncs was created inside the backup folder, move it to Override. Remove the following files from Modules: 101PER.mod, 102PER.mod, 103PER.mod, 105PER.mod, 106PER.mod, 151HAR.mod, 152HAR.mod, 153HAR.mod, 262TEL.mod, 301NAR.mod, 302NAR.mod, 303NAR.mod, 305NAR.mod, 404DXN.mod, 506OND.mod, 601DAN.mod, 610DAN.mod, 650DAN.mod, 851NIH.mod, 852NIH.mod, 903MAL.mod If any .mod files were created inside the backup folder, move them to Modules. COMPATIBILITY Should be compatible with most mods unless they edit the k_contain_bash script. PERMISSIONS Feel free to do whatever you want with this mod, just give credit. CREDITS offthegridmorty HoloPatcher - Cortisol, th3w1zard1 TSLPatcher - stoffe, Fair Strides KOTOR Tool - Fred Tetra DeNCS - JdNoa, Dashus
    0 points
  14. Version 1.0.0

    16 downloads

    Citadel Station assassin no longer frees your companions, for a 3v1 fight. Also includes a fix from TSLRCM and a fix for TSF agents disappearing before the screen fades to black. Copy 'a_grenn_cut.ncs' to your games 'override' directory.
    0 points
  15. Got it. Well, now there is a tiny mod to fix this behaviour: Fully compatible with K1CP, of course.
    0 points
×
×
  • Create New...

Important Information

By using this site, you agree to our Guidelines.