Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/23/2026 in File Comments

  1. Darkhope and Vurt both use the textures i used, however i used the ones specifically from VURTS resurgence for my mod. I got his permission to use them, including in my other mods on nexus as well.
    1 point
  2. Wouldn't this require TSLRCM since the option to choose Bao-Dur as the party leader is not available in the original release of the game?
    1 point
  3. I think they used Dark Hope's Mandalorian textures as a bad for their own. If you don't like the ones from this mod, you could use this instead:
    1 point
  4. Yeah, unfortunately the Kotor Patch Manager needs a clean executable (you can use a gog one or the editable exe, both work), the best way to get widescreen support back in that scenario is to use @J's https://github.com/J0-o/KotorUniResPatch patches. They work quite well, but depending on what you already have installed you may need to undo existing overrides in order for everything to look right. (e.g. the high resolution menu mods) They've properly scaled pretty much every interface in the game to look right (and even unlocked the in game resolution menu) This does have me thinking that it might be a good idea to have a standalone version of this mod that can be dropped in to existing modbuild installs or installs with other pre-patched executables. Stay tuned for something on that, I'll see if I can take a look at what is needed on the weekend.
    1 point
  5. You might wish to update the link of Carth's Republic Uniform and Flight Suit. Marius Fett had all their old mods deleted and they reuploaded the new version in the link below:
    1 point
  6. I encountered a bug when training Bao-Dur to become a Jedi before obtaining a lightsaber. The placeholder that you spawn for him in the training scene is never removed and remains on the Ebon Hawk. Looks to be a pretty simple script fix. a_noremotefix.nss just needs an extra line void main() { DestroyObject(GetObjectByTag("naked_fakpc", 0), 0.0, 0, 0.0, 0); + DestroyObject(GetObjectByTag("nak_fakbao", 0), 0.0, 0, 0.0, 0); AssignCommand(GetObjectByTag("BaoDur", 0), ActionJumpToLocation(Location(Vector(64.13808, 25.90077, 1.8), 303.63025))); AssignCommand(GetFirstPC(), ActionJumpToLocation(Location(Vector(63.85465, 28.03239, 1.8), 303.63025))); } Looks like this may be an issue in a_remotetrain.nss as well based on this post. void sub2() { SetGlobalFadeOut(3.0, 0.5, 0.0, 0.0, 0.0); AssignCommand(GetObjectByTag("BaoDur", 0), ActionJumpToLocation(Location(Vector(64.13808, 25.90077, 1.8), 303.63025))); DelayCommand(3.5, AssignCommand(GetFirstPC(), ActionJumpToLocation(Location(Vector(63.85465, 28.03239, 1.8), 303.63025)))); + DelayCommand(3.5, DestroyObject(GetObjectByTag("nak_fakbao", 0), 0.0, 0, 0.0, 0)); + DelayCommand(3.5, DestroyObject(GetObjectByTag("train_remote", 0), 0.0, 0, 0.0, 0)); SetGlobalFadeIn(4.0, 1.0, 0.0, 0.0, 0.0); DelayCommand(4.0, ActionResumeConversation()); } I've created a patch for this.
    1 point
×
×
  • Create New...

Important Information

By using this site, you agree to our Guidelines.