Leaderboard


Popular Content

Showing content with the highest reputation on 08/06/2022 in Files

  1. 1 point

    Version 1.2.0

    1,737 downloads

    Ladies of the Sith Army A Mod for Star Wars Knights of The Old Republic Author: N-DReW25 1.3.0 Release Date: 11.12.2022 Installation: Please install the K1 Community Patch FIRST before this mod! Simply click on the TSLPatcher.exe, select your option, click install and sit back and watch the TSLPatcher do its magic. Once the mod is installed, delete "PLC_SSldCrps.tpc" from the Override folder. Description: On Taris, you encounter a female off duty Sith by the name of Sarna who says the following: "I'm off duty right now, so I'm not in uniform. My name is Sarna - junior officer first class with the Sith occupation force."- Sarna A 'first class junior officer' makes it sound as if she is one of the many female Sith Officer NPCs you encounter throughout the game, however, the player has the option of stealing her Sith Armor which instead suggests she is a Female Sith Soldier... so where are the Female Sith Soldiers? This mod will add Female Sith Soldiers throughout the K1 story alongside their male comrades in arms, they can be found in the following locations: Endar Spire Taris Undercity Taris Military Base Manaan Military Base Leviathan Star Forge These new NPCs are a rework of the default Sith Trooper model, giving them feminine curves and the female animations. This, combined with the new Female Sith Soldier soundset (an edit of the normal Sith Soldier soundset), will present authentic Female Sith Soldiers. Only the appearances and soundsets of the modified Sith are changed, the difficulty and loot drops of the affected Sith Soldiers remain unchanged. Known Bugs: This mod shouldn't have bugs but if there is Just PM me on Deadlystream. When the Female Sith Soldier dies, her arms sometimes appear to clip into the ground. This is an issue with the model and isn't something I can fix. Incompatibilities: Please report any incompatibilities! Should be compatible with most Sith Trooper reskins! Permissions: Do NOT claim credit for this mod and do not use assets from this mod without my permission. The Female Sith Soldier models, however, are free for everyone to use! Thanks to: Maris Fett: For the neat model! A Future Pilot: For making the Sith Soldier Texture Restoration mod which was merged with this mod! Bioware: For such an amazing game! Fred Tetra: For Kotor Tool! Stoffee: For TSLPatcher! Everyone who downloads the mod! Legal: THIS MODIFICATION 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 AND THE ABOVE-MENTIONED COMPANIES OR THE AUTHOR IS NOT RESPONSIBLE FOR ANY DAMAGE CAUSED TO YOUR COMPUTER FOR THE USAGE OF THIS FILE.
  2. 1 point

    Version 1.0

    389 downloads

    Summary This mod adds unique sound effects for ion blasters, disruptor pistols, heavy blaster pistols, bowcasters, and blaster rifles. Installation Extract files from the downloaded archive. Run Sound_Effects_K2.exe. Click "Install Mod" and select your game directory (default name SWKOTOR2). Uninstallation Remove the installed files. Replace ammunitiontypes.2da and baseitems.2da with backups if necessary. Compatibility This mod is not compatible with any mods that alter the sound effects for ion blasters, heavy blaster pistols, bowcasters, or blaster rifles. Credits KOTOR Tool – Fred Tetra TSL Patcher – stoffe Sound Effects – Ben Burtt, courtesy of StarWars.com Permissions I hereby grant nobody except myself permission to upload some or all of this mod anywhere for any reason. If you would like to include any part of this mod in anything, then please contact me for permission. Disclaimers PEW PEW PEW EXPLOSION OBSIDIAN BANG BANG LUCASARTS BIG BADA BOOM!!!!!!!!!!!!!!!!! Donations If you enjoy my mods and would like to show your support in a monetary manner, you may do so via PayPal with this donation link. For various legal and ethical reasons, this is entirely optional and is not a requirement to downloading or using any of my mods. I also do not create specific mods for hire. I make mods as a hobby and will most likely do so regardless of any donations or lack thereof, but modding does take up a lot of my time and every bit helps.
  3. 0 points

    Version 1.1.0

    845 downloads

    Introduction The audio files of Star Wars: Knights of the Old Republic and Star Wars: Knights of the Old Republic II – The Sith Lords (KOTOR) contain extra headers of what seem to be superfluous data that obfuscate access to the original audio outside of the video games. Most audio software will refuse to open the files, or interpret the extra bytes as audio data, leading to glitches. It has also been observed anecdotally that files lacking an appropriate header may fail to playback in certain releases of the games. SithCodec is an application that can automatically detect and remove an extraneous header from a KOTOR audio file, or alternatively prepend a KOTOR header to a standard audio file and allow for the introduction of new audio content to these games. Running SithCodec SithCodec requires Windows (32-bit or 64-bit). Make sure to extract SithCodec to a folder where you have read & write permission. The code is not signed (because code signing costs an extortionate amount of money) so your firewall may warn you about running an unrecognized application. Commands Commands in SithCodec are executed by combining keywords into certain command sequences that the application recognizes. Input may be passed as command-line arguments when SithCodec is launched, or entered manually through a command- line interface if the application is launched without any command-line arguments. Keywords may be entered in short form (dash followed by a single letter) or long form (double dash followed by a full word). SithCodec keywords are not case sensitive, but—depending on your operating system—other data that you input may be, such as the names of files. Help Screen Entering -h or --help will display the help screen, showing a list of all keywords and their function. -d, --decode decode audio -e, --encode encode audio -f, --format set output audio format -m, --music streammusic format -s, --sfx streamsounds format -v, --vo streamwaves/streamvoice format -a, --all all files -l, --list list files & formats -i, --in input path -o, --out output path -h, --help display this menu -c, --commands display list of commands -x, --examples display example commands -q, --quit exit application Commands Screen Entering -c or --commands will display a screen with the list of all valid commands. -d -i=[input path] -d -i=[input path] -o=[output path] -d -a -d -a -i=[input path] -d -a -o=[output path] -d -a -i=[input path] -o=[output path] -e -f -[format] -i=[input path] -e -f -[format] -i=[input path] -o=[output path] -e -a -f -[format] -e -a -f -[format] -i=[input path] -e -a -f -[format] -o=[output path] -e -a -f -[format] -i=[input path] -o=[output path] -l -l -i=[input path] -l -o=[output path] -l -i=[input path] -o=[output path] Examples Screen Entering -x or --examples will display some example commands. Encode all files in SFX format from the input path, to the output path: -e --all -f --sfx- -i=in_folder -o=out_folder Decode a file, outputting to a new file: -d -i=oldfile.old -o=newfile.new Decode a file without specifying output, possibly overwriting the original: -d -i=file.wav List all files & formats in a given directory, printing to the console: -l -i=my_folder List all files & formats in the current directory, printing to a file: -l -o=file.txt Batch Files SithCodec comes with batch files that are set up with commands for some common operations. decode.bat This file will decode all files located in a folder called "in" (no matter what their format) and save the new files in a folder called "decoded". encode_music.bat This file will encode all files located in a folder called "in" and save the new files in a folder called "music". encode_sfx.bat This file will encode all files located in a folder called "in" and save the new files in a folder called "sfx". encode_vo.bat This file will encode all files located in a folder called "in" and save the new files in a folder called "vo". Copyright SithCodec is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. SithCodec is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with SithCodec. If not, see https://www.gnu.org/licenses/. All trademarks (including logos and icons) are used for identification purposes only and are the property of their respective owners. Star Wars and related items are trademarks and/or copyrights of Lucasfilm Ltd. SithCodec is not affiliated with or endorsed by Lucasfilm Ltd., their subsidiaries, associates, or employees, or any Star Wars license holder. Donations If you enjoy my mods and would like to show your support in a monetary manner, you may do so via PayPal with this donation link. For various legal and ethical reasons, this is entirely optional and is not a requirement to downloading or using any of my mods. I also do not create specific mods for hire. I make mods as a hobby and will most likely do so regardless of any donations or lack thereof, but modding does take up a lot of my time and every bit helps.
  4. 0 points

    Version 1.1

    891 downloads

    =Carth Onasi and Male PC Romance= A KNIGHTS OF THE OLD REPUBLIC MODIFICATION AUTHOR: Leilukin FILE NAME: Carth Onasi and Male PC Romance.7z LATEST VERSION: 1.1 CONTACT: E-mail toleilukin@outlook.com, or message to Leilukin on Deadly Stream 1. DESCRIPTION: In the vanilla game of the first Knights of the Old Republic game, Carth Onasi’s romance subplot is only available to a female player character. This mod allows male PCs to romance Carth by modifying the gender checks in Carth’s romance. The male version of Carth’s romance subplot still requires the player to talk to Carth frequently and progress his personal quest line to complete successfully. In addition, the player can still end Carth’s romance by choosing certain dialogue options. This mod was inspired by forgetcanon’s Bi Carth mod. However, my mod has different ways of executing the concept of a Carth and male PC romance mod, including but not limited to: Installing this mod by patching the relevant dialogue files to improve compatibility with other content mods as much as possible. Editing Carth’s dialogue and splicing audio files to ensure that Carth will not refer to a male PC as a woman. Adding an alternate installation option to make Carth’s romance available for male PCs only, while Carth will interact with a female PC the same way with a male PC in vanilla. This option is for players who want to avoid any romantic interactions with Carth when playing a female PC entirely, without needing to choose specific dialogue options to shut down the romance. For the best experience with this mod, it's recommended to have a completely new KotOR 1 playthrough. Please note that this mod is ONLY COMPATIBLE WITH THE ENGLISH LOCALIZATION OF KOTOR. I do not provide support for non-English localizations of KotOR. 2. INSTALLATION: Download the mod and extract Carth Onasi and Male PC Romance.7z archive to anywhere you like, as long as it is not within the KotOR directory. Run Install.exe. You will notice that this mod provides four installation options. You may only choose ONE of these options: Version A: Carth Romance for Both Male and Female PCs — This option will make Carth’s romance available to both male and female player characters. This version also adds a [Not Interested] dialogue option to allow players to turn off Carth’s romance early on. Version B: Carth Romance for Male PCs ONLY — This option will make Carth’s romance available to male player characters ONLY. In this version, Carth will not flirt with a female player character, and female PCs cannot romance Carth. Version A + KOTOR 1 Community Patch Compatible — Choose this option if you have KOTOR 1 Community Patch (K1CP) installed and you want to use Version A of my mod. Version B + KOTOR 1 Community Patch Compatible — Choose this option if you have KOTOR 1 Community Patch (K1CP) installed and you want to use Version B of my mod. Once you have chosen the installation option you want, and select your KotOR game folder as your KotOR directory path, click the “Install” button and let the installer do its job. This mod also provides compatibility patches for the following mods: Carth Romance Fix by cjt0202 KotOR 1 Restoration (K1R) If you want to use any of the above mod alongside this mod, go to the "Compatibility Patches" folder, and follow the instructions written on the Read Me files contained in the subfolders. When you install this mod, two new folders named "backup" and “uninstall” will be created by the installer in the same folder as the installer. Do not delete the folders or any of the files within the folder if you are planning on uninstalling this mod. The "Source" folder includes the source of the scripts used by this mod for modders' reference. Ignore the "Source" folder if you only want to install and play this mod. 3. UNINSTALLATION: Open Install.exe and select your KotOR directory where you installed this mod. From the “Tools” dropdown menu, select “Uninstall Mod / Restore Backup”, then confirm to uninstall the mod. You can also choose to delete the backup after uninstalling the mod. 4. KNOWN ISSUES: None currently known. If you find any other bugs or problems, please let me know. 5. MOD COMPATIBILITY: Any other mods that modify any of the following dialogue files will likely conflict with this mod: k_hcar_dialog.dlg — Carth’s global dialogue lev40_saul403.dlg — Saul Karath’s interrogation scene on the Leviathan ebo_carth.dlg — Dialogue of the party members on the Ebon Hawk immediately after Leviathan unk41_carth.dlg — The game has two different modules that use dialogue files that share this name: one for the party conversation on the Ebon Hawk after crashing on the Unknown World; the other for Carth’s dialogue on the Unknown World beach after confronting Bastila on the temple summit. This mod affects the latter. k_sta_carth.dlg — Carth’s dialogue on the Star Forge after defeating Malak I have set up the installer to install this mod by patching the relevant dialogue files to increase compatibility with other content mods as much as possible, but it is still not guaranteed to be compatible with every other mods that modify the same dialogue files, especially if the other mod is installed into the Override folder. If you use any of the below mods, I have provided compatibility patches, as noted in the "INSTALLATION" section above: Carth Romance Fix by cjt0202 KotOR 1 Restoration (K1R) If you are using KOTOR 1 Community Patch (K1CP), you must install K1CP first, then choose one of the KOTOR 1 Community Patch Compatible option when you install my mod. This mod is compatible with JC's Romance Enhancement: Dark Sacrifice for K1. This mod is compatible with JC's Romance Enhancement: Pan-Galactic Flirting for K1. This mod has a conflict with JC's Romance Enhancement: Biromantic Bastila for K1, specifically regarding Saul’s interrogation scene. Whichever mod installed later will override the changes made by the other mod. Biromantic Bastila compares how far you have progressed Bastila and Carth’s personal and romance quest lines to decide who will get tortured by Saul. Meanwhile, in Version A of my mod, Saul will torture Carth only if Carth’s romance is active, while in Version B of my mod, Saul will torture Carth as long as the PC is male, or Bastila as long as the PC is female. Therefore, if you want to use both Biromantic Bastila and my mod, the installation order depends on your preference: if you prefer the changes made by Biromantic Bastila, install it after my mod; if you prefer the changes made by my mod, install my mod after Biromantic Bastila. 6. PERMISSION: You may modify this mod for personal use or show this mod in screenshots. However, do not release your mods containing assets from my mod without my permission. 7. CREDITS: forgetcanon whose Bi Carth mod became the inspiration of this mod Cortisol for Holocron Toolset Fred Tetra for the KotOR Tool KobaltBlu for Kotor Scripting Tool tk102 for DLG Editor JdNoa for DeNCS KotOR Script Decompiler JCarter426 for SithCodec Cortisol and th3w1zard1 for HoloPatcher Stoffe for TSLPatcher; Fair Strides for the updated version THIS MODIFICATION IS NOT SUPPORTED BY BIOWARE/OBSIDIAN ENTERTAINMENT OR LUCASARTS OR ANY LICENSERS/SPONSORS OF THE MENTIONED COMPANIES. USE THIS FILE AT YOUR OWN RISK AND NEITHER THE ABOVE MENTIONED COMPANIES NOR THE AUTHOR IS RESPONSIBLE FOR ANY DAMAGE CAUSED TO YOUR COMPUTER FOR THE USAGE OF THIS FILE.