Jump to content
  1. Kotor Modding

    1. Mod Releases

      Announce your work here.

      Mods submitted to our Downloads Section will automatically have a thread created here.

      11k
      posts
    2. General Kotor/TSL Modding

      Here you can discuss modding of Kotor & TSL.

      24.8k
      posts
    3. Modding Tools

      Develop new tools, research file formats and make amazing new discoveries!

      785
      posts
    4. Work In Progress

      Here you can list any projects that you are working on.

      Don't forget, if you're creating a large project you can apply for Modders Account.

      12k
      posts
    5. Tutorials

      Submit any tutorials here.

      155
      posts
    6. Game Saves

      Announce your game saves here.

      Saves submitted to our Downloads Section will automatically have a thread created here.

      88
      posts
  2. Mod Projects

    1. TSLRCM

      Discussions about TSLRCM.

      13.8k
      posts
    2. M4-78 Enhancement Project

      This forum is for the discussion of the upcoming M478EP mod

      2.3k
      posts
    3. KotOR1 Restoration (K1R)

      Discussions for ZM90 & Mandalore's KotOR1 Restoration (K1R) Project.

      1.9k
      posts
    4. Revenge of Revan

      Discussions for Logan23's Revenge of Revan mod.

      914
      posts
    5. KotOR Toolset

      Discusion about the KotOR Toolset by Fair Strides

      23
      posts
  3. Jedi Knight Series

    1. General Discussion

      A place to discuss the Jedi Knight series.

      190
      posts
    2. Mod Releases

      Announce your work here.

      Mods submitted to our Downloads Section will automatically have a thread created here.

      68
      posts
  4. Other Games

    1. Other Games

      Discussion of Games both Star Wars and non-Star Wars

      517
      posts
    2. Dantooine Theater Company

      For all your Star Wars Role-Playing needs!

      33
      posts
  5. General

    1. 428
      posts
    2. Knights of the Old Republic General

      For discussion about KOTOR and KOTOR2 that isn't mod related.

      5.9k
      posts
    3. Star Wars

      General Star Wars discussions.

      3k
      posts
    4. 1.2k
      posts
    5. Site Feedback

      Got a suggestion for the forums? Let us know here.

      877
      posts
    6. General Discussion

      Place to discuss everything else.

      2.9k
      posts
  • Recent Status Updates

    • vault13deathclaw

      Fairly significant update coming to Echoes of the Republic in the nebulous near future. Almost done implementing a new short questline, then I still need to run through the whole game again to test it.
      · 2 replies
    • Lane

      New KPM release, we're at 0.7.0 now!
      https://github.com/LaneDibello/Kotor-Patch-Manager/releases/tag/0.7.0
      Highlights:
      - A ton of behind the scenes changes to help support future patch developments
      - Vastly improved support for MacOS (Special thanks to FTD and Synchro for pushing on this front). Including a native mac app, and a few mac compatible patches
      - Various Bug Fixes
      - Some script extender updates and fixes
      - Early MVP of the Mod Options patch included.
      - Better support for unknown EXEs (such as those that have already been patched via a different process)
       
      More coming soon, including a UI rework, a proper release of the mod options patch, more Mac OS support, and streamlining of more of the core functionality!
      · 2 replies
    • N-DReW25

      The mod "HD Grenn" has been updated into a mod pack for HD K2 NPC textures. The current update adds Luxa and the Zhug Brothers in addition to previous HD Grenn.
       
       
      · 0 replies
    • Leilukin

      PartySwap has been updated to 1.5, by making the PartySwap item to an optional add-on, since the Full Party Select patch from KotOR Patch Manager provides another method to allow you to keep being able to add Handmaiden to your party after Disciple joins your party.
      · 0 replies
    • 90SK

      I am sharing my TSL ReShade efforts. These are screenshots from the result of this 90SK XXX reshade preset.
      90SK's TSL ReShade.zip



      · 1 reply
    • 90SK

      I am recruiting minds for the Edge Of Darkness mod project. We are exploring different ideas and directions for the mod. Here is a link to the EOD Discord. I'd love to see people come in and share their experiences of the game, and help shape its future. 
      https://discord.gg/vhywa9CxX

      · 0 replies
  • Posts

    • Sounds strange, so the exact same mod file seems to load if you throw it into a directory that has the complete mod build installed, but it doesn't if you throw it into your vanilla game directory?   Are any of the files in your .mod referencing files that aren't in the vanilla game?
    • I am running into a very strange engine-level issue with vanilla KOTOR while developing a new module for an expansion project. I originally started building the project inside my community mod build game, which is the setup I normally use for my main playthroughs. After the project scaled, I moved to building in vanilla kotor and completely rewrote the module for vanilla kotor. Shortly after, vanilla KOTOR began refusing to load any updated resources inside the rebuilt Korriban Valley module (korr_m36aa), even when the module is fully overwritten. In that modded environment, everything works exactly as intended. The context is as follows. I have a custom NPC whose dialogue was newly marked skippable, and after speaking with him, a G-Wing ship spawns. Clicking on the G-Wing initiates a transition script I had made updated changes to. The transition script fires correctly in both versions of the game. It updates the journal and performs all of its other functions. However, in vanilla KOTOR, StartNewModule never actually transitions the player into the target module. The camera just glitches and offsets for a split second while the script performs it's other actions flawlessly. In the modded community build that i use for normal playthroughs, the transition works perfectly and the Valley’s Shadow module loads without issue. In vanilla, none of the changes inside the rebuilt m36aa module apply. The NPC's dialogue is not skippable. The updated DLG does not load. Trigger changes do not apply. Waypoint changes do not apply. The transition script fires but the module never starts. The module behaves exactly like the original unmodified m36aa with no changes to it's actual files other than the added utc for the npc, new placeables and a few new scripts. Meanwhile, the exact same rebuilt module, when placed into the modded community build, loads all changes correctly. The dialogue is skippable, the triggers work, the waypoint is correct, and the transition script successfully moves the player into the target module. I have already verified that I am loading the correct module. I overwrote the original korr_m36aa.mod file directly. The IFO, ARE, and GIT files inside the module are correct. The transition script does not reference anything from Korriban and works perfectly in the modded build. The target module is not corrupted and loads fine in the modded build. I have tested with multiple fresh saves, including saves that never visited Korriban and saves created before the module existed. I have fully restarted the game each time fixes were attempted and cleared all possible cached data. None of this changes the behavior in vanilla. At this point, the rebuilt module works perfectly in the modded community build game that i have installed on a thumbdrive (because i had to back it up when i reinstalled the game fresh to use for modding development), but vanilla KOTOR wants to be annoying for what looks like to me, no reason at all and refuses to load the updated resources inside korr_m36aa even when the module is fully overwritten with the changes. At this point, I am just trying to determine if this is just me being a dumbass and not seeing any errors, or whether this is a known engine quirk with KOTOR, or korr_m36aa specifically where the game refuses to run and load clean modules correctly, and use changes that were made to dialogue, scripts, and more, regardless if the changes were clearly made and have seemingly no errors. I don't know whether there is a known fix or workaround for vanilla refusing to load updated module resources despite a full rebuild. If no solution exists, I will pivot to having the NPC only be hosted in the Valley, but have all the vital scripts run in a different module that becomes available after talking to the NPC. Thanks, Rever$e
    • TTW kinda mod that puts kotor 1 and 2 together
    • did you download the Scaled Kotor patches and add them to the Kotor Patch Manager patches folder?
    • I do have the Editable exe. Also i removed .Gui files in override. im still very confused why the scaled patch options are not showing up. 
  • Recent Community Blogs

  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Guidelines.