Modder's Resources

Modding resources for aspiring modders.

30 files

  1. KOTORModSync

    Please see http://github.com/th3w1zard1/KOTORModSync for the main repo.
    Please report any bugs or problems you encounter. While I test this heavily, it's difficult to find any and all problems when incorporating 200+ mod's instructions across dozens of operating systems and platform combinations. If you happen to notice something odd or out of place, please report them.
     
    KOTORModSync is a multi-mod installer for KOTOR games that makes it easier to install and manage mods.
    I usually install the Reddit mod build every year or so. The process takes about an hour and it's repetitive moving files, running tslpatcher, deleting specific files, and occasionally renaming some files. The last time I installed the modbuild I made a mistake on a single different step, 3 times in a row. Most mistakes require a full restart from the beginning. This is tedious, so I decided to create an installer creator in C# to simplify the process.

    Goals
    Mod creators work really hard on their mods. It's the least we can do to install them and use them, right? However, who wants to reinstall to vanilla and spend several hours reinstalling mods, just to add 1 or 2 extra mods on top of it? Other mod managers I've tried were either too difficult to configure, require significant changes to a hard-to-understand configuration file, or only provided limited functionality for defining new mods. KOTOR mods definitely can have complex dependency relationships with each other in regard to compatibility, due to the nature and age of TSLPatcher.
    Usage
    If you are an end user just wanting to install some mods, simply load up the instruction files provided, choose the mods you want from the left list and any options, and press 'Start main install' Watch Xuul's tutorial video here: Effortless Modding with Kotor Mod Sync: The Ultimate Guide for Star Wars KOTOR Mods (youtube.com)
    If you are a mod developer, this program contains a full-blown instruction editor that'll allow you to quickly create instructions for your mod and define its compatibility with other mods. See Dependencies/Restrictions and InstallBefore/InstallAfter explanation - Pastebin.com for more information. See the video tutorial here: Creating involved instructions for KOTORModSync - YouTube

    Features
    Can install the https://kotor.neocities.org/ mod builds in about 20 minutes from a vanilla install. Supports TSLPatching on mac/linux without wine! Select the individual mods you want for an install - the dependencies and incompatibilities will automatically be chosen and sorted. This means end users don't have to worry about specific instructions regarding other mods in the list. All the compatibility steps are handled internally by KOTORModSync and the default instructions files provided here. An end user simply can select the mods they want to install in the left list, and any customizations if they like, and simply press 'Install All' to have everything installed automatically. This program has a built-in GUI editor and an installer packed into one. Modbuild creators can create instructions with little to no knowledge of the format and easily share them with end users. End users can install everything from the instruction file with a simple click of a button. Edit any instructions and verify the configuration with built-in tools. Some support to dry run an install. A flexible configuration editor and parser utilizing TOML syntax. This is very user-friendly and similar to INI which TSLPatcher already uses and most modders are used to. Create instructions files with complex dependency structures for multiple mods, and have end users install everything exactly according to the instructions created. No more manually copying/deleting files: KOTORModSync handles all of that for your end user. Platforms
    KOTORModSync is a cross-platform 32-bit and 64-bit .NET application. It is compatible with the following operating systems:
    Windows 7 and 8: Compatible if running .NET Framework 4.6.2 or higher. Windows 10 and 11: Fully compatible with any Windows release. Linux and Mac: Fully compatible - choose one of the two that match your operating system. Users do not need to download any additional runtimes: everything is self-contained within the application.
    Linux
    You may need additional X11 libraries. In order to get this working on WSL, for example, I had to install the following packages:
    sudo apt install libsm6 libice6 libx11-dev libfontconfig1 libx11-6 libx11-xcb1 libxau6 libxcb1 libxdmcp6 libxcb-xkb1 libxcb-render0 libxcb-shm0 libxcb-xfixes0 libxcb-util1 libxcb-xinerama0 libxcb-randr0 libxcb-image0 libxcb-keysyms1 libxcb-sync1 libxcb-xtest0 Then you can simply run in a terminal like this:
    ./KOTORModSync If you run into problems with the Linux or Mac builds, please contact me and I'll try to get a fix ready for the next release.

    Credit
    Snigaroo
    This man saved me a countless amount of hours. I'd still be struggling through game glitches and mod-specific instructions I didn't understand. Actually, I'd probably still be on Dantooine trying to determine why I'm getting visual glitches and crashes which he solved with the one-word message 'grass'.
    Cortisol
    Created HoloPatcher and the PyKotor library that KOTORModSync uses to patch mods. These projects are the main reason KOTORModSync can be supported on Mac/Linux. While the PyKotor/HoloPatcher projects have had some issues, this guy was more or less available for comment if I had questions on how I could fix any remaining problems myself.
    JCarter426
    There were so many KOTOR-specific things to learn, without his help I'd still be trying to deserialize encapsulated resource files. His time and patience were incredibly useful to the project and this project would be impossible without him.
    Testers:
    Lewok from r/KOTOR
    Thank you for helping test that obnoxious UAC elevation problem legacy Windows apps like TSLPatcher have.
    Other notable users
    Fair-Strides
    Provided the perl source code of TSLPatcher on GitHub, and generally maintained the TSLPatcher project in Stoffe's absence.
    Stoffe
    Creator of TSLPatcher
    Thank you to the entire KOTOR modding community for what you do.
     
     
    KOTORModSync - Official Documentation.txt
    KOTOR1_Full.tomlKOTOR2_Full.toml
    KOTOR1_Spoiler_Free.tomlKOTOR2_Spoiler_Free.toml
    KOTOR1_Mobile_Full.tomlKOTOR2_Mobile_Full.toml
     

    1,372 downloads

       (2 reviews)

    9 comments

    Updated

  2. Darth Traya Portraits

    Custom made portraits for Kreia and Atris as Darth Traya.

    13 downloads

       (0 reviews)

    0 comments

    Submitted

  3. KotorDiff

    A simple CLI to easily compare KOTOR file formats.
    This is a very simple CLI to PyKotor. If you find TSLPatcher isn't patching the resulting files in the way you want, you can use this tool to compare your manual changes to the resulting TSLPatcher result. You can also use it to compare entire installations, directories, or single files.
    How to use:
    Simply run the executable. It'll ask you for 3 paths:
    PATH1                Path to the first K1/TSL install, file, or directory to diff.
    PATH2                Path to the second K1/TSL install, file, or directory to diff.
    OUTPUT_LOG   File name/path of the desired output logfile (defaults to log_install_differ.log in the current directory)
    If you point PATH1 and PATH2 to two KOTOR installs, it will ONLY compare the Override folder, the Modules folder, the Lips folder, the rims folder (if exists), the StreamWaves/StreamVoices folder, and the dialog.tlk file. This was a design choice to improve how long the differ takes to finish. This includes any subfolders within the aforementioned folder names.
    Supported filetypes/formats:
    TalkTable files (TLK) Any GFF file (DLG, UTC, etc) Any capsule (ERF, MOD, etc) Not supported: NCS, NSS
    Any file format that's not supported will have its SHA256 hash compared instead.
    CLI Support:
    This is a very flexible tool. You can send it command line arguments if you would like to use it in a 3rd party tool. Run `kotordiff.exe --help` to get a full syntax. If there's an error, the exit code will be 1. If the two paths match, the exit code will be 0. If the two paths don't match, exit code will be 2.

    FAQ:
    Couldn't I just open my two files with Holocron Toolset/ERFEdit/K-GFF etc?
    You could, but for me it became tedious to manually compare them side by side, expanding every node etc. Leave alone completely multiple files. This tool allows you to simply input two paths and have the full differences outputted and logged.
    A main benefit is it'll show you the exact GFF paths that differ. Output such as `Missing struct: "EntryList\5\RepliesList\3" {contents of the struct}` has been very useful.
    Why is my antivirus is flagging this?
    This is a false-positive and there's nothing I can do. Python source scripts are compiled to executables using PyInstaller, but unfortunately some antivirus's have been known to flag anything compiled with PyInstaller this way. The problem is similar to why your browser may warn you about downloading any files with the .EXE extension.
    This whole tool is open source, feel free to run directly from the source script: https://github.com/th3w1zard1/PyKotor/blob/master/Tools/KotorDiff/src/__main__.py
    There's a well-written article explaining why the false positives happen on their issue template: https://github.com/pyinstaller/pyinstaller/blob/develop/.github/ISSUE_TEMPLATE/antivirus.md
    TLDR: PyInstaller is an amazing tool, but antiviruses may flag it. This is not the fault of PyInstaller or my tool, but rather the fault of how some scummy users have chosen to use PyInstaller in the past. Please report any false positives you encounter to your antivirus's website, as reports not only improve the accuracy of everybody's AV experience overall, but also indirectly supports the PyInstaller project.
     
    Source code:
    https://github.com/th3w1zard1/PyKotor/blob/master/Tools/KotorDiff/src/__main__.py
     
    Credit:
    @Cortisol for creating the PyKotor library (i.e., 90% of the code for this tool)
     

    26 downloads

       (0 reviews)

    2 comments

    Updated

  4. Iridorian

    Modder's Resource - Iridorian
    by 90SK
    It is not fully assembled but it contains the parts required to set it up in appearance.2da.  The head is the Ubese "Sith Assassin" model, and the body is PMBBL (the KotOR 1 Soldier clothing).  The skins and the model for the body are there. The head model needs to be arranged but the texture provided for the head is on the Ubese Helmet model.  KotOR Tool is required to finish the appearance into TSL, and it is not compatible with K1 at this time. ---
    Special thanks to Fred Tetra, author of KOTOR Tool, and Obsidian / Bioware for their original material.
    ---
    THIS MODIFICATION IS PROVIDED AS-IS AND IS NOT SUPPORTED BY BIOWARE/OBSIDIAN ENTERTAINMENT OR LUCASARTS 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.

    23 downloads

       (0 reviews)

    0 comments

    Updated

  5. Missing K1 Party Member Ports for TSL [Modder's Resource]

    MODDER'S RESOURCE FOR STAR WARS: KNIGHTS OF THE OLD REPUBLIC II: THE SITH LORDS
    This modder's resource includes models and textures of Jolee, Juhani, Mission and Zaalbar that are ported from KotOR 1 to be usable in KotOR 2: TSL. I have also included character templates (in UTC format) for them, allowing you to spawn them as NPCs in your mod.
    This resource is made because Jolee, Juhani, Mission and Zaalbar never make any physical appearance in TSL, thus their textures and models do not exist within TSLs game files. However, both appearance.2da and heads.2da of TSL, including vanilla, still include entries for these characters, so if you want to make them appear as NPCs in TSL, there is no need to create extra entries for them in said 2DA files.
    PERMISSION:
    This modder's resource is free to use in any mod you create or release. Credit is appreciated, but not required.
    CREDITS:
    Cortisol for Holocron Toolset bead-v for MDLEdit

    169 downloads

       (0 reviews)

    11 comments

    Submitted

  6. KotOR II Switch Modding Framework

    I wondered, why wait a few months for Aspyr to release TSLRCM when you could hack it together in a few days for fun? To that end:
    Switch KotOR II Modding romFS Dummy Folder 1.0.1
    This is a set of files and folders designed to make modding the Switch version of KotOR II easier and more accessible to a novice user.
    Read to the end before using.
    You will need a hackable, or modchipped Switch to use this, and custom firmware must be installed, I use Atmosphere, but anything that supports romFS should be fine. If you use something other than Atmosphere you'll have to figure out where it goes, but it should be very similar.
    This should work just fine with the digital or physical version (when it is released) without issue. I have only tested this on the most up-to-date build at this time, 1.0.1. I will update this when the next patch is released, and hopefully again when TSLRCM is officially released.
    Extract the zip file, and install any mods you want to use, pointing TSLPatcher at the \Localized\English\ folder containing the dialog.tlk file. For mods that don't use TSLPatcher, copy files as directed, "romfs" is equivalent to the directory on PC containing the executable.
    NOTE: You may need to move files that TSLPatcher is expecting to the folder to be able to patch them. You can access them by dumping your game with nxdumptool, using romfs. Make sure you include updates when doing so. What I included should be more than sufficient for TSLRCM, however.
    NOTE: When you are done, move the override folder to the root of the romfs folder, i.e. the directory with the "swplayer.ini" file.
    Feel free to comment with what you needed, and what mod it was for, and if there is popular demand, I will add the files to this pack. The easiest way I found, was just to try installing a mod, and then check the log for errors to see what files were missing.
    NOTE: Long filenames cause issues with TSLPatcher, this is exacerbated by the length of the filepath for romFS modding. I recommend moving the "romfs" folder to the root of the drive and patching there, moving the folder back afterwards.
    Make sure to check your error log, you may manually need to copy .lip files over to override afterwards.
    Move textures (.tga, .txi and .tpc) to override/Textures or they won't apply. NOTE: Aspyr included upscaled textures with this version that are not in other releases of the game. As far as I can tell, they are all in the format the original textures were in, by and large, that means they are in .tpc format, which trumps .tga and .txi files of the same name. If you have issues with a mod's textures not applying, try converting them to .tpc with Xoreos-Tools. You can download my texture reversion mods for K1 and K2 on Switch if you want to see what files are in what format.
    At this point, copy the atmosphere folder to the root of your SD card, and you should be done. Please feel free to mention any issues you run into, or workarounds you needed, and I'll update this post.
    I tested a run of TSLRCM and Leilukin's Gay Handmaiden mod with great success. I have not tested the Male Exile/Disciple part of that mod, but it should work as well.
    Mods that involve UI likely won't work. Everything is at your own risk, you may end up with a broken save, etc. Worst case scenario, you can uninstall all mods by deleting the `0100B2C016252000` folder from `/atmosphere/contents/`
    Big thanks to JC for a ton of help troubleshooting, and big thanks to Zbyl2 for helping with TSLRCM-related issues.
    7-22-2022 Update:
    Just a change to the readme regarding potential texture issues.

    153 downloads

       (0 reviews)

    15 comments

    Updated

  7. Vanilla M4-78 Textures Upscaled Twice

    The vanilla M4-78 textures upscaled twice with A.I. software waifu2x-caffe.

    I've left out the txi files that only had "xbox_downsample 256", those were left overs from the old Xbox version.

    DRO_Ehok.tga is the Ebon Hawk exterior, specific for the droid planet. If you prefer another version of the Hawk's exterior then you may want to replace it.

    I've included upscaled versions of 2 CM files that some of the txi's call upon.

    Requested by some old guy on an obscure website.

    515 downloads

       (0 reviews)

    3 comments

    Updated

  8. Topaz GigaPixel AI Upscales - K2

    WARNING : THIS IS A MODDERS RESOURCE NOT INTENDED FOR USE WITH THE GAME!
    Modder's Resource - Topaz GigaPixel AI Upscales - Source
    These are all of the second games textures upscaled by Topaz GigaPixel AI.
    While they are intended for use eventually with my overall project, for the time being I have handed them off to a texture artist to clean up beforehand, after which they will also be released for the standalone game as well.
    It was also suggested to me that I should upload them here as a Modder's Resource and backup for people to use when repainting any textures for the game.
    So here they are.
    The images shown aren't from the game, but they are the only reference imagery I have to show the upscaling in action.
    All TXI files as well as the few textures that had issues being upscaled in their own packages.

    95 downloads

       (0 reviews)

    0 comments

    Updated

  9. Modder's Resource : Mandalorian Mask Texture

    Modder's Resource : Mandalorian Mask
    by 90sK
    A new mask item that resembles Darth Revan's Mandalorian helmet. 
    It does not replace the default Force Mask in TSL, it is a new item of its own.
    The texture works but the model might still display the orange interior glow. Future versions will fix this.
    --------------------------------------------------------------------
    This code: giveitem revan ,  will spawn the mask in your inventory.
    Based on the Mandalorian mask design of Darth Revan fame.
    All texture editing and model edits by 90sK
    --------------------------------------------------------------------
    Pretty good rendition of the Fallen Mandalorian Hero mask that I managed to make.
    Enjoy!
    --------------------------------------------------------------------
    Extra special thanks to staff of LucasForums and DeadlyStream!
     
    --------------------------------------------------------------------
    THIS MODIFICATION IS PROVIDED AS-IS AND IS NOT SUPPORTED BIOWARE/ OBSIDIAN ENTERTAINMENT OR LUCASARTSOR 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.

    39 downloads

       (0 reviews)

    0 comments

    Updated

  10. Modder's Resource - HARIII's Coruscant Level Models

    Modder's Resource - HARIII's Coruscant Level Models
    by HARIII
     
    These models are thematically of Coruscant, there is documentation of what has been done and they are not fully finished into modules, they need walkmesh, uvmapping for the majority, lightmaps, etc.
     
    The model work for 29 levels has been completed.
    This includes in depth the Jedi Temple interior and exterior.
     
    This is a developer's resource for modelers and level designers.
    If used, credit HARIII; additional modeling by Darth Tyren and Hunters Run, and the textures in the archive were created by 90SK 
     

    120 downloads

       (0 reviews)

    1 comment

    Updated

  11. KOTOR 2 Editable Executable

    This file is a hex-editable KOTOR 2 executable for use in widescreen patching. The file was originally produced by Squ1zZy, and therefore DeadlyStream offers no technical support for the file or its use.

    7,871 downloads

       (0 reviews)

    2 comments

    Updated

  12. Kel Dor Modder's Resource for TSL

    NOTE TO ENDUSERS – THIS IS NOT INTENDED AS A PLAYABLE MOD!
    This pack is a modder’s resource containing a custom Kel Dor head and modified body models with Kel Dor hands. This installer will perform a basic heads.2da and appearance.2da NPC row setup along with simple body variation UTCs for testing purposes. An on-enter script that spawns the UTCs next to the Ebon Hawk on Dantooine is provided in the TEST SCRIPT folder. Simply copy and paste the two NCS files into your Override folder.
    Textures are provided with a basic placeholder diffuse for the head and a simple UV map for the hands. Because of the single texture requirement for variants, the hands have to share UV space with the body. This necessitated altering the UV layouts for all body models, compressing them 50% to make use of 1024x512 textures (original 512x512 body texture side-by-side with 512x512 hand texture). As such, the bodies are not compatible with third party textures/reskins. However, all models and textures use unique names, so there should be no conflicts/incompatibilities.
    The head model has basic skin weights. The respirator mask has been weighted to the jaw to give it some movement during NPC dialogue, but possibly this may be a bit extreme. You may wish to experiment with your own adjustments to the skin weights, although it should be fine as-is for a player head, as they don't have any major jaw animation.
    You are free to incorporate the contents of this mod into your own work, as long as proper credit is provided. Do not redistribute the mod by itself. Although note that this model is basically superfluous now that porting from TOR is allowed.

    193 downloads

       (3 reviews)

    6 comments

    Updated

  13. All PC And Party Portraits (Modders Resource) (TGA)

    All PC and Party member portraits in TGA format. Use as a base for your own portraits or whatever else you need them for.
    You don't need to credit me if you use this, but it would be appreciated.
    I recommend GIMP or Paint.net for editing TGA's.

    160 downloads

       (0 reviews)

    1 comment

    Updated

  14. Padawan Robe Templates for TSL

    Part of the...

    Title: Padawan Robe Templates for SW:KOTORII-TSL
    -------------------------------------------------------------------------------------------
    Released: 01/06/06
    -------------------------------------------------------------------------------------------
    Authors: Achilles, DarthMoeller, Oldflash, & Svösh
    -------------------------------------------------------------------------------------------
    Table of Contents:
    PART I - Introduction (prt1)
    PART II - File Contents (prt2)
    PART III - Special Thanks (prt3)
    -------------------------------------------------------------------------------------------
    PART I: Introduction (prt1)
    In an effort to make robe modding fun and easy for everyone, I have created these template; drawing from some of the best TSL robe mods available. Each template (.psd) is broken down into multiple layers and saturated for quick and easy recoloring, texturizing, etc.
    Please feel free to use these for your mods, however you will need to see that DarthMoeller, Oldflash, Svösh & I all get our due credit if you publish a mod using these skins.

    -------------------------------------------------------------------------------------------
    PART II: File Contents (prt2)
    This modification pack contains:
    Female Padawan Robe Template.psd
    Male Padawan Robe Template.psd

    -------------------------------------------------------------------------------------------
    PART III: Special Thanks (prt3)
    A huge thanks goes out to the following contributors:
    DarthMoeller for the use of the tabbards from his Movie Style Jedi Robes Mod.
    http://www.pcgamemods.com/mod/14376.html
    Oldflash for the use of the belts found in his Jedi Robe mod.
    http://www.pcgamemods.com/mod/14623.html
    Svösh for his remapped Jedi Robes for SWKotORII:TSL.
    http://www.angelfire.com/crazy2/xclone_0101/kotor_mods.htm/
     

    49 downloads

       (0 reviews)

    0 comments

    Updated

  15. Achilles' Tutorials

    Part of the...

    Saved in RTF format, Achilles' tutorials cover the following topics: Editing Items using KotOR Tool, Item Properties, Non-Script Method for Adding Player Made Items to Placeables, and a Saber Tutorial/

    59 downloads

       (0 reviews)

    0 comments

    Updated

  16. Achilles' TSL Influence Guide

    Part of the...

    Created in 2008, this guide came before the multiple changes introduced in TSLRCM but might still be useful in your play through. YMMV.

    100 downloads

       (0 reviews)

    0 comments

    Submitted

  17. M4-78 Uncompressed Movies

    Since the cutscenes for the KotOR games are being upscaled, I thought I'd provide my M4-78 EP movies, sans the Bink compression to assist in this.
    As a bonus, I've included a brief cutscene I was requested to make a number of years ago, in which a battle-hardened Harbinger approaches the planet and passes over the central zone, just in case anyone finds it useful.

    174 downloads

       (0 reviews)

    0 comments

    Submitted

  18. Upgradeable Swoop Bike (Incomplete mod)

    for Star Wars: Knights of the Old Republic II: The Sith Lords
    by bead-v
     
    Description:
    This is an incomplete mod. I have uploaded it for someone to finish it or use its parts and do their own thing with it. This installer will set up what was finished. After installation, you can load a save from before going to Nar Shaddaa, find a Twi'lek there who will sell you a swoop bike, then race with it on Telos and Nar Shaddaa. The swoop bike will appear on your ship, and you can access the the Upgrade Screen. However, upgrades are unobtainable. To acquire them, cheat or mod them into the game.
     
    Cheat codes:
    giveitem s_a_bespin
    giveitem s_a_megaracer
    giveitem s_a_sorosub
    giveitem s_a_ultra9
    giveitem s_e_aratech
    giveitem s_e_gtrack
    giveitem s_e_incom
    giveitem s_e_rlift
    giveitem s_f_advance
    giveitem s_f_bonded
    giveitem s_f_experiment
    giveitem s_f_reinforce
     
    Installation:
    Run TSLPatcher.exe.
     
    Uninstallation:
    To stop the Twi'lek from appearing, delete the following file from your override folder:
    - k_301_ref3
    To completely remove the files installed by this installer, check the tslpatchdata folder and delete all the corresponding files in the override and Modules folders inside your game folder. Then take all the files from backup and put them back where they belong (.mod files go to Modules, everything else to override).
     
    Thanks:
    Fred Tetra: Kotor Tool
    Stoffe: TSLPatcher, ERF/RIM Editor, TalkEd
    JdNoa & Dashus: DeNCS
    Chuck Chargin Jr: mdlops
    tk102: DLGEditor, K-GFF GFF Editor
     
    Permissions:
    You may do whatever you want with these files for your own personal usage. If you repackage or redistribute them, either by themselves or as part of a another mod, please give credit to the author.
     
    Contact:
    Send me a personal message on www.deadlystream.com. My username is bead-v.
     

    THIS MODIFICATION IS PROVIDED AS-IS AND IS NOT SUPPORTED BY BIOWARE/OBSIDIAN ENTERTAINMENT OR LUCASARTS 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 THESE FILES.

    178 downloads

       (1 review)

    2 comments

    Submitted

  19. Dejarik Table Placeable

    "Let the wookie win."-- C-3PO
     

    Here is a new placeable I created for one of my own mods. I just took a standard table from the game and replaced the table top with a dejarik game top texture. There is a separate model file for the game pieces.
     
    The .zip file contains all the necessary files. Just unpack and follow the ReadMe.
     
    Hope you can use it.
     
    Enjoy
     
    newbiemodder

    298 downloads

       (2 reviews)

    1 comment

    Submitted

  20. Ui_Icons_Swtor

    This contains UI elements that are found so far there are 25 PNG images.

    170 downloads

       (0 reviews)

    0 comments

    Submitted

  21. Module Templates for v0.4.0 Full Update

    These are the files required to recreate the modules in the v0.4.0 Full Update Release of the K2 Expanded Galaxy Project.

    Please do not re-distribute these files without permission, if you use them to create your own modules please strip them down to bear essentials for the modules in your project and do not re-distribute the templates without modification.

    Thor110

    83 downloads

       (0 reviews)

    0 comments

    Submitted

  22. TSL Removed Mouth Cubes (Modder's Resource)

    Per request, this is a modder's resource to fix unused models in TSL that had the "mouth cube" problem, AKA tongue tip dummies unintentionally set to render.
    I have also included a model for Jedi Malak with his "mouth cube" fixed. Not to be confused with my Malak Mouth Fix mod, the model in this download has no further changes.
    What's Included
    Jedi Malak (Full body): n_jedimalek.mdl/mdx
    Sith Governor/Apprentice (Head): sith_app.mdl/mdx
    Atris (Darth Traya variant) (Full body): n_darthtraya.mdl/mdx
    Credits
    Fred Tetra, Kotor Tool
    bead-v, MDLedit
    Disclaimer
    This modder's resource is not supported by LucasArts, BioWare, or Obsidian Entertainment. It is intended to be used by other members of the KOTOR modding community & intends no copyright infringement.
    Contact me on DeadlyStream or via Discord (listed on my DS profile) if you have any questions, comments, suggestions, or the like. Feel free to use these files however you want, this is a resource & no permissions are necessary.

    125 downloads

       (1 review)

    1 comment

    Submitted

  23. Bao-Dur arm texture for his default clothes

    Hello everyone,
    This is a modder's resource that is maybe useful for those who want to retexture Bao-Dur's arm and don't want to mess around to get the two seperate textures (P_bao_durA and P_baodur_arm) look the same. Now, the default model of Bao-Dur also uses the P_BaoDur_Arm texture for his arm.

    68 downloads

       (0 reviews)

    0 comments

    Updated

  24. JC's Loadscreen Template for K2

    This is a template for the K2 style loadscreens. Included are a PNG overlay which you can place directly over your loadscreen background, as well as the PSD source. Note that the aspect ratio is 1:1, so the image will be stretched depending the display resolution. That's how the game's original loadscreens are.

    96 downloads

       (2 reviews)

    1 comment

    Updated

  25. NPC Auto-Leveller

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    » NPC Auto-Leveller 1.0 Read-Me
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    NAME: NPC Auto-Leveller
    TYPE: Modder's Resource
    VERSION: 1.0
    DATE RELEASED: July 2, 2017
     
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    » DESCRIPTION
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    A while back, Darth Tyren was asking me about how the KotOR 2 balances the enemies to make them tougher as you go on through the game. We then spent a few hours running some tests and digging through the files, with the end result being that the game seems to just upgrade the enemies' Hit Points and Force Points.
     
    I then theorized that one could use the extra functions Obsidian added for modifying your skills, attributes, feats, and force powers to work up a framework for levelling up the NPCs without actually assigning them levels. This is the result of that work.
     
    The heart of this modder's resource is the "fs_level.nss" #include file, where I've one main function called LevelUp and several support functions that will randomly assign feats, force powers, skill points (including support for cross-class skills), and attribute points at the appropriate times and in the appropriate amounts. I've scoured the various .2da files and the all of the default values and rules that the player has to obey are obeyed by the script as well.
     
    Also, there are 750 .uti files included. There are 50 for each class, and each item handles the defense, saving throw, and attack modifier increases that a given class would get as they level. These items are not accessible or equippable in-game, as they use the hidden creature slots (specifically, slots 14 and 15).
     
    I've shown how to use the #include file in the included "k_ai_master.nss" in the source folder. The compiled form is included in the installation.
     
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    » INSTALLATION
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    An installation which involves the TSL Patcher has been made ready for your use and is the simplest and easiest way to carry out installation.
     
    You don't have to use the installer if you're just using parts of this or adapting it, but it's an easy way to get it all set up and ready to go.
     
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    » KNOWN BUGS
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Not exactly a bug, but the two slots I used may very well be used by animals like the Kinrath that have special properties to their attacks.
     
    There are 2 ways to report bugs:
    1: Post your issues in the Bug Reporting Thread.
    2: PM your issues to Fair Strides at Deadlystream.
     
    TO REPORT THROUGH PM
     
    1) Go to DeadlyStream ( http://deadlystream.com/ ) and search for the user Fair Strides ( http://deadlystream.com/forum/user/9107-fair-strides/ )
    2) Send a private message with as much detail as possible of what is occurring in your game. He will likely report back to you within a week.
     
    TO REPORT THROUGH THE BUG THREAD:
    1) Go to the Bug Thread ( http://deadlystream.com/forum/topic/5509-downloadnpc-auto-leveller/ )
    2) Reply with as much detail as you can provide, and please list (and preferably link to) all the mods you're using.
     
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    » CONTRIBUTORS / CREDITS
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Darth Insidious, Malkior, Markus Ramikin, Darth Tyren, and probably many others who were willing to discuss the topic with me over Skype.
     
    Darth Tyren for the initial investigative work and the idea itself.
     
    90SK for some installer help on my Fumble! mod, whose changes.ini file I edited in Notepad for this mod.
     
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    » REDISTRIBUTION
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    This mod may be re-distributed, but may not be re-uploaded. I request that proper credit be given to me for making the mod, even if you use parts of the mod instead of the whole thing.
     
    I would also like to be contacted before you release your mod.

    208 downloads

       (4 reviews)

    6 comments

    Updated