DarthParametric

Modders
  • Content Count

    4,568
  • Joined

  • Last visited

  • Days Won

    514

Everything posted by DarthParametric

  1. It has been a few years since I messed around with ME modding. I think ME3Explorer is no longer the primary toolset, but that's the one I recall using. Despite the name it works for all three games (mostly). There is a sound tool in there, but I never messed with it. You probably want to check out the forum and wiki for it.
  2. What I posted was a modder's resource, not something for endusers. It was for other people to make mods with, not a mod in itself.
  3. Nobody can give you an answer. This is the "how long is a piece of string?" of modding. The time required is entirely contingent on the specifics of what you want to do, your relevant skills/proficiencies, and how much free time you have to devote to it. Maybe you could do it in a week, maybe you'd still be working on it in a decade. If you want collaboration then there is no reason not to lay out what it is you have in mind. Then people might actually be able to give you some informed opinion on how feasible what you want to do is, and what sort of effort would be required. But right off the bat, the fact that you think it requires a team means the likelihood of it ever seeing the light of day is low.
  4. You can extract the VHD image from the official XP Mode exe which should be permanently activated (volume license presumably). You should be able to install that with VirtualBox or VMWare Player. Btw, you didn't do what I asked. Lucky for you it was only a single line. NM35AABAST06467.lip
  5. Lip creation requires the audio. Read the tutorial for it and provide everything needed if you want someone else to generate them. You could also consider a Win 7 VM, which would allow you to do it yourself.
  6. It's a K1R problem. K1CP only fixes vanilla issues.
  7. There's still a few decades before that comes out, plenty of time.
  8. I'm not sure what you are referring to exactly. The only thing close is that a couple of heads had wrong bone names, so they wouldn't blink and such. And a few cutscene stunt animations got tweaks to address various minor issues, the most notable/extensive being the LS ending ceremony.
  9. I want to replace all three of the swords, so I need to figure out some ideas for the others. I have a vague idea for one based on one of the other TOR swords, probably the vibrosword since it's the only one that doesn't describe the specific shape. It is supposed to glow though, which I'm not sure is practical.
  10. It's already using mycube in the above pics. CM_SpecMap seems like it works a bit better with the existing envmap mask. The normal map is mostly pointless because the primary areas where it is needed don't have enough exposure through the envmap mask.
  11. So I was browsing the TOR subreddit the other day and there was one of those show-off posts where someone posted pics of their various outfits throughout their character's story progression. The thing that really caught me eye was the sword used in one of them. It was new to me, but apparently it was added to the game two years ago - the Ancient Sith Lord's Warblade. I figured it looked pretty cool and might be worth porting, maybe for use as Ajunta Pall's sword, since that is described as having an ebony blade. I did do an initial port of it, but then I realised that the description also mentions that the blade edges are notched. I had a look through the other weapon models to see if they had something like that. There aren't any swords, but the retractable blade from the Zakuulan Exile's blaster (which I made my own version of, back before ports were allowed) looked like it might work. I took that as a starting point, reshaped it into a sword blade and remapped it to fit the Warblade's texture. Then I swiped a hilt and crossguard from one of the other sword models, lopped a few bits off and changed the texture a bit. And here's the result: Still need to do some tweaking of the textures, and of course the envmap is a nightmare as always. Also in hindsight I think I should have duplicated the lower half of the blade instead of stretching it, so that the scallops were more numerous and more pronounced, since it looks more wavy that notched. Not sure if I really want to more or less remake the blade from scratch though.
  12. You might want to look at this if you haven't already - https://deadlystream.com/topic/5992-tpc-compressed-texture-transparency-alpha-blending/
  13. It should be compatible with any mod that does module injection rather than hard overwrites (so mods like NPC Overhaul need to be installed first). Although looking at the config, I note that it's not quite as compatible as it could be regarding Geeda's UTC.
  14. Yeah. Perhaps you could create some sort of parser to autodetect differences or something. At least they were pretty good about flagging changes in comments, prefixed by xxx-OEI. An example of functions with added variables: object CreateItemOnObject(string sItemTemplate, object oTarget=OBJECT_SELF, int nStackSize=1); vs object CreateItemOnObject(string sItemTemplate, object oTarget=OBJECT_SELF, int nStackSize=1, int nHideMessage = 0); And of course they added entirely new functions that don't exist in K1, for example GetScriptStringParameter (which is not a thing in K1).
  15. Do you have a game version toggle then, since some shared functions differ between K1 and TSL? I'll be curious to see how that goes when dealing with scripts using differing values for a given variable with a single declaration, like in while loops and so forth.
  16. Should only be the walk animation. ZimmMaster's original mod transplants the vanilla K1 running values to TSL. It should be noted that in either case the animation isn't actually changed. Just the distance values used when translating the character (which is why it's an appearance.2da edit and not a model edit).
  17. In my experience, dynamic camera behaviour with moving NPCs is erratic. And you'd have to rely on dynamic cameras for such an idea to be practical, given that the banter scripts and DLGs are global, not module-specific.
  18. Closing doors is pretty trivial. How you go about it though depends entirely on the specifics of when and how you want the door/s to be closed. Looks like those NPCs are from this mod? It may be possible to modify some of its scripts, depending on how it was implemented.
  19. Since an edit of spells.2da is required, presumably not. You can get a modified version of Star Admiral's "Utility Armbands" mod via a (Mediafire) link in this thread, which has a K1 armband.
  20. I suspect they did it for pretty much the reason I alluded to in the description. There can be issues trying to interact with objects surrounded by non-walkable terrain. Maybe it was worse on the Xbox/with a controller.
  21. View File Black Vulkar Base Engine Lab Bench For Swoop Accelerator This mod makes a minor alteration to the Engine Lab room of the lower Black Vulkar base level to remove the Swoop Accelerator from the ground and put it on a bench. Said bench is moved from the other side of the room, where normally it impedes clear access to Kandon and his crew if the situation ends in combat. This has the side benefit of (hopefully) reducing pathing issues if the whole party tries to charge into melee combat. Additionally, several minor aesthetic fixes to the room are included. The cutting tools that normally have a static plasma (?) beam have been given some animation, and a number of pipes that had missing backfaces causing geometry culling issues have had those added. These fixes are also incorporated into the K1 Community Patch as of v1.9, so it is fully compatible with that as long as you install this mod afterwards. Installation Instructions The mod requires a GIT edit to reposition the accelerator (i.e. uses TSLPatcher), so simply run the installer. Known Issues There may some pathing issues if you try to loot the accelerator from certain angles. I've positioned it close to the front edge of the bench to minimise this from the most likely (direct) approach, but coming from the sides of the bench, especially towards the back wall end, may not work as desired. Acknowledgements Thanks to @bead-v for MDLEdit and KOTORMax. Submitter DarthParametric Submitted 07/15/2020 Category Mods K1R Compatible Yes  
  22. Version 1.0.1

    15,653 downloads

    This mod makes a minor alteration to the Engine Lab room of the lower Black Vulkar base level to remove the Swoop Accelerator from the ground and put it on a bench. Said bench is moved from the other side of the room, where normally it impedes clear access to Kandon and his crew if the situation ends in combat. This has the side benefit of (hopefully) reducing pathing issues if the whole party tries to charge into melee combat. Additionally, several minor aesthetic fixes to the room are included. The cutting tools that normally have a static plasma (?) beam have been given some animation, and a number of pipes that had missing backfaces causing geometry culling issues have had those added. These fixes are also incorporated into the K1 Community Patch as of v1.9, so it is fully compatible with that as long as you install this mod afterwards. Installation Instructions The mod requires a GIT edit to reposition the accelerator (i.e. uses TSLPatcher), so simply run the installer. Known Issues There may some pathing issues if you try to loot the accelerator from certain angles. I've positioned it close to the front edge of the bench to minimise this from the most likely (direct) approach, but coming from the sides of the bench, especially towards the back wall end, may not work as desired. Acknowledgements Thanks to @bead-v for MDLEdit and KOTORMax.
  23. Your issues are almost guaranteed to be due to using Workshop mods. If you are using anything else from the Workshop aside from TSLRCM, your install is likely screwed.