DarthParametric

Modders
  • Content Count

    4,710
  • Joined

  • Last visited

  • Days Won

    537

Everything posted by DarthParametric

  1. Unless you can recalculate the positions of a multi-hundred/thousand vertex point cloud in 3D space in your head, no.
  2. Win 10 with a GTX 1080 Ti. But the thread OP also had a 1080, and I believe we were both running on the same Geforce driver revision at the time, so I have no idea what the root cause is.
  3. I don't have the issue at all. I only ever saw it one time on a single texture on an XP machine.
  4. Yeah nothing special is required. This is just a simple file overwrite, since you can't patch a TLK to replace existing lines with TSLPatcher.
  5. No, there are other issues. For example, problems with compiling condensed models were never resolved. The engine simply can't handle multiple on-screen animated entities, which is why Bioware went with the sprites. That's a non-resolvable issue, at least while still using Odyssey.
  6. Just warp directly to STUNT_55a if all you need is to see the end sequence.
  7. Whether or not you side with Bastila on the temple roof. Check the scripts in that convo.
  8. The game doesn't have any dedicated facial animations aside from the mouth flapping for VO phonemes. Anything else is part of a larger animation for talking or listening. You can try creating a DLG and specifying various conversation anims like TALK_NORMAL and so forth. Otherwise, in TSL you can script any anim in the game (in K1 you can only script a limited selection listed in nwscript.nss).
  9. The walkmeshes in those rooms appear to be sloppily made, so I can maybe see potential for a character ending up inside there (although I'm surprised they didn't get stuck there). It's easy enough to revise the walkmesh. I'll add an issue for it to K2CP.
  10. Whereabouts on Nar Shaddaa is that? We can probably add a fix to K2CP.
  11. Of course not. Steam uses DRM. You can't modify its exe with either this or manual hex editing. You'll need an exe that has had the DRM stripped out, like this one - https://deadlystream.com/files/file/1320-kotor-editable-executable/
  12. Sure, knock yourself out. Just provide credit as per usual.
  13. Both Vulkars are using the Twi'lek male Huttese VO. There aren't really a lot of alternatives unless you swap them out for Rodians or something. And that's really at the point of being outside the scope of the Community Patches.
  14. I'd suggest a different colour than the hot pink, since you appear to be using that elsewhere for barriers. Maybe just a slightly yellowish white rather than a super saturated neon. It also looks like you'll need some custom textures to handle curves/corners/angled sections. The bits where it "steps" look a bit iffy.
  15. Ok well that is a massively modified appearance.2da, so outright replacing it was going to cause multiple breakages somewhere. I'm not entirely sure why Jolee was affected though, since the only difference to his row was Bandon robes in the Revan robes slot. But it seems you are using K1 Restoration, and I know other people have had crashes during that scene because of changes it made. I wouldn't be surprised if you encounter further issues later on.
  16. Well that possibly explains it if you hard overwrote appearance.2da, although it should have just fallen back to the vanilla Jolee model. Attach a copy of the restored appearance.2da.
  17. Having random mods installed without even knowing what they are is a recipe for exactly this sort of thing. You should always start a new game from a clean install. That said, presumably what you are specifically referring to for Jolee are textures, assuming they are TGA/TXI/TPC. They shouldn't cause a crash (or turn him invisible), at least in theory, but try removing them from the Override and see what happens.
  18. Looks like the only change in your 2DA vs the vanilla one is for Mekel's appearance row, so it isn't that. Check your Override for the presence of P_JoleeBB.mdl/mdx. And list the mods you are using.
  19. Usually this sort of issue is caused by appearance.2da specifying a model that doesn't exist. But typically the game will crash as soon as it tries to render the model, which in Jolee's case should happen as soon as the cutscene of him fighting the Katarns starts. Is this where it is happening? Upload a copy of the appearance.2da from your Override folder.
  20. It's jumping the gun a bit to worry too much about landing videos right now. That would be the last thing you'd want to address, once everything else is finalised. But it shouldn't be too difficult to arrange some in-engine animations and then capture those as videos when the time comes.
  21. For the first, check this post. As to the latter, redrob41's mod makes significant structural changes to the DLG. I recall I did look into it once, but it would require building an extensive custom patch which I have no particular interest in.
  22. Padawan, there is a very large difference between "this doesn't work" and "I don't know how to make this work". Simply saying "it doesn't work" is not helpful in trying to diagnose a problem. Lay out exactly what you did and how you did it.
  23. As I said above, the stealth effect gets disabled when they take damage. You can try the attached. The xxx_ud script needs to be added to the UTC's UserDefine script slot. The xxx_sp script gets added to the OnSpawn script slot. You can rename them whatever you want, just don't let the filename exceed 16 characters. I'm not entirely sure if the UserDefine script will work properly or not, so you'll have to see what happens. Also you need to wait for at least 2.1 seconds after you spawn them to jump them to the new location to make sure the OnSpawn script has finished. Invis_Assassins.7z