Leaderboard


Popular Content

Showing content with the highest reputation on 04/24/2025 in all areas

  1. 2 points
    The same way TOR does it - by not recognizing a female Revan. If you choose a female Revan, even if you did everything exactly canonical you can assume the result of your ROR playthrough will not lead up to the events of TOR as Satele Shan couldn't possibly have been born. To reach the events of TOR, you'd have to play ROR in a very particular way to get to those chain of events. Of course, strictly following the canon path is not what we recommend players do. Different play styles and choices will result in radically different outcomes, Revan's gender and alignment is one of them. We'd want players to freely choose their options just like you would in Kotor I and Kotor II and we want players to replay the ROR mod to explore different scenarios.
  2. 1 point
    There have been three major repositories of KotOR mods: PCGamemods.com between about 2004-2006, KotORFiles, between about 2007-2012, and DeadlyStream. PCGamemods.com tapped out at around 750 mods for KotOR and 800 for TSL, or roughly about 1550 mods total. KotORFiles'counter stopped working at 1978 files for both games. Today, DeadlyStream has 1200 KotOR files, and 1184 TSL files. This makes it the largest KotOR modding repository ever! 🎉
  3. 1 point
    Update: CSLU Toolkit The CSLU Toolkit is now available for download without any license. As such, I do not believe it is necessary for me to fulfill requests. However, I hope the steps I describe below will prove helpful, and I am available to help troubleshoot problems. I have attached additional scripts for working with the CSLU Toolkit. Download CSLU Toolkit Update: SithCodec I have developed a program which can remove and append the headers for KOTOR audio files. Download SithCodec Apparently, I'm one of only a few individuals who still has access to the CSLU Toolkit, software that can output phonemes based on an audio and text sample. Historically, this has been pretty much the only way to generate LIP files for KOTOR so characters' lips will flap when they talk. LipSynchEditor converts from CLSU's PHN format to the LIP format, but to do that you need the PHNs first... unless you want to make lips manually, but that isn't practical. Unfortunately, the Center for Spoken Language Understanding's servers have been offline for a long time. As such, it's currently impossible for new users to install the software required to generate these PHN files. Only a few veterans like myself still have it installed. And I can't even guarantee I'll have access to it forever. It's currently installed on my old computer, but not on my newer system that I built after the servers were offline. I doubt the computer that does have it will last forever, so it's probably only a matter of time before I lose access to CSLU too. Until then, though, I'm able and willing to generate lips on request. And I've gotten a few requests already. Now, I don't want to make a habit of this and get stuck as the guy who does everybody's lips for them because making lips with the CSLU Toolkit is a long, boring process. What I can do for you, though, is tell you can do for me so I don't have to do all of it for you. If you follow the instructions below and send me all the necessary files, all I have to do is hit a button and send stuff back to you. And I have no problem doing that. CSLU requires three things: 1) audio of everything you want to create a lip saved as an individual mono WAV files; 2) a text file accompanying each audio file that contains the words spoken in that line of dialogue; 3) a master list matching each audio file to each text file so it knows what to process. First, you need your VO files in the mono WAV format that the CSLU Toolkit wants. If your VO is new, you merely have to make sure to save it in this format. If you're working with VO from the game, you'll need to convert it first. The game VO files are generally MP3 files with extra bytes added at the start of the file to confuse us. Stripping this header will restore them to regular MP3 files. This can be done with a batch script and you can read up on that here. That will make them MP3, but they still need to be converted to WAV. Any old audio converter can do this. Freemake Audio Converter is one I use for Windows. Alternatively, you can use the Miles Sound Tools to play and convert the VO directly from the original game format to mono WAV. Next, you need to write out all the words spoken in every line and save them as text files. I typically name the text files the same as the audio files. You then need a list of all your audio and text files. This is the most tedious part of the process, but fortunately I've attached batch scripts below to make this easier. text.bat will create blank text files for each audio file. You still have to type the dialogue into them, but at least you won't have to worry about the file names. list.bat will create the master list. It will search for every WAV file and create a line in the list for each one, saving all this as lips.txt. My script assumes each text file is named the same as each audio file, so if you want to use this script, that's required. Send me: 1) all your mono WAV files; 2) all your transcribed text files; 3) your master list of everything to process. Once I have all of those, I can run CSLU's script to generate PHNs and send them along. I can also batch convert to LIP if you want, because that isn't nearly as big a deal as all the above. If you want me to make lips files for you, post a comment below with the necessary files attached or linked, and I'll get to work. Lip Batch Scripts.zip MakePHN.zip
  4. 1 point
    Try running Colors>Value Invert before running Emboss? EDIT: Woah. I think I need to practice reading before posting. Keep the bump map layer and invert that layer's color, then set the bump map layer to something like Addition or Dodge.
  5. 1 point
    Hrm, I was supposed to add a K1 version as a modder's resource. I guess I never got around to that? Whoops. Shouldn't be a big deal, I just need to recompile the model. I'll take a look at it tomorrow. As to the scaling, regardless of whether you want to scale the body up or the Rodian down, you should do a uniform scale of the whole body, matched against a static target mesh. At least to get things into the ballpark. Then you'll need to tweak to get them to mate nicely. Looks like you've got a scale mismatch between the meshes and the rig.
  6. 0 points
    Here, try this out: K1_Rodian_Female_Smuggler_Test.zip Compiled for K1, also fixed the danglymesh for the hair that was apparently broken. If there are no problems, I will submit it as a modder's resource. As to the scaling, seems I scaled the female outfit to fit the Rodian body rather than the other way around.