Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/17/2026 in all areas

  1. Version 1.0.0

    17 downloads

    The mod replaces the PFHB01 model and textures. To Install 1. Download: PFHB01 2. Copy all files to the Knights of the Old republic's Override folder. (Example location - C:\Program Files (x86)\Steam\steamapps\common\swkotor\Override) 3. When/if prompted to overwrite files, press okay. 4. If you like the mod; leave a comment or endorse! (It would be much appreciated) Made with love.
    2 points
  2. Version 1.0.0

    2 downloads

    Thought I already uploaded this here but I forgot so if anyone is interested here you go! The readme's in the zipped files are outdate. Please refer to the standalone ReadMe file or the below instructions regarding instalaltions. To install: *Steps 3 and 4 may not be necessary, try running without doing them first, but if the game crashes do steps 3+ 4 and try again.* 1: Drop all files except readme.txt swkotor.ini files and upcrystals.2da into override folder. 2: A) If you don't an upcrystals.2da file in your override folder, just copy the one provided into your override folder. If you do already have an upcrystals.2da file in your override folder, - Insert a new row at the end of the table. - Copy the last row from the table provided, paste it into the new row you just created. - Save the file. *3: In your folder that contains your swkotor.exe (usually named Star Wars - KotOR) locate the file named swkotor.ini and rename it BACKUPswkotor.ini so that you can revert to it later if you desire. *4: Paste the swkotor.ini file included with this download into that same folder ( Star Wars - KotOR) --note you can use either included .ini but if using WINDOWEDswkotor.ini rename it to swkotor.ini They are basically the same but one is set for fullscreen and the other windowed mode. ---- Uninstall: 1) Delete files from override folder. 2) Delete the .ini file you added, and rename the one you re-named as BACKUPswkotor.ini to it's original name. To get items in game: 1) Enter the cheat menu (~) 2) Type giveitem g_w_lghtsbr45 or giveitem_g_w_dblsbr045 and press enter. ---------- A giant shoutout and thanks to JCarter426 over on the DeadlyStream forums for helping me solve the rendering issue! Credits: This Mod contains source assets from other creators, all credit due to them for their original works. Permissions have been attained and followed per the licenses of their works. I own the $10 unlimited commercial license for 'Goblin Iron Mace - fantasy PBR game ready weapon' by Dominik Maral. https://cubebrush.co/orders/159g6hh95g?token=Eqyy2xDzWuarI9uPcWMzEVscuvTHnBazuWAxvQSkWTc This mod also uses FinBass' 'Battle Mace 3D Model' available at https://sketchfab.com/3d-models/battle-mace-07bfd5d2ff694f94b2f2f77c465fa0f5 a big thanks to them for making this available for free with a CC Attribution license. Also as always a big thanks to Crazy34 for making their lightsaber blades with ambient lighting available as a modders resource for the rest of the community to incorporate into their mods. Check out their mod here: https://deadlystream.com/files/file/1855-new_lightsaber_blades_modders_res/ Credit and thanks also to Kaidon Jorn as from my understanding the hilts used by Crazy's mod come from him "Lightsaber Hilts models and textures and icons are created by Kaidon Jorn " Also a giant thanks, along with credit go to J for making their Glitched Lightsaber Hilt Fix - TSL ASPYR 2.0 mod available as a modders resource! Without this I couldn't have solved the rendering issues. Make sure to go support their work at https://deadlystream.com/files/file/2735-glitched-lightsaber-hilt-fix-tsl-aspyr/ Full credit goes to the original developers, artists, and respective intellectual property rights holders (Lucasfilm, Pandemic Studios, and BioWare). This is a strictly non-profit, fan-made educational project intended exclusively as a technical proof-of-concept demonstrating asset handling for the KOTOR modding community. Furthermore, I do not own or claim rights to any of the third-party tools used or described in this project; all rights belong entirely to their respective developers. Permissions regarding use of this model: Feel free to use as you see fit, but please give due credit. ---------- Purpose: This mod is a prototype WORK IN PROGRESS. It adds a new weapon type, the lightmace (and a 2h version), to the game. I plan to fine tune the hilt textures later. IF you have any color requests please comment as I can easily make different colors with my script (also available for download).
    1 point
  3. Version 1.1.0

    6 downloads

    Easily manage, install, and revert loose-file mods. Features: Opens a mod as the zip, 7z or rar it downloaded as, or as a folder you already unpacked. No unpacking first. Works out which files are actually game content. Readmes, screenshots and packaging are left behind, and a mod shipping alternate versions of the same file asks you to pick one. Every install is recorded and can be taken back later. Uninstall leaves a file alone if something has changed it since, so it will not step on a patcher mod's work or on a later mod's. Finds duplicates already sitting in your Override. A name capitalised two ways, or one texture shipped as both a TPC and a TGA. Only one of each is ever loaded, and the game picks it arbitrarily. Shows what every layer of the game holds for a given file, so you can see a loose file quietly shadowing a copy inside a module archive. Finds your installation on its own. Steam, GOG and retail, on Windows, Linux and macOS, for both KotOR 1 and KotOR 2. If you play on Linux or a Steam Deck, this fixes something quiet Mod builds are ordered lists, and later mods are meant to overwrite parts of earlier ones. On Windows that happens by itself, because the filesystem does not care whether a file is called `Appearance.2da` or `appearance.2da`. On Linux it does care. Both files end up in Override, the game loads whichever one it reaches first, and the overwrite prompt the build guide told you to expect never appears. Your install order silently did not happen. This installs by name with a common lowercase filename, so the overwrite you meant is the one you get. What it does not do (yet) TSLPatcher mods. Those do not copy files into place. They merge rows into 2DA files that are already there, add entries to the talk table and write inside module archives. This recognises them and says so instead of half-installing them. Keep using HoloPatcher for those. (for now) Tested against The loose-file mods from the community build lists, and a full modded install. Additionally tested on Linux by @Leilukin and on macOS by @FTD Thanks for your help testing! Requirements The window fits a 1280x800 screen, so it works on a Steam Deck without too much squeezing. On Windows: Windows 10+ 64-bit On macOS: macOS 10.12+ for Intel Macs and 11.0+ for Apple Silicon Macs On Linux: Any recent Linux distro with glibc 2.35+ About Rakata Rakata is a clean-room Rust workspace for reading, writing and validating KotOR game data, written from scratch against notes taken from the engine rather than from anybody else's code. This installer is one tool built on top of it. It is free and open-source under GPL-3.0, and the source along with the format documentation is at https://codeberg.org/Synchro/rakata LLM Disclosure This project made use of an LLM during development, in the following capacities: Brainstorming: exploring possible approaches and design directions Decompilation assistance: help interpreting reverse-engineered code Code comments: refining and clarifying existing comments Skeletons and fixes: generating initial code scaffolding and minor fixes. All LLM-assisted output was modified and reviewed by a human before being committed.
    1 point
×
×
  • Create New...

Important Information

By using this site, you agree to our Guidelines.