DarthParametric

Modders
  • Content Count

    4,646
  • Joined

  • Last visited

  • Days Won

    525

Posts posted by DarthParametric


  1. If you're talking about a cutscene playing when loading a module, then the two avenues are either the module's OnEnter script (defined in the ARE and/or IFO), or the OnEnter script of a trigger placed over the module's entry point (script defined in the UTT, placement in the GIT).

    The former is

    https://github.com/KOTORCommunityPatches/Vanilla_KOTOR_Script_Source/blob/master/TSL/TSLRCM/Modules/907MAL_Malachor_V_Trayus_Core_(cutscene)/k_907_enter.nss

    which looks like what you want.


  2. You should be able to crib what you need from vanilla scripts. In this case, the end of the scene between Kreia and Atton in the polar academy ("Sleep, murderer") should be exactly what you want. I would guess they literally just kill him rather than applying an animation.


  3. Ah. This is after the Dark Side ending? If so, that requires manually patching the exe yourself in a hex editor, since ndix UR never updated his patcher with the info. I provided some info on how to do it in the description of this mod:

     Currently, the DS credit sequence does not play in fullscreen when movies are enabled due to the requirement for additional exe patching not currently done by any existing widescreen patch. I have provided info about this to ndix UR for incorporation into his high res menu patcher, but there is no ETA on an update for that. In the meantime, for those willing to crack open a hex editor, here are the offsets you need to edit with your own resolution values in the CD/GOG exe:

    0x28F9E0 – E0 01
    0x28F9E5 – 80 02
    
    0x28F9FA – 80 02
    0x28FA04 – E0 01

    • Like 1

  4. 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.

    • Like 1
    • Light Side Points 1

  5. This can happen when you are disguised but then the game forces you into another disguise, like the space suit. It basically forgets your original appearance. Needless to say, don't use disguises at all ideally, or at least remove them for any section with mandated disguise use.

    As far as fixing it goes, attach your save file.


  6. Well if you saved right as the script fired then conceivably it stored the values of the scene having been triggered. Hopefully it should go without saying that in the future you should never attempt to save while in the middle of interacting with something.

    At least it wasn't my fault. Maybe I'll add a triggered autosave once the door has been unlocked before you get a chance to interact with it.


  7. I'm still not sure how you manage to trigger this problem in the first place. Are you mashing on the left mouse button when opening it? The keyboard? Both?

    Maybe I'll try farming out the script to an invisible placeable and just have the door signal it. Although since I can't recreate the issue, I can't really test it. Anyway, I reset the door for you. The cutscene triggers fine on my end.

    Dantooine_Ruins_Star_Map_Door.7z


  8. Since Tyvokka announced a while back on the DS Discord server that porting is now open season:

    image.png.f8c42f0d06f15e34b167a34afe94576d.png

    the easiest solution is probably just to port Kyle's outfit from JKO/JKA. Might as well do the head too so you have the full experience. The textures would probably need a bit of a cleanup though, since they're presumably pretty low res.

    The other option might be if there's a newer rendition somewhere, like Battlefront or something.

    • Like 1