Leaderboard


Popular Content

Showing content with the highest reputation on 10/31/2021 in all areas

  1. 2 points
    View File Lite Alien 01 Restoration A Mod for Star Wars Knights of The Old Republic Author: N-DReW25 1.0.0 Release Date: 30.09.2021 Installation: Simply click on the TSLPatcher.exe, select your option, click install and sit back and watch the TSLPatcher do its magic. The alien is HD by default, the "Different Resolutions" folder contains a backup of the HD texture, a texture which matches the same resolution as every other NPC in the game and a Lite texture which is a low-res texture which matches the other Lite NPCs. Uninstallation: Depends on what you've chosen to install. Copy the files within the generated "backup" folder and place the file inside your modules folder, make sure you overwrite. Description: In the game files exists several "Lite" low-poly Alien NPC models, these are the Quarren (N_alien02_low), the Chadra-Fan (N_alien03_low) and the Gran (N_alien05_low). In the Taris section of the texture files exists a file called "LTS_Crowd01.tga" which most likely contains an early draft of the Duel Arena spectator crowd, on this texture exists two strange aliens, one which looks like a Gand and another which could only be described as a pink punk. In the model files, I found an unused model called "N_alien01_low" which lacked a texture but looked suspiciously like the pink punk from the crowd texture... this leads me to believe that the pink punk was going to be "N_alien01_low" whereas the Gand would've been "N_alien01_low". This mod gives "N_alien01_low" a texture and restores the NPC in several places in the game, you can find him on: * Dantooine as Kni * Manaan as a Shady Pazaak Dealer * Tatooine as the guy who gives you the Gizka I could've added this alien in more places, though I thought seeing the same low-poly Lite NPC over and over again would get old real quick. I might add this guy in more locations based on suggestions and popular demand. Whilst I am confident no Legends material has named this alien species YET... I have chosen a name for it. it's called a "Pyrath". This name was chosen by me, @N-DReW25, simply because this guy doesn't exist in either Star Wars Legends or Canon and in the words of Effix: it's simply a generic filler alien. I chose the name "Pyrath" as this species would be from the planet "Pyr" which is in same system as Manaan. By choosing this name, there might be a way to create some form of connection between Selkath and the "Pyrath" species. Known Bugs: This mod shouldn't have bugs but if there is Just PM me on Deadlystream. Incompatibilities: Would be incompatible with any mods which modify dan14_kni.utc, ebo46_jorulkurax.dlg, man26_shady.utc, man26_shady.dlg or tat17_jorul.utc Report any unknown incompatibilities to me on Deadlystream.com Permissions: Do NOT claim credit for this mod and do not use assets from this mod without my permission. Thanks to: DarthParametric: For contributing the N_alien01_low's UV texture layout, for which this mod wouldn't be possible without! In addition, also helping me with a 2DA oversight which, again, saved the mod tremendously in the end. Mephiles550: Contributing to the Forum thread/suggesting that N_alien04_low was a gand. Jango32: Contributing to the Forum thread/suggesting that N_alien04_low was a gand. Effix: Contributing to the Forum thread. Mr Ardvark: For reporting a critical TSLPatcher bug in 1.0.0 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. Submitter N-DReW25 Submitted 10/31/2021 Category Mods K1R Compatible Yes
  2. 1 point

    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.
  3. 1 point

    Version 2.0

    31,642 downloads

    Underwear Mod for TSL by RedRob41 ================================================================ IF YOU ARE EVER IN ANY DOUBT ABOUT INSTALLING ANY MODS, PLEASE REMEMBER TO ALWAYS BACKUP YOUR FILES BEFORE INSTALLATION, JUST IN CASE. WARNING: THIS INSTALLER MAY REPLACE ANY FILES OF THE SAME NAME THAT ARE ALREADY PRESENT IN YOUR OVERRIDE FOLDER! ================================================================ Description: This mod includes re-skins and re-models for the player character (male & female), as well as many of the party members. It includes: - Females now have your choice of athletic, two piece with boxers, two piece with briefs, and Mass Effect style (not an exact copy). These skins should be compatible with other mods. - I've fixed the Dancer outfit model and texture so that it matches the shape and muscle tone of the underwear. These skins might not be as compatible with other models, since the uvw map has been altered (especially on the arms and legs). - Updated for v2.0: The model's stance has also been narrowed, to match the underwear model's stance (previously, it looked a littl bow-legged). The skirt cloth has been adjusted so that the front does not clip with the legs as much, and the back doesn't have a gap where it attaches to the belt. Also, Force powers will now eminate from the hand, rather than from a space floating between the hand and face. The textures have been tweaked so that there is better matching at the model's seams. - I've fixed the Male's standard underwear model uvw map, and these should be compatible with most other mods. - Males now have your choice of athletic, shirtless with boxers, shirtless with briefs, and Mass Effect style. These skins won't be compatible with other mods, since the uvw map is significantly changed. - New for v2.0: Atton now has his own unique underwear instead of using the default Caucasian underwear texture. It is meant to look like the brown shirt that he wears under his white shirt and vest of his default clothes. - Bao Dur now has underwear instead of using his default clothes model & texture. - New for v2.0: The Disciple now has his own unique underwear instead of using the default Caucasian underwear texture. This set is designed to look like the black undershirt from his standard clothes, and is more like a Jedi's under tunic. - The Handmaiden's underwear, normal clothes, and dancer outfit have been altered. She will now have a figure that stays the same shape for all three models. Her skin tone and musculature will be consistent. - When wearing underwear, she will now have white lace for LS, and black stockings for DS. The model has been re-shaped so that her figure now matches her standard clothes much better. These models and skins will not be very compatible with other mods, since the uvw map has been changed a great deal. - Updated for v2.0: the white lace now has more detail, the chest skin tone is more natural, the DS lace bra has been re-done from scratch. - Her DS hooded clothes will now have stockings that match the new underwear skin. They are very subtle, and you might only see the difference when she is attacking (especially kicking). Her LS clothes have subtle changes, so that her outfit is much less bland and monotone. These skins should be compatible with other mods, as the uvw map is unchanged. There is also an optional version of the LS clothes, where the only difference from the vanilla version, is that the boots match the new underwear's boots. - When wearing the dancers outfit, she will no longer "magically" shrink to an 8 inch "wasp waist". Other changes to the skirt and Force powers are same as for the playable female dancer model (listed above). These skins might not be as compatible with other models, since the uvw map has been altered (especially on the arms and legs). - Updated for v2.0: new model; skin textures have been improved. - Mira's underwear, normal clothes, and dancer outfit have been altered. She will now have a figure that stays the same shape for all three models (for v2.0 there is even greater accuracy to a matching shape, especially upper body and collar bone). Her skin tone and musculature will be consistent. - When wearing underwear, instead of the standard "potato sack" unitard, she will now have her teal coloured tie up shirt, now with working dangly ties. This v2.0 model was compiled with MDLOps 0.7a2, and so there may be some small inconsistencies with the polygon face normals, and how the game engine renders shadows on them. Most notable is the edge seam where the torso mesh joins the arm meshes (above the bicep). Because of this, I've included short sleaves on the texture, to camoflage the edge seam (there are two optional alternatives, one with bare shoulders where the edge seam error can be easily seen). - Updated for v2.0: new underwear model and textures. - Her ballistic mesh jacket will now have smaller shoulder plates and belt pouches, as well as more texture in the jacket and pants. These models and skins should be interchangeable with other mods, as the uvw map is unchanged. - When wearing the dancers outfit, she will no longer "magically" shrink to an 8 inch "wasp waist". Other changes to the skirt and Force powers are same as for the playable female dancer model (listed above). These skins might not be as compatible with other models, since the uvw map has been altered (especially on the arms and legs). - Updated for v2.0: new underwear model and textures. - Visas Marr now has a choice of 3 Light Side & 3 Dark Side underwears to choose from. These all use the standard female underwear model, so they should be compatible with other mods (unless those mods change the model). - Updated for v2.0: The LS underwears fix a slight error on the back of the hand, where it used to have a touch of purple fabric. there is a new texture for her default clothes, where the only change is that the shoe texture matches the style of the underwear texture. ================================================================ Directions: I've separated all the different options, so that you can pick and choose (mix & match) which underwears you'd like to use. - For the player character and Visas, simply copy the contents of any folder (.mdl .mdx .tga files) into the TSL Override folder. These do not require a TSLPatcher installer. **** IMPORTANT **** the model in each of these directories has been customized & matched to the textures in that folder. For simplicity, please do NOT mix these up, since they may not be entirely compatible with each other. For example, if you want the female PCs to wear Two Piece with boxers; while the male PCs wear Mass Effect; and Visas wears Two Piece with briefs: simply copy the contents of only those folders into the override directory. - For Atton, Bao Dur, Disciple, Handmaiden, and Mira, you will have to run the TSLPatcher.exe file for each of these five characters on their own. This is to allow players the option of using other people's mods for some characters, if they choose to do so. For Handmaiden and Mira, after running the patcher, there are some optional textures (as mentioned in the description) which require manually copying the desired texture file into the Override folder. ================================================================ Disclaimer: By downloading and using any of my mods you agree that I will not be held responsible if anything goes wrong with your computer because of your use of my files. Use my mods and files at your own risk. ================================================================ Permissions: (or questions) If you would like to use any of my files in your own mod, please contact me at http://deadlystream.com/ by Private Message to discuss useage. This Mod should only be found at NexusMods.com or DeadlyStream.com, please contact me if hosted elsewhere. ================================================================ Star Wars Knights of the Old Republic (KotOR I) and Star Wars Knights of the Old Republic II: The Sith Lords (KotOR II) are copyright © LucasArts, Bioware and Obsidian Entertainment respectively. No copyright infringement is intended by me. My special thanks to everyone who's made a tool or program that helps out with modding KotOR, especially those found at http://www.starwarsknights.com/tools.php and http://deadlystream.com/forum/
  4. 1 point