Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/19/2026 in all areas

  1. Version 3.1.0

    3,478 downloads

    This modding toolset is a work in progress and I carry no responsibility to any damage done to your game files or lost work that may occur. Some antiviruses will flag a false positive and prevent you from opening the application. If this happens you will need to configure your antivirus to allow the program to run. Holocron Toolset is a collection of modding tools packaged in a single application aimed at streamlining modding development for KotOR/TSL, drawing inspiration from Kotor Tool and the NWN Aurora Toolset. There are editors available for nearly every file type used by the game. Also included with it is a 3D module editor and a "Map Builder" which the user can use to create new maps by rearranging existing models already used in the game. Discord for suggestions + bug reports: https://discord.com/invite/3ME278a9tQ If you are running Windows 7 or 8 and get a missing DLL error when opening the program you will need to download the Visual C++ Redist from Microsoft. Toolset source
    1 point
  2. The I-Wing was already there in the vanilla game, I'm just swapping in DarthParametric's remodeled version. I always assumed it was the Sandrals' personal ship or something like that. (Screenshot stolen from Wookieepedia)
    1 point
  3. Just a question: why would there be a I-Wing there? I'm sure I'm missing something... 🤔 But great work, WildKarrde! I like the transparent glass myself.
    1 point
  4. TSLPatcher sometimes has issues with displaying the file picker on a system which has multiple monitors. Try turning the others off while installing.
    1 point
  5. The cause is actually fairly straightforward: The OnLoad script for the Yavin Station module, yav50_load.nss, includes code to close all of the doors whenever loading the station, except when loading from a saved game. For my hangar mod, I extended that to include my new airlock doors too. I haven’t played Sleheyron, but based on the source scripts, it looks like it reopens the original doors with the script open_yav.nss. In theory, a compatibility patch should be as simple as adding the following lines to open the station-side airlock door too: object oDoorHangar = GetObjectByTag("wk_yavhgr_door01"); AssignCommand(oDoorHangar, ActionOpenDoor(oDoorHangar)); Attached is an edited version of the script and source code. I haven’t tested it, but try putting open_yav.ncs into Override and seeing if it works. Not knowing when the script is triggered, you may need to backtrack to a save from before you finish the quest and return to the station. What’s puzzling is that you should be able to open the airlock from the station side using the console to the right of the door in the corridor. I included it as a fail-safe in case I missed a case where the player might get stuck like this. Does that console show up for you as something that can be interacted with? If you’re truly stuck, you can always use the cheat console to warp directly back to the Ebon Hawk (warp ebo_m12aa). Yavin Station Hangar Compatibility Patch (Beta).zip
    0 points
  6. The _recom value is a priority, not a level number. So if you set it to 11, there are 10 other feats the system will recommend first.
    0 points
Ă—
Ă—
  • Create New...

Important Information

By using this site, you agree to our Guidelines.