DarthParametric

Modders
  • Content Count

    4,710
  • Joined

  • Last visited

  • Days Won

    537

Everything posted by DarthParametric

  1. No problems here. Must be a problem on your end. You may need to try downloading with a different browser.
  2. Oh you were asking about the healing. I thought you meant what script controls their animations. The heal is added to the end of k_ptar_duelend.
  3. Should be in their OnUserDefine scripts I would think.
  4. Yes. It's set in appearance.2da, the values for the modelb/texb columns. In TSL they replaced the class clothes with the commoner clothes models. Have a look at K1's appearance.2da and you'll see the values you should use and change the appropriate rows for your player's head (or all player's heads). The three different classes use the three different sizes, small, medium, and large. Soldier is large (PMBBL/PFBBL), Scout is medium (PMBBM/PFBBM), Scoundrel is small (PMBBS/PFBBS). You should only need to put DH's texture in the Override folder.
  5. The class clothes are already there, just unused. DH's texture will work fine.
  6. Redrob's mod also overrides tar02_duelorg021.dlg, which will negate the speaker/listener changes I made to that dialogue, and break one of the view screen updates, but it still shouldn't affect dialogues with duelists (at least not due to anything I did). I gather K1R has the Pazaak tournament in the cantina? It seems like they added a bunch of custom stuff to the module, but I don't believe they made any changes to the dueling ring elements besides adding the announcer as a physical NPC (which uses new content, not vanilla stuff).
  7. I never encountered that myself during testing. The mod doesn't touch the dialogues of Bendak or the other duelists. It does make some script edits, but nothing that should change any of the quest progression. What other mods do you have installed?
  8. View File Droid Oil Bath Recovery Item This mod adds a new type of droid-only item that will remove any status effects applied to a droid. There is a bug with the game that in some instances causes negative effects such as Slow to be applied to party members (semi-)permanently, with no practical in-game way to remove them. To use, simply add the "Droid Oil Bath" item (g_i_cmbtshot050) to your inventory via KSE or console command. When a droid is the active party member, the item will appear in the GUI slot for stimulants like adrenals and is used in the same manner. Each item is single use and will remove ALL status effects currently applied to the recipient. This includes both positive and negative effects, so take care when you use it. It is intended as more of last resort bug fix item than for general use. The companion mod for meatbags, Cup of Caf, can be found here. Submitter DarthParametric Submitted 12/28/2018 Category Mods K1R Compatible Yes  
  9. Version 1.0.0

    1,072 downloads

    This mod adds a new type of droid-only item that will remove any status effects applied to a droid. There is a bug with the game that in some instances causes negative effects such as Slow to be applied to party members (semi-)permanently, with no practical in-game way to remove them. To use, simply add the "Droid Oil Bath" item (g_i_cmbtshot050) to your inventory via KSE or console command. When a droid is the active party member, the item will appear in the GUI slot for stimulants like adrenals and is used in the same manner. Each item is single use and will remove ALL status effects currently applied to the recipient. This includes both positive and negative effects, so take care when you use it. It is intended as more of last resort bug fix item than for general use. The companion mod for meatbags, Cup of Caf, can be found here.
  10. Judging by the escape scene pre-rendered vid, there's one rectangular looking building in the foreground: But otherwise that looks about right.
  11. The fix is stop using Workshop mods. It's the root cause of your problem.
  12. Seems a bit too pinkish to me compared to the buildings in the foreground. Might need to be desaturated a bit, and/or shifted more towards the blue side of things. It is probably accurate for the time of day, so you can blame Bioware for the lighting in the rest of the level.
  13. Now its time for Feats of Strength.
  14. You should know enough by now to know how this works. The pre-patched row ID is 509, which is one greater than the last vanilla row ID. Although that is completely irrelevant, as the UTC is patched during install to whatever new row ID is added to appearance.2da. The equipped outfit is clothing variant 9. I would guess VP was using a texture mod (his own or someone else's) in the video.
  15. Those are my models using mildly tweaked versions of my textures.
  16. DeNCS is what you want. If it can't decompile it then it can't be decompiled. In that case the best you can do is to convert tit to PCode and try and decipher what it is doing, but that's really only something for advanced scripters to bother with.
  17. You don't need to be the author, you just need to have permission. If they signed off on it then that should be fine. Did they provide an updated EULA/terms of use to go along with it?
  18. Most of TOR's Jedi robes are complete ass. The only thing of merit is the armoured robes, and if I ever get around to that it will be a hybrid using the TSL Knight/Master robe outer, with just the chest and legs from TOR. But that's way down the priority list. New girl added to the team, Rodian female: I tried an envmap on the eyes the time around, but the result was kind of meh. Need to experiment with some different cube maps (this one was Darth_Sapiens' CM_SpecMap).
  19. Wash your mouth out. That was modelled from scratch.
  20. You can still use the Prequel Robes mod if you want. You just need to make sure you use the supermodels from JC's mod in order for the Dark Jedi robes to work properly. I'll update the description to make that clearer.
  21. I don't plan on replacing all the humans. I'll still keep at least one in every group.
  22. Program Files is a semi-protected directory. Windows, especially newer ones, gets very picky about permissions in it. And on Windows 10 you don't actually have a real admin account, so it's even worse. The Desktop is probably little better if it is in its default location. Do you not have a different drive? If you must install it on C drive, do so under a non-system directory (e.g. create C:\Games\KTool).