Leaderboard


Popular Content

Showing content with the highest reputation on 08/05/2025 in Files

  1. 1 point

    Version 3.0

    895 downloads

    While you sleep in the medical room, 3C-FD is patching your game. Restores fog and reflections which were broken in the Aspyr update. Works with both Steam and GOG versions. Only works on an unmodified swkotor2.exe. WIndows systems only. Included EXE Patches: - Fog Fix - Reflections Fix - 4GB Patch - Subtle Color Shift - Music Volume During Dialogue Fix - (Experimental) Borderless Window Mode How to use: Run the patcher and choose your swkotor2.exe to patch. It will patch your game exe with the fixes listed above. It will check if you have an unmodified steam or gog version of the latest (Aspyr) patch, otherwise it wont run. It will also make a backup of your original swkotor2.exe. How this was made: - The fog shading was just covered up when the latest version was released. I was able to send that data to the new Fracture shaders and apply fog coloring. It checks if the fog color is set to black and if not then it applies fog. Modules that don't use fog have a default fog color of black, Duxn and Dantoonie use a grayish color. - The shader for when both a lightmap and a cubemap is applied, to the same model, had a typo. Cubemap was labeled as a '2D' instead of 'CUBE'. Easy fix. Luckily the shaders are a plain text string, in the exe, and can be modified with a hex editor. The only issue is that the character length needs to be the same or smaller. The only way to get more data in the shader is to remove extra spaces/linebreaks and to shorten variables to single characters. - The music was lowered so much during dialogue that it was almost non existent. I was able to find the functions for calling volume control, using ghidra. The call was made only 3 times and from there it was process of elimination. Ultimately disabling a variable change if in dialogue, before the first volume change call, worked. Bugs: - This does not work with M478 Special Thanks: HappyFunTimes101 - ShaderOverride - I could not have done this without this tool. This made sorting out and identifying the shader data much easier. I probably wouldn't have even attempted or known where to look if this didn't exist. JCarter426 - For pointing out that the music was broken during dialogue. I hadn't noticed but couldn't stand it after hearing for myself. Source: Open the patcher with 7zip or view it here: https://github.com/J0-o/kotormods/tree/main/C3-FD_patcher
  2. 1 point

    Version 1.0.0

    70 downloads

    Improved Cantina Sitters By Alvar007 ------------------------------------------------------------------------- DESCRIPTION: This mod populates some of the empty spots at the Tatooine cantina, mainly the four alcoves with tables on the room. Each sitter has the corresponding item depending on the animation played. The laughing animation is also implemented as another placeable sitting animation. The mod also adds a Duros as a new placeable sitter in the game, replacing the Twilek male that wasn’t being used. Finally, the two low-poly human sitters at the Upper City Taris cantina are replaced by high-poly models. INSTALLATION: Just run the .exe that comes with this download and select the game's installation main folder (NOT override). COMPATIBILITY: This mod should be compatible with any mod that doesn’t mess with the placeable sitters in the cantinas. LICENSE: Anyone is welcome to use this mod in any of their mods or include it in a mod build. CREDITS: EbonHawkStowaway999 for the idea. ------------------------------------------------------------------------- THIS MODIFICATION IS PROVIDED AS-IS AND 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.
  3. 1 point

    Version 1.0.0

    24 downloads

    Czerka cut module restoration v1.0 By Zobizob Description: In 2014, InSidious provided the Lost Modules Pack mod that was providing a playable version from cut content modules. The czerka depot module needed some work to be entirely playable. This is a modder's ressource. All you need to do is drop the m21aa.mod in the module folder, and the other files into override. Work done and disclaimer : All the geometry errors for the models have been fixed as best as i could (misplaced walls, missing parts, missing ceilings, a lot of geometry holes...) The lightmaps have been partially fixed for a good portion of the module, there are still some rough lightmap transition between each room tho and i'm not skilled enough yet to fix this entirely The walkmeshes have been entirely fixed There was no minimap. I pulled out a custom minimap using holocron toolset and edited the .are from the module so it is displayed accurately in the level. I placed 2 doors and some waypoints, they are leftovers from work on my own mod. You'll have to edit this if you want to use it for your own work. You will have to edit the .are to change the name from the module depending on how you wanna use it. It is currently named "Endar Spire - Command Module". There is still 1 file missing, the .pth file which allows npcs to walk inside the module in a scripted way. I will see to pull out a custom .pth file. Credit: InSidious for his original Lost Modules Pack mod. Thor110 for his very valuable insights. Kotor discord channel for insights on developping mods for this awesome game. Permissions: Feel free to use this work, just credit me if you're using my files. Legal: THIS MODIFICATION IS PROVIDED AS-IS AND 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.