Leaderboard


Popular Content

Showing content with the highest reputation on 05/12/2025 in Files

  1. 1 point

    Version 1.2.0

    35 downloads

    While you sleep in the medical room, C3-FD is patching your game. Restores fog and reflections which were broken in the Aspyr update. Works with both Steam and GOG versions. Only works on an unmodified swkotor2.exe. WIndows systems only. Included EXE Patches: - Fog Fix - Reflections Fix - 4GB Patch - Subtle Color Shift - Music Volume During Dialogue Fix How to use: Place C3-FD_patcher.exe into your kotor2 game directory and run. It will patch your game exe with the fixes listed above. It will check if you have an unmodified steam or gog version of the latest (Aspyr) patch, otherwise it wont run. It will also make a backup of your original swkotor2.exe. How this was made: - The fog shading was just covered up when the latest version was released. I was able to send that data to the new Fracture shaders and apply fog coloring. It checks if the fog color is set to black and if not then it applies fog. Modules that don't use fog have a default fog color of black, Duxn and Dantoonie use a grayish color. - The shader for when both a lightmap and a cubemap is applied, to the same model, had a typo. Cubemap was labeled as a '2D' instead of 'CUBE'. Easy fix. Luckily the shaders are a plain text string, in the exe, and can be modified with a hex editor. The only issue is that the character length needs to be the same or smaller. The only way to get more data in the shader is to remove extra spaces/linebreaks and to shorten variables to single characters. - The music was lowered so much during dialogue that it was almost non existent. I was able to find the functions for calling volume control, using ghidra. The call was made only 3 times and from there it was process of elimination. Ultimately disabling a variable change if in dialogue, before the first volume change call, worked. Special Thanks: HappyFunTimes101 - ShaderOverride - I could not have done this without this tool. This made sorting out and identifying the shader data much easier. I probably wouldn't have even attempted or known where to look if this didn't exist. Source: https://github.com/J0-o/kotor2mods/tree/main/C3-FD_patcher
  2. 1 point

    Version 2.1.0

    37 downloads

    Kinda Sorta Transmog v2.1.0 Ever found a new armor that has great stats but looks awful? Ever downloaded a mod that gives your companion cool new clothes, but then it's wasted because you equip better armor on them anyway? Then this mod is for you! These armbands, when equipped, will make the character look like they're in their default outfit, no matter what armor they actually have equipped. They also give a thematically-relevant buff just so they're not completely useless stat-wise. There is a known bug with KotOR 1 that causes Disguises (these bands function as Disguises in the game's code) to become permanent if you have one equipped and are forced into another one, or certain other triggers. As is the case always with KotOR, save often and in different slots, and remove the bands before any segments that are known to trigger the bug. If you find a character is staying in their default appearance even if you unequip the band, open your save in KSE and change their appearance back to Party_NPC_Name. That should fix the bug (keyword "should") but if not, luckily you've saved often and in multiple slots. Big thanks to myrkor on Nexus for bringing this to my attention. How to get the items: - For now, you'll need to use the console to acquire the bands. Codes: - giveitem bastilaband - giveitem canderousband - giveitem carthband - giveitem joleeband - giveitem juhaniband - giveitem missionband - There are 90 codes for player characters, one for each possible combination of Class and Head. The codes follow a pattern. P for Player, gender (M or F), race (A for Asian, B for Black, C for Caucasian), class (S for Scoundrel, M for Scout, L for Soldier), then 01-05 for which head. - Example code: giveitem transmogpfal03 (this would give you the armband for a Soldier with Female Asian Head 03. - I'll be workshopping a better way to give the player the items, but for now this is my best option. When in doubt, a little trial and error goes a long way. Install: - Just run the HoloPatcher! If you already have a previous version of the mod installed (2.0.0 or earlier), you have my sincerest apologies. You will probably need to start a new playthrough for the mod to work properly with this version. And I recommend it, because any companion recruited after the previous version was installed will be stuck in their default clothes even if you remove the armbands. So if you installed the mod before starting a new playthrough, that would be all of them. Thanks to DarthParametric for helping me discover this. Uninstall: - Move everything from the backup folder into your override, and delete bastilaband.uti, canderousband.uti, carthband.uti, joleeband.uti, juhaniband.uti, and missionband.uti from your override. You'll also have 90 "transmogxxxxxx.uti" files in your override you can delete. *** Please do not use my mod in other mods without permission. You can message me on DeadlyStream to discuss it. Thank you! *** Compatibility: - The mod uses HoloPatcher to dynamically add rows to appearance.2da instead of overwriting anything, so I don't foresee any compatibility issues with appearance.2da. Send me a message if you discover any conflicts! Future Plans: - Add variants that have just the transmog or just the buff, for folks who feel the buff is too good or want to have the buff while seeing the equipped armor. - Immersive Acquisition for the bands. I have the rumblings of an idea but not totally sure. There are 96 of them. - Re-theme the items for each character, i.e. give Mission a memento from Griff to equip instead of an armband. Also make each band only equippable by the proper character. Presently, any character can equip any armband, so you could make Canderous look like Mission, or make Carth look like a player character. - Patches for clothing mods from other developers. Send me a message if you want one and I'll try! - High in the sky apple pie hopes: Proper transmog. A method to apply the visuals of any armor you want instead of just your default clothing. This is gonna be a colossal undertaking so I'll do my best. It might be on the back burner until I get the basic version of Kinda Sorta Transmog for KotOR II published. Thanks: - JC, Thor110, 91.90'sK, and everyone else in the Discord - All the wonderful people who developed and honed these amazing modding tools - myrkor on NexusMods for making me aware of the Disguise bug and helping to troubleshoot it. - BioWare for creating peak Star Wars - Obsidian for somehow improving on peak Star Wars - The communities at twitch.tv/rizarjay and twitch.tv/flyinghawkbutt for hyping me up and always being supportive during this project. Changelog: - 2.1.0 - 4/15/2025 Companions will no longer have the bands equipped automatically upon recruitment, this was causing issues because their actual default appearance wasn't being generated. Also gave the appearances new Labels to aid in fixing the Disguise bug if it occurs. - 2.0.0 - 3/24/2025 Player Character Bands added, all 90(!) of them. Anticipating a snag here or there but will address as needed. - 1.1.2 - 3/23/2025 Fixed some stuff in the readme, this time without breaking a bunch of stuff. - 1.1.1 - 3/23/2025 Fixed some stuff in the readme, broke a bunch of other stuff. - 1.1.0 - 3/23/2025 Each character will now have their band equipped when first recruited. Added unmodified relevant .utc files and appearance.2da into tslpatchdata in case enduser's override folder doesn't already have them. - 1.0.0 - 3/22/2025 Initial Release
  3. 1 point

    Version 1.0.0

    10 downloads

    --------------------------- Knights of the Old Republic --------------------------- TITLE: K1 Effixian's Alternative Female Twi'lek Dancer Outfits AUTHOR: Effix(ian) CONTACT: PM me on the forums or find me on Steam ------------ INSTALLATION ------------ Unzip somewhere and copy the files from the sub folder to your override folder. ----------- DESCRIPTION ----------- This mod changes the Female Twi'lek dancer's outfits and replaces one of the pale Twi'leks with a blue skinned one. Apart from possibly changing a head to a blue one, this mod does not change the female Twi'leks that do not wear the dancer's outfits. This is a K1 version of a similar mod for K2 that was requested by darthquell on Steam. ---- BUGS ---- None known. ------------ UNINSTALLING ------------ Remove the following files from your override folder: n_twilekf.mdl n_twilekf.mdx N_TwilekF01.tga N_TwilekFA01.tga N_TwilekFB01.tga N_TwilekFC01.tga twilek_f03.tga ------------------ DISTRIBUTION NOTES ------------------ You can use the files from this mod in your own mod if you simply credit me. Please do not reupload to other sites. --------- Thanks to --------- Stoffe and Fred Tetra for the needed tools and tutorials -------------------------------------------------------------------------------------------------------- My mods are free. If you would like to show your support then you can buy me a coffee at ko-fi.com/effix -------------------------------------------------------------------------------------------------------- THIS MODIFICATION IS NOT MADE, DISTRIBUTED, OR SUPPORTED BY BIOWARE, OBSIDIAN, OR LUCASARTS ENTERTAINMENT COMPANY LLC. ELEMENTS TM & © LUCASARTS ENTERTAINMENT COMPANY LLC AND/OR ITS LICENSORS.