Search the Community

Showing results for tags 'KotOR'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Kotor Modding
    • Mod Releases
    • General Kotor/TSL Modding
    • Modding Tools
    • Work In Progress
    • Tutorials
    • Game Saves
  • Mod Projects
    • TSLRCM
    • M4-78 Enhancement Project
    • KotOR1 Restoration (K1R)
    • Revenge of Revan
    • KotOR Toolset
  • Jedi Knight Series
    • General Discussion
    • Mod Releases
  • Other Games
    • Other Games
    • Dantooine Theater Company
  • General
    • News
    • Knights of the Old Republic General
    • Star Wars
    • The Old Republic
    • Site Feedback
    • General Discussion

Blogs

There are no results to display.

There are no results to display.

Categories

  • Knights of The Old Republic
    • Media
    • Mods
    • Skins
    • Modder's Resources
  • The Sith Lords
    • Media
    • Mods
    • Skins
    • Modder's Resources
  • Jedi Knight Series
    • Maps
    • Mods
    • Skins
    • Other
  • Game Saves
  • Other Games
  • Modding Tools

Product Groups

  • Premium Membership
  • Modders Account

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 581 results

  1. View File Unique Companion Clothes This mod adds unique clothes to companions (Bastila, Juhani, Jolee). If the companion already joined your party the mod won't work, you need to use console commands to add the items to your inventory: 'giveitem g_a_bast', 'giveitem g_a_juh' and 'giveitem g_a_jolee'. Bastila's Clothes: --------------------------- Feats Required: Battle Meditation Defense Bonus: 4 Immunity: Critical Hits Saves: All +2 Juhani's Clothes: --------------------------- Feats Required: Force Camouflage Defense Bonus: 5 Damage Immunity: 10% vs. Slashing Skills: Stealth +4 Jolee's Robe: --------------------- Defense Bonus: 3 Regeneration Force Points: 1 Force Resist: +20 Restricted to: Neutral Submitter GearHead Submitted 09/27/2025 Category Mods K1R Compatible Yes  
  2. Version 1.0.0

    14 downloads

    This mod adds unique clothes to companions (Bastila, Juhani, Jolee). If the companion already joined your party the mod won't work, you need to use console commands to add the items to your inventory: 'giveitem g_a_bast', 'giveitem g_a_juh' and 'giveitem g_a_jolee'. Bastila's Clothes: --------------------------- Feats Required: Battle Meditation Defense Bonus: 4 Immunity: Critical Hits Saves: All +2 Juhani's Clothes: --------------------------- Feats Required: Force Camouflage Defense Bonus: 5 Damage Immunity: 10% vs. Slashing Skills: Stealth +4 Jolee's Robe: --------------------- Defense Bonus: 3 Regeneration Force Points: 1 Force Resist: +20 Restricted to: Neutral
  3. Version 2.0.0

    41 downloads

    This mod allows you to buy KotOR2 items from Greeta Holda and Yuka Laka on Tatooine. The mod won't work if you already visited the Czerka Office or the Droid Shop, you need to load an earlier savegame.
  4. Greetings, I'd like to share with you the project I've been working on since summer 2020. Some of you may already have heard of it, as the development was public from the beginning. reone is an open source reimplementation of the KotOR engine, similar to xoreos and KotOR.js, but with a number of key differences. It is developed with extensibility in mind, meaning that modding capabilities it aims to provide are on a whole other level compared to the vanilla engine. For example, the graphics have already been significantly improved with the addition of physically based rendering. Current state of the project is such that the most fundamental engine subsystems are either complete or at least partially implemented, i.e. resource management, rendering, audio, GUI, scripting, conversations, combat and more. Given the current pace of development, I intend to finish the project by the end of 2021. My short term goal is to make the first Endar Spire module fully completable - a milestone, that will hoperfully bring more attention to the engine. Technologically, reone is a custom engine based on SDL 2 and OpenGL 3.3, written in C++14. This alone makes it highly portable - reone is believed to be working on Windows, Linux and Mac OS. Some background on myself: I'm a professional software developer from Russia and a prior contibutor to the xoreos project, responsible for most of its recent progress on KotOR. Links: GitHub Page Project Roadmap YouTube Channel
  5. hey guys this is my first post here so sorry if i have done it in the wrong section! but i decided to revisit some old memory's and play Kotor 1 again and this time around i was kind of sick of opening command Prompt and then googling my desired string for cheats so i have put together a basic C# windows Form tool the tool will find the process automatically and connect itself to swkotor.exe you can tell if its connected by looking at the top left and it will say either true or false for game connected! i used memory.dll for the main write memory functions which allowed me to use the cheat strings so the tool will automatically open the command tab and hit enter then do a second command which just clears the buffer to prevent any old text remaining and prevents any double writes causing the strings to overlap and not work. the tool does automate two key strokes which is ` for opening command & ENTER to confirm string that is it the source is uploaded to my github for anyone wanting to have a look or contribute i dont mind as its just a fun project i made over the weekend while i had spare time when Opening the tool it plays a .wav file which is just r2d2 i also suggest to have kotor opened already so the tool can automatically connect once successfully connected you will receive a pop up saying so make sure you have cheats enabled in the swkotor.ini file under game options should be CheatsEnable = 1 the tool is not obfuscated or have any protections as its not private i have released the source to my github just incase people are wondering so it shouldn't flag antivirus at all!! self + Account tab: https://imgur.com/aCfBW6H item spawner: https://imgur.com/2lL9wEI Clothing & Jedi Robes: https://imgur.com/dKdDyTZ Lightsaber's & Crystals: https://imgur.com/I2813Xp Swords, Staff & Batons: https://imgur.com/ATWELuP Blasters & Rifles: https://imgur.com/QyhBY0k Droid items & Weapons: https://imgur.com/KrYZoK9 Grenades & Mines: https://imgur.com/dhfqQYA github: https://github.com/ItsNick97/Kotor-1-Trainer-CSharp/releases Tool Download: Kotor 1 C# Trainer V0.5b.zip as far as i am aware everything is working how it should be without any issues but of course if you do find any issues or bugs please let me know and when i can i will fix the issue the only known issue i know about currently is the god mode can cause a crash due to the way i have looped it and the way the game memory reacts but i have done a fix and so far its working if it causes issues for other people i will remove the address and pointers and just use the string invincibility instead i hope everyone enjoys it
  6. Version 1.0.1

    468 downloads

    Czerka employees on Korriban now wear Czerka uniforms instead of Sith ones. It won't work if you already visited Korriban, you need to load an earlier savegame.
  7. View File Armor Upgrade Swap This mod swaps the upgrades of the Jurgan Kalta's Power Suit and the Cassus Fett's Battle Armor. Why? You might ask? Well... because without their upgrades they are identical, and when you upgrade them the Cassus Fett's Battle Armor gains +1 Strength bonus, but it isn't a power armor, unlike Jurgan Kalta's Power Suit. It is quite literally in the name. So it made more sense to have the upgrades the other way around. The devs probably made a mistake when they assigned the upgrades to the armors, since their unupgraded versions are the same, it is easy to confuse the two. Submitter GearHead Submitted 09/19/2025 Category Mods K1R Compatible Yes  
  8. Version 1.0.0

    8 downloads

    This mod swaps the upgrades of the Jurgan Kalta's Power Suit and the Cassus Fett's Battle Armor. Why? You might ask? Well... because without their upgrades they are identical, and when you upgrade them the Cassus Fett's Battle Armor gains +1 Strength bonus, but it isn't a power armor, unlike Jurgan Kalta's Power Suit. It is quite literally in the name. So it made more sense to have the upgrades the other way around. The devs probably made a mistake when they assigned the upgrades to the armors, since their unupgraded versions are the same, it is easy to confuse the two.
  9. View File Cut Content Items Restored This mod allows you to buy cut content items from Janos Wertka on Kashyyyk. It won't work if you already visited the Czerka Landing Port, you need to load an earlier savegame. Submitter GearHead Submitted 09/18/2025 Category Mods K1R Compatible Yes  
  10. Version 1.0.0

    34 downloads

    This mod allows you to buy cut content items from Janos Wertka on Kashyyyk. It won't work if you already visited the Czerka Landing Port, you need to load an earlier savegame.
  11. View File KotOR2 items for KotOR1 This mod allows you to buy KotOR2 items from Greeta Holda and Yuka Laka on Tatooine. The mod won't work if you already visited the Czerka Office or the Droid Shop, you need to load an earlier savegame. Submitter GearHead Submitted 09/18/2025 Category Mods K1R Compatible Yes  
  12. So I recently installed this mod (https://deadlystream.com/files/file/2512-wookiee-redux/) What I want to do is edit the new updated wookies from this mod usings KOTOR tool and then spawn them into the module. I already know how to spawn them and all that but I cant figure out how to edit the modded wookies (their weapons, stats, etc) KOTOR TOOL just spawns in the old wookies and not the new modded ones. Any help is greatly appreciated!
  13. View File 4x Upscale+ Character Textures & Model Fixes ================================================================ IF YOU ARE EVER IN ANY DOUBT ABOUT INSTALLING ANY MODS, PLEASE REMEMBER TO ALWAYS BACKUP YOUR FILES BEFORE INSTALLATION, JUST IN CASE. ================================================================ Description: This mod is more than just a simple process of running all the character textures through an A.I. upscaling program. The purpose is to increase the size and fidelity of the character textures while maintaining the painterly style of the original game artists. This mod does not attempt to create photo realistic textures or add extra detail (like zippers, clothing stitches, fabric patterns, skin pores, etc) that are not already part of the existing style. This mod also fixes many of the UVW mapping errors, lighting errors, and some XYZ errors that the original model .mdl & .mdx files may have had. The process followed is generally: run texture files through A.I. upscaling program multiple times using different settings. Some settings result in "crunchy" textures (high contrast, sharp edges). Some result in "soft" textures (smooth gradients, lower contrast, blurry edges). Some result in better straight/parallel lines. Early tests used Vance AI; Deep Image; ImageUpscaler; or Let's Enhance. Eventually Topaz Labs' Gigapixel AI was chosen and used on the majority of textures. combine textures in multi layered Photoshop file, using layer masks to isolate the best parts of each upscaled image. This allows for some portions to be smooth (like skin, glass, metal or tubing), others to be sharp (like burlap, skin folds, hair, scratches, etc). touch up by manually painting away errors (such as jaggies due to original low resolution jpeg compression). manually recolor areas that the original artists missed (like commoner clothes where the pants seat do not match the pant leg; or player armors where pouches are inconsistent between male & female; etc). strategically add painted detail (such as highlights and shadows along the shoulders and neck of Player Character soldier's underwear; adding glove details to armors F, G, H, I, J; etc). painting personal choices (like changing P_BastilaBA02 to have different pants and remove wrist & neck restraints than P_BastilaBAS01 slave outfit). recreating entire textures (such as Player Character male scoundrel dark side underwear PMBASD01). fix the models' UVW maps to reduce some texture stretching (like collar of TSL robes I); adjust areas that are poorly mapped to the wrong locations or too large/small (such as PFBD collar); fix edge seams from one area to another; close gaps (like Mission's arms). manually fix texture seams by copying small areas of the image from one area to another; stretching and scaling them. This should result in model seams that are hidden or difficult to notice. sometimes the Alpha 1 channel is upscaled, but usually it is recreated directly from the final HD color texture. personal choice to add punchthrough transparency to the Alpha 1 channels of some female head models' eyelashes (like P_BastilaH04). recreate the Normal map (for bumpyshiny effects) from the final HD color texture. These work best when saved as .tpc format For most models, they only needed to be manipulated in 3DS Max, exported, and then run through Taina's replacer. This is usually sufficient to fix any XYZ and/or UVW coordinates. I prefer Taina's replacer method so that the model retains its smoothing groups data. For some models (like C_RancorS or C_Terantanak), Taina's won't work, so for those files, I had to resort to manually hex editing the binary .mdl & .mdx files. This is a much more labourious process, but in the end I got them to work. A few models required fixing the model weights of individual verticies. This was done to reduce portions of the model clipping through other parts in different animations. Again, this was done by manually hex editing. For many head models, the UVW coordinates for the tongue and inside of mouth may be moved significantly, especially for the KotOR heads. This is because the originals often map the tongue to a single pixel located in the lips area, which results in almost no detail. By moving the UVW to a free area of the texture, there may be room for painting a detailed tongue. For the party members that have specific underwear textures and basic clothing textures, there has been an effort to make any skin areas (like hands & arms) match between them. Usually the hand area from the underwear texture is copied to the hand area of the clothes texture. This creates more consistency of the party characters' appearance. For low resolution versions of models (like C_Gammorean_Low, C_Protocol_Low, N_Swoopgang_low) or placeables (such as PLC_EndPlA, PLC_RakatCrp, Stunt_WarDrd01) the original textures were not simply upscaled. Instead, the new versions were actually taken from similar high resolution versions and scaled down. Sometimes the textures were rebuilt from parts of other higher resolution images, with some touch up painting. Included is a spreadsheet labelled "KotOR upscale completed list v0_52.xlsx" which has more detailed information as to what files were changed, and in what ways. As of this update, 52.71% of the texture files that I intend to upscale have been completed. As such, this mod should be considered a beta test. The percentage is calculated for both games together, however the mod is released with files separated for K1 & TSL. The spreadsheet was created with Google Sheets and exported as .xlsx, so hopefully the formatting remains correct. I have also attached a copy of the spreadsheet to this mod thread. There will be three versions of this mod to choose to download: 4x .tga version. Highest resolution, the typical texture is now 2048x2048 pixels which = 16MB. This version is a total 5.2GB, hopefully it isn't too large or cause problems for some PCs. This version is also the best choice to use as a modder's resource. 4x .tpc version. Created by running full size .tgas through tga2tpc program which compresses a 2048x2048 pixel file to 5.5MB. This version is a total of 1.8GB, so it should be easier on PC systems, with no noticeable loss of visual fidelity. 2x .tpc version. Created by reducing full size .tgas by half in Photoshop, then running them through tga2tpc which further compresses them to 1.4MB. This version is a total of 530MB, which should be much easier on PC systems. All versions include the same .mdl & .mdx files. I have tested the .tga version exclusively, but have not tested the .tpc versions in-game. Please let me know if there are any issues. Most of the screenshots have been taken in TSL, because I find that it renders the characters better and has higher resolution screen grabs. My computer doesn't seem to render some of the CM shader effects properly (especially the bumpyshinytexture CM_SpecMap always seems too strong on my computer). I would appreciate any in-game screen shots that you take of characters like Hutts, Rakghouls, Rakata, or Selkath so that I can compare how other computers render their shader. ================================================================ Compatiblity: For best results, the model and texture files included with this mod should be used together. In most cases, the models can be mixed and matched with textures from other mods, but results will vary. For instance, the other textures won't be as perfect along the seams. Some other photo realistic HD texture mods may have been created using the original model's UVW layout, which will not perfectly line up with this mod's corrected UVW maps. Conflicts may also occur if there is another mod uses a .tpc file with the same name as one of this mod's .tga files (or vice versa if you install one of the .tpc versions). I would suggest installing other large mods (such as "KotOR 1 Restoration" or "KOTOR 1 Community Patch") first, then this one. ================================================================ Installation: Copy and paste the desired model and texture files into KotOR's Override folder. You may need to over write any existing files, so always have a backup. An effort was made that these textures and models require no 2da editing. The folder marked "Reference Normal Map" is not required to be copied to the Override forlder. These .tga files are simply a modders' resource. The normal maps seem to work best if they are saved in .tpc format. The "Copy contents to Override" folder should already have .tpc files in it for the normal maps. ================================================================ Uninstall: Delete unwanted files from the game's Override folder. ================================================================ Thanks for modding tools: KOTOR Tool – Fred Tetra mdlops (used version 7a2) - cchargin, JdNoa NWMax – Joco Replacer - Taina tga2tpc - ndix UR KotOR/KotOR2 Savegame Editor v3.3.2 - tk102, Fair Strides Hex-editor XVI32 2.55 - Christian Maas ================================================================ Permission: Consider this as a modder's resource. I give permission to any modder to use these files as a base for their own creations; as long as their creation remains free to use (not for profit); and credit is given to me as the source of any modded files. Please include a statement that specifies this mod's title and version. The original credit of course goes to the talented artists who worked on the original games for BioWare and Obsidian. Without their work, none of this would have been possible. I have tried my best to maintain the artistic style that they created long ago. This mod may NOT be uploaded or redistributed, in whole or in part, to any mod hosting site without my explicit permission. As always, this mod is free for your non-commercial/personal use. There should never be a requirement to pay for it. If you like the work I do, and would like to encourage me to create more, you can always donate to my tip jar at https://buymeacoffee.com/redrob416 where the funds collected will be used towards additional graphics tools and software. ================================================================ THIS MODIFICATION IS PROVIDED AS-IS AND IS NOT SUPPORTED BY BIOWARE CORP/OBSIDIAN ENTERTAINMENT OR LUCASARTS OR ANY LICENSERS/SPONSORS OF THE AFOREMENTIONED COMPANIES. USE OF THIS FILE IS AT YOUR OWN RISK AND THE AFOREMENTIONED COMPANIES OR THE AUTHORS ARE NOT RESPONSIBLE FOR ANY DAMAGE CAUSED TO YOUR COMPUTER FOR THE USAGE OF THIS FILE. KotOR upscale completed list v0_52.xlsx Submitter redrob41 Submitted 02/06/2025 Category Skins K1R Compatible No   For anyone wondering why I listed it as not compatible with K1 Restoration Project, I found that there were four texture files that conflict: PMBE06.tga PMBBS01.tga PFBE06.tga PFBBS01.tga It will be up to you, the user, to decide if you want to use the lower resolution (but painted black) textures that come with K1R; or if you want to use my higher resolution textures. It will simply be a matter of overwriting the files when you drop them into the Override folder. Beyond that I didn't see any conflicts with .mdl, .mdx, .tpc, or .txi files. But if anyone comes across any issues, please let me know.
  14. Xiiviiniity has been able to get the game to boot with remix with the qindiegl wrapper
  15. Hi everyone I was wondering if someone could help me out with a little problem. I'm trying to port Kaidon Jorns lightsaber mod that adds Revan's SWTOR lightsaber model for TSL into K1 and I've been following this tutorial (https://www.youtube.com/watch?v=EtxwmXHsIfQ) but he doesn't go over what to do with hilt mdl/mdx files or how to get them into the game. I wanted to do something like JC's Darksaber and add a unique non-upgradeable lightsaber in game but that's beyond the scope of the video. So if anyone has any tips or a link to a tut that would help me id really appreciate it.
  16. Version 1.5

    221,094 downloads

    Bubbling up from the font of dark knowledge, ndix UR presents KotOR High Resolution Menus, a UI mod package providing full high resolution menu and UI support for Knights of the Old Republic. The tyrrany of 640x480 menus and 6-item lists is over. Normally, when you increase the game's resolution using a widescreen patcher like UniWS, the menus stay very small in the middle of the screen and the borders get larger. This package is designed to be used *after* the widescreen patcher has done its work. It scales the menu screens up so that they fill the screen. This package requires modification of the swkotor.exe file using a supplied patcher, and is only known to work with GoG, 4-CD, and macOS (x86) versions of the game. It should be compatible with any Steam version that uses UniWS. The main content of the package are sets of GUI files (.gui), scaled for specific resolutions. The package contains GUI files for over 30 common resolutions with the following aspect ratios: 4:3, 16:10, 16:9, 21:9, and 32:9. Here is a list of the currently supported resolutions: Installation Find the gui.WxH folder matching your resolution, modify your executable using the supplied patcher, copy the GUI files to your Override/ folder. The details for this process can be found in the package README.pdf file. Read it. Follow the instructions therein. The documentation includes everything you need to know to manually patch your EXE if the patcher does not work for your version. Uninstallation Remove the GUI files, restore the original backed up version of your swkotor.exe file. IMPORTANT NOTES: This is not a resolution hack or widescreen patch, such as you get from using UniWS. You should already be successfully running the game at the resolution you are trying to get menus and UI for. Nothing in this package will give you any additional resolutions available. That is not what this does. If you are trying to get high-res menus for one of the resolutions supported by default (800x600, 1024x768, etc.) there is probably no point to using the GUI files named 'mipc*' provided by this package (mostly the in-game "HUD"), however, this scenario is untested. There are a few of the GUI files in this package you can use without modifying your executable. Here is that 'safe' list, in case you are unable to modify your executable: It gets you the main menu, some dialogs, and the in-game HUD elements. Thanks DarthParametric for testing, contributing a double-clickable thing for Windows users, and prompting me to finally figure out the needed EXE modifications. tk102 for GFF2XML and XML2GFF source code, which made it a lot easier to get this up and running. Known Issues The patcher is currently incredibly limited, making no effort to search for values, only looking at specific locations where they are in the executables I have access to. This package does not contain any higher resolution artwork. At high resolutions, menu backgrounds will be blocky, and the striped list backgrounds are unlikely to line up with list items. For numerous reasons, you will want to get a high resolution menu art package. The game's initial character selection screen does not lay out the selectable characters properly according to GUI file field values. It is useable, but not perfect. The blue hilight borders had to be removed from around the characters to maintain a clean look. The map screen is scaled up, but the map itself is not. Furthermore, the position of the map within the frame is somewhat random/poorly understood. The map, however, is completely useable, and the points of interest and player indicator are all positioned accurately relative to the map. Some of the 3D models in menus, such as on the character stats or character generation screens, display line artifacts over them. This is caused by the very low quality graphics being scaled up to provide the border overlays. Extracting the graphics as TGAs, scaling them up, and placing them into Override/ sometimes solves these problems. This package omits statussummary.gui and dialog.gui. Scaling them up cause problems. The files don't behave as expected, and it seems to not require a customized version in order for them to work as one would want. You might notice 1280x1080 in 21:9 even though it is not 21:9. It is for split-screen on 21:9 monitors. Rescaling the dialog/cut-scene letterbox (which is optional) seems to introduce occasional issues with letterbox placement, particularly when the letterbox animation happens. This may be fixed at some point in the future. There is no scaling on font size, and as far as I know no one has figured out how to do it, so users on TV/couch setups may not find the help they are looking for with this. Upgrading 1.4 to 1.5: If your resolution was not previously supported, copy new .gui files to your Override/ Upgrading 1.3 to 1.4: If you have Polish version, you can run EXE patching process If you have 32:9 display, copy new .gui files to your Override/ Upgrading 1.2 to 1.3: Copy all the .gui files to your Override/ Upgrading 1.1 to 1.2: Repeat the EXE patching process on a backup EXE if you want letterbox scaling Upgrading 1.0 to 1.1: Remove dialog.gui from your Override/ Copy 1.1 pazaakgame.gui to your Override/
  17. View File +1 Defense, Saving Throw and Attack Modifier per Level - K1 Every character in the game will now gain +1 Defense, Saving Throw and Attack Modifier per level. You only install this mod if you love pain. Submitter GearHead Submitted 08/19/2025 Category Mods K1R Compatible Yes  
  18. Version 1.0.0

    18 downloads

    Every character in the game will now gain +1 Defense, Saving Throw and Attack Modifier per level. You only install this mod if you love pain.
  19. Version 1.0.1

    646 downloads

    After installing the High Quality Blasters 1.1 mod by Sithspecter i run into some problems: 1. The Mandalorian Ripper shoots laser bolts from the ground. 2. The Baragwin Ion-X Weapon is invisible. This mod aims to fix these problems. You still need to install the original mod and then this one. (If you have the Mandalorian Ripper or the Baragwin Ion-X Weapon in your inventory already, then you need to remove them and then add them back with the KotOR Savegame Editor.)
  20. Version 1.0.0

    86 downloads

    As a staunch "vanilla" purist, I've been dismayed at the selection of HD retextures for Malak made available, so I decided to finally make one myself. For years, I've been using an older 1k upscale of the stock in-game texture for Malak and it just wasn't fitting with the other HD mods I have installed over the years. I still wanted to keep the 1k upscale, as it just "pops" in-game really well. I wanted to approach this as if a film costumer had to interpret the original designs. I wanted to stay as close to the original design as possible but use real-world fabrics and materials present today to reinterpret the original artwork into something more in line with the simple and robust OT aesthetics. I publish this with the express permission by @Dark Hope whose HD Malak texture served as the base for the alterations I made. I kept her neck collar untouched and recolored and added a few more textures on top of the chest piece to make it feel like a real costume material, like a rubber or foam piece. I then combined the upscaled vanilla texture for the accessories and hands and further painted and textured on top of them. The more exhaustive texturing work are the soft parts, adding my own custom textures to reinterpret what was there. I made the arm wraps by scanning double-pleated cotton gauze, backlaid with heavy textured watercolor paper for some depth and thickness, and used a crushed cotton, pleated crepe fabric for the rest of his compression coveralls, taking inspiration from vintage high-altitude jumpsuits. I added piping for where seams would be to join the different fabrics, and have pleated nylon stretch fabric for the pits and back of the knees for mobility; the cape and tabards are simple black wool drapery, ala Darth Vader, but given slightly different hues to read better on screen, much like components of Darth Maul's costume. I gave him ribbed, padded kneepads, as seen on some Jon Mollo costume sketches, and some back detailing to fill some empty space but keeping true to existing design elements. I added little quirks like hidden stitching, and folds and pleats that would visually "explain" why his cape never folds over his shoulders or how the wrappings on his arms don't bunch up at the shoulders. Little touches that just make it seem more like a real-world costume. Paired with the 'red eyes' option for Malak's head, also by Dark Hope, now there is a Malak texture option I think most can be proud of. INSTALLATION: Just drop the file into your game's "Override" folder. REMOVAL: Remove file from the "Override" folder.
  21. InSidious

    K1 MP3 Player

    Version 1.0.0

    143 downloads

    Description This mod is based on a K1 mod released by HouseOfAmon in about 2006, and now largely forgotten. It allows you to play your own music in-game, through a device called Music Player. Activating this device allows you to play one of 25 tracks of your own, or to return to playing the game's default music. It will do this via a dialogue menu. I've made a couple of improvements over the original: 1) This mod allows you to use 25 tracks, instead of 20; 2) This mod allows you to reset to the game's default music whenever you want, using the 'Play local radio' option (n.b.: 'Known Bugs', below). You can cheat the item into the game using the code 'giveitem di_mp3' without the quotation marks, or you can get it in game from your footlocker on the Endar Spire. Installation Installation of this mod comes in two parts. 1) Use the TSLPatcher .exe included to install the base mod (i.e., double click 'Install TSL MP3 Player', then click 'install mod', etc.) 2) Adding your tracks to the game: i. Select up to 25 tracks that you have on your computer. These *must* be in MP3 format. ii. Copy the tracks to a new folder. iii. Rename these copies Track1.mp3, Track2.mp3 ... etc., up to Track25.mp3 iv. Copy the renamed files to your StreamMusic folder inside the base game folder. Uninstallation 1. Delete the new tracks you added to your StreamMusic folder. 2. Delete the following files from your Override folder: di_mp3.ncs di_mp3.uti di_mp3p.dlg di_mp3p_1.ncs di_mp3p_2.ncs di_mp3p_3.ncs di_mp3p_4.ncs di_mp3p_5.ncs di_mp3p_6.ncs di_mp3p_7.ncs di_mp3p_8.ncs di_mp3p_9.ncs di_mp3p_10.ncs di_mp3p_11.ncs di_mp3p_12.ncs di_mp3p_13.ncs di_mp3p_14.ncs di_mp3p_15.ncs di_mp3p_16.ncs di_mp3p_17.ncs di_mp3p_18.ncs di_mp3p_19.ncs di_mp3p_20.ncs di_mp3p_21.ncs di_mp3p_22.ncs di_mp3p_23.ncs di_mp3p_24.ncs di_mp3p_25.ncs di_mp3r.ncs k_pend_traskdl40.ncs k_petd40_o.ncs 3. If TSLPatcher created a backup folder during install in the same folder as the tslpatchdata folder, you can copy the following files backed up there, and use them to overwrite the copies in the Override folder: ambientmusic.2da globalcat.2da spells.2da However, it is advised that you do NOT do this unless absolutely necessary, as these files are used in a lot of other mods. Known Bugs and Incompatibilities Pressing the 'Play local radio' button may cause the game to play the default area battle music when you're not in combat. It should return to the normal mode area music once this finishes playing, though. This mod alters a (very small) part of the introductory dialogue with Trask on the Endar Spire, so it may not work with mods which do the same (such as mods allowing you to play as a Jedi from the start). Credits and Thanks HouseOfAmon for the original mod this is based off - it was a great idea!
  22. What have been or has become your favorite Lightsaber builds from the workbench? I've been playing around with some different ones lately and have come to appreciate a few nuances in both lore and gameplay. My got to for my last few playthroughs have been: -Jenruax -Green -Upari -Improved Beam Gem lens -Expert Fencing Emitter -Telgorn Volt Cell III This gives me pretty good damage and blaster defense, as well as let me hit some insane critical roles when running the Shien form with force speed + power attack. Another personal favorite I like to do it: -Opila -Blue -Ankarres Sapphire -Improved Vibration/Pontite lens -Expert Fencing Emitter -Ultimate Diatium Power Cell This one is a lot harder to pull off due to the drop chance of getting the Ankarres Sapphire, but it gives you some really big damage without relying on critical chance (but still gives you good crits with Keen). I tend to use the Vibration Lens for Weapon Masters and Pontite Lens for Marauders due to the defense penalty you get with Fury. I don't really care to use the PC Crystal anymore because it's more fun to try to min-max a character without relying on it and going for a run reliant on pure random drops. What's some fun builds you've tried?
  23. View File "CineMalak" - HD Malak Retexture As a staunch "vanilla" purist, I've been dismayed at the selection of HD retextures for Malak made available, so I decided to finally make one myself. For years, I've been using an older 1k upscale of the stock in-game texture for Malak and it just wasn't fitting with the other HD mods I have installed over the years. I still wanted to keep the 1k upscale, as it just "pops" in-game really well. I wanted to approach this as if a film costumer had to interpret the original designs. I wanted to stay as close to the original design as possible but use real-world fabrics and materials present today to reinterpret the original artwork into something more in line with the simple and robust OT aesthetics. I publish this with the express permission by @Dark Hope whose HD Malak texture served as the base for the alterations I made. I kept her neck collar untouched and recolored and added a few more textures on top of the chest piece to make it feel like a real costume material, like a rubber or foam piece. I then combined the upscaled vanilla texture for the accessories and hands and further painted and textured on top of them. The more exhaustive texturing work are the soft parts, adding my own custom textures to reinterpret what was there. I made the arm wraps by scanning double-pleated cotton gauze, backlaid with heavy textured watercolor paper for some depth and thickness, and used a crushed cotton, pleated crepe fabric for the rest of his compression coveralls, taking inspiration from vintage high-altitude jumpsuits. I added piping for where seams would be to join the different fabrics, and have pleated nylon stretch fabric for the pits and back of the knees for mobility; the cape and tabards are simple black wool drapery, ala Darth Vader, but given slightly different hues to read better on screen, much like components of Darth Maul's costume. I gave him ribbed, padded kneepads, as seen on some Jon Mollo costume sketches, and some back detailing to fill some empty space but keeping true to existing design elements. I added little quirks like hidden stitching, and folds and pleats that would visually "explain" why his cape never folds over his shoulders or how the wrappings on his arms don't bunch up at the shoulders. Little touches that just make it seem more like a real-world costume. Paired with the 'red eyes' option for Malak's head, also by Dark Hope, now there is a Malak texture option I think most can be proud of. INSTALLATION: Just drop the file into your game's "Override" folder. REMOVAL: Remove file from the "Override" folder. Submitter PoopaPapaPalpatine Submitted 07/19/2025 Category Mods K1R Compatible Yes  
  24. I am having some issues with the installation process of the brotherhood of shadow mod i have downloaded the files from this deadlystream page below however when i extract the files with 7zip and then try to intstall the mod it shows with this error message does anyone have a resolution to this as the file is in the mod folder itself. Thanks
  25. View File Escape Pod Republic Soldier Fix Adds a uniform to the republic soldier located on Taris - Under City, next to the curshed Republic escape pod. Submitter GearHead Submitted 07/06/2025 Category Mods K1R Compatible Yes