Leaderboard


Popular Content

Showing content with the highest reputation on 03/25/2021 in Files

  1. 2 points

    Version 1.0.0

    349 downloads

    ======================================================== KNIGHTS OF THE OLD REPUBLIC SOURCE FILE ======================================================== New_Lightsaber_Blades_Modder's_Res ================================= Author: Crazy34 Contact: PM me on Deadlystream For: K1/TSL Date: 03/24/2021 ================================= DESCRIPTION: This modder's resource contains a detailed step-by-step instruction on how to use and modify the new lightsaber blade system introduced in my recent mods. You can find this instruction in the file: manual.pdf. The folder resources contains example textures, saber models in the ascii format and example batch file to generate color copies of a given saber. I HOPE that in the future some talented texture artist will create better looking blade textures using these new blade models. CREDITS: Kaidon Jorn: Lightsaber Hilts models and textures and icons are created by Kaidon Jorn and taken from his SLM 2.0 mod, which you can find here: https://deadlystream.com/files/file/551-schematic-lightsaber-mod-slm/ Thank you very much for the permission to use your models and hilts here. They are amazing and I enjoyed working with them. Sithspecter: The new layout for the lightsaber blades plane models are inspired by Sithspecter's animated Crossguard Lightsabers mod for KOTOR which can be found here: https://deadlystream.com/files/file/1314-crossguard-lightsabers/ Thank you very much for the permission to include your animated unstable blade texture and to modified them to include the new TSL colors. ___________________________________________________________ COMPATIBILITY: ___________________________________________________________ INSTALLATION: ___________________________________________________________ BUGS: The tip of the blade has a spike which comes from a deformation of the lightsaber planes. This is also present in the original model. I was not able to find a fix. (Sorry about that.) The lightsaber hilts will clip through the blades. (Unfortunately, DarthParametric has said that it is not possible to fix this.) ___________________________________________________________ PERMISSIONS: You may use this mod as you see fit. Display it in screenshots, make it compatible with your mod. Use it to update your own mod or use it as a basis to start your own lightsaber mod. However, please give credit where it's due. ___________________________________________________________ THANKS: Fred Tetra: All the thanks for KotOR Tool. TK102: All the thanks for K-GFF. ndix UR: All the thanks for the kotorblender plugin, which I used to create the blade 3d models. bead-v: All the thanks for Mdledit and constantly updating it. Without it this mod would not be possible. Thanks also for the comments on the ascii code. Kaidon Jorn: All the thanks for giving me the permission for using the hilts textures and icons. With these included this is a real mod. Thank you so much. Sithspecter: All the thanks for giving me the permission to include his animated blade textures and to modify them. Also i want to thank you for inspiring me to start modding KOTOR in the first place. Jorak Uln: All the thanks for the constant feedback, suggestions and beta testing of the preliminary versions of the mod. JCarter426: I want to thank him for providing information regarding lights in KOTOR and the documentation. DarthParametric: I want to thank him for answering all my questions and being so helpful when creating and tuning of the models. Sith Holocron: For minor proofreading of the mod documents. For the initial feedback on the ambient light, I want to thank: DarthVarkor, Stormie97, ebmar. Also, I want to thank all the modders out there whose work I've consistently studied and learned from. ___________________________________________________________ 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. NEITHER THE ABOVE MENTIONED COMPANIES NOR THE AUTHOR ARE RESPONSIBLE FOR ANY DAMAGE CAUSED TO YOUR COMPUTER FOR THE USAGE OF THIS FILE.
  2. 1 point

    Version 4.0.3

    2,763 downloads

    Blender addon for working with KotOR assets. Features: Import & export MDL models, including animations and walkmeshes Import & export LYT files Import & export PTH files Lightmap texture baking Area minimap rendering For installation and usage guides, see README in the GitHub repository.
  3. 1 point

    Version 1.0.0

    14,011 downloads

    Mod by TamerBill, requested by NecroAvalon Adds dialogue options to the Czerka Guard Captain near the exit of the landing pad on Kashyyyk, allowing you to pick a fight with him over his racist attitude. This will give you a small shift towards the dark side, and cause any Czerka personnel in visual range to attack you.
  4. 1 point

    Version v0.1.5.0

    3,264 downloads

    About Kotor Scripting Tool Kotor Scripting Tool is my attempt at a scripting interface for nwnnsscomp.exe. I originally designed this tool to aid me in my scripting efforts back in the day. My desire was to create a scripting tool with some of the creature comforts that today's coders have come to expect. The core features that were important for me were the ability to have NWScript function name Auto Completion and Syntax Highlighting. If anyone is interested in helping to extend its functionality be sure to check out the link to the GItHub repo below. Anyways that's enough rambling for now! Happy Modding! Features include: Compile .nss Scripts Syntax highlighting AutoComplete Suggestions (Beta) Tabbed Text Editor Advanced Find & Replace Browsable nwscript function list Browsable nwscript constants list Zip Archive Download and extract the zip file. Once extracted navigate to the directory and run Kotor Scripting Tool.exe This program was compiled in C# with version 4.0 of the .NET Framework if you do not already have it downloaded you will need to download it [here]. The source code has been released on my GitHub account https://github.com/KobaltBlu/KotOR-Scripting-Tool.