Jump to content

Leaderboard

Popular Content

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

  1. Version 1.1.1

    1,363 downloads

    =TSL Workbench Lightsaber Creation= A KNIGHTS OF THE OLD REPUBLIC II: THE SITH LORDS MODIFICATION AUTHOR: Leilukin FILE NAME: TSL Workbench Lightsaber Creation.7z LATEST VERSION: 1.1.1 CONTACT: E-mail contact@leilukin.com, or message to Leilukin on Deadly Stream 1. DESCRIPTION: This mod allows you to create lightsabers at a workbench, including double-bladed, one-handed or short lightsabers, with any color focusing crystals available in the game. You must complete the "Crafting a Lightsaber" quest to build your first lightsaber to get the option to create lightsabers at a workbench. This mod is made for players who want to obtain more lightsabers, especially for their Force user party members, without relying on the loot drop system of the game. 2. INSTALLATION: Extract the TSL Workbench Lightsaber Creation.7z you downloaded to anywhere you like, as long as it is not within the KotOR 2 directory. Run Install.exe, you will see the installer presents three installation option. You may choose ONLY ONE of these options: Default: Default installation option. JC's Crystal Attunement Compatible: Choose this option if you installed any of the Workbench Attunement options of JC's Crystal Attunement for K2 mod. Once you selected the option you want, point the installer to your KotOR 2 directory, where swkotor2.exe is located, and let the installer do its job. When you install this mod, a new folder named "backup" may be created by the installer in the same folder as the installer. Do not delete the folder or the file within the folder if you plan to uninstall this mod. The "Source" folder includes the source of the scripts used by this mod for modders' reference. Ignore the "Source" folder if you only want to install and play this mod. ***IMPORTANT NOTE FOR STEAM USERS:*** I DO NOT recommend using the Steam Workshop if you want to use this mod. Steam Workshop is frankly a mod compatibility nightmare, and I recommend reading this post on why Steam Workshop is NOT recommended for modding KotOR 2. 3. UNINSTALLATION: If no backup folder was created when you installed this mod, go to the Override folder in your KotOR 2 directory, and delete the following files: llk_wblscreate.dlg llk_wblsdlg.ncs workbnch.dlg If a backup folder was created when you installed this mod, go to the backup folder, cut workbnch.dlg from the backup folder and paste the file in the Override folder in your KotOR 2 directory, then delete llk_wblscreate.dlg and llk_wblsdlg.ncs from the Override folder. 4. KNOWN ISSUES: None currently known. If you find any bugs or problems, please let me know. 5. MOD COMPATIBILITY: This mod is compatible with The Sith Lords Restored Content Mod (TSLRCM). Make sure you install this mod after TSLRCM. This mod has an additional installation option to make it compatible with JC's Crystal Attunement for K2. Make sure you install this mod after JC's Crystal Attunement for K2, and follow the installation instructions above. This mod is not compatible with VarsityPuppet's Holowan Duplisaber or Kaidon Jorn's Schematic Lightsaber Mod (SLM). No compatibility patch will be made for those mods, as this mod is intended to be a light alternative to the huge lightsaber mods. This mod is compatible with any mod that does not modify the workbench dialogue. 6. PERMISSION: You may modify this mod for personal use or show this mod in screenshots. However, do not release your mods containing assets from my mod without my permission. I do not use nor support Steam Workshop, so I do not want any of my mods to be uploaded to Steam Workshop. 7. CREDITS: Cortisol for Holocron Toolset tk102 for DLG Editor KobaltBlu for KotOR Scripting Tool Stoffe for TSLPatcher; Fair Strides for the updated version THIS MODIFICATION IS NOT SUPPORTED BY BIOWARE/OBSIDIAN ENTERTAINMENT OR LUCASARTS OR ANY LICENSERS/SPONSORS OF THE MENTIONED COMPANIES. USE THIS FILE AT YOUR OWN RISK AND NEITHER THE ABOVE MENTIONED COMPANIES NOR THE AUTHOR IS RESPONSIBLE FOR ANY DAMAGE CAUSED TO YOUR COMPUTER FOR THE USAGE OF THIS FILE.
    1 point
  2. The regeneration on the Ebon Hawk option means that green zeroes pop up every time it attempts to heal you even if you are full health. It's pretty annoying, but thankfully it's a pretty easy script change to get it to stop. // m_htb_ebohealer // offthegridmorty void main () { //Heal all the party members and PC object oTarget = GetFirstObjectInArea(OBJECT_INVALID,OBJECT_TYPE_CREATURE); while (GetIsObjectValid(oTarget)) { string sTag = GetTag(oTarget); if ((sTag == "Atton") || (sTag == "BaoDur") || (sTag == "Disciple") || (sTag == "G0T0") || (sTag == "Handmaiden") || (sTag == "Hanharr") || (sTag == "HK47") || (sTag == "Kreia") || (sTag == "Mand") || (sTag == "Mira") || (sTag == "Remote") || (sTag == "T3M4") || (sTag == "Visas") || GetIsPlayerMadeCharacter(oTarget) || GetIsPC(oTarget)) { ** if (!GetIsInCombat(oTarget) && GetCurrentHitPoints(oTarget) < GetMaxHitPoints(oTarget)) { int nCon = GetAbilityModifier(ABILITY_CONSTITUTION,oTarget); if (nCon < 0) { nCon = 0; } int nHeal = 1 + FloatToInt(0.5*IntToFloat(nCon)); effect eHeal = EffectHeal(nHeal); ApplyEffectToObject(DURATION_TYPE_INSTANT, eHeal, oTarget); } } oTarget = GetNextObjectInArea(OBJECT_INVALID,OBJECT_TYPE_CREATURE); } }
    1 point
  3. 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 point
  4. Version 1.0.0

    601 downloads

    DESCRIPTION: Do you like Kaevee as a character, but hate her voice? Would you rather listen to alien gibberish instead? Well, this is the mod for you! It turns her into a blue Twi'lek, complete with alien VO. INSTALLATION: TSLRCM is mandatory and must be installed first. Copy all files to your game's "override" folder. If you're using the Steam workshop version of TSLRCM, you must copy the file to the wokshop's folder, not the main game's folder; it'll be something like "C:\SteamLibrary\steamapps\workshop\content\208580\485537937\override" The mod must be installed before entering the Enclave sublevel on Dantooine. Thanks to JC for extracting all the alien VOs for me.
    0 points
  5. Honestly, some modders need to stop worrying about getting permission to use assets from the K1R mod. If most of the developers are long gone, they likely don't care what we do with their old mod. And as the old saying goes, 'It's easier to ask for forgiveness than it is to get permission.'
    0 points
  6. "This mod is compatible with Fallen Guardian’s Dustil Restoration." Brilliant! These two mods are still great on their own, but being able to play them together really helps Korriban feel more like a complete experience and less like an afterthought, compared to the base game. Keep up the good work! ^w^
    0 points
×
×
  • Create New...

Important Information

By using this site, you agree to our Guidelines.